@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
.htmlarea-content-body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
.htmlarea-content-body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ff8700;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b35f00;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.55;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Share", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #ff8700;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cc6c00;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ff8700;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cc6c00;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.55;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.55;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.55;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
#content.main-section .carousel-indicators {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container,
  #content.main-section .carousel-indicators {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  #content.main-section .carousel-indicators {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  #content.main-section .carousel-indicators {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.55;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.55;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  border-radius: 0px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #ff8700;
  border-color: #e67a00;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #cc6c00;
  border-color: #663600;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #cc6c00;
  border-color: #a85900;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #cc6c00;
  background-image: none;
  border-color: #a85900;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #a85900;
  border-color: #663600;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #ff8700;
  border-color: #e67a00;
}
.btn-primary .badge {
  color: #ff8700;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #ff8700;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #b35f00;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.55;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff8700;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff8700;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.55;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ff8700;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.55;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ff8700;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 70px;
  padding: 23px 15px;
  font-size: 20px;
  line-height: 24px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 11.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-btn.btn-sm {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 23px;
  margin-bottom: 23px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #8c8c8c;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #333333;
}
.navbar-default .navbar-nav > li > a {
  color: #8c8c8c;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #333333;
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #8c8c8c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #8c8c8c;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-link {
  color: #8c8c8c;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #8c8c8c;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #555555;
  border-color: #454545;
}
.navbar-inverse .navbar-brand {
  color: #a6a6a6;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #a6a6a6;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #454545;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #454545;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #a6a6a6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #a6a6a6;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #444444;
}
.navbar-inverse .navbar-link {
  color: #a6a6a6;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #a6a6a6;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination,
.tx-indexedsearch-browsebox {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0px;
}
.pagination > li,
.tx-indexedsearch-browsebox > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span,
.tx-indexedsearch-browsebox > li > strong > a,
.tx-indexedsearch-browsebox > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.55;
  color: #ff8700;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.tx-indexedsearch-browsebox > li > strong > a:hover,
.tx-indexedsearch-browsebox > li > strong > a:focus,
.tx-indexedsearch-browsebox > li > a:hover,
.tx-indexedsearch-browsebox > li > a:focus {
  z-index: 2;
  color: #b35f00;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a:hover,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a:focus,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a:hover,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #ff8700;
  border-color: #ff8700;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #ff8700;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #cc6c00;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ff8700;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  background-color: #ff8700;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #cc6c00;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.55;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: all border 0.2s ease-in-out ease-out;
  -moz-transition: all border 0.2s ease-in-out ease-out;
  -o-transition: all border 0.2s ease-in-out ease-out;
  transition: all border 0.2s ease-in-out ease-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff8700;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #ff8700;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ff8700;
  border-color: #ff8700;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffe7cc;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #ff8700;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ff8700;
  border-color: #ff8700;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff8700;
}
.panel-primary > .panel-heading .badge {
  color: #ff8700;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff8700;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.55;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
#content.main-section .carousel-indicators:before,
#content.main-section .carousel-indicators:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
#content.main-section .carousel-indicators:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'Share';
  font-style: normal;
  font-weight: 400;
  src: url('/fileadmin/assets/customprovider/Fonts/share-regular-webfont-webfont.eot');
  src: url('/fileadmin/assets/customprovider/Fonts/share-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('/fileadmin/assets/customprovider/Fonts/share-regular-webfont-webfont.woff') format('woff'), url('/fileadmin/assets/customprovider/Fonts/share-regular-webfont-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Share';
  font-style: italic;
  font-weight: 400;
  src: url('/fileadmin/assets/customprovider/Fonts/share-italic-webfont-webfont.eot');
  src: url('/fileadmin/assets/customprovider/Fonts/share-italic-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('/fileadmin/assets/customprovider/Fonts/share-italic-webfont-webfont.woff') format('woff'), url('/fileadmin/assets/customprovider/Fonts/share-italic-webfont-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Share';
  font-style: normal;
  font-weight: 500;
  src: url('/fileadmin/assets/customprovider/Fonts/share-bold-webfont-webfont.eot');
  src: url('/fileadmin/assets/customprovider/Fonts/share-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('/fileadmin/assets/customprovider/Fonts/share-bold-webfont-webfont.woff') format('woff'), url('/fileadmin/assets/customprovider/Fonts/share-bold-webfont-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Share';
  font-style: normal;
  font-weight: bold;
  src: url('/fileadmin/assets/customprovider/Fonts/share-bold-webfont-webfont.eot');
  src: url('/fileadmin/assets/customprovider/Fonts/share-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('/fileadmin/assets/customprovider/Fonts/share-bold-webfont-webfont.woff') format('woff'), url('/fileadmin/assets/customprovider/Fonts/share-bold-webfont-webfont.ttf') format('truetype');
}
@media (min-width: 992px) {
  h1.awesome,
  .h1.awesome {
    font-size: 61px;
    line-height: 1.2;
  }
  h2.awesome,
  .h2.awesome {
    font-size: 51px;
    line-height: 1.2;
  }
  h3.awesome,
  .h3.awesome {
    font-size: 42px;
    line-height: 1.2;
  }
  h4.awesome,
  .h4.awesome {
    font-size: 30px;
    line-height: 1.2;
  }
  h5.awesome,
  .h5.awesome {
    font-size: 24px;
    line-height: 1.2;
  }
  h6.awesome,
  .h6.awesome {
    font-size: 21px;
    line-height: 1.2;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin-top: 0;
}
h4,
h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5 {
  margin-top: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lead {
    font-size: 19.2px;
  }
}
@media (min-width: 992px) {
  .lead {
    font-size: 20.8px;
  }
}
.valign {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.valign > .vcontainer {
  display: table-cell;
  vertical-align: middle;
}
.jumbotron a,
.jumbotron a:hover,
.jumbotron a:active,
.jumbotron a:focus {
  color: inherit;
  text-decoration: underline;
}
.panel-body *:last-child {
  margin-bottom: 0;
}
img.lazyload {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in 0s;
  -o-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
  -webkit-transition: all opacity 0.3s ease-in 0s ease-out;
  -moz-transition: all opacity 0.3s ease-in 0s ease-out;
  -o-transition: all opacity 0.3s ease-in 0s ease-out;
  transition: all opacity 0.3s ease-in 0s ease-out;
}
.language-menu {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .language-menu {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  .language-menu > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
  .language-menu > li:first-child {
    padding-left: 0px;
  }
}
.btn-default {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  border-radius: 0px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default.focus,
.btn-default:active.focus,
.btn-default.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  text-decoration: none;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn-default.disabled,
fieldset[disabled] a.btn-default {
  pointer-events: none;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  margin-bottom: 0;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  line-height: 1.55;
  border-radius: 0px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #ff8700;
  border-color: #e67a00;
  position: relative;
  display: inline-block;
  font-family: "Benton Sans Reg", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #ff6700;
  border-radius: 3px;
  padding: 12px 15px;
  margin: 22px 0;
  min-width: 110px;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  border: none;
  text-decoration: none !important;
}
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary.focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #333333;
  text-decoration: none;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn-primary.disabled,
fieldset[disabled] a.btn-primary {
  pointer-events: none;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #cc6c00;
  border-color: #663600;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #cc6c00;
  border-color: #a85900;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #cc6c00;
  background-image: none;
  border-color: #a85900;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #a85900;
  border-color: #663600;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #ff8700;
  border-color: #e67a00;
}
.btn-primary .badge {
  color: #ff8700;
  background-color: #ffffff;
}
.btn-success {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  border-radius: 0px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success.focus,
.btn-success:active.focus,
.btn-success.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #333333;
  text-decoration: none;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn-success.disabled,
fieldset[disabled] a.btn-success {
  pointer-events: none;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-warning {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  border-radius: 0px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.btn-warning.focus,
.btn-warning:active.focus,
.btn-warning.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #333333;
  text-decoration: none;
}
.btn-warning:active,
.btn-warning.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn-warning.disabled,
fieldset[disabled] a.btn-warning {
  pointer-events: none;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  border-radius: 0px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.btn-danger.focus,
.btn-danger:active.focus,
.btn-danger.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #333333;
  text-decoration: none;
}
.btn-danger:active,
.btn-danger.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn-danger.disabled,
fieldset[disabled] a.btn-danger {
  pointer-events: none;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.panel-group {
  margin-bottom: 20px;
}
a:hover {
  text-decoration: none;
}
.caret {
  margin-left: 5px;
}
.caption {
  color: #777777;
}
body,
.htmlarea-content-body {
  position: relative;
}
.body-bg {
  overflow: hidden;
  zoom: 1;
}
.htmlarea-content-body {
  padding: 20px;
}
.body-bg-top {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .body-bg-top {
    padding-top: 140px;
  }
}
.body-bg-bottom {
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .body-bg-bottom {
    padding-bottom: 140px;
  }
}
.navbar-collapse {
  max-height: none;
}
.navbar.navbar-top {
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 0px;
}
.navbar-header-main .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  font-family: "Share", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 140px;
  height: 140px;
  -webkit-transition: opacity 0.15s ease-in-out 0s;
  -o-transition: opacity 0.15s ease-in-out 0s;
  transition: opacity 0.15s ease-in-out 0s;
  -webkit-transition: all opacity 0.15s ease-in-out 0s ease-out;
  -moz-transition: all opacity 0.15s ease-in-out 0s ease-out;
  -o-transition: all opacity 0.15s ease-in-out 0s ease-out;
  transition: all opacity 0.15s ease-in-out 0s ease-out;
}
.navbar-header-main .navbar-brand.navbar-brand-image > img {
  display: inline;
}
.navbar-header-main .navbar-brand:hover {
  opacity: 0.8;
}
.navbar-header-main .navbar-header-border-bottom {
  display: none;
  left: 50%;
  bottom: -1px;
  position: absolute;
  margin-left: -100%;
  width: 200%;
  background-color: #eeeeee;
  height: 1px;
}
@media (max-width: 991px) {
  .navbar-header-main {
    position: relative;
  }
  .navbar-header-main .navbar-brand {
    padding: 23px 15px;
    font-size: 20px;
    line-height: 24px;
    height: auto;
  }
  .navbar-header-main .navbar-brand.navbar-brand-image {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-header-main .navbar-brand.navbar-brand-image > img {
    max-height: 40px;
    width: auto;
  }
  .navbar-header-main .navbar-header-border-bottom {
    display: none;
  }
}
.navbar-main > li > a {
  font-family: "Share", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-main > li > a .bar {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: #ff8700;
  opacity: 0;
  -webkit-transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
  -o-transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
  transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
  -webkit-transition: all top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out ease-out;
  -moz-transition: all top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out ease-out;
  -o-transition: all top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out ease-out;
  transition: all top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out ease-out;
}
.navbar-main > li.dropdown.open > a > .bar,
.navbar-main > li:hover > a > .bar,
.navbar-main > li.active > a > .bar {
  top: 0px;
  opacity: .5;
}
.navbar-main > li.dropdown.open > a > .bar,
.navbar-main > li.active > a > .bar {
  opacity: 1;
}
@media (min-width: 992px) {
  .navbar-bottom .navbar-main > li > a .bar {
    top: auto;
    bottom: -10px;
  }
  .navbar-bottom .navbar-main > li.dropdown.open > a > .bar,
  .navbar-bottom .navbar-main > li:hover > a > .bar,
  .navbar-bottom .navbar-main > li.active > a > .bar {
    top: auto;
    bottom: 0px;
  }
  .navbar-bottom .dropdown-menu {
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1);
  }
  .navbar-bottom .dropdown .dropdown-menu {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .navbar-main .open .dropdown-menu {
    border-left: 4px solid rgba(255, 135, 0, 0.5);
  }
  .navbar-main > li > a .bar {
    top: 0px;
    left: -10px;
    width: 4px;
    height: 100%;
    -webkit-transition: left 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
    -o-transition: left 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
    transition: left 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
    -webkit-transition: all left 0.19s ease-in-out 0s, opacity 0.25s ease-in-out ease-out;
    -moz-transition: all left 0.19s ease-in-out 0s, opacity 0.25s ease-in-out ease-out;
    -o-transition: all left 0.19s ease-in-out 0s, opacity 0.25s ease-in-out ease-out;
    transition: all left 0.19s ease-in-out 0s, opacity 0.25s ease-in-out ease-out;
  }
  .navbar-main > li.dropdown.open > a > .bar,
  .navbar-main > li:hover > a > .bar,
  .navbar-main > li.active > a > .bar {
    left: 0px;
  }
  .navbar-main > li.dropdown > a {
    padding-right: 40px;
  }
  .navbar-main > li.dropdown > a > .caret {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    display: block;
    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    -moz-transition: -moz-transform 250ms ease-out 0s;
    -o-transition: -o-transform 250ms ease-out 0s;
    transition: transform 250ms ease-out 0s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .navbar-main > li.dropdown.open > a > .caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (min-width: 992px) {
  .navbar-main {
    float: right;
  }
  .navbar-main > li.dropdown > a > .caret {
    display: none;
  }
  .navbar-main > li:last-child > a {
    margin-right: 0px;
  }
  .navbar-main > li > a {
    line-height: 140px;
    padding: 0px 15px;
  }
  .navbar-main > li > a .caret {
    display: none;
  }
}
.navbar-toggle {
  height: 34px;
  width: 34px;
  padding: 0;
}
.navbar-toggle .icon-bar {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all all 0.3s ease-in-out ease-out;
  -moz-transition: all all 0.3s ease-in-out ease-out;
  -o-transition: all all 0.3s ease-in-out ease-out;
  transition: all all 0.3s ease-in-out ease-out;
}
.navbar-toggle .icon-bar:nth-child(2) {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle .icon-bar:nth-child(3) {
  margin-top: -1px;
  opacity: 0;
}
.navbar-toggle .icon-bar:nth-child(4) {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  margin-top: -7px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
  margin-top: 5px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-toggle:hover .icon-bar:nth-child(3) {
  /* margin-left: 2px; */
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-inverse .navbar-header-main .navbar-toggle {
  color: #a6a6a6;
}
.navbar-inverse .navbar-header-main .navbar-header-border-bottom {
  background-color: #454545;
}
.nav.nav-sidebar {
  font-size: 14px;
  margin-bottom: 24px;
  border-radius: 0px;
}
.nav.nav-sidebar ul {
  margin-top: -1px;
  list-style: none;
  padding-left: 0;
  border-left: 15px solid #f7f7f7;
}
.nav.nav-sidebar > li {
  position: relative;
}
.nav.nav-sidebar > li > ul:before {
  position: absolute;
  content: '';
  width: 1px;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #e6e6e6;
}
.nav.nav-sidebar li:first-child a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.nav.nav-sidebar li:last-child a {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.nav.nav-sidebar li + li {
  margin-top: -1px;
}
.nav.nav-sidebar li a {
  position: relative;
  display: block;
  padding: 7px 15px;
  color: #999999;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all all 0.15s ease-in-out ease-out;
  -moz-transition: all all 0.15s ease-in-out ease-out;
  -o-transition: all all 0.15s ease-in-out ease-out;
  transition: all all 0.15s ease-in-out ease-out;
}
.nav.nav-sidebar li a:active,
.nav.nav-sidebar li a:hover,
.nav.nav-sidebar li a:focus {
  z-index: 1;
  border-color: #c8c8c8;
  background-color: #eeeeee;
  outline: 0;
  color: #333333;
  text-decoration: none;
}
.nav.nav-sidebar li.active > a {
  color: #ff8700;
}
.nav.nav-sidebar li.active > a:active,
.nav.nav-sidebar li.active > a:hover,
.nav.nav-sidebar li.active > a:focus {
  color: #b35f00;
}
.nav-tabs > li > a {
  color: #555555;
}
.dropdown-header {
  padding: 9px 20px;
}
.dropdown-menu {
  padding: 0;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 11.5px 15px;
}
.breadcrumb-section {
  background-color: #f5f5f5;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 24px;
}
.breadcrumb-section .breadcrumb {
  padding: 12px 0;
  border-radius: 0;
  margin-bottom: 0;
}
.image {
  display: block;
  margin-bottom: 24px;
  line-height: 1.55;
}
.image > img,
.image a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.image .caption {
  padding: 9px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.csc-textpic-caption-c {
  text-align: center;
}
.csc-textpic-caption-l {
  text-align: left;
}
.csc-textpic-caption-r {
  text-align: right;
}
.news-info {
  margin-bottom: 12px;
}
.carousel-small .carousel-inner .item {
  height: 300px;
}
@media (min-width: 992px) {
  .carousel-small .carousel-inner .item {
    height: 400px;
  }
}
.carousel-text {
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px;
}
.carousel-item-type-header .carousel-text-inner {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .carousel-item-type-header .carousel-text-inner {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .carousel-item-type-header .carousel-text-inner {
    width: 65%;
  }
}
.carousel-item-type-textandimage .carousel-image {
  display: none;
}
.carousel-item-type-textandimage .carousel-image img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  height: auto;
}
@media (min-width: 768px) {
  .carousel-item-type-textandimage .carousel-image {
    display: table-cell;
  }
}
.carousel-inner {
  z-index: 0;
}
.carousel-inner h1,
.carousel-inner h2,
.carousel-inner h3,
.carousel-inner h4,
.carousel-inner h5,
.carousel-inner h6 {
  margin-top: 0;
}
.carousel-inner .valign {
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 768px) {
  .carousel-inner .valign {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .carousel-inner .valign {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .carousel-inner .valign {
    width: 1140px;
  }
}
.carousel-inner > .item {
  overflow: hidden;
  height: 400px;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out 0s;
  -o-transition: opacity 0.6s ease-in-out 0s;
  transition: opacity 0.6s ease-in-out 0s;
  -webkit-transition: all opacity 0.6s ease-in-out 0s ease-out;
  -moz-transition: all opacity 0.6s ease-in-out 0s ease-out;
  -o-transition: all opacity 0.6s ease-in-out 0s ease-out;
  transition: all opacity 0.6s ease-in-out 0s ease-out;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: opacity 0.6s ease-in-out 0s;
    backface-visibility: visible;
    perspective: none;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.active {
    transform: none;
  }
}
@media (min-width: 992px) {
  .carousel-inner > .item {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .carousel-inner > .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.carousel-inner > .item.top-hero {
  background-position: inherit;
  background-repeat: repeat;
}
.carousel-inner > .active {
  z-index: 1;
  opacity: 1;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  opacity: 1;
  z-index: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev,
.carousel-inner > .active.left,
.carousel-inner > .active.right {
  left: 0;
}
.carousel-inner > .active.left,
.carousel-inner > .active.right {
  opacity: 0;
}
.container .carousel {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .container .carousel {
    margin-left: 0;
    margin-right: 0;
  }
}
.container .carousel-inner > .item {
  padding-left: 30px;
  padding-right: 30px;
}
.container .carousel-inner .valign {
  width: 100%;
}
@media (min-width: 992px) {
  .carousel-control {
    width: 100px;
  }
  .carousel-control.left,
  .carousel-control.right {
    filter: none;
    background-image: none;
  }
}
.carousel-indicators,
.carousel-control {
  -webkit-transition: opacity 0.6s ease-in-out 0s;
  -o-transition: opacity 0.6s ease-in-out 0s;
  transition: opacity 0.6s ease-in-out 0s;
  -webkit-transition: all opacity 0.6s ease-in-out 0s ease-out;
  -moz-transition: all opacity 0.6s ease-in-out 0s ease-out;
  -o-transition: all opacity 0.6s ease-in-out 0s ease-out;
  transition: all opacity 0.6s ease-in-out 0s ease-out;
  opacity: 0;
}
.carousel:hover .carousel-indicators,
.carousel:hover .carousel-control {
  opacity: .5;
}
.texticon:before,
.texticon:after {
  display: table;
  content: " ";
}
.texticon:after {
  clear: both;
}
.texticon:before,
.texticon:after {
  display: table;
  content: " ";
}
.texticon:after {
  clear: both;
}
.texticon-icon {
  font-size: 2em;
}
.texticon-icon .glyphicon {
  text-align: center;
  margin: 0 auto;
  display: block;
  height: 1em;
  width: 1em;
}
.texticon-size-medium {
  font-size: 3em;
}
.texticon-size-large {
  font-size: 4em;
}
.texticon-size-awesome {
  font-size: 5em;
}
.texticon-top .texticon-icon {
  margin-bottom: 24px;
}
.texticon-type-square .glyphicon,
.texticon-type-circle .glyphicon {
  line-height: 2.3em;
  height: 2.3em;
  width: 2.3em;
}
.texticon-type-circle .glyphicon {
  border-radius: 50%;
}
.texticon-left .texticon-icon,
.texticon-right .texticon-icon {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.texticon-left .texticon-icon {
  float: left;
  margin-left: -15px;
}
.texticon-right .texticon-icon {
  float: right;
  margin-right: -15px;
}
.texticon-left .texticon-content,
.texticon-right .texticon-content {
  overflow: hidden;
  zoom: 1;
}
.texticon-left .texticon-content *:first-child,
.texticon-right .texticon-content *:first-child {
  margin-top: 0px;
}
.frame {
  margin-top: 48px;
  margin-bottom: 48px;
}
.frame.rulerbefore {
  border-top: 1px solid #eeeeee;
  padding-top: 48px;
}
.frame.rulerafter {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 48px;
}
.frame.well *:first-child {
  margin-top: 0px;
}
.frame.well *:last-child {
  margin-bottom: 0px;
}
.footer-section {
  border-top: 1px solid #3c3c3c;
  color: #ffffff;
  background: #333333;
}
.footer-section a {
  color: #ffffff;
}
.footer-section a:hover,
.footer-section a:focus {
  color: #ff8700;
}
.meta-section {
  color: #ffffff;
  border-top: 1px solid #2b2b2b;
  background-color: #333333;
  padding: 12px 0;
}
.meta-section a {
  font-weight: bold;
  color: #ffffff;
}
.meta-section a:hover,
.meta-section a:focus {
  color: #ff8700;
}
.meta-section .active a {
  color: #ff8700;
}
.meta-section ul,
.meta-section p {
  margin: 10px 0;
}
@media (min-width: 992px) {
  .meta-section ul,
  .meta-section p {
    margin: 0;
  }
  .meta-section .copyright {
    text-align: right;
  }
}
.modal-lightbox {
  margin: 10px auto;
}
.modal-lightbox .close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px 15px;
  line-height: 40px;
}
.modal-lightbox .modal-body {
  padding: 0px;
}
.modal-lightbox .modal-content {
  border: none;
}
.modal-lightbox .modal-caption {
  background-color: #ff8700;
  background-color: rgba(255, 135, 0, 0.9);
  color: #FFFFFF;
  padding: 12px 24px;
}
.modal-lightbox .modal-caption-title {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.modal-lightbox .img-responsive {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .modal-lightbox {
    margin: 30px auto;
    width: 600px;
  }
  .modal-lightbox .modal-caption {
    position: absolute;
    left: 0px;
    bottom: 24px;
    max-width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .modal-lightbox {
    width: 800px;
  }
}
.modal-backdrop.in {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.thumbnail-caption {
  font-size: 14px;
  word-wrap: break-word;
  padding: 9px;
  color: #333333;
}
.thumbnail-caption *:first-child {
  margin-top: 0;
}
.thumbnail-caption *:last-child {
  margin-bottom: 0;
}
.thumbnail-caption h1,
.thumbnail-caption h2,
.thumbnail-caption h3,
.thumbnail-caption h4,
.thumbnail-caption h5,
.thumbnail-caption h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.thumbnail-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-bottom: 56.25%;
}
.thumbnail-image img {
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
}
.thumbnail:hover > .thumbnail-image img,
.thumbnail:focus > .thumbnail-image img {
  transform: translate(-50%, -50%) scale(1.05);
}
body .typo3-feedit-element,
.htmlarea-content-body .typo3-feedit-element {
  outline: 3px solid rgba(255, 135, 0, 0.5) !important;
}
body .typo3-feedit-element:hover,
.htmlarea-content-body .typo3-feedit-element:hover {
  outline: 3px solid #ff8700 !important;
}
.typo3-editPanel {
  background-color: #eaeaea !important;
  color: #333333;
  padding: 0px 5px;
  line-height: 2em;
  margin-bottom: 24px;
}
.typo3-editPanel:before,
.typo3-editPanel:after {
  display: table;
  content: " ";
}
.typo3-editPanel:after {
  clear: both;
}
.typo3-editPanel:before,
.typo3-editPanel:after {
  display: table;
  content: " ";
}
.typo3-editPanel:after {
  clear: both;
}
body .typo3-feedit-element-hidden,
.htmlarea-content-body .typo3-feedit-element-hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
body .typo3-feedit-element-hidden:hover,
.htmlarea-content-body .typo3-feedit-element-hidden:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.t3-icon {
  vertical-align: middle;
}
.typo3-feedit-page:before,
.typo3-feedit-page:after {
  display: table;
  content: " ";
}
.typo3-feedit-page:after {
  clear: both;
}
.typo3-feedit-page:before,
.typo3-feedit-page:after {
  display: table;
  content: " ";
}
.typo3-feedit-page:after {
  clear: both;
}
.typo3-feedit-page .typo3-feedit-element {
  outline: none !important;
  border-bottom: 3px solid #ff8700;
}
.typo3-feedit-page .typo3-editPanel {
  margin-bottom: 0;
}
.csc-form-element .form-group:before,
.csc-form-element .form-group:after {
  display: table;
  content: " ";
}
.csc-form-element .form-group:after {
  clear: both;
}
.csc-form-element .form-group:before,
.csc-form-element .form-group:after {
  display: table;
  content: " ";
}
.csc-form-element .form-group:after {
  clear: both;
}
.csc-form-element .control-label {
  text-align: left;
}
.csc-form-element .control-label legend {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  border: none;
}
.csc-form-element .help-block.text-danger {
  color: #a94442;
  font-weight: normal;
}
a.csc-form-element .help-block.text-danger:hover,
a.csc-form-element .help-block.text-danger:focus {
  color: #843534;
}
.csc-form-element-radio .radio input[type="radio"],
.csc-form-element-checkbox .checkbox input[type="checkbox"] {
  margin-left: 0;
}
.csc-form-confirmation ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.csc-form-confirmation ol li {
  display: inline-block;
}
.csc-form-confirmation-false input,
.csc-form-confirmation-true input {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  border-radius: 0px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csc-form-confirmation-false input:focus,
.csc-form-confirmation-true input:focus,
.csc-form-confirmation-false input:active:focus,
.csc-form-confirmation-true input:active:focus,
.csc-form-confirmation-false input.active:focus,
.csc-form-confirmation-true input.active:focus,
.csc-form-confirmation-false input.focus,
.csc-form-confirmation-true input.focus,
.csc-form-confirmation-false input:active.focus,
.csc-form-confirmation-true input:active.focus,
.csc-form-confirmation-false input.active.focus,
.csc-form-confirmation-true input.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.csc-form-confirmation-false input:hover,
.csc-form-confirmation-true input:hover,
.csc-form-confirmation-false input:focus,
.csc-form-confirmation-true input:focus,
.csc-form-confirmation-false input.focus,
.csc-form-confirmation-true input.focus {
  color: #333333;
  text-decoration: none;
}
.csc-form-confirmation-false input:active,
.csc-form-confirmation-true input:active,
.csc-form-confirmation-false input.active,
.csc-form-confirmation-true input.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.csc-form-confirmation-false input.disabled,
.csc-form-confirmation-true input.disabled,
.csc-form-confirmation-false input[disabled],
.csc-form-confirmation-true input[disabled],
fieldset[disabled] .csc-form-confirmation-false input,
fieldset[disabled] .csc-form-confirmation-true input {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.csc-form-confirmation-false input.disabled,
a.csc-form-confirmation-true input.disabled,
fieldset[disabled] a.csc-form-confirmation-false input,
fieldset[disabled] a.csc-form-confirmation-true input {
  pointer-events: none;
}
.csc-form-confirmation-true input {
  margin-bottom: 0;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  line-height: 1.55;
  border-radius: 0px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #ff8700;
  border-color: #e67a00;
  position: relative;
  display: inline-block;
  font-family: "Benton Sans Reg", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #ff6700;
  border-radius: 3px;
  padding: 12px 15px;
  margin: 22px 0;
  min-width: 110px;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  border: none;
  text-decoration: none !important;
}
.csc-form-confirmation-true input:focus,
.csc-form-confirmation-true input.focus {
  color: #ffffff;
  background-color: #cc6c00;
  border-color: #663600;
}
.csc-form-confirmation-true input:hover {
  color: #ffffff;
  background-color: #cc6c00;
  border-color: #a85900;
}
.csc-form-confirmation-true input:active,
.csc-form-confirmation-true input.active,
.open > .dropdown-toggle.csc-form-confirmation-true input {
  color: #ffffff;
  background-color: #cc6c00;
  background-image: none;
  border-color: #a85900;
}
.csc-form-confirmation-true input:active:hover,
.csc-form-confirmation-true input.active:hover,
.open > .dropdown-toggle.csc-form-confirmation-true input:hover,
.csc-form-confirmation-true input:active:focus,
.csc-form-confirmation-true input.active:focus,
.open > .dropdown-toggle.csc-form-confirmation-true input:focus,
.csc-form-confirmation-true input:active.focus,
.csc-form-confirmation-true input.active.focus,
.open > .dropdown-toggle.csc-form-confirmation-true input.focus {
  color: #ffffff;
  background-color: #a85900;
  border-color: #663600;
}
.csc-form-confirmation-true input.disabled:hover,
.csc-form-confirmation-true input[disabled]:hover,
fieldset[disabled] .csc-form-confirmation-true input:hover,
.csc-form-confirmation-true input.disabled:focus,
.csc-form-confirmation-true input[disabled]:focus,
fieldset[disabled] .csc-form-confirmation-true input:focus,
.csc-form-confirmation-true input.disabled.focus,
.csc-form-confirmation-true input[disabled].focus,
fieldset[disabled] .csc-form-confirmation-true input.focus {
  background-color: #ff8700;
  border-color: #e67a00;
}
.csc-form-confirmation-true input .badge {
  color: #ff8700;
  background-color: #ffffff;
}
.csc-form-confirmation-true input:focus,
.csc-form-confirmation-true input:active:focus,
.csc-form-confirmation-true input.active:focus,
.csc-form-confirmation-true input.focus,
.csc-form-confirmation-true input:active.focus,
.csc-form-confirmation-true input.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.csc-form-confirmation-true input:hover,
.csc-form-confirmation-true input:focus,
.csc-form-confirmation-true input.focus {
  color: #333333;
  text-decoration: none;
}
.csc-form-confirmation-true input:active,
.csc-form-confirmation-true input.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.csc-form-confirmation-true input.disabled,
.csc-form-confirmation-true input[disabled],
fieldset[disabled] .csc-form-confirmation-true input {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.csc-form-confirmation-true input.disabled,
fieldset[disabled] a.csc-form-confirmation-true input {
  pointer-events: none;
}
.csc-form-confirmation-true input:focus,
.csc-form-confirmation-true input.focus {
  color: #ffffff;
  background-color: #cc6c00;
  border-color: #663600;
}
.csc-form-confirmation-true input:hover {
  color: #ffffff;
  background-color: #cc6c00;
  border-color: #a85900;
}
.csc-form-confirmation-true input:active,
.csc-form-confirmation-true input.active,
.open > .dropdown-toggle.csc-form-confirmation-true input {
  color: #ffffff;
  background-color: #cc6c00;
  background-image: none;
  border-color: #a85900;
}
.csc-form-confirmation-true input:active:hover,
.csc-form-confirmation-true input.active:hover,
.open > .dropdown-toggle.csc-form-confirmation-true input:hover,
.csc-form-confirmation-true input:active:focus,
.csc-form-confirmation-true input.active:focus,
.open > .dropdown-toggle.csc-form-confirmation-true input:focus,
.csc-form-confirmation-true input:active.focus,
.csc-form-confirmation-true input.active.focus,
.open > .dropdown-toggle.csc-form-confirmation-true input.focus {
  color: #ffffff;
  background-color: #a85900;
  border-color: #663600;
}
.csc-form-confirmation-true input.disabled:hover,
.csc-form-confirmation-true input[disabled]:hover,
fieldset[disabled] .csc-form-confirmation-true input:hover,
.csc-form-confirmation-true input.disabled:focus,
.csc-form-confirmation-true input[disabled]:focus,
fieldset[disabled] .csc-form-confirmation-true input:focus,
.csc-form-confirmation-true input.disabled.focus,
.csc-form-confirmation-true input[disabled].focus,
fieldset[disabled] .csc-form-confirmation-true input.focus {
  background-color: #ff8700;
  border-color: #e67a00;
}
.csc-form-confirmation-true input .badge {
  color: #ff8700;
  background-color: #ffffff;
}
.csc-form-confirmation-false input {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  border-radius: 0px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.csc-form-confirmation-false input:focus,
.csc-form-confirmation-false input.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.csc-form-confirmation-false input:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.csc-form-confirmation-false input:active,
.csc-form-confirmation-false input.active,
.open > .dropdown-toggle.csc-form-confirmation-false input {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.csc-form-confirmation-false input:active:hover,
.csc-form-confirmation-false input.active:hover,
.open > .dropdown-toggle.csc-form-confirmation-false input:hover,
.csc-form-confirmation-false input:active:focus,
.csc-form-confirmation-false input.active:focus,
.open > .dropdown-toggle.csc-form-confirmation-false input:focus,
.csc-form-confirmation-false input:active.focus,
.csc-form-confirmation-false input.active.focus,
.open > .dropdown-toggle.csc-form-confirmation-false input.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.csc-form-confirmation-false input.disabled:hover,
.csc-form-confirmation-false input[disabled]:hover,
fieldset[disabled] .csc-form-confirmation-false input:hover,
.csc-form-confirmation-false input.disabled:focus,
.csc-form-confirmation-false input[disabled]:focus,
fieldset[disabled] .csc-form-confirmation-false input:focus,
.csc-form-confirmation-false input.disabled.focus,
.csc-form-confirmation-false input[disabled].focus,
fieldset[disabled] .csc-form-confirmation-false input.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.csc-form-confirmation-false input .badge {
  color: #ffffff;
  background-color: #333333;
}
.csc-form-confirmation-false input:focus,
.csc-form-confirmation-false input:active:focus,
.csc-form-confirmation-false input.active:focus,
.csc-form-confirmation-false input.focus,
.csc-form-confirmation-false input:active.focus,
.csc-form-confirmation-false input.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.csc-form-confirmation-false input:hover,
.csc-form-confirmation-false input:focus,
.csc-form-confirmation-false input.focus {
  color: #333333;
  text-decoration: none;
}
.csc-form-confirmation-false input:active,
.csc-form-confirmation-false input.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.csc-form-confirmation-false input.disabled,
.csc-form-confirmation-false input[disabled],
fieldset[disabled] .csc-form-confirmation-false input {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.csc-form-confirmation-false input.disabled,
fieldset[disabled] a.csc-form-confirmation-false input {
  pointer-events: none;
}
.csc-form-confirmation-false input:focus,
.csc-form-confirmation-false input.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.csc-form-confirmation-false input:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.csc-form-confirmation-false input:active,
.csc-form-confirmation-false input.active,
.open > .dropdown-toggle.csc-form-confirmation-false input {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.csc-form-confirmation-false input:active:hover,
.csc-form-confirmation-false input.active:hover,
.open > .dropdown-toggle.csc-form-confirmation-false input:hover,
.csc-form-confirmation-false input:active:focus,
.csc-form-confirmation-false input.active:focus,
.open > .dropdown-toggle.csc-form-confirmation-false input:focus,
.csc-form-confirmation-false input:active.focus,
.csc-form-confirmation-false input.active.focus,
.open > .dropdown-toggle.csc-form-confirmation-false input.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.csc-form-confirmation-false input.disabled:hover,
.csc-form-confirmation-false input[disabled]:hover,
fieldset[disabled] .csc-form-confirmation-false input:hover,
.csc-form-confirmation-false input.disabled:focus,
.csc-form-confirmation-false input[disabled]:focus,
fieldset[disabled] .csc-form-confirmation-false input:focus,
.csc-form-confirmation-false input.disabled.focus,
.csc-form-confirmation-false input[disabled].focus,
fieldset[disabled] .csc-form-confirmation-false input.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.csc-form-confirmation-false input .badge {
  color: #ffffff;
  background-color: #333333;
}
body .frame.default,
.htmlarea-content-body .frame.default {
  margin: 0;
}
body hr,
.htmlarea-content-body hr {
  margin: 0;
  padding: 0;
  border-top: 2px solid #E0E0E0;
}
body .transparent-background,
.htmlarea-content-body .transparent-background {
  background: transparent;
}
body .grey-separator,
.htmlarea-content-body .grey-separator {
  border-top: 3px solid #929497;
  margin: 20px 0;
}
body .marg40-15,
.htmlarea-content-body .marg40-15 {
  margin: 40px 15px;
}
body .float-right,
.htmlarea-content-body .float-right {
  float: right;
}
body .float-left,
.htmlarea-content-body .float-left {
  float: left;
}
body .inline-block,
.htmlarea-content-body .inline-block {
  display: inline-block;
}
body .full-button,
.htmlarea-content-body .full-button {
  background: #ffffff;
  color: #3b97d2;
  height: 48px;
  padding: 0 15px;
}
body .navbar-collapse.collapse,
.htmlarea-content-body .navbar-collapse.collapse {
  padding: 0;
}
body .width-auto,
.htmlarea-content-body .width-auto {
  width: auto;
}
body .navbar-default .navbar-nav > li:last-child > a,
.htmlarea-content-body .navbar-default .navbar-nav > li:last-child > a {
  padding-right: 0;
}
body .l-r-border,
.htmlarea-content-body .l-r-border {
  border: 2px solid #ffffff;
  border-top: none;
  border-bottom: none;
}
body .separator,
.htmlarea-content-body .separator {
  border-top: 1px solid #616161;
  width: 100%;
  margin: 20px 0;
}
body #c218,
.htmlarea-content-body #c218 {
  display: none;
}
@media (max-width: 768px) {
  body .padd72,
  .htmlarea-content-body .padd72 {
    padding: 40px 0;
  }
  body .padd72-top,
  .htmlarea-content-body .padd72-top {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  body .col-sm-1-2,
  .htmlarea-content-body .col-sm-1-2 {
    width: 12%;
  }
}
@media (max-width: 992px) {
  body .navbar-main > li,
  .htmlarea-content-body .navbar-main > li {
    margin-left: 20px;
  }
}
@media (min-width: 1500px) {
  body .container,
  body #content.main-section .carousel-indicators,
  .htmlarea-content-body .container,
  .htmlarea-content-body #content.main-section .carousel-indicators {
    width: 1470px;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  body .container,
  body #content.main-section .carousel-indicators,
  .htmlarea-content-body .container,
  .htmlarea-content-body #content.main-section .carousel-indicators {
    width: 1270px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  body .container,
  body #content.main-section .carousel-indicators,
  .htmlarea-content-body .container,
  .htmlarea-content-body #content.main-section .carousel-indicators {
    width: 1170px;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  body .container,
  body #content.main-section .carousel-indicators,
  .htmlarea-content-body .container,
  .htmlarea-content-body #content.main-section .carousel-indicators {
    width: 1070px;
  }
  body h1,
  body .text-h1,
  .htmlarea-content-body h1,
  .htmlarea-content-body .text-h1 {
    font-size: 68px;
    line-height: 80px;
  }
  body h2,
  body .text-h2,
  .htmlarea-content-body h2,
  .htmlarea-content-body .text-h2 {
    font-size: 34px;
    line-height: 40px;
  }
  body h3,
  body .text-h3,
  .htmlarea-content-body h3,
  .htmlarea-content-body .text-h3 {
    font-size: 32px;
    line-height: 38px;
  }
  body h4,
  body .text-h4,
  .htmlarea-content-body h4,
  .htmlarea-content-body .text-h4 {
    font-size: 22px;
    line-height: 25px;
  }
  body h5,
  body .text-h5,
  .htmlarea-content-body h5,
  .htmlarea-content-body .text-h5 {
    font-size: 16px;
    line-height: 20px;
  }
  body h6,
  body .text-h6,
  .htmlarea-content-body h6,
  .htmlarea-content-body .text-h6 {
    font-size: 14px;
    line-height: 17px;
  }
  body .text-30,
  .htmlarea-content-body .text-30 {
    font-size: 28px;
    line-height: 30px;
  }
  body .text-42,
  .htmlarea-content-body .text-42 {
    font-size: 40px;
    line-height: 38px;
  }
  body .text-48,
  .htmlarea-content-body .text-48 {
    font-size: 45px;
    line-height: 45px;
  }
  body .text-28,
  .htmlarea-content-body .text-28 {
    font-size: 26px;
    line-height: 28px;
  }
}
body #c219,
.htmlarea-content-body #c219 {
  display: none;
}
@media (min-width: 993px) and (max-width: 1099px) {
  body .container,
  body #content.main-section .carousel-indicators,
  .htmlarea-content-body .container,
  .htmlarea-content-body #content.main-section .carousel-indicators {
    width: 950px;
  }
}
@media (min-width: 993px) and (max-width: 1099px) {
  body h1,
  body .text-h1,
  .htmlarea-content-body h1,
  .htmlarea-content-body .text-h1 {
    font-size: 60px;
    line-height: 70px;
  }
  body h2,
  body .text-h2,
  .htmlarea-content-body h2,
  .htmlarea-content-body .text-h2 {
    font-size: 30px;
    line-height: 36px;
  }
  body h3,
  body .text-h3,
  .htmlarea-content-body h3,
  .htmlarea-content-body .text-h3 {
    font-size: 28px;
    line-height: 34px;
  }
  body h4,
  body .text-h4,
  .htmlarea-content-body h4,
  .htmlarea-content-body .text-h4 {
    font-size: 18px;
    line-height: 20px;
  }
  body h5,
  body .text-h5,
  .htmlarea-content-body h5,
  .htmlarea-content-body .text-h5 {
    font-size: 14px;
    line-height: 18px;
  }
  body .text-30,
  .htmlarea-content-body .text-30 {
    font-size: 24px;
    line-height: 27px;
  }
  body .text-42,
  .htmlarea-content-body .text-42 {
    font-size: 36px;
    line-height: 36px;
  }
  body .text-48,
  .htmlarea-content-body .text-48 {
    font-size: 40px;
    line-height: 40px;
  }
  body .text-28,
  .htmlarea-content-body .text-28 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 531px) and (max-width: 992px) {
  body h1,
  body .text-h1,
  .htmlarea-content-body h1,
  .htmlarea-content-body .text-h1 {
    font-size: 52px;
    line-height: 60px;
  }
  body h2,
  body .text-h2,
  .htmlarea-content-body h2,
  .htmlarea-content-body .text-h2 {
    font-size: 26px;
    line-height: 30px;
  }
  body h3,
  body .text-h3,
  .htmlarea-content-body h3,
  .htmlarea-content-body .text-h3 {
    font-size: 24px;
    line-height: 30px;
  }
  body h4,
  body .text-h4,
  .htmlarea-content-body h4,
  .htmlarea-content-body .text-h4 {
    font-size: 16px;
    line-height: 18px;
  }
  body h5,
  body .text-h5,
  .htmlarea-content-body h5,
  .htmlarea-content-body .text-h5 {
    font-size: 14px;
    line-height: 18px;
  }
  body .text-30,
  .htmlarea-content-body .text-30 {
    font-size: 24px;
    line-height: 27px;
  }
  body .text-42,
  .htmlarea-content-body .text-42 {
    font-size: 30px;
    line-height: 30px;
  }
  body .text-48,
  .htmlarea-content-body .text-48 {
    font-size: 32px;
    line-height: 32px;
  }
  body .text-28,
  .htmlarea-content-body .text-28 {
    font-size: 22px;
    line-height: 18px;
  }
}
@media (min-width: 850px) and (max-width: 992px) {
  body .container,
  .htmlarea-content-body .container {
    width: 820px;
  }
}
@media (min-width: 851px) and (max-width: 1199px) {
  body .marg40-15,
  .htmlarea-content-body .marg40-15 {
    margin: 40px 10px;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  body .marg40-15,
  .htmlarea-content-body .marg40-15 {
    margin: 40px 7px;
  }
  body .marg40-15 .grey-separator,
  .htmlarea-content-body .marg40-15 .grey-separator {
    display: none;
  }
}
@media (max-width: 530px) {
  body h1,
  body .text-h1,
  .htmlarea-content-body h1,
  .htmlarea-content-body .text-h1 {
    font-size: 42px;
    line-height: 50px;
  }
  body h2,
  body .text-h2,
  body .text-48,
  .htmlarea-content-body h2,
  .htmlarea-content-body .text-h2,
  .htmlarea-content-body .text-48 {
    font-size: 32px;
    line-height: 38px;
  }
  body h3,
  body .text-h3,
  body .text-28,
  body .text-30,
  .htmlarea-content-body h3,
  .htmlarea-content-body .text-h3,
  .htmlarea-content-body .text-28,
  .htmlarea-content-body .text-30 {
    font-size: 24px;
    line-height: 29px;
  }
  body h4,
  body .text-h4,
  .htmlarea-content-body h4,
  .htmlarea-content-body .text-h4 {
    font-size: 18px;
    line-height: 22px;
  }
  body .button,
  .htmlarea-content-body .button {
    font-size: 18px;
  }
  body h5,
  body .text-h5,
  .htmlarea-content-body h5,
  .htmlarea-content-body .text-h5 {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 370px) {
  body h1,
  body .text-h1,
  .htmlarea-content-body h1,
  .htmlarea-content-body .text-h1 {
    font-size: 32px;
    line-height: 38px;
  }
  body h2,
  body .text-h2,
  body .text-48,
  .htmlarea-content-body h2,
  .htmlarea-content-body .text-h2,
  .htmlarea-content-body .text-48 {
    font-size: 24px;
    line-height: 29px;
  }
  body h3,
  body .text-h3,
  body .text-28,
  body .text-30,
  .htmlarea-content-body h3,
  .htmlarea-content-body .text-h3,
  .htmlarea-content-body .text-28,
  .htmlarea-content-body .text-30 {
    font-size: 18px;
    line-height: 22px;
  }
  body .button,
  .htmlarea-content-body .button {
    font-size: 14px;
  }
  body h4,
  body .text-h4,
  .htmlarea-content-body h4,
  .htmlarea-content-body .text-h4 {
    font-size: 14px;
    line-height: 17px;
  }
}
body .well,
.htmlarea-content-body .well {
  display: none;
}
#content.main-section #insights-container {
  /* clearfix */
  /* ---- grid-item ---- */
}
#content.main-section #insights-container:after {
  content: '';
  display: block;
  clear: both;
}
#content.main-section #insights-container .grid-item {
  max-width: 342px;
  width: 100%;
  float: left;
}
#content.main-section .ip-blog-container {
  margin-bottom: 20px;
}
#content.main-section .ip-blog-container .colored-background {
  height: 90px;
}
#content.main-section .ip-blog-container img {
  width: 100%;
}
#content.main-section .ip-blog-container .ip-blog-text {
  background: #212121;
  padding: 25px;
  position: relative;
}
#content.main-section .ip-blog-container .ip-blog-text .ip-blog-link a,
#content.main-section .ip-blog-container .ip-blog-text .ip-blog-link span {
  font-size: 28px;
}
#content.main-section .ip-blog-container .ip-blog-text.background-light-grey,
#content.main-section .ip-blog-container .ip-blog-text .background-light-grey {
  background: #EEEDEE !important;
}
#content.main-section .ip-blog-container .ip-blog-text.background-light-grey .separator,
#content.main-section .ip-blog-container .ip-blog-text .background-light-grey .separator {
  border-color: #ffffff;
}
#content.main-section .ip-blog-container .ip-blog-text .ip-blog-title {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 20px 25px 0 25px;
  background: #212121;
}
@media (max-width: 1100px) {
  #content.main-section .ip-blog-container .ip-blog-text .ip-blog-title {
    top: -35px;
  }
}
#content.main-section article {
  margin-bottom: 34px;
}
#content.main-section article .denn-title {
  font-weight: bold;
  color: #3b97d2;
  font-size: 18px;
  margin-bottom: 5px;
}
#content.main-section article .denn-text {
  font-size: 18px;
  color: #BDBDBC;
}
#content.main-section .text-over-image img {
  width: 100%;
  position: relative;
  height: 465px;
}
#content.main-section .text-over-image > div {
  position: absolute;
  top: 36px;
  bottom: 36px;
  right: 36px;
  left: 36px;
}
#content.main-section .text-over-image button {
  position: absolute;
  bottom: 36px;
  right: 36px;
}
#content.main-section .header-image-border {
  min-height: 570px;
}
#content.main-section #c205 .item {
  height: 465px;
}
#content.main-section .page-break-text-image {
  position: relative;
}
#content.main-section .page-break-text-image .absolute-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#content.main-section .page-break-text-image .absolute-text .col-sm-6 {
  display: table;
  padding-right: 50px;
}
#content.main-section .page-break-text-image .button-container {
  display: table-row;
  vertical-align: bottom;
}
#content.main-section .page-break-text-image .row {
  height: 100%;
}
#content.main-section .page-break-text-image .col-sm-6 {
  height: 465px;
}
#content.main-section #map {
  margin: 0;
  height: 690px;
}
#content.main-section .team-container #management,
#content.main-section .team-container #legal-experts {
  padding-bottom: 16px !important;
  border-bottom: 1px solid #3b97d2;
  color: #DFDFDF;
  cursor: pointer;
  cursor: hand;
  margin-bottom: 48px;
}
#content.main-section .team-container #management.selected,
#content.main-section .team-container #legal-experts.selected {
  color: #3b97d2;
  border-bottom: 6px solid #3b97d2;
}
#content.main-section .team-container .filter-container {
  margin: 52px 12px 48px 12px;
}
#content.main-section .team-container #legal-experts-details {
  display: none;
}
#content.main-section .team-container .person-details {
  height: 400px;
  margin-top: 25px;
}
#content.main-section .team-container .person-details > div {
  width: 100%;
  padding: 25px 30px 25px 25px;
  height: 100%;
  background: #DFDFDF;
}
#content.main-section .team-container .person-details > div img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#content.main-section .team-container .person-details .details {
  padding-top: 40px;
}
#content.main-section .team-container .person-details hr {
  margin: 10px 0;
  border-top: 1px solid #ffffff;
}
#content.main-section .title-with-filter > div {
  padding: 33px 48px;
}
#content.main-section .title-with-filter .float-right {
  line-height: 86px;
  padding-right: 25px;
}
#TSFE_ADMIN_PANEL_FORM {
  display: none;
}
body #content.main-section .ip-service-container .col-xs-1,
body #content.main-section .ip-service-container .col-sm-1,
body #content.main-section .ip-service-container .col-md-1,
body #content.main-section .ip-service-container .col-lg-1,
body #content.main-section .ip-service-container .col-xs-2,
body #content.main-section .ip-service-container .col-sm-2,
body #content.main-section .ip-service-container .col-md-2,
body #content.main-section .ip-service-container .col-lg-2,
body #content.main-section .ip-service-container .col-xs-3,
body #content.main-section .ip-service-container .col-sm-3,
body #content.main-section .ip-service-container .col-md-3,
body #content.main-section .ip-service-container .col-lg-3,
body #content.main-section .ip-service-container .col-xs-4,
body #content.main-section .ip-service-container .col-sm-4,
body #content.main-section .ip-service-container .col-md-4,
body #content.main-section .ip-service-container .col-lg-4,
body #content.main-section .ip-service-container .col-xs-5,
body #content.main-section .ip-service-container .col-sm-5,
body #content.main-section .ip-service-container .col-md-5,
body #content.main-section .ip-service-container .col-lg-5,
body #content.main-section .ip-service-container .col-xs-6,
body #content.main-section .ip-service-container .col-sm-6,
body #content.main-section .ip-service-container .col-md-6,
body #content.main-section .ip-service-container .col-lg-6,
body #content.main-section .ip-service-container .col-xs-7,
body #content.main-section .ip-service-container .col-sm-7,
body #content.main-section .ip-service-container .col-md-7,
body #content.main-section .ip-service-container .col-lg-7,
body #content.main-section .ip-service-container .col-xs-8,
body #content.main-section .ip-service-container .col-sm-8,
body #content.main-section .ip-service-container .col-md-8,
body #content.main-section .ip-service-container .col-lg-8,
body #content.main-section .ip-service-container .col-xs-9,
body #content.main-section .ip-service-container .col-sm-9,
body #content.main-section .ip-service-container .col-md-9,
body #content.main-section .ip-service-container .col-lg-9,
body #content.main-section .ip-service-container .col-xs-10,
body #content.main-section .ip-service-container .col-sm-10,
body #content.main-section .ip-service-container .col-md-10,
body #content.main-section .ip-service-container .col-lg-10,
body #content.main-section .ip-service-container .col-xs-11,
body #content.main-section .ip-service-container .col-sm-11,
body #content.main-section .ip-service-container .col-md-11,
body #content.main-section .ip-service-container .col-lg-11,
body #content.main-section .ip-service-container .col-xs-12,
body #content.main-section .ip-service-container .col-sm-12,
body #content.main-section .ip-service-container .col-md-12,
body #content.main-section .ip-service-container .col-lg-12,
.htmlarea-content-body #content.main-section .ip-service-container .col-xs-1,
.htmlarea-content-body #content.main-section .ip-service-container .col-sm-1,
.htmlarea-content-body #content.main-section .ip-service-container .col-md-1,
.htmlarea-content-body #content.main-section .ip-service-container .col-lg-1,
.htmlarea-content-body #content.main-section .ip-service-container .col-xs-2,
.htmlarea-content-body #content.main-section .ip-service-container .col-sm-2,
.htmlarea-content-body #content.main-section .ip-service-container .col-md-2,
.htmlarea-content-body #content.main-section .ip-service-container .col-lg-2,
.htmlarea-content-body #content.main-section .ip-service-container .col-xs-3,
.htmlarea-content-body #content.main-section .ip-service-container .col-sm-3,
.htmlarea-content-body #content.main-section .ip-service-container .col-md-3,
.htmlarea-content-body #content.main-section .ip-service-container .col-lg-3,
.htmlarea-content-body #content.main-section .ip-service-container .col-xs-4,
.htmlarea-content-body #content.main-section .ip-service-container .col-sm-4,
.htmlarea-content-body #content.main-section .ip-service-container .col-md-4,
.htmlarea-content-body #content.main-section .ip-service-container .col-lg-4,
.htmlarea-content-body #content.main-section .ip-service-container .col-xs-5,
.htmlarea-content-body #content.main-section .ip-service-container .col-sm-5,
.htmlarea-content-body #content.main-section .ip-service-container .col-md-5,
.htmlarea-content-body #content.main-section .ip-service-container .col-lg-5,
.htmlarea-content-body #content.main-section .ip-service-container .col-xs-6,
.htmlarea-content-body #content.main-section .ip-service-container .col-sm-6,
.htmlarea-content-body #content.main-section .ip-service-container .col-md-6,
.htmlarea-content-body #content.main-section .ip-service-container .col-lg-6,
.htmlarea-content-body #content.main-section .ip-service-container .col-xs-7,
.htmlarea-content-body #content.main-section .ip-service-container .col-sm-7,
.htmlarea-content-body #content.main-section .ip-service-container .col-md-7,
.htmlarea-content-body #content.main-section .ip-service-container .col-lg-7,
.htmlarea-content-body #content.main-section .ip-service-container .col-xs-8,
.htmlarea-content-body #content.main-section .ip-service-container .col-sm-8,
.htmlarea-content-body #content.main-section .ip-service-container .col-md-8,
.htmlarea-content-body #content.main-section .ip-service-container .col-lg-8,
.htmlarea-content-body #content.main-section .ip-service-container .col-xs-9,
.htmlarea-content-body #content.main-section .ip-service-container .col-sm-9,
.htmlarea-content-body #content.main-section .ip-service-container .col-md-9,
.htmlarea-content-body #content.main-section .ip-service-container .col-lg-9,
.htmlarea-content-body #content.main-section .ip-service-container .col-xs-10,
.htmlarea-content-body #content.main-section .ip-service-container .col-sm-10,
.htmlarea-content-body #content.main-section .ip-service-container .col-md-10,
.htmlarea-content-body #content.main-section .ip-service-container .col-lg-10,
.htmlarea-content-body #content.main-section .ip-service-container .col-xs-11,
.htmlarea-content-body #content.main-section .ip-service-container .col-sm-11,
.htmlarea-content-body #content.main-section .ip-service-container .col-md-11,
.htmlarea-content-body #content.main-section .ip-service-container .col-lg-11,
.htmlarea-content-body #content.main-section .ip-service-container .col-xs-12,
.htmlarea-content-body #content.main-section .ip-service-container .col-sm-12,
.htmlarea-content-body #content.main-section .ip-service-container .col-md-12,
.htmlarea-content-body #content.main-section .ip-service-container .col-lg-12 {
  padding: 15px;
}
body #content.main-section #diams-iq-container,
.htmlarea-content-body #content.main-section #diams-iq-container {
  position: relative;
  color: #BDBDBD;
}
body #content.main-section #diams-iq-container .text-over-image p,
.htmlarea-content-body #content.main-section #diams-iq-container .text-over-image p {
  padding: 20px 15%;
}
body #content.main-section #diams-iq-container .text-over-image p button,
.htmlarea-content-body #content.main-section #diams-iq-container .text-over-image p button {
  position: relative;
  bottom: 0;
  right: 0;
}
@media (min-width: 765px) and (max-width: 993px) {
  body #content.main-section #diams-iq-container .text-over-image p,
  .htmlarea-content-body #content.main-section #diams-iq-container .text-over-image p {
    padding: 20px 5%;
  }
}
@media (max-width: 765px) {
  body #content.main-section #diams-iq-container .text-over-image p,
  .htmlarea-content-body #content.main-section #diams-iq-container .text-over-image p {
    padding: 10px 10px;
  }
  body #content.main-section #diams-iq-container .text-over-image .text-h4,
  .htmlarea-content-body #content.main-section #diams-iq-container .text-over-image .text-h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.two-tone-gradient {
  background: linear-gradient(115deg, #ffffff 38%, #ff6700 38%, #c90065 100%);
}
@media screen and (max-width: 1199px) {
  .two-tone-gradient {
    background: linear-gradient(115deg, #ffffff 41%, #ff6700 41%, #c90065 100%);
  }
}
@media screen and (max-width: 767px) {
  .two-tone-gradient {
    background-image: none;
  }
}
.two-tone-gradient ol.breadcrumb li:nth-of-type(2) a,
.two-tone-gradient ol.breadcrumb li.active {
  display: none;
}
.two-tone-gradient .outside-row .col-md-4,
.two-tone-gradient .outside-row .container {
  padding: 0;
}
.two-tone-gradient .outside-row img.insights-title-image {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .two-tone-gradient .outside-row img.insights-title-image {
    margin-top: 10px;
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .two-tone-gradient .outside-row img.insights-title-image {
    display: block;
    margin: 10px auto;
  }
}
.two-tone-gradient .insights-title-section .container-fluid {
  padding: 0;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  vertical-align: middle;
  align-items: center;
  height: 145px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 990px) {
  .two-tone-gradient .insights-title-section .container-fluid {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .two-tone-gradient .insights-title-section .container-fluid {
    background-image: -webkit-linear-gradient(left, #fe6403, #ec0364);
    height: 80px;
    padding: 0 30px;
  }
}
.two-tone-gradient .insights-title-section .container-fluid .insights-title {
  width: 100%;
}
.two-tone-gradient .insights-title-section .container-fluid .insights-title p {
  margin: 0;
}
.two-tone-gradient .insights-title-section .container-fluid .insights-title p span {
  color: #fff;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .two-tone-gradient .insights-title-section .container-fluid .insights-title p span {
    margin-left: 0;
  }
}
.two-tone-gradient .insights-title-section .container-fluid .archive-container {
  display: block !important;
  width: 100%;
  padding: 0;
}
.two-tone-gradient .insights-title-section .container-fluid .archive-container a {
  font-size: 16px;
  padding: 10px 20px;
}
@media screen and (max-width: 991px) {
  .two-tone-gradient .insights-title-section .container-fluid .archive-container a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .two-tone-gradient .insights-title-section {
    padding: 0;
  }
}
#c1985 {
  display: none;
}
#body-p446 footer .container.bg-brand-default-white {
  display: none !important;
}
.search_load_more {
  background: #0F2C35 !important;
  border-color: #0F2C35 !important;
}
.search_load_more:hover {
  background: #4B5D66 !important;
  border-color: #4B5D66 !important;
}
.search_load_more:focus {
  background: #4B5D66 !important;
  border-color: #0F2C35 !important;
}
/* Brand Color */
.bg-brand-light-orange {
  background-color: #ff6700;
}
.text-brand-light-orange {
  color: #ff6700;
}
.border-brand-light-orange {
  border-color: #ff6700;
}
.border-bottom-brand-light-orange {
  border-bottom-color: #ff6700;
}
.bg-brand-default-orange {
  background-color: #ff5122;
}
.text-brand-default-orange {
  color: #ff5122;
}
.border-brand-default-orange {
  border-color: #ff5122;
}
.border-bottom-brand-default-orange {
  border-bottom-color: #ff5122;
}
.bg-brand-dark-orange {
  background-color: #f72f2f;
}
.text-brand-dark-orange {
  color: #f72f2f;
}
.border-brand-dark-orange {
  border-color: #f72f2f;
}
.border-bottom-brand-dark-orange {
  border-bottom-color: #f72f2f;
}
.bg-brand-light-pink {
  background-color: #c90065;
}
.text-brand-light-pink {
  color: #c90065;
}
.border-brand-light-pink {
  border-color: #c90065;
}
.border-bottom-brand-light-pink {
  border-bottom-color: #c90065;
}
.bg-brand-default-pink {
  background-color: #96025a;
}
.text-brand-default-pink {
  color: #96025a;
}
.border-brand-default-pink {
  border-color: #96025a;
}
.border-bottom-brand-default-pink {
  border-bottom-color: #96025a;
}
.bg-brand-very-light-gray {
  background-color: #bccace;
}
.text-brand-very-light-gray {
  color: #bccace;
}
.border-brand-very-light-gray {
  border-color: #bccace;
}
.border-bottom-brand-very-light-gray {
  border-bottom-color: #bccace;
}
.bg-brand-light-gray {
  background-color: #738993;
}
.text-brand-light-gray {
  color: #738993;
}
.border-brand-light-gray {
  border-color: #738993;
}
.border-bottom-brand-light-gray {
  border-bottom-color: #738993;
}
.bg-brand-default-gray {
  background-color: #4b5d66;
}
.text-brand-default-gray {
  color: #4b5d66;
}
.border-brand-default-gray {
  border-color: #4b5d66;
}
.border-bottom-brand-default-gray {
  border-bottom-color: #4b5d66;
}
.bg-brand-dark-gray {
  background-color: #0f2c35;
}
.text-brand-dark-gray {
  color: #0f2c35;
}
.border-brand-dark-gray {
  border-color: #0f2c35;
}
.border-bottom-brand-dark-gray {
  border-bottom-color: #0f2c35;
}
.bg-brand-default-white {
  background-color: #ffffff;
}
.text-brand-default-white {
  color: #ffffff;
}
.border-brand-default-white {
  border-color: #ffffff;
}
.border-bottom-brand-default-white {
  border-bottom-color: #ffffff;
}
.bg-brand-default-transparent {
  background-color: transparent;
}
.text-brand-default-transparent {
  color: transparent;
}
.border-brand-default-transparent {
  border-color: transparent;
}
.border-bottom-brand-default-transparent {
  border-bottom-color: transparent;
}
.bg-brand-default-blue {
  background-color: #054fd3;
}
.text-brand-default-blue {
  color: #054fd3;
}
.border-brand-default-blue {
  border-color: #054fd3;
}
.border-bottom-brand-default-blue {
  border-bottom-color: #054fd3;
}
.bg-brand-dark-blue {
  background-color: #002a6d;
}
.text-brand-dark-blue {
  color: #002a6d;
}
.border-brand-dark-blue {
  border-color: #002a6d;
}
.border-bottom-brand-dark-blue {
  border-bottom-color: #002a6d;
}
.bg-brand-light-green {
  background-color: #02d36b;
}
.text-brand-light-green {
  color: #02d36b;
}
.border-brand-light-green {
  border-color: #02d36b;
}
.border-bottom-brand-light-green {
  border-bottom-color: #02d36b;
}
.bg-brand-default-green {
  background-color: #049b44;
}
.text-brand-default-green {
  color: #049b44;
}
.border-brand-default-green {
  border-color: #049b44;
}
.border-bottom-brand-default-green {
  border-bottom-color: #049b44;
}
/* Margin and paddings */
.margin-10 {
  margin: 10px 10px 10px 10px;
}
.margin-10-top {
  margin-top: 10px;
}
.margin-10-left {
  margin-left: 10px;
}
.margin-10-right {
  margin-right: 10px;
}
.margin-10-bottom {
  margin-bottom: 10px;
}
.padding-10 {
  padding: 10px 10px 10px 10px;
}
.padding-10-top {
  padding-top: 10px;
}
.padding-10-left {
  padding-left: 10px;
}
.padding-10-right {
  padding-right: 10px;
}
.padding-10-bottom {
  padding-bottom: 10px;
}
.margin-12 {
  margin: 12px 12px 12px 12px;
}
.margin-12-top {
  margin-top: 12px;
}
.margin-12-left {
  margin-left: 12px;
}
.margin-12-right {
  margin-right: 12px;
}
.margin-12-bottom {
  margin-bottom: 12px;
}
.padding-12 {
  padding: 12px 12px 12px 12px;
}
.padding-12-top {
  padding-top: 12px;
}
.padding-12-left {
  padding-left: 12px;
}
.padding-12-right {
  padding-right: 12px;
}
.padding-12-bottom {
  padding-bottom: 12px;
}
.margin-16 {
  margin: 16px 16px 16px 16px;
}
.margin-16-top {
  margin-top: 16px;
}
.margin-16-left {
  margin-left: 16px;
}
.margin-16-right {
  margin-right: 16px;
}
.margin-16-bottom {
  margin-bottom: 16px;
}
.padding-16 {
  padding: 16px 16px 16px 16px;
}
.padding-16-top {
  padding-top: 16px;
}
.padding-16-left {
  padding-left: 16px;
}
.padding-16-right {
  padding-right: 16px;
}
.padding-16-bottom {
  padding-bottom: 16px;
}
.margin-24 {
  margin: 24px 24px 24px 24px;
}
.margin-24-top {
  margin-top: 24px;
}
.margin-24-left {
  margin-left: 24px;
}
.margin-24-right {
  margin-right: 24px;
}
.margin-24-bottom {
  margin-bottom: 24px;
}
.padding-24 {
  padding: 24px 24px 24px 24px;
}
.padding-24-top {
  padding-top: 24px;
}
.padding-24-left {
  padding-left: 24px;
}
.padding-24-right {
  padding-right: 24px;
}
.padding-24-bottom {
  padding-bottom: 24px;
}
.margin-32 {
  margin: 32px 32px 32px 32px;
}
.margin-32-top {
  margin-top: 32px;
}
.margin-32-left {
  margin-left: 32px;
}
.margin-32-right {
  margin-right: 32px;
}
.margin-32-bottom {
  margin-bottom: 32px;
}
.padding-32 {
  padding: 32px 32px 32px 32px;
}
.padding-32-top {
  padding-top: 32px;
}
.padding-32-left {
  padding-left: 32px;
}
.padding-32-right {
  padding-right: 32px;
}
.padding-32-bottom {
  padding-bottom: 32px;
}
.margin-36 {
  margin: 36px 36px 36px 36px;
}
.margin-36-top {
  margin-top: 36px;
}
.margin-36-left {
  margin-left: 36px;
}
.margin-36-right {
  margin-right: 36px;
}
.margin-36-bottom {
  margin-bottom: 36px;
}
.padding-36 {
  padding: 36px 36px 36px 36px;
}
.padding-36-top {
  padding-top: 36px;
}
.padding-36-left {
  padding-left: 36px;
}
.padding-36-right {
  padding-right: 36px;
}
.padding-36-bottom {
  padding-bottom: 36px;
}
.margin-48 {
  margin: 48px 48px 48px 48px;
}
.margin-48-top {
  margin-top: 48px;
}
.margin-48-left {
  margin-left: 48px;
}
.margin-48-right {
  margin-right: 48px;
}
.margin-48-bottom {
  margin-bottom: 48px;
}
.padding-48 {
  padding: 48px 48px 48px 48px;
}
.padding-48-top {
  padding-top: 48px;
}
.padding-48-left {
  padding-left: 48px;
}
.padding-48-right {
  padding-right: 48px;
}
.padding-48-bottom {
  padding-bottom: 48px;
}
.margin-64 {
  margin: 64px 64px 64px 64px;
}
.margin-64-top {
  margin-top: 64px;
}
.margin-64-left {
  margin-left: 64px;
}
.margin-64-right {
  margin-right: 64px;
}
.margin-64-bottom {
  margin-bottom: 64px;
}
.padding-64 {
  padding: 64px 64px 64px 64px;
}
.padding-64-top {
  padding-top: 64px;
}
.padding-64-left {
  padding-left: 64px;
}
.padding-64-right {
  padding-right: 64px;
}
.padding-64-bottom {
  padding-bottom: 64px;
}
.margin-72 {
  margin: 72px 72px 72px 72px;
}
.margin-72-top {
  margin-top: 72px;
}
.margin-72-left {
  margin-left: 72px;
}
.margin-72-right {
  margin-right: 72px;
}
.margin-72-bottom {
  margin-bottom: 72px;
}
.padding-72 {
  padding: 72px 72px 72px 72px;
}
.padding-72-top {
  padding-top: 72px;
}
.padding-72-left {
  padding-left: 72px;
}
.padding-72-right {
  padding-right: 72px;
}
.padding-72-bottom {
  padding-bottom: 72px;
}
.margin-96 {
  margin: 96px 96px 96px 96px;
}
.margin-96-top {
  margin-top: 96px;
}
.margin-96-left {
  margin-left: 96px;
}
.margin-96-right {
  margin-right: 96px;
}
.margin-96-bottom {
  margin-bottom: 96px;
}
.padding-96 {
  padding: 96px 96px 96px 96px;
}
.padding-96-top {
  padding-top: 96px;
}
.padding-96-left {
  padding-left: 96px;
}
.padding-96-right {
  padding-right: 96px;
}
.padding-96-bottom {
  padding-bottom: 96px;
}
.margin-128 {
  margin: 128px 128px 128px 128px;
}
.margin-128-top {
  margin-top: 128px;
}
.margin-128-left {
  margin-left: 128px;
}
.margin-128-right {
  margin-right: 128px;
}
.margin-128-bottom {
  margin-bottom: 128px;
}
.padding-128 {
  padding: 128px 128px 128px 128px;
}
.padding-128-top {
  padding-top: 128px;
}
.padding-128-left {
  padding-left: 128px;
}
.padding-128-right {
  padding-right: 128px;
}
.padding-128-bottom {
  padding-bottom: 128px;
}
.margin-256 {
  margin: 256px 256px 256px 256px;
}
.margin-256-top {
  margin-top: 256px;
}
.margin-256-left {
  margin-left: 256px;
}
.margin-256-right {
  margin-right: 256px;
}
.margin-256-bottom {
  margin-bottom: 256px;
}
.padding-256 {
  padding: 256px 256px 256px 256px;
}
.padding-256-top {
  padding-top: 256px;
}
.padding-256-left {
  padding-left: 256px;
}
.padding-256-right {
  padding-right: 256px;
}
.padding-256-bottom {
  padding-bottom: 256px;
}
/* Font Settings */
/* cyrillic-ext */
/* Benton Sans Lt */
@font-face {
  font-family: 'Benton Sans Lt';
  font-style: normal;
  font-weight: 300;
  src: local('Benton Sans Lt'), local('Benton Sans Lt'), url("/fonts/Benton\ Sans\ Light.woff2") format('woff2'), url('/fonts/Benton\ Sans\ Light.woff') format('woff');
}
/* Benton Sans Lt - Italic */
@font-face {
  font-family: 'Benton Sans Lt It';
  font-style: italic;
  font-weight: 300;
  src: local('Benton Sans Lt It'), local('Benton Sans Lt It'), url("/fonts/Benton\ Sans\ Light.woff2") format('woff2'), url('/fonts/Benton\ Sans\ Light.woff') format('woff');
}
/* Benton Sans Reg */
@font-face {
  font-family: 'Benton Sans Reg';
  font-style: normal;
  font-weight: 300;
  src: local('Benton Sans Reg'), local('Benton Sans Reg'), url("/fonts/Benton\ Sans\ Regular.woff2") format('woff2'), url('/fonts/Benton\ Sans\ Regular.woff') format('woff');
}
/* Benton Sans It */
@font-face {
  font-family: 'Benton Sans It';
  font-style: italic;
  font-weight: 300;
  src: local('Benton Sans It'), local('Benton Sans It'), url("/fonts/Benton.woff2") format('woff2'), url('/fonts/Benton.woff') format('woff');
}
/* Benton Sans Med */
@font-face {
  font-family: 'Benton Sans Med';
  font-style: normal;
  font-weight: 300;
  src: local('Benton Sans Med'), local('Benton Sans Med'), url("/fonts/Benton\ Sans\ Medium.woff2") format('woff2'), url('/fonts/Benton\ Sans\ Medium.woff') format('woff');
}
/* Benton Sans Med It */
@font-face {
  font-family: 'Benton Sans Med It';
  font-style: italic;
  font-weight: 300;
  src: local('Benton Sans Med It'), local('Benton Sans Med It'), url("/fonts/Benton\ Sans\ Medium.woff2") format('woff2'), url("/fonts/Benton\ Sans\ Medium.woff") format('woff');
}
/* Benton Sans Bd */
@font-face {
  font-family: 'Benton Sans Bd';
  font-style: normal;
  font-weight: 300;
  src: local('Benton Sans Bd'), local('Benton Sans Bd'), url("/fonts/Benton\ Sans\ Bold.woff2") format('woff2'), url('/fonts/Benton\ Sans\ Bold.woff') format('woff');
}
/* Benton Sans Bd It */
@font-face {
  font-family: 'Benton Sans Bd It';
  font-style: italic;
  font-weight: 300;
  src: local('Benton Sans Bd It'), local('Benton Sans Bd It'), url("/fonts/Benton\ Sans\ Bold.woff2") format('woff2'), url('/fonts/Benton\ Sans\ Bold.woff') format('woff');
}
.display-table-row {
  display: table-row;
}
.font-beneton-light,
body h3,
#content.main-section .carousel_outer .item .bodytext,
#content.main-section .backendlayout-pagets__default_simple .carousel.slide .item .bodytext,
.htmlarea-content-body h3 {
  font-family: 'Benton Sans Lt', 'Arial';
}
.font-beneton-light-italic,
#content.main-section .ip-blog-container .ip-blog-text .ip-blog-link a,
body footer .footer-section .footer-title p,
.htmlarea-content-body footer .footer-section .footer-title p {
  font-family: 'Benton Sans Lt It', 'Arial Italic';
}
.font-beneton-regular,
body h6,
body p a,
body .frame.default .container ul li a,
body,
body a,
.btn-primary:active,
.btn-primary:focus,
.pill-button:focus,
.primary-pill-button:active,
.primary-pill-button:focus,
.white-pill-outline-button:active,
.white-pill-outline-button:focus,
.select2-container.select-container .select2-choice,
.select2-container.select2-container-multi.select-container .select2-choices,
.select2-container.select2-container-multi.select-container .select2-choices .select2-search-choice,
.select2-container.select2-container-multi.select-container .select2-choices .custom_search_choice,
header.navbar-default.navbar #header-main.container .navbar-main > li > a,
header.navbar-default.navbar #header-main.container .dropdown-menu li a,
#content.main-section .carousel_outer .top_banner .top_banner_text p,
#content.main-section .carousel_outer .bottom_banner .bottom_banner_text p,
#content.main-section .ip-blog-container .ip-blog-text .ip-blog-date,
#content.main-section .ip-blog-container .ip-blog-text .ip-blog-tags,
#content.main-section article .denn-text,
body footer .footer-section .footer-links-container div a,
body .breadcrumbs-copy .breadcrumb li.active,
.card .c_secondary,
.timeline_unit .tl_text .text,
.pb_slide .full-slider .award_authority,
#header-search-container .header-search-box input,
.htmlarea-content-body h6,
.htmlarea-content-body p a,
.htmlarea-content-body .frame.default .container ul li a,
.htmlarea-content-body,
.htmlarea-content-body a,
.htmlarea-content-body footer .footer-section .footer-links-container div a,
.htmlarea-content-body .breadcrumbs-copy .breadcrumb li.active {
  font-family: 'Benton Sans Reg', 'Arial';
}
.font-beneton-regular-italic {
  font-family: 'Benton Sans It', 'Arial Italic';
}
.font-beneton-medium,
body h1,
body h2,
body h5,
body p a:focus,
body .frame.default .container ul li a:focus,
body p a:active,
body .frame.default .container ul li a:active,
#content.main-section .carousel_outer .top_banner .top_banner_text p strong,
#content.main-section .carousel_outer .bottom_banner .bottom_banner_text p strong,
#content.main-section article .denn-title a,
#content.main-section .ip-solution-block-text .bt-text,
#content.main-section .associates-block-text .bt-text,
#content.main-section .ip-consulting-block-text .bt-text,
body .breadcrumbs-copy .breadcrumb li a:focus,
.card .c_main,
body .v4-tease,
.tile_container .tile_menu .text,
.htmlarea-content-body h1,
.htmlarea-content-body h2,
.htmlarea-content-body h5,
.htmlarea-content-body p a:focus,
.htmlarea-content-body .frame.default .container ul li a:focus,
.htmlarea-content-body p a:active,
.htmlarea-content-body .frame.default .container ul li a:active,
.htmlarea-content-body .breadcrumbs-copy .breadcrumb li a:focus,
.htmlarea-content-body .v4-tease {
  font-family: 'Benton Sans Med', 'Arial';
}
.font-beneton-medium-italic {
  font-family: 'Benton Sans Med It', 'Arial Italic';
}
.font-beneton-bold,
body h4,
.pill-button,
.square-button,
#content.main-section #latest-news-container #latest-insights-title,
#content.main-section .ip-solution-block-text .bt-title,
#content.main-section .associates-block-text .bt-title,
#content.main-section .ip-consulting-block-text .bt-title,
body footer .footer-sitemap p a,
.page-navigation ul li a,
.page-navigation ul li.current,
body#body-p33 .semi-gradient-with-container #header-article .insights-title a,
body#body-p52 .semi-gradient-with-container #header-article .insights-title a,
body#body-p258 .semi-gradient-with-container #header-article .insights-title a,
body#body-p33 .semi-gradient-with-container #header-article .insights-title span,
body#body-p52 .semi-gradient-with-container #header-article .insights-title span,
body#body-p258 .semi-gradient-with-container #header-article .insights-title span,
body#body-p33 .semi-gradient-with-container #header-article .insights-title p,
body#body-p52 .semi-gradient-with-container #header-article .insights-title p,
body#body-p258 .semi-gradient-with-container #header-article .insights-title p,
body#body-p33 .cart-container .cart-title a,
body#body-p52 .cart-container .cart-title a,
body#body-p258 .cart-container .cart-title a,
body#body-p33 .cart-container .cart-title span,
body#body-p52 .cart-container .cart-title span,
body#body-p258 .cart-container .cart-title span,
.timeline_unit .tl_text .year,
.timeline_unit .tl_text .headline,
.pb_slide .full-slider .award_name,
.htmlarea-content-body h4,
.htmlarea-content-body footer .footer-sitemap p a,
.htmlarea-content-body#body-p33 .semi-gradient-with-container #header-article .insights-title a,
.htmlarea-content-body#body-p52 .semi-gradient-with-container #header-article .insights-title a,
.htmlarea-content-body#body-p258 .semi-gradient-with-container #header-article .insights-title a,
.htmlarea-content-body#body-p33 .semi-gradient-with-container #header-article .insights-title span,
.htmlarea-content-body#body-p52 .semi-gradient-with-container #header-article .insights-title span,
.htmlarea-content-body#body-p258 .semi-gradient-with-container #header-article .insights-title span,
.htmlarea-content-body#body-p33 .semi-gradient-with-container #header-article .insights-title p,
.htmlarea-content-body#body-p52 .semi-gradient-with-container #header-article .insights-title p,
.htmlarea-content-body#body-p258 .semi-gradient-with-container #header-article .insights-title p,
.htmlarea-content-body#body-p33 .cart-container .cart-title a,
.htmlarea-content-body#body-p52 .cart-container .cart-title a,
.htmlarea-content-body#body-p258 .cart-container .cart-title a,
.htmlarea-content-body#body-p33 .cart-container .cart-title span,
.htmlarea-content-body#body-p52 .cart-container .cart-title span,
.htmlarea-content-body#body-p258 .cart-container .cart-title span,
.secondary-pill-button,
.success-pill-button,
.attention-pill-button,
.danger-pill-button,
.bgray-pill-button,
.blightgray-pill-button,
.primary-pill-button,
.primary-pill-outline-button,
.white-pill-outline-button,
.very-light-gray-pill-outline-button,
.white-pill-button,
.dark-pill-button,
.secondary-square-button,
.success-square-button,
.attention-square-button,
.danger-square-button,
.bgray-square-button,
.blightgray-square-button,
.primary-square-button,
.primary-square-outline-button,
.white-square-outline-button,
.white-square-button,
.dark-square-button {
  font-family: 'Benton Sans Bd', 'Arial Bold';
}
.font-beneton-bold-italic {
  font-family: 'Benton Sans Bd It', 'Arial Bold Italic';
}
.font-merriweather-light {
  font-family: 'Merriweather Light', 'Georgia';
}
.font-merriweather-light-italic {
  font-family: 'Merriweather Light Italic', 'Georgia Italic';
}
.font-merriweather-regular {
  font-family: 'Merriweather Regular', 'Georgia';
}
.font-merriweather-bold {
  font-family: 'Merriweather Bold', 'Georgia Bold';
}
.font-merriweather-bold-italic {
  font-family: 'Merriweather Bold Italic', 'Georgia Bold Italic';
}
body .text-size-12,
.htmlarea-content-body .text-size-12 {
  font-size: 12px;
}
body .text-size-14,
.htmlarea-content-body .text-size-14 {
  font-size: 14px;
}
body .text-size-18,
.htmlarea-content-body .text-size-18 {
  font-size: 18px;
}
body .text-size-24,
.htmlarea-content-body .text-size-24 {
  font-size: 24px;
}
body .text-size-32,
.htmlarea-content-body .text-size-32 {
  font-size: 32px;
}
body .text-size-48,
.htmlarea-content-body .text-size-48 {
  font-size: 48px;
}
body .text-size-64,
.htmlarea-content-body .text-size-64 {
  font-size: 64px;
}
body .text-size-96,
.htmlarea-content-body .text-size-96 {
  font-size: 96px;
}
/* Headers and paragraphs */
html.noscroll {
  overflow: hidden;
}
body a:focus,
.htmlarea-content-body a:focus {
  text-decoration: none !important;
  color: #FF5122;
}
body h1,
body h2,
body h3,
body h4,
.htmlarea-content-body h1,
.htmlarea-content-body h2,
.htmlarea-content-body h3,
.htmlarea-content-body h4 {
  text-transform: none;
}
body h1,
.htmlarea-content-body h1 {
  font-size: 48px;
  line-height: 72px;
  margin: 0 0 72px 0;
  color: #ff6700;
}
body h2,
.htmlarea-content-body h2 {
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 48px 0;
  color: #0F2C35;
}
body h3,
.htmlarea-content-body h3 {
  font-size: 36px;
  line-height: 54px;
  margin: 0 0 54px 0;
  color: #ff6700;
}
body h4,
.htmlarea-content-body h4 {
  margin: 0 0 36px 0;
  font-size: 24px;
  line-height: 36px;
  color: #0F2C35;
}
body h5,
.htmlarea-content-body h5 {
  font-size: 20px;
  margin: 0 0 30px 0;
  line-height: 30px;
  color: #0F2C35;
}
body h6,
.htmlarea-content-body h6 {
  color: #0F2C35;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 27px;
}
body p,
body .frame.default .container ul li,
.htmlarea-content-body p,
.htmlarea-content-body .frame.default .container ul li {
  color: #0F2C35;
  margin: 0 0 27px 0;
  line-height: 27px;
}
body p a,
body .frame.default .container ul li a,
.htmlarea-content-body p a,
.htmlarea-content-body .frame.default .container ul li a {
  padding-bottom: 0;
  border-bottom: none;
  color: #ff6700;
  line-height: 19px;
  text-decoration: underline;
}
body p a:hover,
body .frame.default .container ul li a:hover,
.htmlarea-content-body p a:hover,
.htmlarea-content-body .frame.default .container ul li a:hover {
  color: #ff5122;
  text-decoration: underline;
}
body p a:focus,
body .frame.default .container ul li a:focus,
body p a:active,
body .frame.default .container ul li a:active,
.htmlarea-content-body p a:focus,
.htmlarea-content-body .frame.default .container ul li a:focus,
.htmlarea-content-body p a:active,
.htmlarea-content-body .frame.default .container ul li a:active {
  color: #ff5122;
  text-decoration: underline !important;
}
body p a:visited:not(.normal-button),
body .frame.default .container ul li a:visited:not(.normal-button),
.htmlarea-content-body p a:visited:not(.normal-button),
.htmlarea-content-body .frame.default .container ul li a:visited:not(.normal-button) {
  text-decoration: underline;
  color: #c90065;
}
body .text-size-64,
.htmlarea-content-body .text-size-64 {
  line-height: 80px;
}
@media screen and (max-width: 992px) {
  body .text-size-64,
  .htmlarea-content-body .text-size-64 {
    line-height: 40px;
  }
}
/* Transitions */
.transition-default,
body p a,
body .frame.default .container ul li a,
.secondary-cta,
.card,
.card .c_main,
#header-main-top a,
.htmlarea-content-body p a,
.htmlarea-content-body .frame.default .container ul li a {
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
/* Icons */
.icon-size-16 {
  font-size: 16px;
}
.icon-size-32 {
  font-size: 32px;
}
.icon-size-64 {
  font-size: 64px;
}
/* Buttons */
.btn-primary,
.btn-primary:visited {
  position: relative;
  display: inline-block;
  font-family: "Benton Sans Reg", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #ff6700;
  border-radius: 3px;
  padding: 12px 15px;
  margin: 22px 0;
  min-width: 110px;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  border: none;
  text-decoration: none !important;
}
.btn-primary:hover {
  background: #ff5122;
  box-shadow: 0 5px 15px rgba(15, 44, 53, 0.25);
  color: #fff;
  text-decoration: none;
}
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  border-color: #ff6700;
  background: #ff5122 !important;
  box-shadow: 0 5px 15px rgba(15, 44, 53, 0.25);
}
.pill-button,
.secondary-pill-button,
.success-pill-button,
.attention-pill-button,
.danger-pill-button,
.bgray-pill-button,
.blightgray-pill-button,
.primary-pill-button,
.primary-pill-outline-button,
.white-pill-outline-button,
.very-light-gray-pill-outline-button,
.white-pill-button,
.dark-pill-button {
  display: inline-block;
  text-decoration: none !important;
  font-weight: normal;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  cursor: pointer;
}
.pill-button p,
.pill-button a,
.pill-button span {
  font-family: 'Benton Sans Med', 'Arial';
}
.secondary-pill-button {
  background: #c90065;
  color: #ffffff;
}
.secondary-pill-button:hover {
  background: #b00058;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(201, 0, 101, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(201, 0, 101, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(201, 0, 101, 0.5);
}
.secondary-pill-button:active {
  color: #666666;
}
.success-pill-button {
  background: #02d36b;
  color: #ffffff;
}
.success-pill-button:hover {
  background: #02ba5e;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(2, 211, 107, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(2, 211, 107, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(2, 211, 107, 0.5);
}
.success-pill-button:active {
  color: #666666;
}
.attention-pill-button {
  background: #ffd41d;
  color: #ffffff;
}
.attention-pill-button:hover {
  background: #ffcf03;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 212, 29, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(255, 212, 29, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(255, 212, 29, 0.5);
}
.attention-pill-button:active {
  color: #666666;
}
.danger-pill-button {
  background: #ff4d55;
  color: #ffffff;
}
.danger-pill-button:hover {
  background: #ff333d;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 77, 85, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(255, 77, 85, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(255, 77, 85, 0.5);
}
.danger-pill-button:active {
  color: #666666;
}
.bgray-pill-button {
  background: #738993;
  color: #ffffff;
}
.bgray-pill-button:hover {
  background: #677c86;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(115, 137, 147, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(115, 137, 147, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(115, 137, 147, 0.5);
}
.bgray-pill-button:active {
  color: #666666;
}
.blightgray-pill-button {
  background: #bccace;
  color: #ffffff;
}
.blightgray-pill-button:hover {
  background: #adbec3;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.5);
}
.blightgray-pill-button:active {
  color: #666666;
}
#c1074,
#c1076,
#c1077,
#c1078,
#c1079 {
  display: none !important;
}
.primary-pill-button {
  background: #ff6700;
  color: #ffffff;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  border: 1px solid #ff6700;
}
.primary-pill-button.margin-16-3 {
  margin: 16px 3px;
}
.primary-pill-button p,
.primary-pill-button a {
  font-family: 'Benton Sans Reg', 'Arial';
}
.primary-pill-button:hover {
  background: #ff5122;
  box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
  color: #ffffff;
}
.primary-pill-button:active,
.primary-pill-button:focus {
  color: #ffffff;
  border-color: #ff6700;
  background: #ff5122;
  box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
}
.primary-pill-button:active p,
.primary-pill-button:focus p,
.primary-pill-button:active a,
.primary-pill-button:focus a {
  color: #ffffff;
}
.primary-pill-button p,
.primary-pill-button a {
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  border: none;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.primary-pill-button.margin-30-16 {
  margin: 27px 16px 0 16px;
}
@media screen and (max-width: 767px) {
  .primary-pill-button.margin-30-16 {
    margin-bottom: 16px;
    margin-left: 0;
  }
}
.secondary-pill-button {
  border: 1px solid #c90065;
}
.secondary-pill-button:hover {
  background: #96025A;
  border-color: #96025A;
  color: #fff;
  box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
}
.secondary-pill-button:focus,
.secondary-pill-button:active {
  color: #fff;
  border-color: #96025A;
  box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
}
.additional-outline-button.contrast {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  transition: all 0.3s ease-out;
}
.additional-outline-button.contrast:hover {
  background: #ffffff;
  color: #0F2C35;
  box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
}
.additional-outline-button.contrast:active,
.additional-outline-button.contrast:focus {
  background: #ffffff;
  color: #FF5122;
  box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
}
.additional-filled-contrast-button {
  color: #0F2C35;
  border: 1px solid #ffffff;
  border-radius: 3px;
  background: #ffffff;
  transition: all 0.3s ease-out;
  display: inline-block;
}
.additional-filled-contrast-button:hover {
  color: #FF6700;
  box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
}
.additional-filled-contrast-button:active,
.additional-filled-contrast-button:focus {
  color: #FF5122;
  border-color: #FF5122;
  box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
}
.primary-pill-outline-button {
  background: transparent;
  color: #738993;
  border-style: solid;
  border-width: 1px;
  border-color: #738993;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  font-family: 'Benton Sans Reg', 'Arial';
  text-align: center;
}
.primary-pill-outline-button:hover {
  color: #0F2C35;
  border-color: #0F2C35;
  text-decoration: none;
}
.primary-pill-outline-button:hover p,
.primary-pill-outline-button:hover a {
  color: #0f2c35;
}
.primary-pill-outline-button:active,
.primary-pill-outline-button:focus {
  color: #ff5122;
  border-color: #ff5122;
  font-family: 'Benton Sans Reg', 'Arial';
  text-decoration: none !important;
}
.primary-pill-outline-button:active p,
.primary-pill-outline-button:focus p,
.primary-pill-outline-button:active a,
.primary-pill-outline-button:focus a {
  color: #ff5122;
}
.primary-pill-outline-button.margin-16-3 {
  margin: 16px 3px;
}
.primary-pill-outline-button p,
.primary-pill-outline-button a {
  font-family: 'Benton Sans Reg', 'Arial';
  padding: 0;
  margin: 0;
  color: #4b5d66;
  text-decoration: none;
  border: none;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.primary-pill-outline-button .padding-8-right {
  padding-right: 8px;
}
.white-pill-outline-button {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff !important;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  text-decoration: none;
}
.white-pill-outline-button:hover {
  color: #0F2C35;
  background: #ffffff;
  box-shadow: 0px 5px 15px #00000040;
}
.white-pill-outline-button:active,
.white-pill-outline-button:focus {
  color: #FF5122;
  background: #ffffff;
  box-shadow: 0px 5px 15px #00000040;
  text-decoration: none !important;
}
.white-pill-outline-buttona {
  text-align: center;
}
.very-light-gray-pill-outline-button {
  background: transparent;
  color: #738993;
  border: 1px solid #738993;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  border-radius: 3px;
  text-decoration: none;
}
.very-light-gray-pill-outline-button:hover {
  color: #0F2C35;
  border-color: #0F2C35;
}
.very-light-gray-pill-outline-button:active,
.very-light-gray-pill-outline-button:focus {
  border-color: #FF5122;
  color: #FF5122;
}
.white-pill-button {
  background: #ffffff;
  color: #0f2c35;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.white-pill-button:hover {
  background: #e6e6e6;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.5);
  color: #0f2c35;
}
.white-pill-button:active {
  color: #000000;
}
.dark-pill-button {
  background: #0F2C35;
  color: #ffffff;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.dark-pill-button:hover {
  background: #4B5D66;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}
.dark-pill-button:active {
  background: #4B5D66;
  border-color: #0F2C35;
  color: #ffffff;
}
.square-button,
.secondary-square-button,
.success-square-button,
.attention-square-button,
.danger-square-button,
.bgray-square-button,
.blightgray-square-button,
.primary-square-button,
.primary-square-outline-button,
.white-square-outline-button,
.white-square-button,
.dark-square-button {
  display: inline-block;
  font-weight: bold;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  border-style: solid;
  border-width: 2px;
  border-bottom-width: 4px;
}
.secondary-square-button {
  background: #c90065;
  color: #ffffff;
  border-color: #c90065;
  border-bottom-color: #96004b;
}
.secondary-square-button:hover {
  background: #96004b;
  border-color: #96004b;
  color: #ffffff;
}
.secondary-square-button:active {
  color: #666666;
}
.success-square-button {
  background: #02d36b;
  color: #ffffff;
  border-color: #02d36b;
  border-bottom-color: #02a051;
}
.success-square-button:hover {
  background: #02a051;
  border-color: #02a051;
  color: #ffffff;
}
.success-square-button:active {
  color: #666666;
}
.attention-square-button {
  background: #ffd41d;
  color: #ffffff;
  border-color: #ffd41d;
  border-bottom-color: #e9bd00;
}
.attention-square-button:hover {
  background: #e9bd00;
  border-color: #e9bd00;
  color: #ffffff;
}
.attention-square-button:active {
  color: #666666;
}
.danger-square-button {
  background: #ff4d55;
  color: #ffffff;
  border-color: #ff4d55;
  border-bottom-color: #ff1a24;
}
.danger-square-button:hover {
  background: #ff1a24;
  border-color: #ff1a24;
  color: #ffffff;
}
.danger-square-button:active {
  color: #666666;
}
.bgray-square-button {
  background: #738993;
  color: #ffffff;
  border-color: #738993;
  border-bottom-color: #5c6f77;
}
.bgray-square-button:hover {
  background: #5c6f77;
  border-color: #5c6f77;
  color: #ffffff;
}
.bgray-square-button:active {
  color: #666666;
}
.blightgray-square-button {
  background: #bccace;
  color: #ffffff;
  border-color: #bccace;
  border-bottom-color: #9fb3b8;
}
.blightgray-square-button:hover {
  background: #9fb3b8;
  border-color: #9fb3b8;
  color: #ffffff;
}
.blightgray-square-button:active {
  color: #666666;
}
.primary-square-button {
  background: #ff5122;
  color: #ffffff;
  border-color: #ff5122;
  border-bottom-color: #f72f2f;
}
.primary-square-button:hover {
  background: #f72f2f;
  border-color: #f72f2f;
}
.primary-square-button:active {
  color: #666666;
}
.primary-square-outline-button {
  background: transparent;
  color: #4b5d66;
  border-color: #4b5d66;
}
.primary-square-outline-button:hover {
  color: #0f2c35;
  border-color: #0f2c35;
}
.primary-square-outline-button:active {
  color: #ff5122;
  border-color: #ff5122;
}
.white-square-outline-button {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.white-square-outline-button:hover {
  color: #cccccc;
  border-color: #cccccc;
}
.white-square-outline-button:active {
  color: #ff5122;
  border-color: #ff5122;
}
.white-square-button {
  background: #ffffff;
  color: #0f2c35;
  border-color: #ffffff;
  border-bottom-color: #e6e6e6;
}
.white-square-button:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.white-square-button:active {
  color: #000000;
}
.dark-square-button {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  border-bottom-color: #1a1a1a;
}
.dark-square-button:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.dark-square-button:active {
  color: #666666;
}
.small-button {
  padding: 6px 16px;
  line-height: 14px;
  min-width: 100px;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Benton Sans Reg', 'Arial';
  text-align: center;
}
.small-button a,
.small-button p {
  font-size: 11px;
}
body footer .small-button.icon-small-svg,
.htmlarea-content-body footer .small-button.icon-small-svg {
  width: 14px;
  height: auto;
  margin-right: 10px;
}
.normal-button {
  padding: 9px 15px 8px 15px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  min-width: 100px;
  font-family: 'Benton Sans Reg', 'Arial';
}
.normal-button a,
.normal-button p {
  font-size: 14px;
}
.large-button {
  min-width: 110px;
  text-align: center;
  font-family: 'Benton Sans Reg', 'Arial';
  padding: 11px 15px;
  font-size: 16px;
  line-height: 24px;
}
.large-button a,
.large-button p {
  font-size: 16px;
  line-height: 24px;
}
.xlarge-button {
  min-width: 170px;
  text-align: center;
  font-family: 'Benton Sans Reg', 'Arial';
  padding: 21px 15px 20px 15px;
  font-size: 18px;
  line-height: 27px;
}
/* Secondary CTA */
.secondary-cta {
  margin-top: 72px;
  color: #ff5122;
  border-bottom: none;
  font-family: 'Benton Sans Medium', 'Arial';
  display: inline-block;
  text-decoration: none;
}
.secondary-cta:hover,
.secondary-cta:active,
.secondary-cta:focus {
  color: #ff6700;
  border-bottom-color: #ff6700;
  text-decoration: none;
}
/* Efects */
.no-outline,
.white-pill-button {
  border: none;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.select2-results ul.select2-result-sub {
  padding-left: 0px;
}
.select2_container_inner {
  height: 39px;
}
.select2-container.select-container .select2-choice {
  display: block;
  height: 38px;
  color: #bccace;
  border: 2px solid #bccace;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  background-image: none;
  filter: none;
}
.select2-container.select-container .select2-choice > .select2-chosen {
  line-height: 36px;
}
.select2-container.select-container .select2-choice:hover {
  color: #0f2c35;
  border: 2px solid #738993;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.25);
}
.select2-container.select-container .select2-choice:active {
  color: #0f2c35;
  border: 2px solid #ff5122;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.5);
}
.select2-container.select-container .select2-choice .select2-arrow {
  border-left: none;
}
.select2-container.select-container .select2-choice .select2-arrow b {
  background: url("//Images/Dennemeyer/select-down.png") no-repeat scroll 4px 15px #fefefe;
}
.select2-container.select-container.select2-container-active .select2-choice {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.25);
}
.select2-container.select-container.select2-dropdown-open .select2-choice {
  background-color: #ffffff;
  border: 2px solid #bccace;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #bccace;
}
.select2-container.select-container.select2-dropdown-open .select2-choice .select2-arrow b {
  background: url("//Images/Dennemeyer/select-up.png") no-repeat scroll 4px 11px #e7e7e7;
}
.select2-container.select-container.select2-drop-above .select2-choice {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: none;
  filter: none;
}
.select2-drop.select-dropdown {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #BCCACE;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #4b5d66;
  margin-top: 1px;
}
.select2-drop.select-dropdown.select2-drop-multi .select2-no-results {
  display: none !important;
}
.select2-drop.select-dropdown .select-none {
  display: none !important;
}
.select2-drop.select-dropdown .select2-all-none li {
  border: none;
  background: transparent;
  width: 100%;
}
.select2-drop.select-dropdown .select2-all-none li:hover {
  background: #F0F0F0;
}
.select2-drop.select-dropdown .select2-search {
  padding: 0px 20px 0px 4px;
  background: url("//Images/Dennemeyer/select2.png") no-repeat scroll right;
  border-bottom: 1px solid #C3C3C3;
  height: 29px;
  line-height: 28px;
  min-height: 28px;
}
.select2-drop.select-dropdown .select2-search input {
  background: none;
  border: none;
  padding: 0;
}
.select2-drop.select-dropdown .select2-results {
  padding: 0px;
  margin: 0px;
}
.select2-drop.select-dropdown .select2-results .select2-result {
  padding: 3px 0 2px 0;
}
.select2-drop.select-dropdown .select2-results .select2-result-label {
  line-height: 19px;
  padding: 6px 0 6px 9px;
  position: relative;
  color: #0F2C35;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  padding-left: 34px;
  padding-right: 5px;
}
.select2-drop.select-dropdown .select2-results .select2-result-label .select2-match {
  display: inline;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  z-index: 1;
  position: absolute;
  left: 8px;
}
.select2-drop.select-dropdown .select2-results .select2-result-label .select2-match::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 1px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #BCCACE;
  z-index: -1;
  border: 2px solid #BCCACE;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}
.select2-drop.select-dropdown .select2-results .select2-selected {
  display: list-item !important;
}
.select2-drop.select-dropdown .select2-results .select2-selected .select2-match::before {
  display: inline-block;
  font: normal normal normal 16px/1 'Nucleo Mini';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea23";
  color: #FF6700;
  font-size: 16px;
  padding: 0;
  top: 1px;
  position: relative;
}
.select2-drop.select-dropdown .select2-results .select2-highlighted {
  background: #F5F7FA;
  color: #000000;
}
.select2-drop.select-dropdown .select2-results ul.select2-result-sub .select2-result-selectable .select2-result-label {
  padding-left: 16px;
}
.select2-drop.select-dropdown.select2-drop-above {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-drop.select-dropdown.select2-drop-above .select2-search input {
  margin-top: 0px;
}
.select2_container_inner {
  position: relative;
}
.select2_container_inner .select2-chevron {
  position: absolute;
  top: 11px;
  right: 15px;
  pointer-events: none;
}
.select2_container_inner .select2-chevron::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 8px;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(135deg);
  vertical-align: top;
  width: 8px;
}
.select2_container_inner .select2-container.select2-container-active + .filter-select + .select2-chevron::before {
  transform: rotate(-45deg);
  top: .4em;
}
.select2-container.select2-container-multi.select-container .select2-choices {
  display: block;
  height: 28px;
  border: 1px solid #698A95;
  line-height: 14px;
  color: #7B7B7B;
  font-size: 13px;
  background-color: #fefefe;
  padding: 3px;
  cursor: pointer;
  background-image: none;
  filter: none;
  min-height: 14px;
  height: 14px;
  max-width: 100%;
  width: 100%;
  color: #bccace;
  /*border: 2px solid @brandVeryLightGray;*/
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.select2-container.select2-container-multi.select-container .select2-choices:hover {
  color: #0f2c35;
  border: 1px solid #738993;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.25);
}
.select2-container.select2-container-multi.select-container .select2-choices:focus {
  color: #0f2c35;
  border: 1px solid #ff5122;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.25);
}
.select2-container.select2-container-multi.select-container .select2-choices:active {
  color: #0f2c35;
  border: 1px solid #ff5122;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.5);
}
.select2-container.select2-container-multi.select-container .select2-choices .select2-search-choice,
.select2-container.select2-container-multi.select-container .select2-choices .custom_search_choice {
  padding: 0 5px 0 10px;
  border: none;
  background-image: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 2px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Benton Sans Reg', Arial;
  padding: 3px 15px 5px 8px;
  background: transparent;
  border-radius: 24px;
  color: #0F2C35;
  display: none;
  margin-bottom: 0;
}
.select2-container.select2-container-multi.select-container .select2-choices .select2-search-choice .choice_label,
.select2-container.select2-container-multi.select-container .select2-choices .custom_search_choice .choice_label {
  text-overflow: ellipsis;
  max-width: none;
  overflow: hidden;
  white-space: nowrap;
}
.select2-container.select2-container-multi.select-container .select2-choices .select2-search-choice .counter_span,
.select2-container.select2-container-multi.select-container .select2-choices .custom_search_choice .counter_span {
  color: #698A95;
  display: inline-block;
  padding-left: 5px;
}
.select2-container.select2-container-multi.select-container .select2-choices .custom_search_choice {
  display: flex !important;
  justify-content: flex-start;
  padding: 3px 0 4px 8px !important;
  width: calc(100% - 24px);
  border-radius: 0;
  height: 28px;
}
.select2-container.select2-container-multi.select-container .select2-choices .select2-search-choice-close {
  border: none;
  position: relative;
  right: -6px;
  top: 0;
  left: auto;
  width: 18px;
  height: 18px;
  min-width: 18px;
  text-align: center;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
  display: none !important;
}
.select2-container.select2-container-multi.select-container .select2-choices .select2-search-choice-close::before {
  position: absolute;
  left: 9px;
  content: ' ';
  height: 12px;
  width: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  top: 3px;
}
.select2-container.select2-container-multi.select-container .select2-choices .select2-search-choice-close::after {
  position: absolute;
  left: 9px;
  content: ' ';
  height: 12px;
  width: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  top: 3px;
}
.select2-container.select2-container-multi.select-container .select2-choices .select2-search-field {
  margin: 0;
  line-height: 17px;
}
.select2-container.select2-container-multi.select-container .select2-choices .select2-search-field .select2-input {
  padding: 6px 5px 5px 5px;
  color: #698A95 !important;
  font-family: 'Benton Sans Reg', 'Arial';
  max-height: 32px;
}
.select2-container.select2-container-multi.select-container.select2-container-active .select2-choices {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-container-multi.select-container .select2-choices .select2-search-choice + .select2-search-field {
  opacity: 0;
  height: 0;
  display: none;
}
.select2-container.select2-container-multi.select-container .select2-choices .select2-search-choice:first-of-type {
  display: flex;
}
.select2-container.select2-container-multi.select-container.select2-container-active .select2-choices {
  color: #0f2c35;
  border: 1px solid #ff5122;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.5);
  background: #ffffff;
  max-height: 38px !important;
}
.select2-container.select2-container-multi.select-container.select2-dropdown-open .select2-choices {
  color: #0f2c35;
  border: 1px solid #FF6700;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.5);
  background: #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select-container .select2-choice:hover {
  color: #0f2c35;
  border: 1px solid #738993;
  box-shadow: 0px 5px 15px 0px rgba(75, 93, 102, 0.25);
}
.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop-auto-width {
  border-top: 1px solid #BABABA !important;
  margin-top: 0 !important;
}
.select2-drop .select2-all-none {
  padding: 0;
}
.select2-drop .select2-all-none li:first-child {
  margin-left: 6px;
}
.select2-drop .select2-all-none li {
  background-image: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 3px;
}
.select2-drop .select2-all-none .select2-none {
  display: none;
}
.select2-drop .select2-all-none .select2-all {
  min-height: 34px;
  margin-left: 6px;
  margin: 0 !important;
  display: block;
  padding: 11px 7px 7px 7px;
  text-indent: 27px;
}
.select2-drop .select2-all-none .select2-all:hover {
  background: #F5F7FA !important;
}
.select2-drop .select2-all-none .select2-all::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px !important;
  height: 18px;
  left: 8px;
  top: 9px;
  font-size: 11px;
  color: #BCCACE;
  z-index: 1;
  border: 2px solid #BCCACE;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.select2-drop .select2-all-none .select2-none {
  min-height: 34px;
  margin-left: 6px;
  margin: 0 !important;
  display: block;
  padding: 11px 7px 7px 7px;
  text-indent: 27px;
  display: none;
}
.select2-drop .select2-all-none .select2-none::before {
  display: inline-block;
  font: normal normal normal 16px/1 'Nucleo Mini';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea23";
  color: #FF6700;
  font-size: 16px;
  padding: 0;
  top: 9px;
  z-index: 2;
  position: absolute;
  left: -17px;
}
.select2-drop .select2-all-none.select_all_active .select2-all {
  display: none;
}
.select2-drop .select2-all-none.select_all_active .select2-none {
  display: block;
}
/** START Ticket #47510: Display checkboxes only on multi selects **/
.select2-drop.select-dropdown .select2-results .select2-result-label .select2-match {
  display: none;
}
.select2-drop-multi.select-dropdown .select2-results .select2-result-label .select2-match {
  display: inline;
}
.select2-drop.select-dropdown .select2-results .select2-result-label {
  padding-left: 10px;
}
.select2-drop-multi.select-dropdown .select2-results .select2-result-label {
  padding-left: 34px;
}
/** END Ticket #47510 **/
body :focus,
.htmlarea-content-body :focus {
  outline: none !important;
}
/* Header */
#header-main {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 14px;
}
@media screen and (max-width: 992px) {
  #header-main {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 14px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
#header-main-container {
  min-height: 70px;
  height: 70px;
  background: #fff !important;
  z-index: 20;
}
#header-main-top {
  z-index: 21;
}
@media screen and (max-width: 1099px) {
  #header-main-container {
    top: 40px !important;
  }
  #header-main-top.scrollhide + #header-main-container {
    top: 0 !important;
  }
  #header-main-top {
    transition: top 0.3s ease-out;
  }
  #header-main-top.scrollhide {
    display: block !important;
    top: -40px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #header-main-container {
    max-width: none;
  }
}
@media screen and (max-width: 1099px) {
  #header-main-top > .container {
    padding: 0 30px !important;
  }
}
@media screen and (max-width: 991px) {
  #header-main-top > .container {
    padding: 0 15px !important;
  }
}
header.navbar-default.navbar {
  background: url(/fileadmin//user_upload/ui/bg_navbar_dark.jpg) top center;
  background-size: cover;
  background-color: #0f2c35;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(188, 202, 206, 0.25);
}
header.navbar-default.navbar #header-main .navbar-brand-image {
  height: auto;
  line-height: 1;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  header.navbar-default.navbar #header-main .navbar-brand-image {
    padding-top: 14px !important;
  }
}
header.navbar-default.navbar #header-main .navbar-brand-image img {
  position: relative !important;
  top: auto !important;
}
@media screen and (max-width: 1100px) {
  header.navbar-default.navbar #header-main .navbar-brand-image img {
    max-height: 40px;
  }
}
header.navbar-default.navbar.absolute-header {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 38px;
  z-index: 1;
  width: 100%;
}
header.navbar-default.navbar #header-main.container a.navbar-brand-image {
  /*position: absolute;
				  width: 329px;
				  height: 108px;
				  top: 0;
				  border-left: 30px solid transparent;
				  border-right: 30px solid transparent;
				  border-top: 74px solid #ffffff;*/
}
header.navbar-default.navbar #header-main.container a.navbar-brand-image img {
  position: absolute;
  top: 0px;
  display: inline;
  vertical-align: inherit;
}
header.navbar-default.navbar #header-main.container a.navbar-brand-image .triangle {
  /* position: absolute;
						border-left: 13px solid transparent;
						border-right: 257px solid transparent;
						border-top: 32px solid #ffffff;
						top: 0;
						left: 0;*/
}
header.navbar-default.navbar #header-main.container a.navbar-brand-image .line {
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
  position: absolute;
  border-top: 1px solid #ffffff;
  top: 40px;
  left: 320px;
  width: 270px;
}
header.navbar-default.navbar #header-main.container .navbar-main {
  float: left !important;
  padding-top: 6px;
  margin-left: 34px;
}
header.navbar-default.navbar #header-main.container .navbar-main li {
  margin-right: 15px;
}
header.navbar-default.navbar #header-main.container .navbar-main li:last-of-type {
  margin-right: 0;
}
header.navbar-default.navbar #header-main.container .navbar-collapse {
  padding: 0;
  margin-top: 0;
}
header.navbar-default.navbar #header-main.container .navbar-main > li > a {
  line-height: 32px;
  text-transform: none;
  color: #ff6700;
  margin: 0px 15px;
  padding: 0;
  padding-bottom: 4px;
  padding-top: 4px;
  height: 39px;
  transition: all 0.15s ease-in-out;
  border-bottom: 3px solid rgba(255, 255, 255, 0) !important;
  border-top: 3px solid rgba(255, 255, 255, 0);
  opacity: 1;
  font-weight: unset;
}
@media screen and (max-width: 991px) {
  header.navbar-default.navbar #header-main.container .navbar-main > li > a {
    border-bottom: none;
  }
}
header.navbar-default.navbar #header-main.container .navbar-main > li > a:hover {
  border-bottom: 3px solid #ffffff;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  header.navbar-default.navbar #header-main.container .navbar-main > li > a:hover {
    border-bottom: none;
  }
}
header.navbar-default.navbar #header-main.container .navbar-main > li > a:active,
header.navbar-default.navbar #header-main.container .navbar-main > li > a:focus {
  opacity: 1;
}
header.navbar-default.navbar #header-main.container .navbar-main > li {
  transition: all 0.3s ease-out;
}
header.navbar-default.navbar #header-main.container .navbar-main > li:hover {
  background: #FFEDE0;
  border-radius: 3px;
}
header.navbar-default.navbar #header-main.container .navbar-main > li > a:hover {
  border-bottom: transparent;
}
header.navbar-default.navbar #header-main.container .menu_chevron_dropdown {
  position: relative;
  top: 5px;
  left: 3px;
}
header.navbar-default.navbar #header-main.container li > a .menu_chevron_dropdown::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 8px;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(135deg);
  vertical-align: top;
  width: 8px;
}
@media screen and (min-width: 993px) {
  header.navbar-default.navbar #header-main.container li.open > a .menu_chevron_dropdown::before {
    transform: rotate(-45deg);
    top: 6px;
  }
}
header.navbar-default.navbar #header-main.container .navbar-main > li.open {
  opacity: 1;
}
header.navbar-default.navbar #header-main.container .navbar-main > li.open a {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  header.navbar-default.navbar #header-main.container .navbar-main > li > a {
    border-left: 5px solid transparent !important;
  }
}
header.navbar-default.navbar #header-main.container .navbar-main > li.active > a {
  border-bottom: 3px solid #ff6700 !important;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  header.navbar-default.navbar #header-main.container .navbar-main > li.active > a {
    border-bottom: none !important;
    border-left: 5px solid #FF5122 !important;
  }
}
header.navbar-default.navbar #header-main.container .navbar-collapse .navbar_contact_cta {
  position: relative;
  top: 10px;
  float: right;
  color: #fff !important;
}
@media screen and (max-width: 1099px) {
  header.navbar-default.navbar #header-main.container .navbar-collapse .navbar_contact_cta {
    top: 8px;
  }
}
header.navbar-default.navbar #header-main.container .navbar-default .navbar-nav > li > a {
  color: #8c8c8c;
}
@media screen and (max-width: 992px) {
  header.navbar-default.navbar #header-main.container li.dropdown.active > a .menu_chevron_dropdown::before,
  header.navbar-default.navbar #header-main.container li.dropdown.open > a .menu_chevron_dropdown::before {
    transform: rotate(-45deg);
    top: 6px;
  }
  header.navbar-default.navbar #header-main.container li.dropdown.open.active > a .menu_chevron_dropdown::before {
    top: 0.15em;
    transform: rotate(135deg);
  }
}
@media screen and (min-width: 993px) {
  header.navbar-default.navbar #header-main.container li.dropdown:hover > a .menu_chevron_dropdown::before {
    transform: rotate(-45deg);
    top: 6px;
  }
  header.navbar-default.navbar #header-main.container li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header.navbar-default.navbar #header-main.container .dropdown-menu {
  border: none;
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  top: 76px;
  width: 465px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
header.navbar-default.navbar #header-main.container .dropdown-menu::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
header.navbar-default.navbar #header-main.container .dropdown-menu::after {
  content: '';
  position: absolute;
  top: -50px;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 991px) {
  header.navbar-default.navbar #header-main.container .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
  }
}
header.navbar-default.navbar #header-main.container .dropdown-menu li {
  margin-right: 0 !important;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  /*				@media screen and (min-width: 992px) {
									margin: 15px;
									margin-right: 15px !important;
								}*/
}
header.navbar-default.navbar #header-main.container .dropdown-menu li:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media (min-width: 992px) {
  header.navbar-default.navbar #header-main.container .dropdown-menu li:first-of-type > a {
    /*padding-top:30px;*/
    margin-top: 20px;
  }
}
header.navbar-default.navbar #header-main.container .dropdown-menu li:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (min-width: 992px) {
  header.navbar-default.navbar #header-main.container .dropdown-menu li:last-of-type > a {
    /*padding-bottom:30px;*/
    margin-bottom: 20px;
  }
}
header.navbar-default.navbar #header-main.container .dropdown-menu li:hover,
header.navbar-default.navbar #header-main.container .dropdown-menu li.active:hover,
header.navbar-default.navbar #header-main.container .dropdown-menu li:focus,
header.navbar-default.navbar #header-main.container .dropdown-menu li.active:focus {
  background: #f5f7fa;
  /*					@media screen and (max-width: 991px) {
											background: none;
										}*/
}
header.navbar-default.navbar #header-main.container .dropdown-menu li:hover .menu_subtitle,
header.navbar-default.navbar #header-main.container .dropdown-menu li.active:hover .menu_subtitle,
header.navbar-default.navbar #header-main.container .dropdown-menu li:focus .menu_subtitle,
header.navbar-default.navbar #header-main.container .dropdown-menu li.active:focus .menu_subtitle {
  color: #0F2C35;
}
header.navbar-default.navbar #header-main.container .dropdown-menu li.active {
  background: #FFEDE0;
}
header.navbar-default.navbar #header-main.container .dropdown-menu li a {
  color: #4b5d66;
  font-size: 14px;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  /*padding: 12px 15px 12px 30px;*/
  padding: 10px 30px;
  white-space: normal;
}
header.navbar-default.navbar #header-main.container .dropdown-menu li a:hover,
header.navbar-default.navbar #header-main.container .dropdown-menu li a:active,
header.navbar-default.navbar #header-main.container .dropdown-menu li a:focus {
  background: #f5f7fa;
  color: #ff6700;
}
@media screen and (max-width: 991px) {
  header.navbar-default.navbar #header-main.container .dropdown-menu li a {
    padding: 10px 15px;
  }
}
header.navbar-default.navbar #header-main.container .dropdown-menu li a .menu_icon {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  header.navbar-default.navbar #header-main.container .dropdown-menu li a .menu_icon {
    vertical-align: middle;
  }
}
header.navbar-default.navbar #header-main.container .dropdown-menu li a .menu_icon.bgenable {
  background: #F5F7FA;
  margin-top: 5px;
  padding: 5px;
  border-radius: 3px;
}
@media screen and (min-width: 992px) {
  header.navbar-default.navbar #header-main.container .dropdown-menu li a .menu_icon.bgenable {
    margin-top: 0;
  }
}
header.navbar-default.navbar #header-main.container .dropdown-menu li a img {
  width: 24px;
  height: auto;
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  /*						@media screen and (min-width: 992px) {
													margin-top: 7px;
												}*/
}
header.navbar-default.navbar #header-main.container .dropdown-menu li a .menu_item {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  header.navbar-default.navbar #header-main.container .dropdown-menu li a .menu_item {
    max-width: 82%;
  }
}
@media screen and (min-width: 600px) {
  header.navbar-default.navbar #header-main.container .dropdown-menu li a .menu_item {
    max-width: 85%;
  }
}
header.navbar-default.navbar #header-main.container .dropdown-menu li a .menu_title {
  display: block;
  color: #0F2C35;
  font-weight: bold;
  line-height: 1.5;
  /*						@media screen and (min-width: 992px) {
							font-weight: bold;
						}*/
}
header.navbar-default.navbar #header-main.container .dropdown-menu li a .menu_subtitle {
  display: block;
  font-size: 12px;
  color: #4B5D66;
  line-height: 1.5;
  /*						@media screen and (max-width: 991px) {
							display: none;
						}*/
}
header.navbar-default.navbar #header-main.container .dropdown-menu li.active .menu_title,
header.navbar-default.navbar #header-main.container .dropdown-menu li:hover .menu_title,
header.navbar-default.navbar #header-main.container .dropdown-menu li a:hover .menu_title {
  color: #ff6700;
}
header.navbar-default.navbar #header-main.container .dropdown-menu .active > a {
  background: none;
  color: #ff5122;
}
@media (max-width: 992px) {
  header.navbar-default.navbar #header-main.container .navbar-collapse {
    border-top: none;
    transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  header.navbar-default.navbar #header-main.container .navbar-collapse.collapse {
    background: #202020;
    border-top-width: 1px;
  }
  header.navbar-default.navbar #header-main.container .navbar-collapse.collapsing {
    border-top: none;
    padding: 0;
  }
  header.navbar-default.navbar #header-main.container #header-search-container {
    margin: 0;
    padding: 25px;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 530px) {
  header.navbar-default.navbar #header-main.container #header-search-container .header-search-button {
    display: block;
    margin-top: 25px;
  }
  header.navbar-default.navbar #header-main.container #header-search-container .header-search-box {
    width: 100%;
  }
  header.navbar-default.navbar #header-main.container #header-search-container .header-search-box input {
    width: calc(100% - 17px);
  }
}
@media (min-width: 992px) {
  header.navbar-default.navbar #header-main.container {
    /*margin-top: 20px;*/
  }
  header.navbar-default.navbar #header-main.container .navbar-main > li > a {
    line-height: 25px;
    margin: 0px 15px;
    height: 39px;
  }
  header.navbar-default.navbar #header-main.container .navbar-main > li:last-child > a {
    padding-right: 0;
  }
}
/* Page hero */
.top-hero {
  background-repeat: repeat, no-repeat;
  background-position: top left, center;
  background: linear-gradient(to right, #738993 0%, #bccace 100%);
  border-top: 1px solid rgba(188, 202, 206, 0.25);
}
/* Media */
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  header.navbar-default.navbar {
    min-height: 130px;
    margin-bottom: 0;
  }
  #header-main.container {
    margin-bottom: 0;
  }
  .vertical-line {
    display: none;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #header-main.container a.navbar-brand-image .line {
    display: none;
  }
  header.navbar-default.navbar {
    min-height: 72px;
    margin-bottom: 0;
  }
  #header-main.container {
    margin-bottom: 0;
  }
  .navbar-header-main {
    padding: 0;
    max-width: none;
    min-height: 79px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 820px;
    width: 100%;
    margin: 0 auto !important;
  }
  .vertical-line {
    display: none;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 992px) {
  .vertical-line {
    display: none;
  }
  .full-slider .bx-controls-direction .bx-prev {
    left: 0;
    width: 30px;
  }
  .full-slider .bx-controls-direction .bx-next {
    right: 0;
    width: 30px;
  }
  header.navbar-default.navbar {
    min-height: 72px;
    margin-bottom: 0;
  }
  .navbar-header-main {
    min-height: 70px;
    height: 70px;
  }
  header.navbar-default.navbar #header-main.container .navbar-collapse.collapse {
    background: #ffffff;
    border-top: 1px solid #BCCACE;
  }
  #header-main.container {
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
  }
  h1 {
    margin: 32px 0 12px 0;
  }
  h2 {
    margin: 24px 0 12px 0;
  }
  h4,
  h3 {
    margin: 12px 0 0 0;
  }
  body .text-size-12,
  .htmlarea-content-body .text-size-12 {
    font-size: 12px;
  }
  body .text-size-14,
  .htmlarea-content-body .text-size-14 {
    font-size: 12px;
  }
  body .text-size-18,
  .htmlarea-content-body .text-size-18 {
    font-size: 14px;
  }
  body .text-size-24,
  .htmlarea-content-body .text-size-24 {
    font-size: 18px;
  }
  body .text-size-32,
  .htmlarea-content-body .text-size-32 {
    font-size: 24px;
  }
  body .text-size-48,
  .htmlarea-content-body .text-size-48 {
    font-size: 24px;
  }
  body .text-size-64,
  .htmlarea-content-body .text-size-64 {
    font-size: 32px;
  }
  body .text-size-96,
  .htmlarea-content-body .text-size-96 {
    font-size: 32px;
  }
  .margin-32 {
    margin: 24px 24px 24px 24px;
  }
  .margin-32-top {
    margin-top: 24px;
  }
  .margin-32-left {
    margin-left: 24px;
  }
  .margin-32-right {
    margin-right: 24px;
  }
  .margin-32-bottom {
    margin-bottom: 24px;
  }
  .padding-32 {
    padding: 24px 24px 24px 24px;
  }
  .padding-32-top {
    padding-top: 24px;
  }
  .padding-32-left {
    padding-left: 24px;
  }
  .padding-32-right {
    padding-right: 24px;
  }
  .padding-32-bottom {
    padding-bottom: 24px;
  }
  .margin-48 {
    margin: 32px 32px 32px 32px;
  }
  .margin-48-top {
    margin-top: 32px;
  }
  .margin-48-left {
    margin-left: 32px;
  }
  .margin-48-right {
    margin-right: 32px;
  }
  .margin-48-bottom {
    margin-bottom: 32px;
  }
  .padding-48 {
    padding: 32px 32px 32px 32px;
  }
  .padding-48-top {
    padding-top: 32px;
  }
  .padding-48-left {
    padding-left: 32px;
  }
  .padding-48-right {
    padding-right: 32px;
  }
  .padding-48-bottom {
    padding-bottom: 32px;
  }
  .margin-64 {
    margin: 48px 48px 48px 48px;
  }
  .margin-64-top {
    margin-top: 48px;
  }
  .margin-64-left {
    margin-left: 48px;
  }
  .margin-64-right {
    margin-right: 48px;
  }
  .margin-64-bottom {
    margin-bottom: 48px;
  }
  .padding-64 {
    padding: 48px 48px 48px 48px;
  }
  .padding-64-top {
    padding-top: 48px;
  }
  .padding-64-left {
    padding-left: 48px;
  }
  .padding-64-right {
    padding-right: 48px;
  }
  .padding-64-bottom {
    padding-bottom: 48px;
  }
  .margin-96 {
    margin: 64px 64px 64px 64px;
  }
  .margin-96-top {
    margin-top: 64px;
  }
  .margin-96-left {
    margin-left: 64px;
  }
  .margin-96-right {
    margin-right: 64px;
  }
  .margin-96-bottom {
    margin-bottom: 64px;
  }
  .padding-96 {
    padding: 64px 64px 64px 64px;
  }
  .padding-96-top {
    padding-top: 64px;
  }
  .padding-96-left {
    padding-left: 64px;
  }
  .padding-96-right {
    padding-right: 64px;
  }
  .padding-96-bottom {
    padding-bottom: 64px;
  }
  .margin-128 {
    margin: 64px 64px 64px 64px;
  }
  .margin-128-top {
    margin-top: 64px;
  }
  .margin-128-left {
    margin-left: 64px;
  }
  .margin-128-right {
    margin-right: 64px;
  }
  .margin-128-bottom {
    margin-bottom: 64px;
  }
  .padding-128 {
    padding: 64px 64px 64px 64px;
  }
  .padding-128-top {
    padding-top: 64px;
  }
  .padding-128-left {
    padding-left: 64px;
  }
  .padding-128-right {
    padding-right: 64px;
  }
  .padding-128-bottom {
    padding-bottom: 64px;
  }
  .margin-256 {
    margin: 128px 128px 128px 128px;
  }
  .margin-256-top {
    margin-top: 128px;
  }
  .margin-256-left {
    margin-left: 128px;
  }
  .margin-256-right {
    margin-right: 128px;
  }
  .margin-256-bottom {
    margin-bottom: 128px;
  }
  .padding-256 {
    padding: 128px 128px 128px 128px;
  }
  .padding-256-top {
    padding-top: 128px;
  }
  .padding-256-left {
    padding-left: 128px;
  }
  .padding-256-right {
    padding-right: 128px;
  }
  .padding-256-bottom {
    padding-bottom: 128px;
  }
  #header-main.container a.navbar-brand-image .line {
    display: none;
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  header.navbar-default.navbar {
    min-height: 72px;
    margin-bottom: 0;
  }
  #header-main.container {
    margin-bottom: 0;
  }
  header.navbar-default.navbar#header-main-top a {
    padding-left: 2px;
    white-space: nowrap;
    padding-right: 10px;
  }
  header.navbar-default.navbar#header-main-top a > i {
    padding-right: 5px;
  }
  header.navbar-default.navbar#header-main-top #header-location {
    padding-right: 0;
  }
}
/* Homepage */
#content > .search_overlay {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 16;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media screen and (max-width: 992px) {
  .breadcrumb-section + #content {
    margin-top: 30px !important;
  }
}
#content.main-section {
  /* Hidden Elements */
}
#content.main-section .carousel[style] {
  -webkit-touch-callout: initial !important;
  -webkit-user-select: initial !important;
  -khtml-user-select: initial !important;
  -moz-user-select: initial !important;
  -ms-user-select: initial !important;
  user-select: initial !important;
}
#content.main-section #p1 .three-columns .col-sm-4 {
  padding: 0;
}
#content.main-section .carousel-indicators {
  left: 0;
  right: 0;
  text-align: center;
  opacity: initial;
  bottom: 22px;
  margin-bottom: 0;
}
#content.main-section .carousel-indicators li {
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 15px;
  height: 15px;
  margin: 0;
  margin-right: 12px;
  background: #ffffff;
  border: none;
}
#content.main-section .carousel-indicators li.active {
  background: #ff6700;
}
#content.main-section .carousel-control.left,
#content.main-section .carousel-control.right {
  display: none;
}
@media screen and (min-width: 1100px) {
  #content.main-section .carousel-indicators {
    bottom: 31px;
    margin-bottom: 0;
  }
}
#content.main-section .carousel_outer .top_banner {
  position: absolute;
  top: 128px;
  width: 100%;
  min-height: 50px;
  padding: 19px 70px 19px 15px;
  background: #0F2C35;
  border-radius: 3px;
  box-shadow: 0px 15px 30px rgba(15, 44, 53, 0.1);
  z-index: 2;
}
@media screen and (max-width: 1099px) {
  #content.main-section .carousel_outer .top_banner {
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    padding: 24px 70px 24px 10px;
    top: 115px;
  }
}
@media screen and (max-width: 992px) {
  #content.main-section .carousel_outer .top_banner {
    padding: 17px 15px 17px 20px;
    width: 785px;
  }
}
@media (max-width: 767px) {
  #content.main-section .carousel_outer .top_banner {
    width: calc(100% - 30px);
    padding: 7px 15px 10px 10px;
  }
}
#content.main-section .carousel_outer .top_banner .top_banner_text {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #content.main-section .carousel_outer .top_banner .top_banner_text {
    justify-content: unset;
    align-items: flex-start;
    flex-direction: column;
  }
  #content.main-section .carousel_outer .top_banner .top_banner_text p {
    line-height: 18px;
  }
}
#content.main-section .carousel_outer .top_banner .close_icon {
  position: absolute;
  right: 30px;
  top: 50%;
  height: 25px;
  width: 25px;
  text-indent: 5px;
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 23px;
  line-height: 1;
  color: #CBDCE2;
}
@media screen and (max-width: 992px) {
  #content.main-section .carousel_outer .top_banner .close_icon {
    top: 8px;
    transform: none;
    right: 8px;
  }
}
#content.main-section .carousel_outer .top_banner .close_icon:hover {
  color: #ffffff;
}
#content.main-section .carousel_outer .top_banner .top_banner_text {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1099px) {
  #content.main-section .carousel_outer .top_banner .top_banner_text {
    font-size: 14px;
    text-align: left;
  }
}
#content.main-section .carousel_outer .top_banner .top_banner_text p {
  display: inline-block;
  margin-top: 0;
  color: #ffffff;
  max-width: 700px;
}
@media screen and (max-width: 992px) {
  #content.main-section .carousel_outer .top_banner .top_banner_text p {
    padding-right: 37px;
  }
}
@media screen and (max-width: 767px) {
  #content.main-section .carousel_outer .top_banner .top_banner_text p {
    padding-right: 20px;
  }
}
@media screen and (max-width: 320px) {
  #content.main-section .carousel_outer .top_banner .top_banner_text p {
    font-size: 12px;
  }
}
#content.main-section .carousel_outer .top_banner .unstyled_link {
  display: inline-block;
  margin-left: 51px;
  position: relative;
  color: #ff6700;
  white-space: nowrap;
}
@media screen and (max-width: 1099px) {
  #content.main-section .carousel_outer .top_banner .unstyled_link {
    float: right;
  }
}
@media screen and (max-width: 992px) {
  #content.main-section .carousel_outer .top_banner .unstyled_link {
    margin: 0;
    align-self: flex-end;
    margin-top: 10px;
  }
}
#content.main-section .carousel_outer .top_banner .unstyled_link::after {
  content: '';
  background: url('/fileadmin/assets/customprovider/Icons/ContentElements/arrow.svg');
  background-repeat: no-repeat;
  background-size: 14px 11px;
  width: 14px;
  display: inline-block;
  height: 11px;
  margin-left: 12px;
}
#content.main-section .carousel_outer .bottom_banner {
  position: absolute;
  top: auto;
  bottom: 70px;
  width: calc(100% - 30px);
  max-width: 1020px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 50px;
  padding: 20px 47px 20px 29px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 15px 30px rgba(15, 44, 53, 0.1);
  z-index: 2;
  /* Iphone Xr */
}
@media (max-width: 1199px) {
  #content.main-section .carousel_outer .bottom_banner {
    width: 890px;
  }
}
@media (max-width: 1099px) {
  #content.main-section .carousel_outer .bottom_banner {
    padding: 12px 23px 13px 15px;
    bottom: 50px;
    width: 890px;
  }
}
@media (max-width: 480px) {
  #content.main-section .carousel_outer .bottom_banner {
    bottom: 30px !important;
  }
}
@media (max-width: 360px) {
  #content.main-section .carousel_outer .bottom_banner {
    bottom: 20px !important;
  }
}
@media (max-width: 992px) {
  #content.main-section .carousel_outer .bottom_banner {
    padding: 10px 10px 11px 10px;
    width: 890px;
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  #content.main-section .carousel_outer .bottom_banner {
    width: calc(100% - 30px);
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #content.main-section .carousel_outer .bottom_banner {
    bottom: 25px;
  }
}
#content.main-section .carousel_outer .bottom_banner .bottom_banner_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #content.main-section .carousel_outer .bottom_banner .bottom_banner_inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
#content.main-section .carousel_outer .bottom_banner .bottom_banner_inner .img {
  max-height: 41px;
  width: auto;
}
@media (max-width: 767px) {
  #content.main-section .carousel_outer .bottom_banner .bottom_banner_inner .img {
    display: none;
  }
}
#content.main-section .carousel_outer .bottom_banner .bottom_banner_text {
  text-align: center;
  font-size: 16px;
  color: #0f2c35;
  padding: 0 20px;
}
#content.main-section .carousel_outer .bottom_banner .bottom_banner_text .unstyled_link {
  display: none;
}
@media screen and (max-width: 1099px) {
  #content.main-section .carousel_outer .bottom_banner .bottom_banner_text {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  #content.main-section .carousel_outer .bottom_banner .bottom_banner_text {
    padding: 0;
    margin-top: 5px;
    text-align: left;
  }
  #content.main-section .carousel_outer .bottom_banner .bottom_banner_text br {
    display: none;
  }
  #content.main-section .carousel_outer .bottom_banner .bottom_banner_text .unstyled_link {
    font-size: 14px;
    line-height: 20px;
    margin-left: 5px;
    display: inline-block;
    text-decoration: none;
  }
  #content.main-section .carousel_outer .bottom_banner .bottom_banner_text p {
    font-size: 14px;
    line-height: 18px;
  }
}
#content.main-section .carousel_outer .bottom_banner .bottom_banner_text p {
  display: inline-block;
  margin-top: 0;
  color: #0f2c35;
}
#content.main-section .carousel_outer .bottom_banner .bottom_banner_text p strong {
  font-weight: normal;
}
#content.main-section .carousel_outer .bottom_banner .unstyled_link {
  display: inline-block;
  margin-left: 51px;
  position: relative;
  color: #ff6700;
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  #content.main-section .carousel_outer .bottom_banner .unstyled_link {
    display: none;
  }
}
#content.main-section .carousel_outer .bottom_banner .unstyled_link::after {
  content: '';
  background: url('/fileadmin/assets/customprovider/Icons/ContentElements/arrow.svg');
  background-repeat: no-repeat;
  background-size: 14px 11px;
  width: 14px;
  display: inline-block;
  height: 11px;
  margin-left: 12px;
}
#content.main-section .carousel_outer .item h1 {
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 0;
  color: #ffffff;
}
@media screen and (max-width: 1099px) {
  #content.main-section .carousel_outer .item h1 {
    margin-bottom: 11px;
  }
}
#content.main-section .carousel_outer .item .bodytext {
  margin-top: 44px;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 1399px) {
  #content.main-section .carousel_outer .item .bodytext {
    margin-top: 30px;
    font-size: 22px;
    line-height: 30px;
  }
}
#content.main-section .carousel_outer .item .cta {
  font-size: 18px;
  line-height: 20px;
  color: #fff !important;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1099px) {
  #content.main-section .carousel_outer .item .cta {
    font-size: 16px;
    line-height: 18px;
    padding: 15px 16px 13px 16px;
  }
}
#content.main-section .carousel_outer .item .cta_container {
  margin-top: 25px;
}
@media screen and (min-width: 1099px) {
  #content.main-section .carousel_outer .item .cta {
    min-width: 170px;
  }
}
@media screen and (max-width: 1199px) {
  #content.main-section .carousel_outer .item h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #content.main-section .carousel_outer .item h1 {
    font-size: 24px;
    line-height: 36px;
  }
  #content.main-section .carousel_outer .item .bodytext {
    font-size: 14px;
    line-height: 21px;
    margin-top: 31px;
  }
  #content.main-section .carousel_outer .item .cta {
    font-size: 16px;
    line-height: 18px;
    padding: 15px 16px 13px 16px;
  }
  #content.main-section .carousel_outer .item .cta_container {
    margin-top: 17px;
  }
}
@media screen and (max-width: 320px) {
  #content.main-section .carousel_outer .item h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
#content.main-section .carousel_outer .item.carousel-item-type-html::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent linear-gradient(180deg, #0f2c35 0%, rgba(15, 44, 53, 0.4));
  background-repeat: no-repeat;
  opacity: 0.82;
}
#content.main-section .carousel_outer .carousel-indicators li {
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 1100px) {
  #content.main-section .carousel_outer .carousel-indicators li {
    width: 15px;
    height: 15px;
  }
}
#content.main-section #c169 .item {
  height: 130px;
  line-height: 130px;
}
#content.main-section .homepage-slider {
  margin-top: 150px;
}
@media (max-width: 992px) {
  #content.main-section .homepage-slider {
    padding: 0;
  }
}
@media (max-width: 991px) and (min-width: 851px) {
  #content.main-section .homepage-slider {
    padding-left: 0;
    padding-right: 0;
    max-width: 820px;
    width: 100%;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  #content.main-section .homepage-slider {
    padding-left: 0;
    padding-right: 0;
    max-width: 750px;
    width: 100%;
  }
}
#content.main-section .homepage-slider .text_col {
  padding: 0;
}
#content.main-section #homepage-assistance {
  background: #CBDCE2;
  min-height: 96px;
  margin: 0;
  border: none;
  padding-top: 30px;
}
#content.main-section #homepage-assistance .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}
#content.main-section #homepage-assistance .container a {
  border: 1px solid transparent;
  min-height: 60px;
  flex: 1;
  margin: 0 0 30px 0;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #0F2C35;
  text-align: left;
  box-shadow: 0px 15px 30px rgba(15, 44, 53, 0.1);
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
}
#content.main-section #homepage-assistance .container a:hover {
  box-shadow: 0px 15px 30px rgba(15, 44, 53, 0.25);
}
#content.main-section #homepage-assistance .container a:focus,
#content.main-section #homepage-assistance .container a:active,
#content.main-section #homepage-assistance .container a:hover {
  background-color: #0F2C35;
  color: #fff;
  border-color: #4B5D66 !important;
}
#content.main-section #homepage-assistance .patents-icon,
#content.main-section #homepage-assistance .trademarks-icon,
#content.main-section #homepage-assistance .trademarks-icon,
#content.main-section #homepage-assistance .legal-icon,
#content.main-section #homepage-assistance .consulting-icon,
#content.main-section #homepage-assistance .software-icon {
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 22px;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
#content.main-section #homepage-assistance .patents-icon {
  background-image: url('/fileadmin/user_upload/ico/home-ribbon-patent-annuities.svg');
  background-size: 34px;
  background-position: -2px -2px;
}
#content.main-section #homepage-assistance .trademarks-icon {
  background-image: url('/fileadmin/user_upload/ico/home-ribbon-trademarks.svg');
  background-size: 34px;
  background-position: -2px -4px;
}
#content.main-section #homepage-assistance .legal-icon {
  background-image: url('/fileadmin/user_upload/ico/home-ribbon-law-firm-services.svg');
  background-size: 32px;
  background-position: -2px -3px;
}
#content.main-section #homepage-assistance .consulting-icon {
  background-image: url('/fileadmin/user_upload/ico/home-ribbon-docketing.svg');
  background-size: 32px;
  background-position: -2px -2px;
}
#content.main-section #homepage-assistance .software-icon {
  background-image: url('/fileadmin/user_upload/ico/home-ribbon-software.svg');
  background-size: 32px;
  background-position: -1px 0px;
}
#content.main-section #homepage-assistance a:focus .patents-icon,
#content.main-section #homepage-assistance a:active .patents-icon,
#content.main-section #homepage-assistance a:hover .patents-icon {
  background-image: url('/fileadmin/user_upload/ico/home-ribbon-patent-annuities-light.svg');
}
#content.main-section #homepage-assistance a:focus .trademarks-icon,
#content.main-section #homepage-assistance a:active .trademarks-icon,
#content.main-section #homepage-assistance a:hover .trademarks-icon {
  background-image: url('/fileadmin/user_upload/ico/home-ribbon-trademarks-light.svg');
}
#content.main-section #homepage-assistance a:focus .legal-icon,
#content.main-section #homepage-assistance a:active .legal-icon,
#content.main-section #homepage-assistance a:hover .legal-icon {
  background-image: url('/fileadmin/user_upload/ico/home-ribbon-law-firm-services-light.svg');
}
#content.main-section #homepage-assistance a:focus .consulting-icon,
#content.main-section #homepage-assistance a:active .consulting-icon,
#content.main-section #homepage-assistance a:hover .consulting-icon {
  background-image: url('/fileadmin/user_upload/ico/home-ribbon-docketing-light.svg');
}
#content.main-section #homepage-assistance a:focus .software-icon,
#content.main-section #homepage-assistance a:active .software-icon,
#content.main-section #homepage-assistance a:hover .software-icon {
  background-image: url('/fileadmin/user_upload/ico/home-ribbon-software-light.svg');
}
@media screen and (min-width: 992px) {
  #content.main-section #homepage-assistance .container {
    flex-direction: row;
    padding: 0 21px;
  }
  #content.main-section #homepage-assistance .container a {
    margin: 0 10px 30px 10px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  #content.main-section #homepage-assistance .container {
    display: block;
    overflow: auto;
    white-space: nowrap;
    opacity: 1;
  }
  #content.main-section #homepage-assistance .container a {
    margin: 0 10px 30px 10px;
    padding-left: 8px;
    font-size: 14px;
    line-height: 18px;
    display: inline-flex;
    min-width: 175px;
  }
  #content.main-section #homepage-assistance .patents-icon,
  #content.main-section #homepage-assistance .trademarks-icon,
  #content.main-section #homepage-assistance .trademarks-icon,
  #content.main-section #homepage-assistance .legal-icon,
  #content.main-section #homepage-assistance .consulting-icon,
  #content.main-section #homepage-assistance .software-icon {
    transform: scale(0.8);
    margin-right: 10px;
    position: relative;
  }
  #content.main-section #homepage-assistance .os-theme-thin-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
    background: rgba(15, 44, 53, 0.5);
  }
  #content.main-section #homepage-assistance .os-theme-thin-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active:before,
  #content.main-section #homepage-assistance .os-theme-thin-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover:before {
    background: #ff6700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #content.main-section #homepage-assistance .container a {
    min-width: 190px;
  }
}
#content.main-section #c221,
#content.main-section #c222,
#content.main-section #c276,
#content.main-section #c1047 {
  display: none;
}
#content.main-section #latest-news-container {
  position: relative;
}
#content.main-section #latest-news-container #latest-insights-title {
  position: absolute;
  top: -36px;
  left: 0;
  height: 108px;
  width: 100%;
  background: url(/fileadmin/user_upload/dennemeyer/finished/latest-insights.png) no-repeat;
  z-index: 1;
  color: #ffffff;
  line-height: 100px;
  padding: 0 20px;
  font-size: 24px;
}
#content.main-section .ip-blog-container {
  margin-bottom: 20px;
}
#content.main-section .ip-blog-container .colored-background {
  height: 90px;
}
#content.main-section .ip-blog-container img {
  width: 100%;
  max-height: 250px;
}
#content.main-section .ip-blog-container .ip-blog-text {
  background: url('/fileadmin/user_upload/dennemeyer/finished/featured.png');
  position: relative;
  padding: 14px;
}
#content.main-section .ip-blog-container .ip-blog-text .dots:after {
  content: '\2807';
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 40%;
  height: 100%;
  color: #bccace;
}
#content.main-section .ip-blog-container .ip-blog-text .ip-blog-link a {
  font-size: 20px;
  line-height: 40px;
  padding-right: 10%;
  color: #ffffff;
}
#content.main-section .ip-blog-container .ip-blog-text .ip-blog-link a:hover {
  color: #b3b3b3;
}
#content.main-section .ip-blog-container .ip-blog-text .ip-blog-date,
#content.main-section .ip-blog-container .ip-blog-text .ip-blog-tags {
  color: #bccace;
  text-transform: capitalize;
}
#content.main-section .ip-blog-container .ip-blog-text.background-light-grey,
#content.main-section .ip-blog-container .ip-blog-text .background-light-grey {
  background: #EEEDEE !important;
}
#content.main-section .ip-blog-container .ip-blog-text.background-light-grey .separator,
#content.main-section .ip-blog-container .ip-blog-text .background-light-grey .separator {
  border-color: #ffffff;
}
@media (max-width: 1100px) {
  #content.main-section .ip-blog-container .ip-blog-text .ip-blog-title {
    top: -35px;
  }
}
#content.main-section article {
  padding: 20px 14px;
  position: relative;
}
#content.main-section article .denn-title a {
  font-size: 18px;
  color: #0f2c35;
  line-height: 25px;
  width: 90%;
}
#content.main-section article .denn-title a:hover {
  color: #000000;
}
#content.main-section article .denn-text {
  position: relative;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: clip;
  color: #a1b4bd;
  font-size: 12px;
}
#content.main-section article .denn-text .fade-text {
  position: absolute;
  right: 0;
  height: 100%;
  width: 20%;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
}
#content.main-section article .dots:after {
  content: '\2807';
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 40%;
  height: 100%;
  color: #bccace;
}
#content.main-section .ip-solution-block-text,
#content.main-section .associates-block-text,
#content.main-section .ip-consulting-block-text {
  position: relative;
  min-height: 300px;
  background: grey !important;
}
#content.main-section .ip-solution-block-text .bt-text,
#content.main-section .associates-block-text .bt-text,
#content.main-section .ip-consulting-block-text .bt-text {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 72px;
  color: #ffffff;
  font-size: 24px;
}
#content.main-section .ip-solution-block-text .nc-icon-outline,
#content.main-section .associates-block-text .nc-icon-outline,
#content.main-section .ip-consulting-block-text .nc-icon-outline {
  font-size: 20px;
  background-image: url("/vendor/bootstrap_package/Resources/Public/Images/Icons/nc-icon-outline users_single-0.svg");
}
#content.main-section .ip-solution-block-text .bt-title,
#content.main-section .associates-block-text .bt-title,
#content.main-section .ip-consulting-block-text .bt-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: url(/fileadmin/user_upload/dennemeyer/finished/orange-title-background.png) no-repeat;
  z-index: 1;
  color: #ffffff;
  line-height: 70px;
  padding: 0 24px;
  font-size: 16px;
}
#content.main-section .ip-solution-block-text .dots:after,
#content.main-section .associates-block-text .dots:after,
#content.main-section .ip-consulting-block-text .dots:after {
  content: '\2807';
  font-size: 20px;
  position: absolute;
  right: 5px;
  bottom: 24px;
  color: #bccace;
}
#content.main-section .ip-solution-block-text {
  background: url(/fileadmin/user_upload/dennemeyer/finished/ip-solution-block-text-background.jpg) no-repeat;
}
#content.main-section .associates-block-text {
  background: url(/fileadmin/user_upload/dennemeyer/finished/associates-block-text-background.jpg) no-repeat;
}
#content.main-section .ip-consulting-block-text {
  background: url(/fileadmin/user_upload/dennemeyer/finished/ip-consulting-block-text-background.jpg) no-repeat;
}
#content.main-section .sign247 {
  margin: 32px 0;
  height: 100px;
}
#content.main-section .orange-gradient-vertical-line {
  -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#ff5122), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(bottom, #ff5122, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(bottom, #ff5122, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(bottom, #ff5122, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to top, #ff5122, rgba(0, 0, 0, 0)) 1 100%;
}
#content.main-section .services-drawing {
  position: relative;
  text-align: center;
  height: 100%;
  border-top: 2px solid red;
  padding-top: 32px;
  -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#ff5122), to(rgba(0, 0, 0, 0))) 1;
  -webkit-border-image: -webkit-linear-gradient(right, #ff5122, rgba(0, 0, 0, 0)) 1;
  -moz-border-image: -moz-linear-gradient(right, #ff5122, rgba(0, 0, 0, 0)) 1;
  -o-border-image: -o-linear-gradient(right, #ff5122, rgba(0, 0, 0, 0)) 1;
  border-image: linear-gradient(to left, #ff5122, rgba(0, 0, 0, 0)) 1;
}
#content.main-section .services-drawing img {
  position: relative;
  width: 100%;
  max-width: 418px;
}
#content.main-section .services-drawing > div {
  position: absolute;
}
#content.main-section .services-drawing .text-h5,
#content.main-section .services-drawing .text-h3 {
  width: 22%;
  margin: 0 1%;
  display: inline-block;
}
/** footer **/
body footer .get-in-touch-text,
.htmlarea-content-body footer .get-in-touch-text {
  text-align: center;
  padding: 32px;
  border-bottom: 1px solid #738993;
}
body footer .get-in-touch-text p,
.htmlarea-content-body footer .get-in-touch-text p {
  color: #ff5122;
  font-size: 32px;
  font-family: 'Benton Sans Lt It', 'Arial Italic';
}
body footer .footer-section,
.htmlarea-content-body footer .footer-section {
  padding: 64px 0;
  background: #0f2c35;
  border: none;
}
body footer .footer-section .row,
.htmlarea-content-body footer .footer-section .row {
  padding: 0 15px;
}
body footer .footer-section .footer-title,
.htmlarea-content-body footer .footer-section .footer-title {
  position: relative;
  height: 80px;
}
body footer .footer-section .footer-title p,
.htmlarea-content-body footer .footer-section .footer-title p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #4b5d66;
}
body footer .footer-section .footer-title .dots:after,
.htmlarea-content-body footer .footer-section .footer-title .dots:after {
  content: '\2807';
  font-size: 22px;
  position: absolute;
  left: 0px;
  bottom: -40px;
  height: 100%;
  color: #4b5d66;
}
body footer .footer-section .image-center.image-above,
.htmlarea-content-body footer .footer-section .image-center.image-above {
  width: 450px;
  float: right;
  margin-top: 10px;
}
body footer .footer-section .image-center.image-above figure.image,
.htmlarea-content-body footer .footer-section .image-center.image-above figure.image {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 2px solid #4b5d66;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
body footer .footer-section .image-center.image-above figure.image:hover,
.htmlarea-content-body footer .footer-section .image-center.image-above figure.image:hover {
  border: 2px solid #738993;
}
body footer .footer-section .image-center.image-above figure.image > a,
.htmlarea-content-body footer .footer-section .image-center.image-above figure.image > a {
  display: table-cell;
  width: 46px;
  height: 46px;
  vertical-align: middle;
}
body footer .footer-section .footer-links-container p,
.htmlarea-content-body footer .footer-section .footer-links-container p {
  padding: 0;
  margin: 0;
}
body footer .footer-section .footer-links-container div,
.htmlarea-content-body footer .footer-section .footer-links-container div {
  line-height: 28px;
}
body footer .footer-section .footer-links-container div a,
.htmlarea-content-body footer .footer-section .footer-links-container div a {
  text-decoration: none;
  color: #CBDCE2;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 14px;
  display: block;
  border: none;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
body footer .footer-section .footer-links-container div a:hover,
.htmlarea-content-body footer .footer-section .footer-links-container div a:hover {
  color: #ffffff;
}
body footer .footer-section .footer-links-container div a:active,
body footer .footer-section .footer-links-container div a:focus,
.htmlarea-content-body footer .footer-section .footer-links-container div a:active,
.htmlarea-content-body footer .footer-section .footer-links-container div a:focus {
  color: #FF7300;
  font-family: 'Benton Sans Med', Arial, sans-serif;
}
body footer .footer-section .col-sm-4,
body footer .footer-section .col-sm-6,
.htmlarea-content-body footer .footer-section .col-sm-4,
.htmlarea-content-body footer .footer-section .col-sm-6 {
  padding: 0;
}
body footer .footer-map,
.htmlarea-content-body footer .footer-map {
  background: url("//Images/Dennemeyer/footer-map.png") bottom right no-repeat;
}
body footer .footer-sitemap,
.htmlarea-content-body footer .footer-sitemap {
  margin-top: 20px;
}
body footer .footer-sitemap p,
.htmlarea-content-body footer .footer-sitemap p {
  display: inline;
}
body footer .footer-sitemap p a,
.htmlarea-content-body footer .footer-sitemap p a {
  text-decoration: none;
  font-size: 11px;
  border: none;
  color: #CBDCE2;
  margin-right: 20px;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
body footer .footer-sitemap p a:hover,
.htmlarea-content-body footer .footer-sitemap p a:hover {
  color: #ffffff;
}
body footer .footer-sitemap p a:visited,
.htmlarea-content-body footer .footer-sitemap p a:visited {
  color: #FF5122;
}
body footer .footer-sitemap p a:active,
body footer .footer-sitemap p a:focus,
.htmlarea-content-body footer .footer-sitemap p a:active,
.htmlarea-content-body footer .footer-sitemap p a:focus {
  color: #FF7300;
  font-family: 'Benton Sans Med', Arial, sans-serif;
  text-decoration: none !important;
}
body footer .footer-sitemap .primary-pill-outline-button,
.htmlarea-content-body footer .footer-sitemap .primary-pill-outline-button {
  margin-right: 20px;
  color: #fff;
  border-color: #fff;
}
body footer .footer-sitemap .primary-pill-outline-button a,
.htmlarea-content-body footer .footer-sitemap .primary-pill-outline-button a {
  color: #fff;
}
body footer .footer-sitemap .primary-pill-outline-button p,
body footer .footer-sitemap .primary-pill-outline-button a,
.htmlarea-content-body footer .footer-sitemap .primary-pill-outline-button p,
.htmlarea-content-body footer .footer-sitemap .primary-pill-outline-button a {
  margin: 0;
}
body footer .footer-sitemap .primary-pill-outline-button:hover,
.htmlarea-content-body footer .footer-sitemap .primary-pill-outline-button:hover {
  color: #0F2C35;
  background: #fff;
  border-color: #fff;
}
body footer .footer-sitemap .primary-pill-outline-button:hover p,
body footer .footer-sitemap .primary-pill-outline-button:hover a,
.htmlarea-content-body footer .footer-sitemap .primary-pill-outline-button:hover p,
.htmlarea-content-body footer .footer-sitemap .primary-pill-outline-button:hover a {
  color: #0F2C35;
}
body footer .footer-section-footer,
.htmlarea-content-body footer .footer-section-footer {
  margin-top: 30px;
}
body footer .footer-section-footer span,
.htmlarea-content-body footer .footer-section-footer span {
  margin-right: 20px;
}
body footer .footer-section-footer .button,
.htmlarea-content-body footer .footer-section-footer .button {
  padding: 5px 15px;
  font-size: 18px;
}
@media (max-width: 450px) {
  body footer .footer-section-footer span,
  .htmlarea-content-body footer .footer-section-footer span {
    display: block;
    margin-top: 15px;
  }
}
body .full-slider .bx-wrapper[style],
.htmlarea-content-body .full-slider .bx-wrapper[style] {
  max-width: 100% !important;
}
body .full-slider .bx-wrapper,
body .full-slider .slick-slider,
.htmlarea-content-body .full-slider .bx-wrapper,
.htmlarea-content-body .full-slider .slick-slider {
  padding: 0 60px;
  position: relative;
  height: 145px;
  line-height: 145px;
  /*.box-shadow(0px 0px 15px 0px (rgba(red(@brandVeryLightGray), green(@brandVeryLightGray), blue(@brandVeryLightGray), 0.50))); */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f6f6f6;
}
body .full-slider .slick-slider.reference-clients-slider,
.htmlarea-content-body .full-slider .slick-slider.reference-clients-slider {
  background-color: #0f2c35;
}
body .full-slider .bx-default-pager,
.htmlarea-content-body .full-slider .bx-default-pager {
  display: none;
}
body .full-slider .slide,
.htmlarea-content-body .full-slider .slide {
  text-align: center;
}
body .full-slider .slide img,
.htmlarea-content-body .full-slider .slide img {
  max-width: 200px;
  max-height: 24px;
}
body .full-slider .slide p,
.htmlarea-content-body .full-slider .slide p {
  margin-top: 0;
}
body .full-slider .slick-slider.reference-clients-slider .slide img,
.htmlarea-content-body .full-slider .slick-slider.reference-clients-slider .slide img {
  max-width: 200px;
  max-height: 30px;
}
body .full-slider .bx-prev,
body .full-slider .slick-prev,
.htmlarea-content-body .full-slider .bx-prev,
.htmlarea-content-body .full-slider .slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  font-size: 0;
  background: url("/fileadmin/user_upload/ico/bx-prev.png") center center no-repeat, url("/fileadmin/user_upload/ui/bx_gradient_prev.png") top right repeat-y;
}
body .full-slider .slick-slider.reference-clients-slider .slick-prev,
.htmlarea-content-body .full-slider .slick-slider.reference-clients-slider .slick-prev {
  background: url("/fileadmin/user_upload/ico/bx-prev.png") center center no-repeat;
}
body .full-slider .bx-next,
body .full-slider .slick-next,
.htmlarea-content-body .full-slider .bx-next,
.htmlarea-content-body .full-slider .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  font-size: 0;
  background: url("/fileadmin/user_upload/ico/bx-next.png") center center no-repeat, url("/fileadmin/user_upload/ui/bx_gradient_next.png") top left repeat-y;
}
body .full-slider .slick-slider.reference-clients-slider .slick-next,
.htmlarea-content-body .full-slider .slick-slider.reference-clients-slider .slick-next {
  background: url("/fileadmin/user_upload/ico/bx-next.png") center center no-repeat;
}
body .full-slider .reference-clients-slider .slick-next,
body .full-slider .reference-clients-slider .slick-prev,
.htmlarea-content-body .full-slider .reference-clients-slider .slick-next,
.htmlarea-content-body .full-slider .reference-clients-slider .slick-prev {
  border: none;
  width: 90px;
  z-index: 10;
}
body .full-slider .reference-clients-slider .slick-slide img,
.htmlarea-content-body .full-slider .reference-clients-slider .slick-slide img {
  display: inline-block;
}
/**
Services Page
**/
body #p45 .image > img[title='diams-iq'],
.htmlarea-content-body #p45 .image > img[title='diams-iq'] {
  margin: 0;
}
body #p45 .thick-separator,
.htmlarea-content-body #p45 .thick-separator {
  width: 70px;
  height: 4px;
  background: #bccace;
}
body #p45 .services-text-container,
.htmlarea-content-body #p45 .services-text-container {
  height: 70px;
}
body #p45 #c292 p,
body #p45 #c293 p,
.htmlarea-content-body #p45 #c292 p,
.htmlarea-content-body #p45 #c293 p {
  padding: 12px 0;
  color: #4b5d66;
}
body .page-breaker,
.htmlarea-content-body .page-breaker {
  position: relative;
  margin: 72px 0;
  background-repeat: repeat, no-repeat;
  background-position: top left, center;
  background: linear-gradient(to right, #738993 0%, #bccace 100%);
  box-shadow: inset 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
}
body .page-breaker::before,
.htmlarea-content-body .page-breaker::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/fileadmin/user_upload/ui/overlay-dark-point4.png);
  z-index: 1;
}
body .page-breaker .text-center,
.htmlarea-content-body .page-breaker .text-center {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  body .services-text-container,
  .htmlarea-content-body .services-text-container {
    min-height: 74px;
  }
}
body .thick-separator,
.htmlarea-content-body .thick-separator {
  width: 70px;
  height: 4px;
  background: #bccace;
}
body .page-break-asimetric,
.htmlarea-content-body .page-break-asimetric {
  margin: 72px 0 0;
  position: relative;
}
body .page-break-asimetric.graybg,
.htmlarea-content-body .page-break-asimetric.graybg {
  background-color: #f6f6f6;
}
body .page-break-asimetric.graybg .container .row,
.htmlarea-content-body .page-break-asimetric.graybg .container .row {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media screen and (max-width: 991px) {
  body .page-break-asimetric.graybg .container .row,
  .htmlarea-content-body .page-break-asimetric.graybg .container .row {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
body .page-break-asimetric .container .row,
.htmlarea-content-body .page-break-asimetric .container .row {
  margin-top: 36px;
  margin-bottom: 36px;
}
body .page-break-asimetric img,
.htmlarea-content-body .page-break-asimetric img {
  margin-bottom: 48px;
  height: auto;
}
body .page-break-asimetric .img_photo,
.htmlarea-content-body .page-break-asimetric .img_photo {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 5px 15px 0px rgba(115, 137, 147, 0.5);
}
body .page-break-asimetric::before,
.htmlarea-content-body .page-break-asimetric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 90px solid white;
  border-left: 2000px solid transparent;
}
body .page-break-asimetric::after,
.htmlarea-content-body .page-break-asimetric::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 90px solid white;
  border-left: 2000px solid transparent;
}
body .page-break-asimetric .container-fluid,
.htmlarea-content-body .page-break-asimetric .container-fluid {
  padding: 128px 0;
}
body .page-break-asimetric .container-fluid figure.image,
.htmlarea-content-body .page-break-asimetric .container-fluid figure.image {
  margin: 0;
}
body .page-break-asimetric .container-fluid figcaption.caption,
.htmlarea-content-body .page-break-asimetric .container-fluid figcaption.caption {
  display: none;
}
@media (max-width: 991px) {
  .carousel-inner > .item {
    padding: 0;
  }
  .carousel-inner .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .carousel-inner .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/**
Careers Page
**/
body .carousel .breadcrumbs-copy .breadcrumb li.active,
.htmlarea-content-body .carousel .breadcrumbs-copy .breadcrumb li.active {
  color: #fff;
}
body .carousel .breadcrumbs-copy .breadcrumb li + li:before,
.htmlarea-content-body .carousel .breadcrumbs-copy .breadcrumb li + li:before {
  color: #fff;
}
body .breadcrumbs-copy .breadcrumb,
.htmlarea-content-body .breadcrumbs-copy .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
body .breadcrumbs-copy .breadcrumb li a,
.htmlarea-content-body .breadcrumbs-copy .breadcrumb li a {
  color: #FF6700;
  font-size: inherit;
}
body .breadcrumbs-copy .breadcrumb li a:hover,
.htmlarea-content-body .breadcrumbs-copy .breadcrumb li a:hover {
  text-decoration: underline;
  color: #FF5122;
}
body .breadcrumbs-copy .breadcrumb li a:active,
.htmlarea-content-body .breadcrumbs-copy .breadcrumb li a:active {
  color: #FF5122;
}
body .breadcrumbs-copy .breadcrumb li a:focus,
.htmlarea-content-body .breadcrumbs-copy .breadcrumb li a:focus {
  color: #FF5122;
  text-decoration: underline !important;
}
body .breadcrumbs-copy .breadcrumb li.active,
.htmlarea-content-body .breadcrumbs-copy .breadcrumb li.active {
  color: #0F2C35;
}
body #content.main-section .item,
.htmlarea-content-body #content.main-section .item {
  height: auto !important;
}
body .breadcrumb-section,
.htmlarea-content-body .breadcrumb-section {
  display: none;
}
body .cc-separator,
.htmlarea-content-body .cc-separator {
  background-image: -moz-linear-gradient(0deg, #c90065 0%, #ff6700 100%);
  background-image: -webkit-linear-gradient(0deg, #c90065 0%, #ff6700 100%);
  background-image: -ms-linear-gradient(0deg, #c90065 0%, #ff6700 100%);
  width: 170px;
  height: 12px;
}
@media screen and (max-width: 991px) {
  body .cc-separator,
  .htmlarea-content-body .cc-separator {
    width: 96px;
    height: 6px;
  }
}
body #careers-container,
body #header-container-for-absolute-pages,
.htmlarea-content-body #careers-container,
.htmlarea-content-body #header-container-for-absolute-pages {
  padding-top: 175px;
}
body #careers-container,
.htmlarea-content-body #careers-container {
  z-index: 2;
  position: relative;
}
body .filter-by,
.htmlarea-content-body .filter-by {
  background: url("/fileadmin/user_upload/dennemeyer/finished/filter_by.png") left center no-repeat;
  padding: 24px 12px 12px 60px;
}
@media screen and (max-width: 991px) {
  body .filter-by,
  .htmlarea-content-body .filter-by {
    margin-left: 16px;
    margin-right: 16px;
  }
}
body .filter-select,
.htmlarea-content-body .filter-select {
  width: 100% !important;
}
body .filter-container,
.htmlarea-content-body .filter-container {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(188, 202, 206, 0.5);
  -moz-box-shadow: 0px 0px 15px 2px rgba(188, 202, 206, 0.5);
  box-shadow: 0px 0px 15px 2px rgba(188, 202, 206, 0.5);
}
@media screen and (max-width: 1100px) {
  body .filter-container .normal-button,
  .htmlarea-content-body .filter-container .normal-button {
    font-size: 12px;
  }
}
body .absolute-header-top,
.htmlarea-content-body .absolute-header-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body #careers-list-container .row .job-title,
.htmlarea-content-body #careers-list-container .row .job-title {
  background: url("/fileadmin/user_upload/dennemeyer/finished/job-profile.png") left center no-repeat;
  padding-left: 46px;
  text-transform: none;
}
body #events-list-container .row .event-title,
.htmlarea-content-body #events-list-container .row .event-title {
  background: url("/fileadmin/user_upload/dennemeyer/finished/event-icon.png") left center no-repeat;
  padding-left: 46px;
}
body#body-p46 #nomatch,
.htmlarea-content-body#body-p46 #nomatch {
  margin-top: 130px;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
  padding: 0 20px;
}
body#body-p46 #nomatch .img,
.htmlarea-content-body#body-p46 #nomatch .img {
  display: inline-block;
  margin-bottom: 25px;
  max-width: 100%;
}
body#body-p46 #nomatch .textline1,
.htmlarea-content-body#body-p46 #nomatch .textline1 {
  color: #698A95;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Benton Sans Med', Arial, sans-serif;
}
body#body-p46 #nomatch .textline2,
.htmlarea-content-body#body-p46 #nomatch .textline2 {
  color: #698A95;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
}
body#body-p46 #nomatch .btn_container,
.htmlarea-content-body#body-p46 #nomatch .btn_container {
  text-align: center;
  margin-top: 30px;
}
body#body-p46 #nomatch .search_again,
.htmlarea-content-body#body-p46 #nomatch .search_again {
  background: #0F2C35;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 7px 15px;
  border: none;
  transition: all 0.3s ease-out;
}
body#body-p46 #nomatch .search_again:hover,
.htmlarea-content-body#body-p46 #nomatch .search_again:hover {
  background: #4B5D66;
  box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
}
body#body-p46 #nomatch .search_again:focus,
.htmlarea-content-body#body-p46 #nomatch .search_again:focus {
  background: #4B5D66;
}
body#body-p46 .row.filter_row,
.htmlarea-content-body#body-p46 .row.filter_row {
  margin-top: -37px;
}
@media (max-width: 991px) {
  body#body-p46 .row.filter_row,
  .htmlarea-content-body#body-p46 .row.filter_row {
    margin-top: 0;
  }
}
body#body-p46 .cc-description,
.htmlarea-content-body#body-p46 .cc-description {
  padding-left: 0;
}
body#body-p46 .header-filter,
.htmlarea-content-body#body-p46 .header-filter {
  text-align: center;
  margin-bottom: 63px;
}
@media (max-width: 991px) {
  body#body-p46 .header-filter,
  .htmlarea-content-body#body-p46 .header-filter {
    margin-bottom: 43px;
  }
}
body#body-p46 .header-filter .active-tab,
.htmlarea-content-body#body-p46 .header-filter .active-tab {
  color: #0F2C35;
  border: none;
  font-size: 32px;
  line-height: 44px;
  border-bottom: 3px solid #ff6700;
}
@media (max-width: 991px) {
  body#body-p46 .header-filter .active-tab,
  .htmlarea-content-body#body-p46 .header-filter .active-tab {
    font-size: 20px;
    line-height: 32px;
  }
}
body#body-p46 .search_container,
.htmlarea-content-body#body-p46 .search_container {
  text-align: right;
  flex: 1;
  flex-basis: 100%;
  position: relative;
  -webkit-border-bottom-image: -webkit-gradient(linear, 0 100%, 0 0, from(#96025a), to(#054fd3)) 1;
  -webkit-border-bottom-image: -webkit-linear-gradient(right, #96025a, #054fd3) 1;
  -webkit-border-image-width: 0 0 8px 0;
  -moz-border-image: -moz-linear-gradient(right, #96025a, #054fd3) 1;
  -o-border-image: -o-linear-gradient(right, #96025a, #054fd3) 1;
  border-image: linear-gradient(to left, #96025a, #054fd3) 1;
}
@media (max-width: 991px) {
  body#body-p46 .search_container,
  .htmlarea-content-body#body-p46 .search_container {
    text-align: left;
    padding-left: 18px;
  }
}
body#body-p46 .search_container_inner,
.htmlarea-content-body#body-p46 .search_container_inner {
  max-width: 370px;
  flex: 1;
  margin-left: auto;
}
@media (max-width: 767px) {
  body#body-p46 .search_container_inner,
  .htmlarea-content-body#body-p46 .search_container_inner {
    max-width: 408px;
    margin: auto;
  }
}
body#body-p46 .clear_input,
.htmlarea-content-body#body-p46 .clear_input {
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 43px;
  width: 18px;
  height: 18px;
  display: inline-block;
  z-index: 1;
  display: none;
}
body#body-p46 .clear_input:before,
.htmlarea-content-body#body-p46 .clear_input:before {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 10px;
  width: 2px;
  background-color: #698A95;
  transform: rotate(45deg);
  top: 3px;
}
body#body-p46 .clear_input:after,
.htmlarea-content-body#body-p46 .clear_input:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 10px;
  width: 2px;
  background-color: #698A95;
  transform: rotate(-45deg);
  top: 3px;
}
body#body-p46 .clear_input:hover:before,
.htmlarea-content-body#body-p46 .clear_input:hover:before {
  background-color: #0F2C35;
}
body#body-p46 .clear_input:hover:after,
.htmlarea-content-body#body-p46 .clear_input:hover:after {
  background-color: #0F2C35;
}
body#body-p46 .clear_input:focus:before,
.htmlarea-content-body#body-p46 .clear_input:focus:before {
  background-color: #0F2C35;
}
body#body-p46 .clear_input:focus:after,
.htmlarea-content-body#body-p46 .clear_input:focus:after {
  background-color: #0F2C35;
}
body#body-p46 .clear_input:active:before,
.htmlarea-content-body#body-p46 .clear_input:active:before {
  background-color: #0F2C35;
}
body#body-p46 .clear_input:active:after,
.htmlarea-content-body#body-p46 .clear_input:active:after {
  background-color: #0F2C35;
}
body#body-p46 #team_search,
.htmlarea-content-body#body-p46 #team_search {
  max-width: 372px;
  width: 100%;
  color: #0F2C35;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #698A95;
  background: url('../../../fileadmin//srv/live/dennemeyer/vendor/bk2k/bootstrap-package/Resources/Public/Icons/icon-outline-search-grey.svg') no-repeat center;
  background-position: right 10px center;
  background-size: 13px;
  padding-bottom: 3px;
  margin-bottom: 16px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  body#body-p46 #team_search,
  .htmlarea-content-body#body-p46 #team_search {
    margin-bottom: 30px;
    max-width: 406px;
  }
}
body#body-p46 #team_search:hover,
.htmlarea-content-body#body-p46 #team_search:hover {
  background-image: url('../../../fileadmin//srv/live/dennemeyer/vendor/bk2k/bootstrap-package/Resources/Public/Icons/icon-outline-search-darkblue.svg');
}
body#body-p46 #team_search:focus,
.htmlarea-content-body#body-p46 #team_search:focus {
  background-image: url('../../../fileadmin//srv/live/dennemeyer/vendor/bk2k/bootstrap-package/Resources/Public/Icons/icon-outline-search-darkblue.svg');
}
body#body-p46 #team_search:focus + .clear_input:before,
.htmlarea-content-body#body-p46 #team_search:focus + .clear_input:before {
  background-color: #0F2C35;
}
body#body-p46 #team_search:focus + .clear_input:after,
.htmlarea-content-body#body-p46 #team_search:focus + .clear_input:after {
  background-color: #0F2C35;
}
body#body-p46 #team_search:active,
.htmlarea-content-body#body-p46 #team_search:active {
  background-image: url('../../../fileadmin//srv/live/dennemeyer/vendor/bk2k/bootstrap-package/Resources/Public/Icons/icon-outline-search-darkblue.svg');
}
body#body-p46 #team_search::-webkit-input-placeholder,
.htmlarea-content-body#body-p46 #team_search::-webkit-input-placeholder {
  color: #698A95;
  font-size: 16px;
}
body#body-p46 #team_search::-moz-placeholder,
.htmlarea-content-body#body-p46 #team_search::-moz-placeholder {
  color: #698A95;
  font-size: 16px;
}
body#body-p46 #team_search:-ms-input-placeholder,
.htmlarea-content-body#body-p46 #team_search:-ms-input-placeholder {
  color: #698A95;
  font-size: 16px;
}
body#body-p46 #team_search::-ms-input-placeholder,
.htmlarea-content-body#body-p46 #team_search::-ms-input-placeholder {
  color: #698A95;
  font-size: 16px;
}
body#body-p46 #team_search::placeholder,
.htmlarea-content-body#body-p46 #team_search::placeholder {
  color: #698A95;
  font-size: 16px;
}
body#body-p46 .tab_trigger,
.htmlarea-content-body#body-p46 .tab_trigger {
  margin: 0 15px;
  font-size: 24px;
  font-family: 'Benton Sans Med', Arial, sans-serif;
  color: #698a95;
  transition: color 0.3s ease-out;
  display: inline-block;
}
@media (max-width: 991px) {
  body#body-p46 .tab_trigger,
  .htmlarea-content-body#body-p46 .tab_trigger {
    font-size: 20px;
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
body#body-p46 .tab_trigger:not(.active-tab):hover,
.htmlarea-content-body#body-p46 .tab_trigger:not(.active-tab):hover {
  color: #FF6700;
}
body#body-p46 #legal-experts,
body#body-p46 #management-team,
body#body-p46 #supervisory-board,
.htmlarea-content-body#body-p46 #legal-experts,
.htmlarea-content-body#body-p46 #management-team,
.htmlarea-content-body#body-p46 #supervisory-board {
  cursor: pointer;
  white-space: nowrap;
}
body #p35 .semi-gradient-with-container .container-fluid .semi-gradient,
.htmlarea-content-body #p35 .semi-gradient-with-container .container-fluid .semi-gradient {
  background: url("/fileadmin/user_upload/dennemeyer/finished/blue-service.png") left 50px no-repeat #054fd3;
  background: url("/fileadmin/user_upload/dennemeyer/finished/blue-service.png") left 50px no-repeat, -ms-linear-gradient(top left, #002a6d 0%, #054fd3 60%);
  background: url("/fileadmin/user_upload/dennemeyer/finished/blue-service.png") left 50px no-repeat, -moz-linear-gradient(top left, #002a6d 0%, #054fd3 60%);
  background: url("/fileadmin/user_upload/dennemeyer/finished/blue-service.png") left 50px no-repeat, -o-linear-gradient(top left, #002a6d 0%, #054fd3 60%);
  background: url("/fileadmin/user_upload/dennemeyer/finished/blue-service.png") left 50px no-repeat, -webkit-gradient(linear, left top, right bottom, color-stop(0, #002a6d), color-stop(60, #054fd3));
  background: url("/fileadmin/user_upload/dennemeyer/finished/blue-service.png") left 50px no-repeat, -webkit-linear-gradient(top left, #002a6d 0%, #054fd3 60%);
  background: url("/fileadmin/user_upload/dennemeyer/finished/blue-service.png") left 50px no-repeat, linear-gradient(to bottom right, #002a6d 0%, #054fd3 60%);
}
body #p35 .semi-gradient-with-container .sgwg-image-background,
.htmlarea-content-body #p35 .semi-gradient-with-container .sgwg-image-background {
  background: url("/fileadmin/user_upload/dennemeyer/finished/services-keyboard.png") no-repeat;
  background-size: cover;
}
body #p35 .semi-gradient-with-container .container.sgwg-image-background-container,
body #p35 .htmlarea-content-body .semi-gradient-with-container .container.sgwg-image-background-container,
.htmlarea-content-body #p35 .semi-gradient-with-container .container.sgwg-image-background-container,
.htmlarea-content-body #p35 .htmlarea-content-body .semi-gradient-with-container .container.sgwg-image-background-container {
  top: 0;
}
body #p35 .col-md-3.image-text .denn-ip-solution,
body #p35 .col-md-3.image-text .denn-consulting,
body #p35 .col-md-3.image-text .denn-associates,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates {
  cursor: pointer;
  cursor: hand;
  padding-top: 46px;
  z-index: 1;
  margin-top: 48px;
  max-height: 400px;
  background: url("/fileadmin/user_upload/dennemeyer/finished/services-ip-solution-background.png") no-repeat;
  background-size: cover;
  max-width: 409px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.5);
  border-width: 3px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#ff5122), to(#96025a)) 1;
  -webkit-border-image: -webkit-linear-gradient(right, #ff5122, #96025a) 1;
  -moz-border-image: -moz-linear-gradient(right, #ff5122, #96025a) 1;
  -o-border-image: -o-linear-gradient(right, #ff5122, #96025a) 1;
  border-image: linear-gradient(to left, #ff5122, #96025a) 1;
  border-left: none;
  border-right: none;
  border-bottom: none;
  position: relative;
}
body #p35 .col-md-3.image-text .denn-ip-solution:before,
body #p35 .col-md-3.image-text .denn-consulting:before,
body #p35 .col-md-3.image-text .denn-associates:before,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution:before,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting:before,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  opacity: 0.5;
  background: #c0cdd1;
  background-size: 100% 100%;
  z-index: -1;
}
body #p35 .col-md-3.image-text .denn-ip-solution:hover:before,
body #p35 .col-md-3.image-text .denn-consulting:hover:before,
body #p35 .col-md-3.image-text .denn-associates:hover:before,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution:hover:before,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting:hover:before,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates:hover:before {
  background: #ff5122;
}
body #p35 .col-md-3.image-text .denn-ip-solution h5,
body #p35 .col-md-3.image-text .denn-consulting h5,
body #p35 .col-md-3.image-text .denn-associates h5,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution h5,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting h5,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates h5 {
  display: none;
}
body #p35 .col-md-3.image-text .denn-ip-solution.denn-ip-solution .row .col-sm-6:nth-child(2) figure.image,
body #p35 .col-md-3.image-text .denn-consulting.denn-ip-solution .row .col-sm-6:nth-child(2) figure.image,
body #p35 .col-md-3.image-text .denn-associates.denn-ip-solution .row .col-sm-6:nth-child(2) figure.image,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution.denn-ip-solution .row .col-sm-6:nth-child(2) figure.image,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting.denn-ip-solution .row .col-sm-6:nth-child(2) figure.image,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates.denn-ip-solution .row .col-sm-6:nth-child(2) figure.image {
  background: #049b44;
}
body #p35 .col-md-3.image-text .denn-ip-solution.denn-associates .row .col-sm-6:nth-child(2) figure.image,
body #p35 .col-md-3.image-text .denn-consulting.denn-associates .row .col-sm-6:nth-child(2) figure.image,
body #p35 .col-md-3.image-text .denn-associates.denn-associates .row .col-sm-6:nth-child(2) figure.image,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution.denn-associates .row .col-sm-6:nth-child(2) figure.image,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting.denn-associates .row .col-sm-6:nth-child(2) figure.image,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates.denn-associates .row .col-sm-6:nth-child(2) figure.image {
  background: #96025a;
}
body #p35 .col-md-3.image-text .denn-ip-solution.denn-consulting .row .col-sm-6:nth-child(2) figure.image,
body #p35 .col-md-3.image-text .denn-consulting.denn-consulting .row .col-sm-6:nth-child(2) figure.image,
body #p35 .col-md-3.image-text .denn-associates.denn-consulting .row .col-sm-6:nth-child(2) figure.image,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution.denn-consulting .row .col-sm-6:nth-child(2) figure.image,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting.denn-consulting .row .col-sm-6:nth-child(2) figure.image,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates.denn-consulting .row .col-sm-6:nth-child(2) figure.image {
  background: #ff5122;
}
body #p35 .col-md-3.image-text .denn-ip-solution > div,
body #p35 .col-md-3.image-text .denn-consulting > div,
body #p35 .col-md-3.image-text .denn-associates > div,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution > div,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting > div,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates > div {
  background: #ffffff;
}
body #p35 .col-md-3.image-text .denn-ip-solution .row,
body #p35 .col-md-3.image-text .denn-consulting .row,
body #p35 .col-md-3.image-text .denn-associates .row,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution .row,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting .row,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates .row {
  margin: 0;
  padding: 36px 24px 0 24px;
  background: url("/fileadmin/user_upload/dennemeyer/finished/rounded-border.png") -15px 0 no-repeat;
}
body #p35 .col-md-3.image-text .denn-ip-solution .row .col-sm-6,
body #p35 .col-md-3.image-text .denn-consulting .row .col-sm-6,
body #p35 .col-md-3.image-text .denn-associates .row .col-sm-6,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution .row .col-sm-6,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting .row .col-sm-6,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates .row .col-sm-6 {
  padding: 0;
}
body #p35 .col-md-3.image-text .denn-ip-solution .row .col-sm-6 figure,
body #p35 .col-md-3.image-text .denn-consulting .row .col-sm-6 figure,
body #p35 .col-md-3.image-text .denn-associates .row .col-sm-6 figure,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution .row .col-sm-6 figure,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting .row .col-sm-6 figure,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates .row .col-sm-6 figure {
  margin: 0;
}
body #p35 .col-md-3.image-text .denn-ip-solution .row .col-sm-6 figure img,
body #p35 .col-md-3.image-text .denn-consulting .row .col-sm-6 figure img,
body #p35 .col-md-3.image-text .denn-associates .row .col-sm-6 figure img,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution .row .col-sm-6 figure img,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting .row .col-sm-6 figure img,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates .row .col-sm-6 figure img {
  margin: 0;
}
body #p35 .col-md-3.image-text .denn-ip-solution .row .col-sm-6 figure figcaption,
body #p35 .col-md-3.image-text .denn-consulting .row .col-sm-6 figure figcaption,
body #p35 .col-md-3.image-text .denn-associates .row .col-sm-6 figure figcaption,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution .row .col-sm-6 figure figcaption,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting .row .col-sm-6 figure figcaption,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates .row .col-sm-6 figure figcaption {
  display: none;
}
body #p35 .col-md-3.image-text .denn-ip-solution .row .col-sm-6:nth-child(2) figure.image,
body #p35 .col-md-3.image-text .denn-consulting .row .col-sm-6:nth-child(2) figure.image,
body #p35 .col-md-3.image-text .denn-associates .row .col-sm-6:nth-child(2) figure.image,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-ip-solution .row .col-sm-6:nth-child(2) figure.image,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-consulting .row .col-sm-6:nth-child(2) figure.image,
.htmlarea-content-body #p35 .col-md-3.image-text .denn-associates .row .col-sm-6:nth-child(2) figure.image {
  float: right;
  border: 2px solid #ffffff;
  padding: 7px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 20px;
}
body#body-p9 article p,
body#body-p35 article p,
body#body-p51 article p,
body#body-p52 article p,
body#body-p295 article p,
.htmlarea-content-body#body-p9 article p,
.htmlarea-content-body#body-p35 article p,
.htmlarea-content-body#body-p51 article p,
.htmlarea-content-body#body-p52 article p,
.htmlarea-content-body#body-p295 article p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  display: inline;
}
body#body-p9 .breadcrumb-section,
body#body-p35 .breadcrumb-section,
body#body-p51 .breadcrumb-section,
body#body-p52 .breadcrumb-section,
body#body-p295 .breadcrumb-section,
.htmlarea-content-body#body-p9 .breadcrumb-section,
.htmlarea-content-body#body-p35 .breadcrumb-section,
.htmlarea-content-body#body-p51 .breadcrumb-section,
.htmlarea-content-body#body-p52 .breadcrumb-section,
.htmlarea-content-body#body-p295 .breadcrumb-section {
  display: block;
}
body .breadcrumb-section,
.htmlarea-content-body .breadcrumb-section {
  display: none;
  background: #ffffff;
  border: none;
  margin: 0;
}
body .breadcrumb-section .breadcrumb,
.htmlarea-content-body .breadcrumb-section .breadcrumb {
  background: #ffffff;
  border: none;
  padding: 50px 0;
}
body .breadcrumb-section .breadcrumb li a,
.htmlarea-content-body .breadcrumb-section .breadcrumb li a {
  color: #FF6700;
  /*&:extend(.font-beneton-bold);*/
}
body .breadcrumb-section .breadcrumb li a:hover,
.htmlarea-content-body .breadcrumb-section .breadcrumb li a:hover {
  text-decoration: underline;
}
body .breadcrumb-section .breadcrumb li a:active,
.htmlarea-content-body .breadcrumb-section .breadcrumb li a:active {
  color: #FF5122;
}
body .breadcrumb-section .breadcrumb li.active,
.htmlarea-content-body .breadcrumb-section .breadcrumb li.active {
  color: #0F2C35;
}
body .download-container,
.htmlarea-content-body .download-container {
  margin: 64px 0;
  border: 1px solid #bccace;
  padding: 48px 0;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 767px) {
  body#body-p52 .article,
  .htmlarea-content-body#body-p52 .article {
    padding: 0 15px;
  }
}
body#body-p52 .breadcrumb li.active,
.htmlarea-content-body#body-p52 .breadcrumb li.active {
  display: none;
}
body#body-p52 .img_photo,
.htmlarea-content-body#body-p52 .img_photo {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 5px 15px 0px rgba(115, 137, 147, 0.5);
  margin-bottom: 24px;
}
body#body-p52 h1,
body#body-p52 h2,
body#body-p52 h3,
body#body-p52 h4,
.htmlarea-content-body#body-p52 h1,
.htmlarea-content-body#body-p52 h2,
.htmlarea-content-body#body-p52 h3,
.htmlarea-content-body#body-p52 h4 {
  color: #0f2c35;
}
body#body-p52 h2,
.htmlarea-content-body#body-p52 h2 {
  margin: 32px 0;
}
body#body-p52 h4,
.htmlarea-content-body#body-p52 h4 {
  font-size: 16px;
  margin: 24px 0;
}
body#body-p52 .news-author-description,
.htmlarea-content-body#body-p52 .news-author-description {
  padding: 24px 0;
}
body#body-p52 .news-author-description .gradient-separator,
.htmlarea-content-body#body-p52 .news-author-description .gradient-separator {
  background-color: #054fd3;
  background-image: -webkit-gradient(linear, left top, right top, from(#054fd3), to(#c90065));
  background-image: -webkit-linear-gradient(left, #054fd3, #c90065);
  background-image: -moz-linear-gradient(left, #054fd3, #c90065);
  background-image: -ms-linear-gradient(left, #054fd3, #c90065);
  background-image: -o-linear-gradient(left, #054fd3, #c90065);
  width: 100%;
  height: 12px !important;
}
body#body-p52 .news-author-description h2,
.htmlarea-content-body#body-p52 .news-author-description h2 {
  margin: 0;
}
body#body-p52 .news-author-description div.col-sm-2 > div,
.htmlarea-content-body#body-p52 .news-author-description div.col-sm-2 > div {
  width: 130px;
  height: 130px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: center;
  background-size: cover;
}
body#body-p52 .gradient-separator,
.htmlarea-content-body#body-p52 .gradient-separator {
  background-image: -moz-linear-gradient(0deg, #c90065 0%, #ff6700 100%);
  background-image: -webkit-linear-gradient(0deg, #c90065 0%, #ff6700 100%);
  background-image: -ms-linear-gradient(0deg, #c90065 0%, #ff6700 100%);
  width: 100%;
  height: 12px !important;
}
body#body-p52 .news-test-description,
.htmlarea-content-body#body-p52 .news-test-description {
  color: #738993;
}
body#body-p52 .news-test-description p,
.htmlarea-content-body#body-p52 .news-test-description p {
  color: #738993;
}
body#body-p52 .gray-separator,
.htmlarea-content-body#body-p52 .gray-separator {
  margin-bottom: 32px;
}
body#body-p52 .bgray-square-button,
.htmlarea-content-body#body-p52 .bgray-square-button {
  background: #bccace;
}
border body#body-p52 .bgray-square-button:hover,
border .htmlarea-content-body#body-p52 .bgray-square-button:hover {
  color: #ffffff;
}
body#body-p52 .image-right,
.htmlarea-content-body#body-p52 .image-right {
  float: right;
  height: 241px;
  width: 75%;
  margin-right: -25%;
  padding: 0 30px;
  height: auto;
}
body#body-p52 .image-right img,
body#body-p52 .image-right div,
.htmlarea-content-body#body-p52 .image-right img,
.htmlarea-content-body#body-p52 .image-right div {
  width: 100%;
  height: 100%;
}
body#body-p52 .image-right img,
.htmlarea-content-body#body-p52 .image-right img {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 5px 15px 0px rgba(115, 137, 147, 0.5);
}
body#body-p52 .image-left,
.htmlarea-content-body#body-p52 .image-left {
  float: left;
  height: 241px;
  width: 50%;
  margin-left: -25%;
  padding: 0 30px;
  height: auto;
}
body#body-p52 .image-left img,
body#body-p52 .image-left div,
.htmlarea-content-body#body-p52 .image-left img,
.htmlarea-content-body#body-p52 .image-left div {
  width: 100%;
  height: 100%;
}
body#body-p52 .image-left img,
.htmlarea-content-body#body-p52 .image-left img {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 5px 15px 0px rgba(115, 137, 147, 0.5);
}
body#body-p9 .semi-gradient-with-container,
body#body-p35 .semi-gradient-with-container,
.htmlarea-content-body#body-p9 .semi-gradient-with-container,
.htmlarea-content-body#body-p35 .semi-gradient-with-container {
  display: block;
}
body#body-p9 .breadcrumb-section .breadcrumb li:last-child,
.htmlarea-content-body#body-p9 .breadcrumb-section .breadcrumb li:last-child {
  display: none;
}
body .service_sub_section_img .text-brand-dark-gray + a,
.htmlarea-content-body .service_sub_section_img .text-brand-dark-gray + a {
  margin-top: -37px;
}
@media (max-width: 992px) {
  body .service_sub_section_img .text-brand-dark-gray + a,
  .htmlarea-content-body .service_sub_section_img .text-brand-dark-gray + a {
    margin-top: -16px;
  }
}
body .service_sub_section_img .text-brand-dark-gray.custom_thin_h2 + a,
.htmlarea-content-body .service_sub_section_img .text-brand-dark-gray.custom_thin_h2 + a {
  margin-top: 0;
}
.svc3benefits + .frame {
  margin-top: -24px !important;
}
@media screen and (max-width: 992px) {
  .svc3benefits + .frame {
    margin-top: -12px !important;
  }
}
.container .service_sub_section_img {
  padding: 0;
}
.container .service_sub_section_img .container {
  width: 100% !important;
  padding: 0;
}
.container .service_sub_section_img .container .custom_thin_h2 {
  font-family: "Benton Sans Lt", Arial, sans-serif;
  font-size: 36px;
  line-height: 43px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .container .service_sub_section_img .container .custom_thin_h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 15px;
  }
}
.container .service_sub_section_img img {
  border-radius: 0;
  max-width: 100%;
  opacity: 1;
}
.page-navigation {
  margin-top: 50px;
  text-align: right;
}
.page-navigation > p {
  display: none;
}
.page-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-navigation ul li {
  display: inline-block;
  margin: 0 12px;
}
.page-navigation ul li a {
  color: #0f2c35;
}
.page-navigation ul li.current {
  color: #ff5122;
}
body,
.htmlarea-content-body {
  /** Contact **/
}
body .semi-gradient-with-container,
.htmlarea-content-body .semi-gradient-with-container {
  display: none;
  height: 580px;
  position: relative;
}
body .semi-gradient-with-container .container-fluid,
.htmlarea-content-body .semi-gradient-with-container .container-fluid {
  padding: 0;
  height: 100%;
}
body .semi-gradient-with-container .container-fluid div,
.htmlarea-content-body .semi-gradient-with-container .container-fluid div {
  height: 100%;
}
body .semi-gradient-with-container .container-fluid .semi-gradient,
.htmlarea-content-body .semi-gradient-with-container .container-fluid .semi-gradient {
  background: url("/fileadmin/user_upload/dennemeyer/finished/carrer-grandient-image.png") left 150px no-repeat #c90065;
  /* IE10+ */
  background: url("/fileadmin/user_upload/dennemeyer/finished/carrer-grandient-image.png") left 150px no-repeat, -ms-linear-gradient(top left, #c90065 0%, #ff6700 60%);
  /* Mozilla Firefox */
  background: url("/fileadmin/user_upload/dennemeyer/finished/carrer-grandient-image.png") left 150px no-repeat, -moz-linear-gradient(top left, #c90065 0%, #ff6700 60%);
  /* Opera */
  background: url("/fileadmin/user_upload/dennemeyer/finished/carrer-grandient-image.png") left 150px no-repeat, -o-linear-gradient(top left, #c90065 0%, #ff6700 60%);
  /* Webkit (Safari/Chrome 10) */
  background: url("/fileadmin/user_upload/dennemeyer/finished/carrer-grandient-image.png") left 150px no-repeat, -webkit-gradient(linear, left top, right bottom, color-stop(0, #c90065), color-stop(60, #ff6700));
  /* Webkit (Chrome 11+) */
  background: url("/fileadmin/user_upload/dennemeyer/finished/carrer-grandient-image.png") left 150px no-repeat, -webkit-linear-gradient(top left, #c90065 0%, #ff6700 60%);
  /* W3C Markup */
  background: url("/fileadmin/user_upload/dennemeyer/finished/carrer-grandient-image.png") left 150px no-repeat, linear-gradient(to bottom right, #c90065 0%, #ff6700 60%);
}
body .semi-gradient-with-container .container.sgwg-image-background-container,
.htmlarea-content-body .semi-gradient-with-container .container.sgwg-image-background-container {
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 100%;
  padding: 0;
}
body .semi-gradient-with-container .container.sgwg-image-background-container div,
.htmlarea-content-body .semi-gradient-with-container .container.sgwg-image-background-container div {
  height: 100%;
}
body .semi-gradient-with-container .container.sgwg-image-background-container .sgwg-image-background,
.htmlarea-content-body .semi-gradient-with-container .container.sgwg-image-background-container .sgwg-image-background {
  background: url("/fileadmin/user_upload/content-img/body-careers-nextstep.jpg") no-repeat;
  background-size: cover;
}
body .semi-gradient-with-container .container.sgwg-absolut-text-container,
.htmlarea-content-body .semi-gradient-with-container .container.sgwg-absolut-text-container {
  bottom: -1px;
  right: 0;
  left: 0;
  position: absolute;
  height: auto;
  padding: 0;
}
body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text,
.htmlarea-content-body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text {
  background: #ffffff;
  padding: 30px;
  position: relative;
  width: 800px;
}
body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text::before,
.htmlarea-content-body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text::before {
  position: absolute;
  content: "";
  top: -39px;
  left: 0;
  right: 0;
  border-top: 40px solid transparent;
  border-left: 800px solid #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text,
  .htmlarea-content-body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text {
    width: 700px;
  }
  body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text::before,
  .htmlarea-content-body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text::before {
    border-left: 800px solid #ffffff;
  }
}
@media (max-width: 530px) {
  body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text,
  .htmlarea-content-body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text {
    width: 100%;
  }
  body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text::before,
  .htmlarea-content-body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text::before {
    border: none;
  }
}
@media (min-width: 531px) and (max-width: 767px) {
  body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text,
  .htmlarea-content-body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text {
    width: 500px;
  }
  body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text::before,
  .htmlarea-content-body .semi-gradient-with-container .container.sgwg-absolut-text-container .sgwg-absolut-text::before {
    border-left: 500px solid #ffffff;
  }
}
body.body-background,
.htmlarea-content-body.body-background {
  /* background: url('/fileadmin/user_upload/dennemeyer/finished/homepage-background.png'); */
}
body .text-center,
.htmlarea-content-body .text-center {
  text-align: center;
}
body .progress-bar,
.htmlarea-content-body .progress-bar {
  background: #ffffff;
}
body .no-padding,
.htmlarea-content-body .no-padding {
  padding: 0;
}
body p,
.htmlarea-content-body p {
  padding: 0;
  margin: 12px 0 0 0;
}
body .navbar-collapse.collapse,
.htmlarea-content-body .navbar-collapse.collapse {
  padding: inherit;
}
@media (min-width: 992px) {
  body .navbar-collapse.collapse,
  .htmlarea-content-body .navbar-collapse.collapse {
    margin-top: 20px;
  }
}
body .oblique-right-separator,
body .oblique-left-separator,
.htmlarea-content-body .oblique-right-separator,
.htmlarea-content-body .oblique-left-separator {
  width: 100%;
  border-top: 1px solid #bccace;
}
body .oblique-right-separator,
.htmlarea-content-body .oblique-right-separator {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}
body .oblique-left-separator,
.htmlarea-content-body .oblique-left-separator {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
body .team-details,
.htmlarea-content-body .team-details {
  margin: 0;
  min-height: 650px;
  max-height: 1300px;
  position: relative;
}
body .team-details.td_pat,
.htmlarea-content-body .team-details.td_pat {
  background: url("/fileadmin/user_upload/dennemeyer/finished/team-details-image.png") no-repeat #f6f6f6;
}
body .team-details.td_tm,
.htmlarea-content-body .team-details.td_tm {
  background: url("/fileadmin/user_upload/dennemeyer/finished/team-details-image.png") no-repeat #f6f6f6;
}
body .team-details.td_mgmt,
.htmlarea-content-body .team-details.td_mgmt {
  background: url("/fileadmin/user_upload/dennemeyer/finished/team-details-image.png") no-repeat #f6f6f6;
}
body .team-details .breadcrumbs-copy li.active,
.htmlarea-content-body .team-details .breadcrumbs-copy li.active {
  display: none;
}
body .team-details .container .col-md-12,
.htmlarea-content-body .team-details .container .col-md-12 {
  padding: 0 15px;
}
body .team-details .person-image,
.htmlarea-content-body .team-details .person-image {
  height: 650px;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center;
  right: 0;
  max-width: 1080px;
}
body .team-details .oblique-left-separator,
.htmlarea-content-body .team-details .oblique-left-separator {
  height: 100px;
  background: #ffffff;
  border: none;
  position: absolute;
  bottom: -50px;
}
@media (max-width: 992px) {
  body .team-details .person-image,
  .htmlarea-content-body .team-details .person-image {
    z-index: 3;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 70vw;
  }
  body .team-details .oblique-left-separator,
  .htmlarea-content-body .team-details .oblique-left-separator {
    display: none;
  }
}
body#body-p40,
.htmlarea-content-body#body-p40 {
  /*		.gm-style > div:nth-child(2) {
					opacity: 0.5;
				}*/
}
body#body-p40 #content.main-section,
.htmlarea-content-body#body-p40 #content.main-section {
  position: relative;
}
body#body-p40 .gm-svpc,
body#body-p40 .gm-style-mtc,
body#body-p40 div[title="Zoom out"],
body#body-p40 div[title="Zoom in"],
.htmlarea-content-body#body-p40 .gm-svpc,
.htmlarea-content-body#body-p40 .gm-style-mtc,
.htmlarea-content-body#body-p40 div[title="Zoom out"],
.htmlarea-content-body#body-p40 div[title="Zoom in"] {
  display: none;
}
body#body-p40 #map > div:first-child,
.htmlarea-content-body#body-p40 #map > div:first-child {
  background: #21272a !important;
}
body#body-p40 .gmnoprint span,
body#body-p40 .gmnoprint a,
.htmlarea-content-body#body-p40 .gmnoprint span,
.htmlarea-content-body#body-p40 .gmnoprint a {
  opacity: 0.5;
  color: #ffffff !important;
}
body#body-p40 .gmnoprint div,
.htmlarea-content-body#body-p40 .gmnoprint div {
  background: transparent !important;
}
body#body-p40 .gmnoprint .gm-control-active,
.htmlarea-content-body#body-p40 .gmnoprint .gm-control-active {
  display: none !important;
}
body#body-p40 .continent-container,
.htmlarea-content-body#body-p40 .continent-container {
  height: 76px;
}
body#body-p40 .continent-container h2,
.htmlarea-content-body#body-p40 .continent-container h2 {
  min-width: 400px;
}
body#body-p40 .gray-separator,
.htmlarea-content-body#body-p40 .gray-separator {
  height: 3px;
  width: 70px;
  background: #bccace;
}
body#body-p40 #header-container-for-absolute-pages,
.htmlarea-content-body#body-p40 #header-container-for-absolute-pages {
  height: 100%;
  max-height: 690px;
}
body#body-p40 #header-container-for-absolute-pages:before,
.htmlarea-content-body#body-p40 #header-container-for-absolute-pages:before {
  content: " ";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  bottom: 0;
}
body#body-p40 .active.primary-pill-button,
.htmlarea-content-body#body-p40 .active.primary-pill-button {
  background: #ff5122;
  box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
  color: #ffffff;
}
body#body-p40 .full-map-container,
.htmlarea-content-body#body-p40 .full-map-container {
  position: absolute;
  bottom: 36px;
  right: 0;
  left: 0;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body#body-p40 .full-map-container #full-map,
.htmlarea-content-body#body-p40 .full-map-container #full-map {
  cursor: pointer;
  float: right;
}
body#body-p40 .full-map-container .zoom-buttons,
.htmlarea-content-body#body-p40 .full-map-container .zoom-buttons {
  float: right;
  position: relative;
  top: 5px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body#body-p40 .full-map-container .zoom-buttons span,
.htmlarea-content-body#body-p40 .full-map-container .zoom-buttons span {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 15px;
  font-size: 16px;
}
body#body-p40 .full-map-container .zoom-buttons .zoom-minus,
.htmlarea-content-body#body-p40 .full-map-container .zoom-buttons .zoom-minus {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 7px 4px 7px;
  min-width: 32px;
  line-height: 15px;
  border-left: none;
}
body#body-p40 .full-map-container .zoom-buttons .zoom-minus:hover .nc-icon-mini,
.htmlarea-content-body#body-p40 .full-map-container .zoom-buttons .zoom-minus:hover .nc-icon-mini {
  color: #0F2C35;
}
body#body-p40 .full-map-container .zoom-buttons .zoom-minus:active .nc-icon-mini,
body#body-p40 .full-map-container .zoom-buttons .zoom-minus:focus .nc-icon-mini,
.htmlarea-content-body#body-p40 .full-map-container .zoom-buttons .zoom-minus:active .nc-icon-mini,
.htmlarea-content-body#body-p40 .full-map-container .zoom-buttons .zoom-minus:focus .nc-icon-mini {
  color: #FF5122;
}
body#body-p40 .full-map-container .zoom-buttons .zoom-plus,
.htmlarea-content-body#body-p40 .full-map-container .zoom-buttons .zoom-plus {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 7px 4px 7px;
  min-width: 32px;
  line-height: 15px;
  border-right: 1px solid #fff;
}
body#body-p40 .full-map-container .zoom-buttons .zoom-plus:hover .nc-icon-mini,
.htmlarea-content-body#body-p40 .full-map-container .zoom-buttons .zoom-plus:hover .nc-icon-mini {
  color: #0F2C35;
}
body#body-p40 .full-map-container .zoom-buttons .zoom-plus:active .nc-icon-mini,
body#body-p40 .full-map-container .zoom-buttons .zoom-plus:focus .nc-icon-mini,
.htmlarea-content-body#body-p40 .full-map-container .zoom-buttons .zoom-plus:active .nc-icon-mini,
.htmlarea-content-body#body-p40 .full-map-container .zoom-buttons .zoom-plus:focus .nc-icon-mini {
  color: #FF5122;
}
@media screen and (max-width: 767px) {
  body#body-p40 .full-map-container .zoom-buttons,
  .htmlarea-content-body#body-p40 .full-map-container .zoom-buttons {
    margin: 0 5px;
  }
}
body#body-p40 .office-details,
.htmlarea-content-body#body-p40 .office-details {
  position: relative;
  background: #fafafa;
  /*display: none;*/
}
body#body-p40 .office-details.office-details-1 .circle.consulting::before,
.htmlarea-content-body#body-p40 .office-details.office-details-1 .circle.consulting::before {
  content: url(/fileadmin/user_upload/ico/ent_solutions.svg);
}
body#body-p40 .office-details .ent_legalname,
.htmlarea-content-body#body-p40 .office-details .ent_legalname {
  padding-left: 50px;
  position: relative;
  min-height: 40px;
  display: flex !important;
  align-items: center;
}
body#body-p40 .office-details .circle,
.htmlarea-content-body#body-p40 .office-details .circle {
  padding: 7px 10px 10px 10px;
  border: 2px solid #ffffff;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-topleft: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ff5122;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 16px;
  position: absolute;
  left: 12px;
  top: 12px;
}
body#body-p40 .office-details .circle.solutions::before,
.htmlarea-content-body#body-p40 .office-details .circle.solutions::before {
  content: url(/fileadmin/user_upload/ico/ent_solutions.svg);
}
body#body-p40 .office-details .circle.associates::before,
.htmlarea-content-body#body-p40 .office-details .circle.associates::before {
  content: url(/fileadmin/user_upload/ico/ent_associates.svg);
}
body#body-p40 .office-details .circle.consulting::before,
.htmlarea-content-body#body-p40 .office-details .circle.consulting::before {
  content: url(/fileadmin/user_upload/ico/ent_consulting.svg);
}
body#body-p40 .office-details .circle.octimine::before,
.htmlarea-content-body#body-p40 .office-details .circle.octimine::before {
  content: url(/fileadmin/user_upload/ico/ent_octimine.svg);
}
body#body-p40 .office-details .oblique-right-separator,
.htmlarea-content-body#body-p40 .office-details .oblique-right-separator {
  height: 100px;
  background: #ffffff;
  border: none;
  position: absolute;
  bottom: -50px;
}
@media (max-width: 1100px) {
  body#body-p40 .office-details .ent_legalname,
  .htmlarea-content-body#body-p40 .office-details .ent_legalname {
    display: block;
    margin-top: 12px;
  }
}
body#body-p258 .semi-gradient-with-container,
body#body-p295 .semi-gradient-with-container,
body#body-p258 #c1074,
body#body-p295 #c1074,
body#body-p258 #c1076,
body#body-p295 #c1076,
body#body-p258 #c1077,
body#body-p295 #c1077,
body#body-p258 #c1078,
body#body-p295 #c1078,
body#body-p258 #c1079,
body#body-p295 #c1079,
.htmlarea-content-body#body-p258 .semi-gradient-with-container,
.htmlarea-content-body#body-p295 .semi-gradient-with-container,
.htmlarea-content-body#body-p258 #c1074,
.htmlarea-content-body#body-p295 #c1074,
.htmlarea-content-body#body-p258 #c1076,
.htmlarea-content-body#body-p295 #c1076,
.htmlarea-content-body#body-p258 #c1077,
.htmlarea-content-body#body-p295 #c1077,
.htmlarea-content-body#body-p258 #c1078,
.htmlarea-content-body#body-p295 #c1078,
.htmlarea-content-body#body-p258 #c1079,
.htmlarea-content-body#body-p295 #c1079 {
  display: none !important;
}
body#body-p258 .panel-heading,
body#body-p295 .panel-heading,
.htmlarea-content-body#body-p258 .panel-heading,
.htmlarea-content-body#body-p295 .panel-heading {
  cursor: hand;
  cursor: pointer;
}
body#body-p33 .semi-gradient-with-container,
body#body-p52 .semi-gradient-with-container,
body#body-p258 .semi-gradient-with-container,
.htmlarea-content-body#body-p33 .semi-gradient-with-container,
.htmlarea-content-body#body-p52 .semi-gradient-with-container,
.htmlarea-content-body#body-p258 .semi-gradient-with-container {
  display: block;
}
body#body-p33 .semi-gradient-with-container .container.sgwg-image-background-container,
body#body-p52 .semi-gradient-with-container .container.sgwg-image-background-container,
body#body-p258 .semi-gradient-with-container .container.sgwg-image-background-container,
body#body-p33 .htmlarea-content-body .semi-gradient-with-container .container.sgwg-image-background-container,
body#body-p52 .htmlarea-content-body .semi-gradient-with-container .container.sgwg-image-background-container,
body#body-p258 .htmlarea-content-body .semi-gradient-with-container .container.sgwg-image-background-container,
.htmlarea-content-body#body-p33 .semi-gradient-with-container .container.sgwg-image-background-container,
.htmlarea-content-body#body-p52 .semi-gradient-with-container .container.sgwg-image-background-container,
.htmlarea-content-body#body-p258 .semi-gradient-with-container .container.sgwg-image-background-container,
.htmlarea-content-body#body-p33 .htmlarea-content-body .semi-gradient-with-container .container.sgwg-image-background-container,
.htmlarea-content-body#body-p52 .htmlarea-content-body .semi-gradient-with-container .container.sgwg-image-background-container,
.htmlarea-content-body#body-p258 .htmlarea-content-body .semi-gradient-with-container .container.sgwg-image-background-container {
  top: 0;
}
body#body-p33 .semi-gradient-with-container .container-fluid .semi-gradient,
body#body-p52 .semi-gradient-with-container .container-fluid .semi-gradient,
body#body-p258 .semi-gradient-with-container .container-fluid .semi-gradient,
.htmlarea-content-body#body-p33 .semi-gradient-with-container .container-fluid .semi-gradient,
.htmlarea-content-body#body-p52 .semi-gradient-with-container .container-fluid .semi-gradient,
.htmlarea-content-body#body-p258 .semi-gradient-with-container .container-fluid .semi-gradient {
  background: url("/fileadmin/user_upload/dennemeyer/finished/pixel-color.png") repeat #054fd3;
  background: url("/fileadmin/user_upload/dennemeyer/finished/pixel-color.png") repeat, -ms-linear-gradient(top left, #054fd3 0%, #96025a 60%);
  background: url("/fileadmin/user_upload/dennemeyer/finished/pixel-color.png") repeat, -moz-linear-gradient(top left, #054fd3 0%, #96025a 60%);
  background: url("/fileadmin/user_upload/dennemeyer/finished/pixel-color.png") repeat, -o-linear-gradient(top left, #054fd3 0%, #96025a 60%);
  background: url("/fileadmin/user_upload/dennemeyer/finished/pixel-color.png") repeat, -webkit-gradient(linear, left top, right bottom, color-stop(0, #054fd3), color-stop(60, #96025a));
  background: url("/fileadmin/user_upload/dennemeyer/finished/pixel-color.png") repeat, -webkit-linear-gradient(top left, #054fd3 0%, #96025a 60%);
  background: url("/fileadmin/user_upload/dennemeyer/finished/pixel-color.png") repeat, linear-gradient(to bottom right, #054fd3 0%, #96025a 60%);
}
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .dl-horizontal dd,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .dl-horizontal dd,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .dl-horizontal dd,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .container-fluid,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .container-fluid,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .container-fluid,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .row,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .row,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .row,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .form-horizontal .form-group,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .form-horizontal .form-group,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .form-horizontal .form-group,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .btn-toolbar,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .btn-toolbar,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .btn-toolbar,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .btn-group-vertical > .btn-group,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .btn-group-vertical > .btn-group,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .btn-group-vertical > .btn-group,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .nav,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .nav,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .nav,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .navbar,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .navbar,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .navbar,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-header,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-header,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-header,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-collapse,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-collapse,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-collapse,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .pager,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .pager,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .pager,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .panel-body,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .panel-body,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .panel-body,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .modal-header,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .modal-header,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .modal-header,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .modal-footer,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .modal-footer,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .modal-footer,
.htmlarea-content-body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix,
.htmlarea-content-body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix,
.htmlarea-content-body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container #content.main-section .carousel-indicators,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container #content.main-section .carousel-indicators,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container #content.main-section .carousel-indicators {
  position: relative;
}
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .dl-horizontal dd .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .dl-horizontal dd .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .dl-horizontal dd .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .container .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .container .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .container .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .container-fluid .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .container-fluid .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .container-fluid .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .row .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .row .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .row .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .form-horizontal .form-group .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .form-horizontal .form-group .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .form-horizontal .form-group .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .btn-toolbar .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .btn-toolbar .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .btn-toolbar .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .btn-group-vertical > .btn-group .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .btn-group-vertical > .btn-group .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .btn-group-vertical > .btn-group .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .nav .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .nav .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .nav .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .navbar .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .navbar .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .navbar .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-header .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-header .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-header .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-collapse .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-collapse .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-collapse .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .pager .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .pager .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .pager .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .panel-body .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .panel-body .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .panel-body .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .modal-header .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .modal-header .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .modal-header .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .modal-footer .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .modal-footer .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .modal-footer .archive-container,
.htmlarea-content-body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container,
.htmlarea-content-body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container,
.htmlarea-content-body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container #content.main-section .carousel-indicators .archive-container,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container #content.main-section .carousel-indicators .archive-container,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container #content.main-section .carousel-indicators .archive-container {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 74px;
  background: #0f2c35;
  opacity: 0.7;
}
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .dl-horizontal dd .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .dl-horizontal dd .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .dl-horizontal dd .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .container .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .container .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .container .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .container-fluid .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .container-fluid .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .container-fluid .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .row .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .row .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .row .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .form-horizontal .form-group .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .form-horizontal .form-group .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .form-horizontal .form-group .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .btn-toolbar .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .btn-toolbar .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .btn-toolbar .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .btn-group-vertical > .btn-group .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .btn-group-vertical > .btn-group .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .btn-group-vertical > .btn-group .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .nav .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .nav .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .nav .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .navbar .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .navbar .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .navbar .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-header .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-header .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-header .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-collapse .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-collapse .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-collapse .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .pager .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .pager .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .pager .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .panel-body .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .panel-body .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .panel-body .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .modal-header .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .modal-header .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .modal-header .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .modal-footer .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .modal-footer .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .modal-footer .archive-container > a,
.htmlarea-content-body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container > a,
.htmlarea-content-body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container > a,
.htmlarea-content-body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container > a,
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container #content.main-section .carousel-indicators .archive-container > a,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container #content.main-section .carousel-indicators .archive-container > a,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container #content.main-section .carousel-indicators .archive-container > a {
  float: right;
  margin: 14px;
}
@media (max-width: 992px) {
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .dl-horizontal dd .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .dl-horizontal dd .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .dl-horizontal dd .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .container .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .container .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .container .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .container-fluid .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .container-fluid .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .container-fluid .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .row .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .row .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .row .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .form-horizontal .form-group .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .form-horizontal .form-group .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .form-horizontal .form-group .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .btn-toolbar .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .btn-toolbar .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .btn-toolbar .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .btn-group-vertical > .btn-group .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .btn-group-vertical > .btn-group .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .btn-group-vertical > .btn-group .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .nav .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .nav .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .nav .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .navbar .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .navbar .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .navbar .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-header .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-header .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-header .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-collapse .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-collapse .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .navbar-collapse .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .pager .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .pager .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .pager .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .panel-body .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .panel-body .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .panel-body .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .modal-header .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .modal-header .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .modal-header .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .modal-footer .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .modal-footer .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .modal-footer .archive-container,
  .htmlarea-content-body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container,
  .htmlarea-content-body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container,
  .htmlarea-content-body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .clearfix .archive-container,
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container #content.main-section .carousel-indicators .archive-container,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container #content.main-section .carousel-indicators .archive-container,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container #content.main-section .carousel-indicators .archive-container {
    display: none;
  }
}
body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .sgwg-absolut-text,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .sgwg-absolut-text,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .sgwg-absolut-text,
.htmlarea-content-body#body-p33 .semi-gradient-with-container .sgwg-absolut-text-container .sgwg-absolut-text,
.htmlarea-content-body#body-p52 .semi-gradient-with-container .sgwg-absolut-text-container .sgwg-absolut-text,
.htmlarea-content-body#body-p258 .semi-gradient-with-container .sgwg-absolut-text-container .sgwg-absolut-text {
  z-index: 1;
}
body#body-p33 .semi-gradient-with-container .sgwg-image-background,
body#body-p52 .semi-gradient-with-container .sgwg-image-background,
body#body-p258 .semi-gradient-with-container .sgwg-image-background,
.htmlarea-content-body#body-p33 .semi-gradient-with-container .sgwg-image-background,
.htmlarea-content-body#body-p52 .semi-gradient-with-container .sgwg-image-background,
.htmlarea-content-body#body-p258 .semi-gradient-with-container .sgwg-image-background {
  background: url("/fileadmin/user_upload/dennemeyer/finished/services-keyboard.png") no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  border-left: solid 6px #fff;
}
body#body-p33 .semi-gradient-with-container .sgwg-absolut-title,
body#body-p52 .semi-gradient-with-container .sgwg-absolut-title,
body#body-p258 .semi-gradient-with-container .sgwg-absolut-title,
.htmlarea-content-body#body-p33 .semi-gradient-with-container .sgwg-absolut-title,
.htmlarea-content-body#body-p52 .semi-gradient-with-container .sgwg-absolut-title,
.htmlarea-content-body#body-p258 .semi-gradient-with-container .sgwg-absolut-title {
  position: absolute;
  top: -125px;
  left: 0;
}
@media screen and (max-width: 530px) {
  body#body-p33 .semi-gradient-with-container .sgwg-absolut-title,
  body#body-p52 .semi-gradient-with-container .sgwg-absolut-title,
  body#body-p258 .semi-gradient-with-container .sgwg-absolut-title,
  .htmlarea-content-body#body-p33 .semi-gradient-with-container .sgwg-absolut-title,
  .htmlarea-content-body#body-p52 .semi-gradient-with-container .sgwg-absolut-title,
  .htmlarea-content-body#body-p258 .semi-gradient-with-container .sgwg-absolut-title {
    top: -64px;
    left: 64px;
    font-family: 'Benton Sans Med';
  }
}
@media screen and (min-width: 530px) and (max-width: 767px) {
  body#body-p33 .semi-gradient-with-container #header-article,
  body#body-p52 .semi-gradient-with-container #header-article,
  body#body-p258 .semi-gradient-with-container #header-article,
  .htmlarea-content-body#body-p33 .semi-gradient-with-container #header-article,
  .htmlarea-content-body#body-p52 .semi-gradient-with-container #header-article,
  .htmlarea-content-body#body-p258 .semi-gradient-with-container #header-article {
    margin-left: 32px;
  }
}
@media screen and (max-width: 530px) {
  body#body-p33 .semi-gradient-with-container #header-article,
  body#body-p52 .semi-gradient-with-container #header-article,
  body#body-p258 .semi-gradient-with-container #header-article,
  .htmlarea-content-body#body-p33 .semi-gradient-with-container #header-article,
  .htmlarea-content-body#body-p52 .semi-gradient-with-container #header-article,
  .htmlarea-content-body#body-p258 .semi-gradient-with-container #header-article {
    margin-left: 32px;
    margin-right: 32px;
  }
}
body#body-p33 .semi-gradient-with-container #header-article .insights-title a,
body#body-p52 .semi-gradient-with-container #header-article .insights-title a,
body#body-p258 .semi-gradient-with-container #header-article .insights-title a,
body#body-p33 .semi-gradient-with-container #header-article .insights-title span,
body#body-p52 .semi-gradient-with-container #header-article .insights-title span,
body#body-p258 .semi-gradient-with-container #header-article .insights-title span,
body#body-p33 .semi-gradient-with-container #header-article .insights-title p,
body#body-p52 .semi-gradient-with-container #header-article .insights-title p,
body#body-p258 .semi-gradient-with-container #header-article .insights-title p,
.htmlarea-content-body#body-p33 .semi-gradient-with-container #header-article .insights-title a,
.htmlarea-content-body#body-p52 .semi-gradient-with-container #header-article .insights-title a,
.htmlarea-content-body#body-p258 .semi-gradient-with-container #header-article .insights-title a,
.htmlarea-content-body#body-p33 .semi-gradient-with-container #header-article .insights-title span,
.htmlarea-content-body#body-p52 .semi-gradient-with-container #header-article .insights-title span,
.htmlarea-content-body#body-p258 .semi-gradient-with-container #header-article .insights-title span,
.htmlarea-content-body#body-p33 .semi-gradient-with-container #header-article .insights-title p,
.htmlarea-content-body#body-p52 .semi-gradient-with-container #header-article .insights-title p,
.htmlarea-content-body#body-p258 .semi-gradient-with-container #header-article .insights-title p {
  color: #0f2c35;
}
body#body-p33 .semi-gradient-with-container #header-article .separator,
body#body-p52 .semi-gradient-with-container #header-article .separator,
body#body-p258 .semi-gradient-with-container #header-article .separator,
.htmlarea-content-body#body-p33 .semi-gradient-with-container #header-article .separator,
.htmlarea-content-body#body-p52 .semi-gradient-with-container #header-article .separator,
.htmlarea-content-body#body-p258 .semi-gradient-with-container #header-article .separator {
  border-top: 1px solid #738993;
}
body#body-p33 .separator-with-botton-container,
body#body-p52 .separator-with-botton-container,
body#body-p258 .separator-with-botton-container,
.htmlarea-content-body#body-p33 .separator-with-botton-container,
.htmlarea-content-body#body-p52 .separator-with-botton-container,
.htmlarea-content-body#body-p258 .separator-with-botton-container {
  position: relative;
}
body#body-p33 .separator-with-botton-container .button-container,
body#body-p52 .separator-with-botton-container .button-container,
body#body-p258 .separator-with-botton-container .button-container,
.htmlarea-content-body#body-p33 .separator-with-botton-container .button-container,
.htmlarea-content-body#body-p52 .separator-with-botton-container .button-container,
.htmlarea-content-body#body-p258 .separator-with-botton-container .button-container {
  position: absolute;
  top: -20px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
body#body-p33 .separator-with-botton-container .button-container > div,
body#body-p52 .separator-with-botton-container .button-container > div,
body#body-p258 .separator-with-botton-container .button-container > div,
.htmlarea-content-body#body-p33 .separator-with-botton-container .button-container > div,
.htmlarea-content-body#body-p52 .separator-with-botton-container .button-container > div,
.htmlarea-content-body#body-p258 .separator-with-botton-container .button-container > div {
  width: 240px;
  background: #ffffff;
  margin: 0 auto;
}
body#body-p33 .separator-with-botton-container hr,
body#body-p52 .separator-with-botton-container hr,
body#body-p258 .separator-with-botton-container hr,
.htmlarea-content-body#body-p33 .separator-with-botton-container hr,
.htmlarea-content-body#body-p52 .separator-with-botton-container hr,
.htmlarea-content-body#body-p258 .separator-with-botton-container hr {
  border-top: 2px solid #bccace;
}
@media screen and (max-width: 669px) {
  body#body-p33 #content.main-section #insights-container .grid-item,
  body#body-p52 #content.main-section #insights-container .grid-item,
  body#body-p258 #content.main-section #insights-container .grid-item,
  .htmlarea-content-body#body-p33 #content.main-section #insights-container .grid-item,
  .htmlarea-content-body#body-p52 #content.main-section #insights-container .grid-item,
  .htmlarea-content-body#body-p258 #content.main-section #insights-container .grid-item {
    float: none;
    margin: 0 auto;
  }
}
body#body-p33 .cart-container,
body#body-p52 .cart-container,
body#body-p258 .cart-container,
.htmlarea-content-body#body-p33 .cart-container,
.htmlarea-content-body#body-p52 .cart-container,
.htmlarea-content-body#body-p258 .cart-container {
  z-index: 1;
  max-width: 409px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.5);
  border: 1px solid #ebeff0;
}
body#body-p33 .cart-container img,
body#body-p52 .cart-container img,
body#body-p258 .cart-container img,
.htmlarea-content-body#body-p33 .cart-container img,
.htmlarea-content-body#body-p52 .cart-container img,
.htmlarea-content-body#body-p258 .cart-container img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
body#body-p33 .cart-container .cart-title a,
body#body-p52 .cart-container .cart-title a,
body#body-p258 .cart-container .cart-title a,
body#body-p33 .cart-container .cart-title span,
body#body-p52 .cart-container .cart-title span,
body#body-p258 .cart-container .cart-title span,
.htmlarea-content-body#body-p33 .cart-container .cart-title a,
.htmlarea-content-body#body-p52 .cart-container .cart-title a,
.htmlarea-content-body#body-p258 .cart-container .cart-title a,
.htmlarea-content-body#body-p33 .cart-container .cart-title span,
.htmlarea-content-body#body-p52 .cart-container .cart-title span,
.htmlarea-content-body#body-p258 .cart-container .cart-title span {
  color: #0f2c35;
  line-height: 1.55;
}
body#body-p33 .cart-container .cart-title,
body#body-p52 .cart-container .cart-title,
body#body-p258 .cart-container .cart-title,
.htmlarea-content-body#body-p33 .cart-container .cart-title,
.htmlarea-content-body#body-p52 .cart-container .cart-title,
.htmlarea-content-body#body-p258 .cart-container .cart-title {
  /* min-height: 75px; */
}
body#body-p33 .cart-container .cart-title h1,
body#body-p52 .cart-container .cart-title h1,
body#body-p258 .cart-container .cart-title h1,
body#body-p33 .cart-container .cart-title h2,
body#body-p52 .cart-container .cart-title h2,
body#body-p258 .cart-container .cart-title h2,
body#body-p33 .cart-container .cart-title h3,
body#body-p52 .cart-container .cart-title h3,
body#body-p258 .cart-container .cart-title h3,
body#body-p33 .cart-container .cart-title h4,
body#body-p52 .cart-container .cart-title h4,
body#body-p258 .cart-container .cart-title h4,
body#body-p33 .cart-container .cart-title p,
body#body-p52 .cart-container .cart-title p,
body#body-p258 .cart-container .cart-title p,
.htmlarea-content-body#body-p33 .cart-container .cart-title h1,
.htmlarea-content-body#body-p52 .cart-container .cart-title h1,
.htmlarea-content-body#body-p258 .cart-container .cart-title h1,
.htmlarea-content-body#body-p33 .cart-container .cart-title h2,
.htmlarea-content-body#body-p52 .cart-container .cart-title h2,
.htmlarea-content-body#body-p258 .cart-container .cart-title h2,
.htmlarea-content-body#body-p33 .cart-container .cart-title h3,
.htmlarea-content-body#body-p52 .cart-container .cart-title h3,
.htmlarea-content-body#body-p258 .cart-container .cart-title h3,
.htmlarea-content-body#body-p33 .cart-container .cart-title h4,
.htmlarea-content-body#body-p52 .cart-container .cart-title h4,
.htmlarea-content-body#body-p258 .cart-container .cart-title h4,
.htmlarea-content-body#body-p33 .cart-container .cart-title p,
.htmlarea-content-body#body-p52 .cart-container .cart-title p,
.htmlarea-content-body#body-p258 .cart-container .cart-title p {
  margin: 0;
  padding: 0;
}
body#body-p33 .cart-container .cart-title h3,
body#body-p52 .cart-container .cart-title h3,
body#body-p258 .cart-container .cart-title h3,
.htmlarea-content-body#body-p33 .cart-container .cart-title h3,
.htmlarea-content-body#body-p52 .cart-container .cart-title h3,
.htmlarea-content-body#body-p258 .cart-container .cart-title h3 {
  font-size: 24px;
  line-height: 1.55;
}
body#body-p33 .cart-container .cart-time,
body#body-p52 .cart-container .cart-time,
body#body-p258 .cart-container .cart-time,
.htmlarea-content-body#body-p33 .cart-container .cart-time,
.htmlarea-content-body#body-p52 .cart-container .cart-time,
.htmlarea-content-body#body-p258 .cart-container .cart-time {
  border-top: 1px solid #ebeff0;
  height: 43px;
  background: #ebeff0;
  line-height: 43px;
}
body#body-p33 .cart-container .bg-brand-default-white,
body#body-p52 .cart-container .bg-brand-default-white,
body#body-p258 .cart-container .bg-brand-default-white,
.htmlarea-content-body#body-p33 .cart-container .bg-brand-default-white,
.htmlarea-content-body#body-p52 .cart-container .bg-brand-default-white,
.htmlarea-content-body#body-p258 .cart-container .bg-brand-default-white {
  position: relative;
}
body#body-p33 .cart-container .bg-brand-default-white::before,
body#body-p52 .cart-container .bg-brand-default-white::before,
body#body-p258 .cart-container .bg-brand-default-white::before,
.htmlarea-content-body#body-p33 .cart-container .bg-brand-default-white::before,
.htmlarea-content-body#body-p52 .cart-container .bg-brand-default-white::before,
.htmlarea-content-body#body-p258 .cart-container .bg-brand-default-white::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
  border-bottom: 24px solid #ffffff;
  border-left: 24px solid transparent;
  height: 0;
  width: 100%;
  z-index: 2;
}
body#body-p33 .cart-container .no-image,
body#body-p52 .cart-container .no-image,
body#body-p258 .cart-container .no-image,
.htmlarea-content-body#body-p33 .cart-container .no-image,
.htmlarea-content-body#body-p52 .cart-container .no-image,
.htmlarea-content-body#body-p258 .cart-container .no-image {
  height: 64px;
}
body#body-p33 .cart-container .cart-category,
body#body-p52 .cart-container .cart-category,
body#body-p258 .cart-container .cart-category,
.htmlarea-content-body#body-p33 .cart-container .cart-category,
.htmlarea-content-body#body-p52 .cart-container .cart-category,
.htmlarea-content-body#body-p258 .cart-container .cart-category {
  position: absolute;
  top: -65px;
  height: 64px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  z-index: 1;
  text-align: right;
  padding: 0 24px;
  line-height: 41px;
  color: #ffffff;
}
body#body-p33 .cart-container .cart-category.colored-background,
body#body-p52 .cart-container .cart-category.colored-background,
body#body-p258 .cart-container .cart-category.colored-background,
.htmlarea-content-body#body-p33 .cart-container .cart-category.colored-background,
.htmlarea-content-body#body-p52 .cart-container .cart-category.colored-background,
.htmlarea-content-body#body-p258 .cart-container .cart-category.colored-background {
  background-color: #96025a;
  background-image: -webkit-gradient(linear, left top, right top, from(#96025a), to(#ff5122));
  background-image: -webkit-linear-gradient(left, #96025a, #ff5122);
  background-image: -moz-linear-gradient(left, #96025a, #ff5122);
  background-image: -ms-linear-gradient(left, #96025a, #ff5122);
  background-image: -o-linear-gradient(left, #96025a, #ff5122);
}
@media (min-width: 497px) and (max-width: 767px) {
  body .relative-gradient-element > .container,
  .htmlarea-content-body .relative-gradient-element > .container {
    padding: 0 30px !important;
  }
}
body #content section .container > .relative-gradient-element > .container,
.htmlarea-content-body #content section .container > .relative-gradient-element > .container {
  padding: 0 15px !important;
}
body #content section .container > .relative-gradient-element > .container,
.htmlarea-content-body #content section .container > .relative-gradient-element > .container {
  width: 100%;
  padding: 0 !important;
}
@media (min-width: 497px) and (max-width: 767px) {
  body #content section .container > .relative-gradient-element > .container,
  .htmlarea-content-body #content section .container > .relative-gradient-element > .container {
    padding: 0 !important;
  }
}
@media screen and (max-width: 496px) {
  body #content section .container > .relative-gradient-element > .container .col-xs-12,
  .htmlarea-content-body #content section .container > .relative-gradient-element > .container .col-xs-12 {
    padding: 0;
  }
}
body .relative-gradient-element.image-gradient,
.htmlarea-content-body .relative-gradient-element.image-gradient {
  height: auto;
  margin: 160px 0 60px;
}
@media (max-width: 1199px) {
  body .relative-gradient-element.image-gradient,
  .htmlarea-content-body .relative-gradient-element.image-gradient {
    margin: 150px 0 150px;
  }
}
@media (max-width: 496px) {
  body .relative-gradient-element.image-gradient,
  .htmlarea-content-body .relative-gradient-element.image-gradient {
    overflow: hidden;
    margin: 30px 0 50px;
  }
}
@media (min-width: 992px) {
  body .relative-gradient-element.image-gradient .col-md-6:first-child,
  .htmlarea-content-body .relative-gradient-element.image-gradient .col-md-6:first-child {
    padding-right: 5px;
  }
}
body .relative-gradient-element.image-gradient .gradient-image,
.htmlarea-content-body .relative-gradient-element.image-gradient .gradient-image {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  height: auto;
  max-width: 496px;
  width: 100%;
  /* IE10+ */
  background-image: -ms-linear-gradient(top left, #ff6700 30%, #c90065 90%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top left, #ff6700 30%, #c90065 90%);
  /* Opera */
  background-image: -o-linear-gradient(top left, #ff6700 30%, #c90065 90%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(30, #ff6700), color-stop(90, #c90065));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top left, #ff6700 30%, #c90065 90%);
  /* W3C Markup */
  background-image: linear-gradient(to bottom right, #ff6700 30%, #c90065 90%);
}
body .relative-gradient-element.image-gradient .gradient-image > div,
.htmlarea-content-body .relative-gradient-element.image-gradient .gradient-image > div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: left;
}
body .relative-gradient-element.image-gradient .first-image,
.htmlarea-content-body .relative-gradient-element.image-gradient .first-image {
  box-shadow: inset 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
  background-size: cover;
  height: 500px;
  position: relative;
}
body .relative-gradient-element.image-gradient .first-image::before,
.htmlarea-content-body .relative-gradient-element.image-gradient .first-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/fileadmin/user_upload/ui/pixel_darkGray_point50.png);
  z-index: 1;
}
@media screen and (max-width: 496px) {
  body .relative-gradient-element.image-gradient .first-image,
  .htmlarea-content-body .relative-gradient-element.image-gradient .first-image {
    background: none !important;
    background-color: #FFF !important;
    box-shadow: none !important;
    height: auto !important;
  }
  body .relative-gradient-element.image-gradient .first-image .gradient-image,
  .htmlarea-content-body .relative-gradient-element.image-gradient .first-image .gradient-image {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  body .relative-gradient-element.image-gradient .first-image,
  .htmlarea-content-body .relative-gradient-element.image-gradient .first-image {
    border-bottom: 3px solid #fff;
    height: 360px;
  }
}
body .relative-gradient-element.image-gradient .first-image .gradient-image,
.htmlarea-content-body .relative-gradient-element.image-gradient .first-image .gradient-image {
  background: #0f2c35;
  top: -105px;
  z-index: 2;
}
@media screen and (max-width: 496px) {
  body .relative-gradient-element.image-gradient .first-image .gradient-image,
  .htmlarea-content-body .relative-gradient-element.image-gradient .first-image .gradient-image {
    top: 0;
  }
}
body .relative-gradient-element.image-gradient .first-image .gradient-image > div,
.htmlarea-content-body .relative-gradient-element.image-gradient .first-image .gradient-image > div {
  padding: 64px 32px;
}
@media screen and (max-width: 496px) {
  body .relative-gradient-element.image-gradient .first-image .gradient-image > div,
  .htmlarea-content-body .relative-gradient-element.image-gradient .first-image .gradient-image > div {
    padding-top: 48px;
  }
}
body .relative-gradient-element.image-gradient .first-image .gradient-image > div::before,
.htmlarea-content-body .relative-gradient-element.image-gradient .first-image .gradient-image > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 40px solid white;
  border-left: 496px solid transparent;
}
@media screen and (max-width: 496px) {
  body .relative-gradient-element.image-gradient .first-image .gradient-image > div span.text-size-16,
  .htmlarea-content-body .relative-gradient-element.image-gradient .first-image .gradient-image > div span.text-size-16 {
    font-size: 12px;
  }
}
body .relative-gradient-element.image-gradient .second-image,
.htmlarea-content-body .relative-gradient-element.image-gradient .second-image {
  box-shadow: inset 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
  background-size: cover;
  height: 500px;
  margin-bottom: 105px;
  position: relative;
}
body .relative-gradient-element.image-gradient .second-image::before,
.htmlarea-content-body .relative-gradient-element.image-gradient .second-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/fileadmin/user_upload/ui/pixel_darkGray_point50.png);
  z-index: 1;
}
@media screen and (max-width: 496px) {
  body .relative-gradient-element.image-gradient .second-image,
  .htmlarea-content-body .relative-gradient-element.image-gradient .second-image {
    background: none !important;
    box-shadow: none !important;
    height: auto !important;
  }
  body .relative-gradient-element.image-gradient .second-image .gradient-image,
  .htmlarea-content-body .relative-gradient-element.image-gradient .second-image .gradient-image {
    position: relative;
  }
}
@media screen and (max-width: 496px) {
  body .relative-gradient-element.image-gradient .second-image,
  .htmlarea-content-body .relative-gradient-element.image-gradient .second-image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  body .relative-gradient-element.image-gradient .second-image,
  .htmlarea-content-body .relative-gradient-element.image-gradient .second-image {
    height: 380px;
  }
}
body .relative-gradient-element.image-gradient .second-image .gradient-image,
.htmlarea-content-body .relative-gradient-element.image-gradient .second-image .gradient-image {
  background: #0f2c35;
  top: calc(100% - 105px);
  bottom: auto;
  z-index: 2;
}
@media screen and (max-width: 496px) {
  body .relative-gradient-element.image-gradient .second-image .gradient-image,
  .htmlarea-content-body .relative-gradient-element.image-gradient .second-image .gradient-image {
    top: 0;
  }
}
@media screen and (max-width: 330px) {
  body .relative-gradient-element.image-gradient .second-image .gradient-image,
  .htmlarea-content-body .relative-gradient-element.image-gradient .second-image .gradient-image {
    border-top: 3px solid #FFF;
  }
}
body .relative-gradient-element.image-gradient .second-image .gradient-image > div,
.htmlarea-content-body .relative-gradient-element.image-gradient .second-image .gradient-image > div {
  padding: 32px 32px 64px 32px;
}
body .relative-gradient-element.image-gradient .second-image .gradient-image > div::after,
.htmlarea-content-body .relative-gradient-element.image-gradient .second-image .gradient-image > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 40px solid white;
  border-right: 496px solid transparent;
}
@media screen and (max-width: 496px) {
  body .relative-gradient-element.image-gradient .second-image .gradient-image > div span.text-size-16,
  .htmlarea-content-body .relative-gradient-element.image-gradient .second-image .gradient-image > div span.text-size-16 {
    font-size: 12px;
  }
}
body .relative-gradient-element.image-gradient + .relative-gradient-element.image-gradient,
.htmlarea-content-body .relative-gradient-element.image-gradient + .relative-gradient-element.image-gradient {
  margin-top: 50px;
}
@media (min-width: 500px) {
  body .relative-gradient-element.image-gradient + .relative-gradient-element.image-gradient,
  .htmlarea-content-body .relative-gradient-element.image-gradient + .relative-gradient-element.image-gradient {
    margin-top: 300px;
  }
}
body #c469,
.htmlarea-content-body #c469 {
  display: none;
}
body .gray-separator,
.htmlarea-content-body .gray-separator {
  height: 3px;
  width: 70px;
  background: #bccace;
}
body .no-display,
.htmlarea-content-body .no-display {
  display: none;
}
/* Cards */
.row.profile-type-title,
.row.card_container {
  display: flex;
  flex-wrap: wrap;
}
.card_outer {
  margin-bottom: 24px !important;
  margin-top: 24px !important;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.card_outer:hover {
  margin-top: 18px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1199px) {
  .card_outer:hover {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }
}
@media (max-width: 767px) {
  .row.card_container .col-sm-6.card_outer {
    flex: 1 0 100%;
    margin-top: 0;
  }
}
.de.card .c_main {
  font-size: 22px;
}
.card {
  cursor: pointer;
  z-index: 1;
  max-width: 409px;
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.5);
  position: relative;
  margin: 0 auto;
  border: 1px solid rgba(188, 202, 206, 0.3);
  height: 100%;
}
.card.c_banners {
  max-width: 100%;
  padding: 24px 20% 24px 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 280px;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .card.c_banners {
    min-height: 340px;
    padding-right: 30%;
  }
}
.card.c_banners .c_main,
.card.c_banners .c_secondary {
  color: #fff !important;
}
.card.c_banners .c_main {
  margin-bottom: 32px;
  font-size: 2em;
}
@media all and (max-width: 1600px) {
  .card.c_banners .c_main {
    font-size: 24px;
  }
}
.card.bg_gradient::before {
  content: '';
  background: linear-gradient(45deg, #0f2c35, transparent 70%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0 !important;
}
.card .eyebrow {
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #ff5122, #96025a);
}
.card h5 {
  display: none;
}
.card .profileImage {
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-position: bottom left, top left, center;
  display: block;
  height: 240px;
  width: 100%;
}
.card .serviceImage {
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-position: bottom left, top left, center;
  display: block;
  height: 180px;
  width: 100%;
  position: relative;
}
.card .serviceIcon {
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: 0;
  margin: 24px 24px 24px 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.card .serviceEnt {
  width: 16px;
  height: 16px;
  padding: 18px;
  border: 2px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  margin: 0 24px 6px 0;
}
.card .serviceEnt.solutions {
  background-color: #049b44;
  background-image: url(/fileadmin/user_upload/ico/ent_solutions.svg);
}
.card .serviceEnt.associates {
  background-color: #96025a;
  background-image: url(/fileadmin/user_upload/ico/ent_associates.svg);
}
.card .serviceEnt.consulting {
  background-color: #002a6d;
  background-image: url(/fileadmin/user_upload/ico/ent_consulting.svg);
}
.card .c_main {
  color: #ff5122;
  font-size: 24px;
  display: block;
  z-index: 2;
  position: relative;
}
.card .c_secondary {
  position: relative;
  display: block;
  color: #738993 !important;
}
.card.c_insights {
  padding: 24px;
}
.card.c_insights.has_bg {
  background-size: auto, cover;
  background-position: top, center;
  background-repeat: repeat, no-repeat;
}
.card.c_insights .c_main {
  margin-bottom: 24px;
}
.card.c_office {
  padding: 24px;
}
.card.c_office .content-circle {
  padding: 8px 18px;
  border: 2px solid #738993;
  border-radius: 50%;
  margin-right: 22px;
  height: 16px;
  width: 16px;
}
.card.c_office .content-circle.ico_solutions {
  background: url(/fileadmin/user_upload/ico/ent_solutions_gray.svg) center no-repeat;
  background-size: 16px;
  padding: 8px 18px;
}
.card.c_office .content-circle.ico_associates {
  background: url(/fileadmin/user_upload/ico/ent_associates_gray.svg) center no-repeat;
  background-size: 16px;
  padding: 8px 18px;
}
.card.c_office .content-circle.ico_consulting {
  background: url(/fileadmin/user_upload/ico/ent_consulting_gray.svg) center no-repeat;
  background-size: 16px;
  padding: 8px 18px;
}
.card.c_office .content-circle.ico_octimine {
  background: url(/fileadmin/user_upload/ico/ent_octimine_gray.svg) center no-repeat;
  background-size: 16px;
  padding: 8px 18px;
}
.card.c_office .empty-circle {
  padding: 8px 18px;
  border: 2px solid #bccace;
  border-radius: 50%;
  margin-right: 22px;
}
.card.active {
  background: #0f2c35;
}
.card .row {
  margin: 0;
  padding: 0;
}
.card .row .col-md-12 {
  padding: 0;
}
.card .row .col-md-12:nth-child(2) {
  display: none;
}
.card:hover {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.9);
  -moz-box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.9);
  box-shadow: 0px 5px 15px 0px rgba(188, 202, 206, 0.9);
  border: 1px solid rgba(188, 202, 206, 0.6);
}
.card:hover .row .col-md-12 figure:before {
  background: #ff5122;
  opacity: 0.15;
}
.card:hover .c_main {
  color: #c90065;
}
.hide {
  display: none;
}
/* Pagebreaker images */
.pb_container {
  margin: 64px 0;
}
.pb_container .pb_image {
  height: 360px;
  background-size: cover;
  background-position: center;
  background-color: #738993;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  box-shadow: inset 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .pb_container .pb_image {
    border-left: none;
    border-right: none;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .pb_container .pb_image {
    height: 480px;
  }
}
.pb_container .pb_image:first-of-type {
  border-left: none;
}
.pb_container .pb_image:last-of-type {
  border-right: none;
}
#body-p5 .separator-with-botton-container,
#body-p51 .separator-with-botton-container,
#body-p295 .separator-with-botton-container {
  position: relative;
}
#body-p5 .separator-with-botton-container .button-container,
#body-p51 .separator-with-botton-container .button-container,
#body-p295 .separator-with-botton-container .button-container {
  position: absolute;
  top: -35px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#body-p5 .separator-with-botton-container .button-container > div,
#body-p51 .separator-with-botton-container .button-container > div,
#body-p295 .separator-with-botton-container .button-container > div {
  width: 240px;
  background: #ffffff;
  margin: 0 auto;
}
#body-p5 .separator-with-botton-container hr,
#body-p51 .separator-with-botton-container hr,
#body-p295 .separator-with-botton-container hr {
  border-top: 2px solid #bccace;
}
#body-p5 .carrier-element:last-child,
#body-p51 .carrier-element:last-child,
#body-p295 .carrier-element:last-child {
  border-bottom: none;
}
#body-p5 .carrier-element,
#body-p51 .carrier-element,
#body-p295 .carrier-element,
#body-p5 .ip-event-element,
#body-p51 .ip-event-element,
#body-p295 .ip-event-element {
  border-top: 1px solid #bccace !important;
  display: none;
}
.typing_loader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite alternate;
  -moz-animation: Typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  margin: 46px 0;
  position: relative;
  left: -12px;
}
@-webkit-keyframes typing {
  0% {
    background-color: #bccace;
    box-shadow: 12px 0px 0px 0px rgba(188, 202, 206, 0.2), 24px 0px 0px 0px rgba(188, 202, 206, 0.2);
  }
  25% {
    background-color: rgba(188, 202, 206, 0.4);
    box-shadow: 12px 0px 0px 0px #bccace, 24px 0px 0px 0px rgba(188, 202, 206, 0.2);
  }
  75% {
    background-color: rgba(188, 202, 206, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(188, 202, 206, 0.2), 24px 0px 0px 0px #bccace;
  }
}
@-moz-keyframes typing {
  0% {
    background-color: #bccace;
    box-shadow: 12px 0px 0px 0px rgba(188, 202, 206, 0.2), 24px 0px 0px 0px rgba(188, 202, 206, 0.2);
  }
  25% {
    background-color: rgba(188, 202, 206, 0.4);
    box-shadow: 12px 0px 0px 0px #bccace, 24px 0px 0px 0px rgba(188, 202, 206, 0.2);
  }
  75% {
    background-color: rgba(188, 202, 206, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(188, 202, 206, 0.2), 24px 0px 0px 0px #bccace;
  }
}
@keyframes typing {
  0% {
    background-color: #bccace;
    box-shadow: 12px 0px 0px 0px rgba(188, 202, 206, 0.2), 24px 0px 0px 0px rgba(188, 202, 206, 0.2);
  }
  25% {
    background-color: rgba(188, 202, 206, 0.4);
    box-shadow: 12px 0px 0px 0px #bccace, 24px 0px 0px 0px rgba(188, 202, 206, 0.2);
  }
  75% {
    background-color: rgba(188, 202, 206, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(188, 202, 206, 0.2), 24px 0px 0px 0px #bccace;
  }
}
body .v4-tease,
.htmlarea-content-body .v4-tease {
  display: none;
  padding: 15px 60px 15px 20px;
  color: #bccace;
  text-align: center;
  background-color: #0f2c35;
  font-size: 0.8em;
}
@media screen and (max-width: 640px) {
  body .v4-tease,
  .htmlarea-content-body .v4-tease {
    padding: 15px 20px;
  }
}
body .v4-tease a,
.htmlarea-content-body .v4-tease a {
  margin: 5px;
  padding-bottom: 3px;
  color: #ffffff;
  border-bottom: 1px dotted #4b5d66;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
body .v4-tease a:hover,
.htmlarea-content-body .v4-tease a:hover {
  color: #bccace;
  border-bottom-color: #ffffff;
}
body .v4-tease .cookie-close:before,
.htmlarea-content-body .v4-tease .cookie-close:before {
  cursor: pointer;
  position: absolute;
  content: "\00D7";
  font-size: 18px;
  font-weight: normal;
  line-height: 31px;
  height: 29px;
  width: 29px;
  text-align: center;
  top: 11px;
  right: 30px;
  color: #0f2c35;
  background: #738993;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
@media screen and (max-width: 640px) {
  body .v4-tease .cookie-close:before,
  .htmlarea-content-body .v4-tease .cookie-close:before {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  body .v4-tease .cookie-close:before,
  .htmlarea-content-body .v4-tease .cookie-close:before {
    right: 20px;
  }
}
@media screen and (max-width: 745px) {
  body .v4-tease .cookie-ok,
  .htmlarea-content-body .v4-tease .cookie-ok {
    line-height: 30px;
  }
}
body .v4-tease .cookie-ok,
.htmlarea-content-body .v4-tease .cookie-ok {
  border-bottom: none;
  border-radius: 99px;
  color: #0f2c35;
  background: #738993;
  padding: 6px 15px;
  font-weight: bold;
  white-space: nowrap;
}
body .v4-tease .cookie-ok:hover,
.htmlarea-content-body .v4-tease .cookie-ok:hover {
  background: #bccace;
  color: #0f2c35;
  border: none;
}
#body-p1 .c_insights .c_main {
  height: 111px;
  position: relative;
  overflow: hidden;
}
#body-p1 .c_insights .c_main .fade-text {
  position: absolute;
  right: 0;
  height: 40px;
  width: 50%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
}
#body-p1 .svc3benefits .thick-separator {
  display: none;
}
.svc3benefits2 .row.right .col-sm-6 {
  float: right;
}
.svc3benefits2 .services-text-container.right {
  text-align: right;
}
.svc3benefits2 .row.middle .col-sm-6 {
  margin: auto;
  float: none;
}
.svc3benefits2 .row.middle .col-sm-6 .image {
  margin-bottom: 0;
}
.svc3benefits2 .services-text-container.middle {
  text-align: center;
}
.col-md-3.col-sm-6.col-xs-12.image-text.margin-48-bottom {
  height: 400px;
}
@media screen and (max-width: 767px) {
  .col-md-3.col-sm-6.col-xs-12.image-text.margin-48-bottom {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .container,
  #content.main-section .carousel-indicators {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
#c222 {
  display: none;
}
/* Submenu : Four Tiles */
.tile_container {
  margin-top: 72px;
}
.tile_container .tile_menu {
  display: block;
  padding: 36px 36px 48px 36px;
  margin: 24px 0;
  background: url(/fileadmin/user_upload/ui/tile_gradient_inactive.png) center no-repeat;
  color: #0f2c35;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  background-size: cover;
}
.tile_container .tile_menu .icon {
  position: relative;
  display: block;
  margin: 0 auto 36px auto;
  height: 48px;
  width: 48px;
  background-repeat: no-repeat;
  background-position: center top;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.tile_container .tile_menu .text {
  display: block;
  font-size: 24px;
  text-align: center;
  color: #0f2c35;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
@media (max-width: 1199px) {
  .tile_container .tile_menu .text {
    font-size: 20px;
  }
}
.tile_container .tile_menu:hover {
  background: url(/fileadmin/user_upload/ui/tile_gradient_active.png) center no-repeat;
  background-size: cover;
}
.tile_container .tile_menu:hover .icon {
  background-position: center bottom;
}
.tile_container .tile_menu:hover .text {
  color: #fff;
}
.tile_container .tile_menu.active {
  background: url(/fileadmin/user_upload/ui/tile_gradient_active.png) center no-repeat;
}
.tile_container .tile_menu.active .icon {
  background-position: center bottom;
}
.tile_container .tile_menu.active .text {
  color: #fff;
}
/* Timeline units for About Us Main */
.timeline_unit {
  display: flex;
  flex-wrap: wrap;
}
.timeline_unit .tl_line {
  background: url(/fileadmin/user_upload/ui/about-timeline-line.png) repeat-y center top;
  display: flex;
  flex-direction: column;
}
.timeline_unit .tl_line .nipple_first {
  display: block;
  background: url(/fileadmin/user_upload/ui/about-timeline-nipple.png) no-repeat center bottom #ffffff;
  height: 106px;
  width: 100%;
}
.timeline_unit .tl_line .nipple {
  display: block;
  background: url(/fileadmin/user_upload/ui/about-timeline-nipple.png) no-repeat center top;
  height: 26px;
  width: 100%;
  margin-top: 80px;
}
.timeline_unit .tl_line .nipple_last {
  display: block;
  background: url(/fileadmin/user_upload/ui/about-timeline-nipple.png) no-repeat center top;
  background-color: #fff;
  height: 100%;
  width: 100%;
  margin-top: 80px;
}
.timeline_unit .tl_text {
  display: flex;
  flex-direction: column;
}
.timeline_unit .tl_text .year {
  margin-top: 48px;
  color: #ff5122;
  font-size: 14px;
}
.timeline_unit .tl_text .headline {
  color: #0f2c35;
  font-size: 32px;
}
.timeline_unit .tl_text .text {
  color: #4b5d66;
  margin-top: 24px;
  margin-bottom: 48px;
}
.timeline_unit .tl_image img {
  border-radius: 6px;
  box-shadow: 0px 5px 15px 0px rgba(115, 137, 147, 0.5);
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
}
/* Pagebreaker slider */
.pb_slide .full-slider {
  margin-top: 48px;
}
.pb_slide .full-slider .bx-viewport[style],
.pb_slide .full-slider .slick-slider[style] {
  height: auto !important;
}
.pb_slide .full-slider .bx-wrapper,
.pb_slide .full-slider .slick-slider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: normal;
  height: auto !important;
  margin-top: 24px;
  background: none !important;
}
.pb_slide .full-slider .bx-prev,
.pb_slide .full-slider .bx-next,
.pb_slide .full-slider .slick-prev,
.pb_slide .full-slider .slick-next {
  height: 100%;
}
.pb_slide .full-slider .bx-prev,
.pb_slide .full-slider .slick-prev {
  background: url(/fileadmin/user_upload/ico/slider_left.png) center left no-repeat;
  border: none;
}
.pb_slide .full-slider .bx-next,
.pb_slide .full-slider .slick-next {
  background: url(/fileadmin/user_upload/ico/slider_right.png) center right no-repeat;
  border: none;
}
.pb_slide .full-slider .award_slide {
  margin: 0 35px;
}
@media screen and (max-width: 768px) {
  .pb_slide .full-slider .award_slide {
    margin: 0 25px;
  }
}
.pb_slide .full-slider .award_graphic {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 36px;
  margin-bottom: 20px;
}
.pb_slide .full-slider .award_name {
  color: #fff;
  margin-bottom: 12px;
  display: block;
}
.pb_slide .full-slider .award_authority {
  color: #fff;
  display: block;
}
.pb_slide .bx-wrapper,
.pb_slide .slick-slider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Homepage compass */
.compass {
  display: block;
  width: 100%;
  height: 360px;
  background: url(/fileadmin/user_upload/content-img/home-compass.png) no-repeat center;
  background-size: contain;
}
.compass_dynamic {
  display: block;
  width: 100%;
  height: 480px;
}
@media (max-width: 768px) {
  .compass_dynamic {
    display: none;
  }
}
/* Icon divs */
.ico64 {
  display: block;
  height: 64px;
  width: 64px;
  background-position: center;
  background-repeat: no-repeat;
}
/* Timeline components */
/* !! IMPORT ANDREI.LESS */
/* Search less*/
body .frame.default .container ul.tx-indexedsearch-browsebox li a:hover,
body .frame.default .container ul.tx-indexedsearch-browsebox li a:focus,
.htmlarea-content-body .frame.default .container ul.tx-indexedsearch-browsebox li a:hover,
.htmlarea-content-body .frame.default .container ul.tx-indexedsearch-browsebox li a:focus {
  text-decoration: none !important;
  font-family: 'Benton Sans Reg', 'Arial' !important;
}
.tx-indexedsearch-browsebox {
  background-color: #F5F7FA;
  padding: 5px 0;
  width: 100%;
  text-align: left;
}
.tx-indexedsearch-browsebox li a {
  text-decoration: none !important;
  padding: 8px 0 !important;
  font-size: 12px;
  line-height: 12px !important;
  background: transparent;
  color: #0F2C35 !important;
  background-color: #ffffff !important;
  border: none !important;
  /*font-weight: bold;*/
  float: none;
  border-radius: 3px;
  margin: 0 2px;
  min-width: 28px;
  display: inline-block;
  text-align: center;
}
@media (min-width: 768px) {
  .tx-indexedsearch-browsebox li a {
    margin: 0 5px;
  }
}
.tx-indexedsearch-browsebox li:hover a {
  color: #0F2C35 !important;
  background-color: #CBDCE2 !important;
  /*border-color: #0f2c35 !important;*/
}
.tx-indexedsearch-browsebox li:active a {
  color: #0F2C35 !important;
  background-color: #CBDCE2 !important;
  /*border-color: #ff5122 !important;*/
}
.tx-indexedsearch-browsebox li.pager::before,
.tx-indexedsearch-browsebox li.pager::after {
  display: none;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  color: #ffffff !important;
  /*border-color: #ff5122 !important;*/
  background-color: #FF6700 !important;
}
.tx-indexedsearch-browsebox li:first-child.tx-indexedsearch-browselist-currentPage a {
  /*padding: 18px 22px !important;*/
  /*font-size: 16px;*/
  background-color: #FF6700 !important;
  background-image: none;
  color: #ffffff !important;
  /*border-color: #ff5122 !important;*/
  border: none !important;
  margin-top: 0px;
  text-indent: 0;
}
.tx-indexedsearch-browsebox li:first-child.pager.is_enabled a {
  background-image: url("/fileadmin/assets/customprovider/dennemeyer.com/Images/section4/arrow-gray-left-active.svg");
}
.tx-indexedsearch-browsebox li:first-child.pager.is_enabled:hover a {
  background-image: url("/fileadmin/assets/customprovider/dennemeyer.com/Images/section4/arrow-orange-left.svg");
}
.tx-indexedsearch-browsebox li:first-child.pager.is_disabled a {
  background-image: url("/fileadmin/assets/customprovider/dennemeyer.com/Images/section4/arrow-gray-left.svg");
}
.tx-indexedsearch-browsebox li:first-child a {
  /*margin-top: -2px;*/
  /*border: 2px solid #4b5d66 !important;*/
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  display: inline-block;
  /*font-weight: bold;*/
  /*        border-top-right-radius: 3px;
						border-bottom-right-radius: 3px;
						border-bottom-left-radius: 3px;
						border-top-left-radius: 3px;*/
  text-align: center;
  /*line-height: 1.55;*/
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -99999px;
  background-color: transparent !important;
}
.tx-indexedsearch-browsebox li:first-child a:hover {
  background-image: url("/fileadmin/assets/customprovider/dennemeyer.com/Images/section4/arrow-orange-left.svg");
}
.tx-indexedsearch-browsebox li:last-child.tx-indexedsearch-browselist-currentPage a {
  /*padding: 18px 22px !important;*/
  /*font-size: 16px;*/
  background-color: #FF6700 !important;
  background-image: none;
  color: #ffffff !important;
  /*border-color: #ff5122 !important;*/
  border: none !important;
  text-indent: 0;
}
.tx-indexedsearch-browsebox li:last-child.pager.is_enabled a {
  background-image: url("/fileadmin/assets/customprovider/dennemeyer.com/Images/section4/arrow-gray-active.svg");
}
.tx-indexedsearch-browsebox li:last-child.pager.is_enabled:hover a {
  background-image: url("/fileadmin/assets/customprovider/dennemeyer.com/Images/section4/arrow-orange.svg");
}
.tx-indexedsearch-browsebox li:last-child.pager.is_disabled a {
  background-image: url("/fileadmin/assets/customprovider/dennemeyer.com/Images/section4/arrow-gray.svg");
}
.tx-indexedsearch-browsebox li:last-child a {
  /*margin-top: -2px;*/
  /*border: 2px solid #4b5d66 !important;*/
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  display: inline-block;
  /*font-weight: bold;*/
  /*        border-top-right-radius: 3px;
						border-bottom-right-radius: 3px;
						border-bottom-left-radius: 3px;
						border-top-left-radius: 3px;*/
  text-align: center;
  /*line-height: 1.55;*/
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -99999px;
  background-color: transparent !important;
}
.tx-indexedsearch-browsebox li:last-child a:hover {
  background-image: url("/fileadmin/assets/customprovider/dennemeyer.com/Images/section4/arrow-orange.svg");
}
.tx-indexedsearch-browsebox li strong a {
  margin: 0 5px;
  font-weight: normal;
  float: none !important;
}
body#body-p10 #c756.frame.default,
.htmlarea-content-body#body-p10 #c756.frame.default {
  margin-bottom: -140px;
}
body#body-p10 #c756.frame.default > .page-breaker,
.htmlarea-content-body#body-p10 #c756.frame.default > .page-breaker {
  margin-bottom: 0 !important;
}
@media (min-width: 993px) {
  body#body-p74 #content,
  .htmlarea-content-body#body-p74 #content {
    margin-top: 0 !important;
  }
}
body#body-p74 .breadcrumb-section .breadcrumb li.active,
body#body-p74 .breadcrumb-section .breadcrumb li a,
.htmlarea-content-body#body-p74 .breadcrumb-section .breadcrumb li.active,
.htmlarea-content-body#body-p74 .breadcrumb-section .breadcrumb li a,
.htmlarea-content-body#body-p74 .breadcrumb-section .breadcrumb li.active,
.htmlarea-content-body#body-p74 .breadcrumb-section .breadcrumb li a {
  font-family: 'Benton Sans Reg', 'Arial';
}
body#body-p74 .breadcrumb-section,
.htmlarea-content-body#body-p74 .breadcrumb-section,
.htmlarea-content-body#body-p74 .breadcrumb-section {
  display: block;
  border: none;
  margin: 0;
}
body#body-p74 .breadcrumb-section,
.htmlarea-content-body#body-p74 .breadcrumb-section {
  margin-top: 40px !important;
}
body#body-p74 .breadcrumb-section .breadcrumb,
.htmlarea-content-body#body-p74 .breadcrumb-section .breadcrumb,
.htmlarea-content-body#body-p74 .breadcrumb-section .breadcrumb {
  background: none;
  border: none;
  padding: 48px 12px 0px 0px;
}
body#body-p74 .breadcrumb-section .breadcrumb li.active,
.htmlarea-content-body#body-p35 .breadcrumb-section .breadcrumb li.active,
.htmlarea-content-body#body-p74 .breadcrumb-section .breadcrumb li.active {
  color: #0f2c35;
}
body#body-p74 .breadcrumb-section .breadcrumb li a,
.htmlarea-content-body#body-p35 .breadcrumb-section .breadcrumb li a,
.htmlarea-content-body#body-p74 .breadcrumb-section .breadcrumb li a {
  color: #FF6700;
}
body#body-p74 .breadcrumb-section .breadcrumb li a:hover,
.htmlarea-content-body#body-p35 .breadcrumb-section .breadcrumb li a:hover,
.htmlarea-content-body#body-p74 .breadcrumb-section .breadcrumb li a:hover {
  text-decoration: underline;
}
body#body-p74 .breadcrumb-section .breadcrumb li a:active,
.htmlarea-content-body#body-p35 .breadcrumb-section .breadcrumb li a:active,
.htmlarea-content-body#body-p74 .breadcrumb-section .breadcrumb li a:active {
  color: #FF5122;
}
body#body-p74 .page-74 .frame.default .oblique-left-separator,
.htmlarea-content-body#body-p74 .page-74 .frame.default .oblique-left-separator {
  height: 100px;
  background: #ffffff;
  border: none;
  margin-bottom: -50px;
}
body#body-p74 .page-74 .frame.default .media,
.htmlarea-content-body#body-p74 .page-74 .frame.default .media {
  margin-bottom: 30px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.search-top-helper {
  height: 80px;
  background: #ffffff;
}
.search-main-container {
  margin-top: 40px;
  width: 60%;
  border-bottom: 2px solid #0f2c35;
  position: relative;
  max-width: 550px;
}
@media screen and (max-width: 992px) {
  .search-main-container {
    width: 95%;
  }
}
.search-main-container .search-input {
  font-size: 24px;
  color: #738993;
  border: none;
  background: none;
  width: 100%;
  padding-right: 20px;
}
.search-main-container .search-submit {
  border: none !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 39px;
  width: 39px;
  background-size: 24px;
  background-image: url(/fileadmin/user_upload/ico/search-icon.png);
}
/* bug fix*/
body .container > .navbar-header,
body .container-fluid > .navbar-header,
body .container > .navbar-collapse,
body .container-fluid > .navbar-collapse,
.htmlarea-content-body .container > .navbar-header,
.htmlarea-content-body .container-fluid > .navbar-header,
.htmlarea-content-body .container > .navbar-collapse,
.htmlarea-content-body .container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  body .container-fluid,
  .htmlarea-content-body .container-fluid {
    padding: 0;
  }
}
@media (max-width: 530px) {
  body header.navbar-default.navbar #header-main.container #header-search-container,
  .htmlarea-content-body header.navbar-default.navbar #header-main.container #header-search-container {
    padding-top: 0px;
  }
  body header.navbar-default.navbar #header-main.container #header-search-container .header-search-box,
  .htmlarea-content-body header.navbar-default.navbar #header-main.container #header-search-container .header-search-box {
    padding-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .footer-sitemap p a {
    margin: 20px 0;
    font-size: 16px;
    display: block;
  }
  .footer-sitemap .small-button a {
    font-size: 16px;
  }
}
body #c257 > div,
.htmlarea-content-body #c257 > div {
  max-width: 100%;
}
@media (max-width: 768px) {
  body section.footer-section .image-center.image-above,
  .htmlarea-content-body section.footer-section .image-center.image-above {
    float: left;
  }
  body section.footer-section .frame.default,
  .htmlarea-content-body section.footer-section .frame.default {
    padding-bottom: 48px;
  }
  body section.footer-section .frame.default .footer-title p,
  .htmlarea-content-body section.footer-section .frame.default .footer-title p {
    font-size: 24px;
  }
  body section.footer-section .frame.default .footer-links-container div a,
  .htmlarea-content-body section.footer-section .frame.default .footer-links-container div a {
    font-size: 16px;
  }
  body section.footer-section .footer-sitemap p a,
  .htmlarea-content-body section.footer-section .footer-sitemap p a {
    font-size: 16px;
  }
  body section.footer-section .footer-sitemap .small-button a,
  .htmlarea-content-body section.footer-section .footer-sitemap .small-button a {
    font-size: 16px;
  }
  body .filter-container .col-sm-4.col-sm-12,
  .htmlarea-content-body .filter-container .col-sm-4.col-sm-12 {
    margin-bottom: 28px;
  }
  body .filter-container .col-sm-3.col-sm-12,
  .htmlarea-content-body .filter-container .col-sm-3.col-sm-12 {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  body header.navbar-default.navbar #header-main.container .navbar-main > li > a,
  .htmlarea-content-body header.navbar-default.navbar #header-main.container .navbar-main > li > a {
    color: #ff6700;
  }
  body header.navbar-default.navbar #header-main.container .navbar-main > li.active a,
  body header.navbar-default.navbar #header-main.container .navbar-main > li > a:hover,
  .htmlarea-content-body header.navbar-default.navbar #header-main.container .navbar-main > li.active a,
  .htmlarea-content-body header.navbar-default.navbar #header-main.container .navbar-main > li > a:hover {
    color: #ff6700;
    border: none;
  }
  body header.navbar-default.navbar #header-main.container #header-search-container,
  .htmlarea-content-body header.navbar-default.navbar #header-main.container #header-search-container {
    padding: 0;
  }
  body .navbar-nav,
  .htmlarea-content-body .navbar-nav {
    margin: 20px 0;
  }
  body .navbar-header-main .navbar-brand.navbar-brand-image > img,
  .htmlarea-content-body .navbar-header-main .navbar-brand.navbar-brand-image > img {
    max-height: 32px;
  }
  header.navbar-default.navbar #header-main.container .navbar-main {
    margin-left: 0;
    width: 100%;
    order: 1;
    margin-bottom: 10px;
    margin-top: 11px;
    padding-bottom: 170px;
  }
  header.navbar-default.navbar #header-main.container .navbar-collapse .navbar_contact_cta {
    margin: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  header.navbar-default.navbar #header-main.container .mobile_nav_outer {
    display: block !important;
  }
}
header.navbar-default.navbar #header-main.container .mobile_menu_log_in {
  display: none;
  transition: all 0.3s ease-out;
}
.desktop_search_container #header-search-container .tx-indexedsearch-form {
  height: 29px;
}
@media (min-width: 992px) and (max-width: 1099px) {
  header.navbar-default.navbar #header-main.container .navbar-main {
    padding-top: 2px;
    margin-left: 25px;
  }
  header.navbar-default.navbar #header-main.container .navbar-main li {
    margin-right: 1px;
  }
  header.navbar-default.navbar #header-main.container .navbar-main > li > a {
    margin: 0 12px 0 10px;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  header.navbar-default.navbar #header-main.container .navbar-main li {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  header.navbar-default.navbar #header-main.container .dropdown-menu {
    width: 100%;
  }
  header.navbar-default.navbar #header-main.container .dropdown-menu::before {
    display: none;
  }
  header.navbar-default.navbar #header-main.container .mobile_menu_log_in {
    display: inline-block;
    margin-top: -170px;
  }
  header.navbar-default.navbar #header-main.container .open > .dropdown-menu,
  header.navbar-default.navbar .navbar-nav li.active ul {
    position: relative;
    margin: 0;
    left: 0 !important;
    transform: none !important;
    top: 0 !important;
    background: #fff;
    width: 100%;
    float: none;
    display: block;
  }
  header.navbar-default.navbar .navbar-nav li.active.open ul {
    display: none !important;
  }
  header.navbar-default.navbar #header-main.container .open > .dropdown-menu::before {
    content: none;
  }
  header.navbar-default.navbar #header-main.container .open > .dropdown-menu li:hover {
    background: #FFEDE0;
  }
  header.navbar-default.navbar #header-main.container .open > .dropdown-menu li:hover .menu_subtitle {
    color: #4B5D66;
  }
  header.navbar-default.navbar #header-main.container .navbar-main > li > a {
    margin: 0;
    padding: 0 10px;
    padding-top: 4px;
    border-top: none;
  }
  header.navbar-default.navbar #header-main.container .navbar-main li.active > a {
    background: #FFEDE0;
  }
  header.navbar-default.navbar #header-main.container .navbar-main > li:hover {
    background: transparent;
  }
  header.navbar-default.navbar #header-main.container .navbar-main > li:hover > a {
    background: #FFEDE0;
  }
  .navbar-header-main {
    padding: 0;
  }
  header.navbar-default.navbar #header-main.container .navbar-main li {
    margin: 0;
    border-radius: 0 !important;
  }
  header.navbar-default.navbar #header-main.container .menu_chevron_dropdown {
    position: absolute;
    top: 12px;
    left: auto;
    right: 17px;
  }
  header.navbar-default.navbar #header-main.container .mobile_nav_outer {
    height: 100%;
    position: fixed;
    width: 100%;
    display: none;
    z-index: 5;
    left: 0;
  }
  header.navbar-default.navbar #header-main.container .navbar-collapse.collapse {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header.navbar-default.navbar #header-main.container .navbar-collapse.collapse > ul > li {
    border-top: 1px solid #BCCACE;
  }
  header.navbar-default.navbar #header-main.container .navbar-collapse.collapse > ul > li:last-of-type {
    border-bottom: 1px solid #BCCACE;
  }
  header.navbar-default.navbar .mobile_menu_log_in {
    background: #0F2C35;
    order: 3;
    border-radius: 3px;
    padding: 9px 16px 7px 16px;
    min-width: 100px;
    font-size: 12px;
    font-family: 'Benton Sans Reg', 'Arial';
    text-align: center;
    color: #ffffff;
    line-height: 17px;
    margin: 0 15px;
  }
  header.navbar-default.navbar .mobile_menu_log_in:hover {
    background: #4B5D66;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    color: #ffffff;
  }
  header.navbar-default.navbar .mobile_menu_log_in i {
    font-size: 16px;
    position: relative;
    left: 4px;
    top: 1px;
  }
}
body .gm-style button,
.htmlarea-content-body .gm-style button {
  background: none !important;
}
body img.gm-fullscreen-control,
.htmlarea-content-body img.gm-fullscreen-control {
  display: none;
}
body .errors,
.htmlarea-content-body .errors {
  color: #c90065 !important;
}
.container.archive-container {
  height: 74px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff 40%), to(#0f2c35));
  background-image: -webkit-linear-gradient(left, #ffffff 40%, #0f2c35);
  background-image: -moz-linear-gradient(left, #ffffff 40%, #0f2c35);
  background-image: -ms-linear-gradient(left, #ffffff 40%, #0f2c35);
  background-image: -o-linear-gradient(left, #ffffff 40%, #0f2c35);
}
.container.archive-container a {
  float: right;
  margin: 14px 0;
}
@media (max-width: 992px) {
  .archive-container {
    display: none;
  }
}
@media (max-width: 992px) {
  .colored_border_headline {
    padding-top: 30px;
  }
  .colored_border_headline .cc-separator {
    margin-top: 16px !important;
  }
}
.separator-with-botton-container {
  position: relative;
}
.separator-with-botton-container .button-container {
  position: absolute;
  top: -35px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.separator-with-botton-container .button-container > div {
  width: 240px;
  background: #ffffff;
  margin: 0 auto;
}
.separator-with-botton-container hr {
  border-top: 2px solid #bccace;
}
.as-link {
  cursor: pointer;
  cursor: hand;
  margin-top: 72px;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
/* Nexio import */
body#body-p33 footer,
.htmlarea-content-body#body-p33 footer {
  margin-top: 0;
}
body#body-p33 .insights-page-container,
.htmlarea-content-body#body-p33 .insights-page-container {
  padding: 0 35px;
}
body#body-p33 .insights-page-container .semi-gradient-with-container,
.htmlarea-content-body#body-p33 .insights-page-container .semi-gradient-with-container {
  height: 480px;
}
@media screen and (max-width: 991px) {
  body#body-p33 .insights-page-container,
  .htmlarea-content-body#body-p33 .insights-page-container {
    padding: 0 15px;
  }
  body#body-p33 .insights-page-container .semi-gradient-with-container .container.sgwg-image-background-container,
  .htmlarea-content-body#body-p33 .insights-page-container .semi-gradient-with-container .container.sgwg-image-background-container {
    position: relative;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body#body-p33 .insights-page-container,
  .htmlarea-content-body#body-p33 .insights-page-container {
    padding: 0 20px;
  }
  body#body-p33 .insights-page-container .semi-gradient-with-container.insights-page,
  .htmlarea-content-body#body-p33 .insights-page-container .semi-gradient-with-container.insights-page {
    height: auto;
  }
  body#body-p33 .insights-page-container .semi-gradient-with-container.insights-page .container.sgwg-image-background-container,
  .htmlarea-content-body#body-p33 .insights-page-container .semi-gradient-with-container.insights-page .container.sgwg-image-background-container {
    height: auto;
  }
  body#body-p33 .insights-page-container .semi-gradient-with-container.insights-page .container.sgwg-image-background-container div,
  .htmlarea-content-body#body-p33 .insights-page-container .semi-gradient-with-container.insights-page .container.sgwg-image-background-container div {
    height: auto;
  }
}
/* EN Website Hubspot form mods */
h6.gdpr-consent-heading {
  color: #0f2c35 !important;
  font-family: 'Benton Sans Med', 'Arial', sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  margin-left: 12px;
}
p.gdpr-consent-body {
  border-bottom: 1px solid #e5e5e5;
  color: #aaa !important;
  line-height: 1 !important;
  margin: 0 0 2px 0;
  font-size: 11px !important;
  font-family: 'Benton Sans Reg', 'Arial', sans-serif !important;
}
form#hsForm_1258dd36-4562-49e2-80b4-24aff868eef9 legend.hs-field-desc {
  border-color: transparent;
}
form#hsForm_879fb8c0-5d70-40ec-abbe-a4180ba112e6 .checkbox.checkbox-primary {
  padding-left: 20px;
}
/* DE Website Hubspot form mods */
form#hsForm_822bbaf2-0448-4e76-af5a-ef8c56764e62 .checkbox.checkbox-primary {
  padding-left: 20px;
}
form#hsForm_822bbaf2-0448-4e76-af5a-ef8c56764e62 .hs_upload_resume.hs-upload_resume label span {
  font-size: 11px;
}
form#hsForm_822bbaf2-0448-4e76-af5a-ef8c56764e62 .hs_upload_resume.hs-upload_resume label span,
form#hsForm_822bbaf2-0448-4e76-af5a-ef8c56764e62 .hs_cover_upload.hs-cover_upload label span,
form#hsForm_822bbaf2-0448-4e76-af5a-ef8c56764e62 .hs_certificates_upload.hs-certificates_upload label span {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .removeBg {
    background-image: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  html[lang="fr"] header.navbar-default.navbar #header-main.container .navbar-main li {
    margin-right: 0;
  }
  html[lang="fr"] header.navbar-default.navbar #header-main.container .navbar-collapse .navbar_contact_cta {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  html[lang="fr"] header.navbar-default.navbar #header-main.container .navbar-main > li > a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1099px) {
  html[lang="fr"] header.navbar-default.navbar #header-main.container .navbar-main > li > a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1399px) {
  html[lang="fr"] header.navbar-default.navbar #header-main.container .navbar-main > li > a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
  #header-main-container {
    padding: 0 15px;
  }
}
#team_search:focus + .clear_input::before,
#team_search:focus + .clear_input::after {
  background: #0F2C35;
}
.team-details + .container .btn-toolbar.row {
  margin-left: -15px !important;
}
.team-details + .container .btn-toolbar a.primary-pill-outline-button {
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .margin-72-bottom {
    margin-bottom: 32px;
  }
  .margin-72-top {
    margin-top: 32px;
  }
  .team-details + .container .primary-pill-outline-button.margin-36-top {
    margin-top: 16px;
  }
  .margin-72-top.col-xs-12 > p {
    margin-top: 0;
  }
  .timeline_unit .tl_text .text {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .timeline_unit .tl_image img {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
/* Loading Spinner */
.loadingoverlay {
  background: rgba(15, 44, 53, 0.8) !important;
}
.svg_loading_spinner {
  width: 120px;
  height: 120px;
  font-size: 120px;
  border-radius: 50%;
}
.svg_loading_spinner .ring {
  fill: none !important;
  stroke: #CBDCE2;
  stroke-width: 4;
  opacity: 1;
}
.svg_loading_spinner .line {
  fill: none !important;
  stroke: #ff6700;
  stroke-width: 4;
  opacity: 1;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate3d(0, 0, 1, 0deg);
  animation: 2s spinner-arc ease-in-out infinite, 1.8s spinner-rotate linear infinite;
}
@keyframes spinner-rotate {
  to {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes spinner-arc {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
body #content .carousel_outer .carousel .item,
.htmlarea-content-body #content .carousel_outer .carousel .item {
  height: 700px !important;
}
@media (max-width: 991px) {
  body #content .carousel_outer .carousel .item,
  .htmlarea-content-body #content .carousel_outer .carousel .item {
    height: 550px !important;
  }
}
body #content .carousel_outer .carousel .homepage-slider,
.htmlarea-content-body #content .carousel_outer .carousel .homepage-slider {
  margin-top: 150px;
}
@media (max-width: 768px) {
  body #content .carousel_outer .carousel .homepage-slider,
  .htmlarea-content-body #content .carousel_outer .carousel .homepage-slider {
    height: 260px;
    margin-top: 125px;
  }
}
body #content .carousel_outer .carousel.has_banner_top:not(.has_banner_bot) .item,
.htmlarea-content-body #content .carousel_outer .carousel.has_banner_top:not(.has_banner_bot) .item {
  height: 750px !important;
}
@media (max-width: 991px) {
  body #content .carousel_outer .carousel.has_banner_top:not(.has_banner_bot) .item,
  .htmlarea-content-body #content .carousel_outer .carousel.has_banner_top:not(.has_banner_bot) .item {
    height: 620px !important;
  }
}
body #content .carousel_outer .carousel.has_banner_top:not(.has_banner_bot) .homepage-slider,
.htmlarea-content-body #content .carousel_outer .carousel.has_banner_top:not(.has_banner_bot) .homepage-slider {
  margin-top: 224px;
}
@media (max-width: 768px) {
  body #content .carousel_outer .carousel.has_banner_top:not(.has_banner_bot) .homepage-slider,
  .htmlarea-content-body #content .carousel_outer .carousel.has_banner_top:not(.has_banner_bot) .homepage-slider {
    height: 260px;
  }
}
@media (max-width: 400px) {
  body #content .carousel_outer .carousel.has_banner_top:not(.has_banner_bot) .homepage-slider,
  .htmlarea-content-body #content .carousel_outer .carousel.has_banner_top:not(.has_banner_bot) .homepage-slider {
    margin-top: 250px;
  }
}
body #content .carousel_outer .carousel.has_banner_top.has_banner_bot .item,
.htmlarea-content-body #content .carousel_outer .carousel.has_banner_top.has_banner_bot .item {
  height: 850px !important;
}
@media (max-width: 1199px) {
  body #content .carousel_outer .carousel.has_banner_top.has_banner_bot .item,
  .htmlarea-content-body #content .carousel_outer .carousel.has_banner_top.has_banner_bot .item {
    height: 777px !important;
  }
}
body #content .carousel_outer .carousel.has_banner_top.has_banner_bot .homepage-slider,
.htmlarea-content-body #content .carousel_outer .carousel.has_banner_top.has_banner_bot .homepage-slider {
  margin-top: 224px;
}
@media (max-width: 768px) {
  body #content .carousel_outer .carousel.has_banner_top.has_banner_bot .homepage-slider,
  .htmlarea-content-body #content .carousel_outer .carousel.has_banner_top.has_banner_bot .homepage-slider {
    height: 260px;
  }
}
@media (max-width: 400px) {
  body #content .carousel_outer .carousel.has_banner_top.has_banner_bot .homepage-slider,
  .htmlarea-content-body #content .carousel_outer .carousel.has_banner_top.has_banner_bot .homepage-slider {
    margin-top: 250px;
  }
}
body #content .carousel_outer .carousel:not(.has_banner_top).has_banner_bot .item,
.htmlarea-content-body #content .carousel_outer .carousel:not(.has_banner_top).has_banner_bot .item {
  height: 800px !important;
}
@media (max-width: 1199px) {
  body #content .carousel_outer .carousel:not(.has_banner_top).has_banner_bot .item,
  .htmlarea-content-body #content .carousel_outer .carousel:not(.has_banner_top).has_banner_bot .item {
    height: 700px !important;
  }
}
@media (max-width: 767px) {
  body #content .carousel_outer .carousel:not(.has_banner_top).has_banner_bot .item,
  .htmlarea-content-body #content .carousel_outer .carousel:not(.has_banner_top).has_banner_bot .item {
    height: 660px !important;
  }
}
body #content .carousel_outer .carousel:not(.has_banner_top).has_banner_bot .homepage-slider,
.htmlarea-content-body #content .carousel_outer .carousel:not(.has_banner_top).has_banner_bot .homepage-slider {
  margin-top: 150px;
}
@media (max-width: 768px) {
  body #content .carousel_outer .carousel:not(.has_banner_top).has_banner_bot .homepage-slider,
  .htmlarea-content-body #content .carousel_outer .carousel:not(.has_banner_top).has_banner_bot .homepage-slider {
    height: 260px;
    margin-top: 125px;
  }
}
/** DEFAULT SIMPLE **/
#content.main-section .backendlayout-pagets__default_simple {
  /*		.dcsection5__situation:before {
					background-image: url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-situation.svg) !important;
				}
				.dcsection5__situation:hover:before {
					background-image: url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-situation-hover.svg) !important;
				}
				.dcsection5__approach:before {
					background-image: url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-approach.svg) !important;
				}
				.dcsection5__approach:hover:before {
					background-image: url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-approach-hover.svg) !important;
				}
				.dcsection5__results:before {
					background-image: url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-results.svg) !important;
				}
				.dcsection5__results:hover:before {
					background-image: url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-results-hover.svg) !important;
				}*/
}
#content.main-section .backendlayout-pagets__default_simple .carousel.slide .item {
  min-height: 680px;
  height: 936px;
}
#content.main-section .backendlayout-pagets__default_simple .carousel.slide .item .bodytext {
  margin-top: 63px;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 1199px) {
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .item .bodytext {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1099px) {
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .item .bodytext {
    margin-top: 30px;
  }
}
#content.main-section .backendlayout-pagets__default_simple .carousel.slide .item .cta {
  font-size: 18px;
  line-height: 20px;
  color: #fff !important;
}
@media screen and (max-width: 1099px) {
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .item .cta {
    font-size: 16px;
    line-height: 18px;
    padding: 15px 16px 13px 16px;
  }
}
#content.main-section .backendlayout-pagets__default_simple .carousel.slide .item .cta_container {
  margin-top: 25px;
}
@media screen and (min-width: 1099px) {
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .item .cta {
    min-width: 170px;
  }
}
@media screen and (max-width: 1199px) {
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .item {
    padding: 0 !important;
    min-height: 680px;
    height: 790px;
  }
}
@media screen and (max-width: 992px) {
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .item {
    padding: 0 !important;
    min-height: 680px;
    height: 669px;
  }
}
@media screen and (max-width: 450px) {
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .item {
    height: 800px;
  }
}
@media screen and (max-width: 1199px) {
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .item h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .item h1 {
    font-size: 24px;
    line-height: 36px;
  }
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .item .bodytext {
    font-size: 14px;
    line-height: 21px;
    margin-top: 31px;
  }
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .item .cta {
    font-size: 16px;
    line-height: 18px;
    padding: 15px 16px 13px 16px;
  }
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .item .cta_container {
    margin-top: 17px;
  }
}
@media screen and (max-width: 320px) {
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .item h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
#content.main-section .backendlayout-pagets__default_simple .carousel.slide .item.top-hero {
  height: auto !important;
  min-height: auto;
}
#content.main-section .backendlayout-pagets__default_simple .carousel.slide .item.top-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/fileadmin/user_upload/ui/overlay-dark-point6.png);
  z-index: 0;
}
#content.main-section .backendlayout-pagets__default_simple .carousel.slide .item.carousel-item-type-html::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent linear-gradient(180deg, #0f2c35 0%, rgba(15, 44, 53, 0.4));
  background-repeat: no-repeat;
  opacity: 0.82;
}
#content.main-section .backendlayout-pagets__default_simple .carousel.slide .carousel-indicators li {
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 1100px) {
  #content.main-section .backendlayout-pagets__default_simple .carousel.slide .carousel-indicators li {
    width: 15px;
    height: 15px;
  }
}
#content.main-section .backendlayout-pagets__default_simple .dcsection1 {
  font-family: Benton Sans Lt, Arial, sans-serif;
}
#content.main-section .backendlayout-pagets__default_simple .dcsection1 h1 {
  color: #0f2c35;
  margin-bottom: 10px;
}
#content.main-section .backendlayout-pagets__default_simple .dcsection1 p {
  margin: 22px 0;
}
#content.main-section .backendlayout-pagets__default_simple .dcsection7__bodytext {
  font-family: Benton Sans Lt, Arial, sans-serif;
  margin-bottom: 90px;
}
#content.main-section .backendlayout-pagets__default_simple .dcsection6__bodytext {
  margin-bottom: 90px !important;
}
#content.main-section .backendlayout-pagets__default_simple .dcsection6__description {
  font-size: 14px;
  line-height: 21px;
  color: #738993;
}
#content.main-section .backendlayout-pagets__default_simple .dcsection6__description a {
  color: #0f2c35 !important;
  text-decoration: none !important;
}
#content.main-section .backendlayout-pagets__default_simple .dcsection6__description a:hover {
  text-decoration: underline !important;
}
#content.main-section .backendlayout-pagets__default_simple .module_subtitle {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 850px) and (max-width: 992px) {
  #content.main-section .backendlayout-pagets__default_simple .module_subtitle {
    width: 820px;
  }
}
@media (min-width: 993px) and (max-width: 1099px) {
  #content.main-section .backendlayout-pagets__default_simple .module_subtitle {
    width: 950px;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  #content.main-section .backendlayout-pagets__default_simple .module_subtitle {
    width: 1070px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #content.main-section .backendlayout-pagets__default_simple .module_subtitle {
    width: 1170px;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  #content.main-section .backendlayout-pagets__default_simple .module_subtitle {
    width: 1270px;
  }
}
@media (min-width: 1500px) {
  #content.main-section .backendlayout-pagets__default_simple .module_subtitle {
    width: 1470px;
  }
}
@media screen and (max-width: 991px) {
  #content.main-section .backendlayout-pagets__default_simple .module_subtitle {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#content.main-section .backendlayout-pagets__default_simple .module_abstract {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 850px) and (max-width: 992px) {
  #content.main-section .backendlayout-pagets__default_simple .module_abstract {
    width: 820px;
  }
}
@media (min-width: 993px) and (max-width: 1099px) {
  #content.main-section .backendlayout-pagets__default_simple .module_abstract {
    width: 950px;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  #content.main-section .backendlayout-pagets__default_simple .module_abstract {
    width: 1070px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #content.main-section .backendlayout-pagets__default_simple .module_abstract {
    width: 1170px;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  #content.main-section .backendlayout-pagets__default_simple .module_abstract {
    width: 1270px;
  }
}
@media (min-width: 1500px) {
  #content.main-section .backendlayout-pagets__default_simple .module_abstract {
    width: 1470px;
  }
}
@media screen and (max-width: 991px) {
  #content.main-section .backendlayout-pagets__default_simple .module_abstract {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#content.main-section .backendlayout-pagets__default_simple .timeline_unit {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 850px) and (max-width: 992px) {
  #content.main-section .backendlayout-pagets__default_simple .timeline_unit {
    width: 820px;
  }
}
@media (min-width: 993px) and (max-width: 1099px) {
  #content.main-section .backendlayout-pagets__default_simple .timeline_unit {
    width: 950px;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  #content.main-section .backendlayout-pagets__default_simple .timeline_unit {
    width: 1070px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #content.main-section .backendlayout-pagets__default_simple .timeline_unit {
    width: 1170px;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  #content.main-section .backendlayout-pagets__default_simple .timeline_unit {
    width: 1270px;
  }
}
@media (min-width: 1500px) {
  #content.main-section .backendlayout-pagets__default_simple .timeline_unit {
    width: 1470px;
  }
}
#content.main-section .backendlayout-pagets__default .dcsection6__bodytext {
  margin-bottom: 90px !important;
}
#content.main-section .backendlayout-pagets__default_simple .row .image-gradient {
  margin-bottom: 250px;
}
@media (max-width: 991px) {
  #content.main-section .backendlayout-pagets__default_simple .row .image-gradient {
    margin-bottom: 200px;
  }
}
@media (max-width: 500px) {
  #content.main-section .backendlayout-pagets__default_simple .row .image-gradient {
    margin-bottom: 50px;
  }
}
#content.main-section .backendlayout-pagets__default .full-slider .image-gradient {
  margin-bottom: 250px;
}
@media (max-width: 991px) {
  #content.main-section .backendlayout-pagets__default .full-slider .image-gradient {
    margin-bottom: 200px;
  }
}
@media (max-width: 500px) {
  #content.main-section .backendlayout-pagets__default .full-slider .image-gradient {
    margin-bottom: 50px;
  }
}
#content.main-section .backendlayout-pagets__default_clean .row .image-gradient {
  margin-bottom: 250px;
}
@media (max-width: 991px) {
  #content.main-section .backendlayout-pagets__default_clean .row .image-gradient {
    margin-bottom: 200px;
  }
}
@media (max-width: 500px) {
  #content.main-section .backendlayout-pagets__default_clean .row .image-gradient {
    margin-bottom: 50px;
  }
}
.container .module_svc2benefits > .container,
.container .module_svc3benefits > .container,
.container .module_svc2benefits2 > .container,
.container .module_svc4benefits > .container,
.container .module_sbs_text > .container {
  padding: 0;
}
.module_svc3benefits .services-text-container,
.module_svc2benefits2 .services-text-container,
.module_svc4benefits .services-text-container {
  min-height: unset;
}
.module_svc3benefits .services-text-container a,
.module_svc2benefits2 .services-text-container a {
  color: #0f2c35;
}
.module_svc2benefits .image_outer,
.module_svc3benefits .image_outer,
.module_svc2benefits2 .image_outer,
.module_svc4benefits .image_outer,
.module_sbs_text .image_outer {
  max-width: 210px;
}
@media (min-width: 768px) {
  .mobile_only {
    display: none !important;
  }
}
.zindex0 {
  z-index: 0;
}
.zindex1 {
  z-index: 1;
}
/* Module Margins Page Template "Default, Simple" + custom overrides */
.backendlayout-pagets__default_simple .module {
  margin-top: 50px;
  margin-bottom: 50px;
}
.backendlayout-pagets__default_simple .module.module_no_margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.backendlayout-pagets__default_simple .module.dcsection10,
.backendlayout-pagets__default_simple .module.acsection2,
.backendlayout-pagets__default_simple .module.dcsection4,
.backendlayout-pagets__default_simple .module.dcsection5,
.backendlayout-pagets__default_simple .module.acsection4 {
  padding-top: 70px;
  padding-bottom: 0;
}
.backendlayout-pagets__default_simple .module.dcsection5 {
  padding-bottom: 40px;
}
.backendlayout-pagets__default_simple .module.acsection3,
.backendlayout-pagets__default_simple .module.dcsection3 {
  padding: 0;
}
.backendlayout-pagets__default_simple .module.dcsection8 {
  padding-bottom: 40px;
}
.backendlayout-pagets__default_simple .module.dcsection7 {
  padding: 30px 0;
}
.backendlayout-pagets__default_simple .module.dcsection9 {
  padding-bottom: 40px;
}
.backendlayout-pagets__default_simple .module.bodytext {
  padding: 0;
}
.backendlayout-pagets__default_simple #latest-insights-container {
  padding-top: 0;
  padding-bottom: 0;
}
.backendlayout-pagets__default_simple .module_two_banners .card_outer,
.backendlayout-pagets__default_simple .module_three_banners .card_outer {
  margin: 0;
}
.backendlayout-pagets__default_simple .module_abstract .col-xs-12 {
  margin: 0 !important;
}
.backendlayout-pagets__default_simple .module.service_sub_section_video {
  padding: 0;
}
.backendlayout-pagets__default_simple .dcsection4__scrollouter {
  overflow-x: auto;
}
.backendlayout-pagets__default_simple .dcsection3,
.backendlayout-pagets__default_simple .dcsection3 .cards {
  min-height: auto;
}
.backendlayout-pagets__default_simple .dcsection3 .service_details.show {
  height: auto;
}
@media (max-width: 1199px) {
  .backendlayout-pagets__default_simple .module {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .backendlayout-pagets__default_simple .module.dcsection10,
  .backendlayout-pagets__default_simple .module.dcsection6,
  .backendlayout-pagets__default_simple .module.acsection2,
  .backendlayout-pagets__default_simple .module.dcsection4,
  .backendlayout-pagets__default_simple .module.dcsection5,
  .backendlayout-pagets__default_simple .module.acsection4 {
    padding-top: 30px;
  }
  .backendlayout-pagets__default_simple .module.dcsection7 {
    padding-top: 0;
  }
  .backendlayout-pagets__default_simple .module.dcsection7 .dcsection7__rightblock {
    margin-top: 50px;
  }
  .backendlayout-pagets__default_simple .dcsection2 .container {
    margin: 0;
  }
  .backendlayout-pagets__default_simple .dcsection7__bodytext {
    margin-bottom: 20px;
  }
  .backendlayout-pagets__default_simple .dcsection7__scrollarea {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .backendlayout-pagets__default_simple .page-break-asimetric.graybg .container .row {
    margin-bottom: 70px;
  }
}
/* /Module Margins Page Template "Default, Simple" + custom overrides */
.custom_fitimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  z-index: 1;
  opacity: 1 !important;
}
.mobile_only {
  display: block !important;
}
@media (min-width: 768px) {
  .mobile_only {
    display: none !important;
  }
}
.zindex0 {
  z-index: 0;
}
.zindex1 {
  z-index: 1;
}
/* Module Margins Page Template "Default, Simple" + custom overrides */
.backendlayout-pagets__default_simple .module {
  margin-top: 50px;
  margin-bottom: 50px;
}
.backendlayout-pagets__default_simple .module.module_no_margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.backendlayout-pagets__default_simple .module.dcsection10,
.backendlayout-pagets__default_simple .module.acsection2,
.backendlayout-pagets__default_simple .module.dcsection4,
.backendlayout-pagets__default_simple .module.dcsection5,
.backendlayout-pagets__default_simple .module.acsection4 {
  padding-top: 70px;
  padding-bottom: 0;
}
.backendlayout-pagets__default_simple .module.dcsection5 {
  padding-bottom: 40px;
}
.backendlayout-pagets__default_simple .module.acsection3,
.backendlayout-pagets__default_simple .module.dcsection3 {
  padding: 0;
}
.backendlayout-pagets__default_simple .module.dcsection8 {
  padding-bottom: 40px;
}
.backendlayout-pagets__default_simple .module.dcsection7 {
  padding: 30px 0;
}
.backendlayout-pagets__default_simple .module.dcsection9 {
  padding-bottom: 40px;
}
.backendlayout-pagets__default_simple .module.bodytext {
  padding: 0;
}
.backendlayout-pagets__default_simple #latest-insights-container {
  padding-top: 0;
  padding-bottom: 0;
}
.backendlayout-pagets__default_simple .module_two_banners .card_outer,
.backendlayout-pagets__default_simple .module_three_banners .card_outer {
  margin: 0;
}
.backendlayout-pagets__default_simple .module_abstract .col-xs-12 {
  margin: 0 !important;
}
.backendlayout-pagets__default_simple .module.service_sub_section_video {
  padding: 0;
}
.backendlayout-pagets__default_simple .dcsection4__scrollouter {
  overflow-x: auto;
}
.backendlayout-pagets__default_simple .dcsection3,
.backendlayout-pagets__default_simple .dcsection3 .cards {
  min-height: auto;
}
.backendlayout-pagets__default_simple .dcsection3 .service_details.show {
  height: auto;
}
@media (max-width: 1199px) {
  .backendlayout-pagets__default_simple .module {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .backendlayout-pagets__default_simple .module.dcsection10,
  .backendlayout-pagets__default_simple .module.dcsection6,
  .backendlayout-pagets__default_simple .module.acsection2,
  .backendlayout-pagets__default_simple .module.dcsection4,
  .backendlayout-pagets__default_simple .module.dcsection5,
  .backendlayout-pagets__default_simple .module.acsection4 {
    padding-top: 30px;
  }
  .backendlayout-pagets__default_simple .module.dcsection7 {
    padding-top: 0;
  }
  .backendlayout-pagets__default_simple .module.dcsection7 .dcsection7__rightblock {
    margin-top: 50px;
  }
  .backendlayout-pagets__default_simple .dcsection2 .container {
    margin: 0;
  }
  .backendlayout-pagets__default_simple .dcsection7__bodytext {
    margin-bottom: 20px;
  }
  .backendlayout-pagets__default_simple .dcsection7__scrollarea {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .backendlayout-pagets__default_simple .page-break-asimetric.graybg .container .row {
    margin-bottom: 70px;
  }
}
/* /Module Margins Page Template "Default, Simple" + custom overrides */
#content.main-section .carousel.slide .item.top-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/fileadmin/user_upload/ui/overlay-dark-point6.png);
  z-index: 1;
}
.module strong,
.module b {
  font-family: 'Benton Sans Bd', 'Arial';
  font-weight: normal;
}
.module_benefits .text_container * {
  color: #4b5d66;
}
.module_benefits .row.middle .icon_outer,
.module_benefits .row.middle .image_outer {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.module_benefits .row.right .icon_outer,
.module_benefits .row.right .image_outer {
  left: 100%;
  position: relative;
  transform: translateX(-100%);
}
ul li::before,
ol li::before {
  color: #ff6700;
}
ul li::marker,
ol li::marker {
  color: #ff6700;
}
.main-section ul li,
.body-container-wrapper ul li,
.bg-brand-default-white ul li,
.landingpage ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}
.main-section ul li:first-child,
.body-container-wrapper ul li:first-child,
.bg-brand-default-white ul li:first-child,
.landingpage ul li:first-child {
  margin-top: 15px;
}
ul > li > ul {
  list-style-type: disc;
  padding-inline-start: 30px;
}
.main-section ol li,
.body-container-wrapper ol li,
.bg-brand-default-white ol li,
.landingpage ol li {
  list-style-type: auto;
  margin-bottom: 15px;
}
.main-section ol li:first-child,
.body-container-wrapper ol li:first-child,
.bg-brand-default-white ol li:first-child,
.landingpage ol li:first-child {
  margin-top: 15px;
}
.main-section ul,
.body-container-wrapper ul,
.bg-brand-default-white ul,
.main-section ol,
.body-container-wrapper ol,
.bg-brand-default-white ol,
.landingpage ol {
  padding-inline-start: 30px;
}
.main-section ul li::marker,
.body-container-wrapper ul li::marker,
.bg-brand-default-white ul li::marker,
.main-section ul li::marker,
.body-container-wrapper ul li::marker,
.bg-brand-default-white ul li::marker,
.landingpage ol li::marker {
  color: #ff5122;
}
.main-section .dcsection5__sheettext ul li:before {
  content: '';
}
.blog_post .inner ul > li::before {
  content: '' !important;
}
.blog_post .cta {
  margin-block: 25px;
}
.blog_post .textonly p strong {
  font-weight: 100;
}
.blog_post .inner h3 {
  margin-top: 60px;
  font-size: 26px !important;
  line-height: 42px;
  font-family: 'Benton Sans Med', 'Arial' !important;
  padding-bottom: 21px;
  border-bottom: 7px solid #F2F4F5;
  margin-bottom: 24px;
  font-weight: unset !important;
  color: #000;
}
.blog_post .inner ul {
  padding-inline-start: 15px !important;
}
.nc-icon-mini .ui-1_zoom {
  background-image: url("/vendor/bk2k/bootstrap_package/Resources/Public/Images/Icons/nc-icon-mini ui-1_zoom.svg");
}
.nc-icon-mini .ui-1_send {
  background-image: url("/vendor/bk2k/bootstrap_package/Resources/Public/Images/Icons/nc-icon-mini ui-1_send.svg");
}
.nc-icon-mini .ui-3_phone {
  background-image: url("/vendor/bk2k/bootstrap_package/Resources/Public/Images/Icons/nc-icon-mini ui-3_phone.svg");
}
.nc-icon-outline .text_quote {
  background-image: url("/vendor/bk2k/bootstrap_package/Resources/Public/Images/Icons/nc-icon-outline text_quote.svg");
}
.nc-icon-mini .ui-1_calendar-57 {
  background-image: url("/vendor/bk2k/bootstrap_package/Resources/Public/Images/Icons/nc-icon-mini ui-1_calendar-57.svg");
}
.nc-icon-mini .arrows-1_minimal-down {
  background-image: url("/vendor/bk2k/bootstrap_package/Resources/Public/Images/Icons/nc-icon-mini arrows-1_minimal-down.svg");
}
.nc-icon-outline .shopping_tag {
  background-image: url("/vendor/bk2k/bootstrap_package/Resources/Public/Images/Icons/nc-icon-outline shopping_tag.svg");
}
.nc-icon-mini .arrows-1_minimal-left {
  background-image: url("/vendor/bk2k/bootstrap_package/Resources/Public/Images/Icons/nc-icon-mini arrows-1_minimal-left.svg");
}
.nc-icon-mini .ui-1_calendar-60 {
  background-image: url("/vendor/bk2k/bootstrap_package/Resources/Public/Images/Icons/nc-icon-mini ui-1_calendar-60.svg");
}
.nc-icon-mini .ui-1_simple-delete {
  background-image: url("/vendor/bk2k/bootstrap_package/Resources/Public/Images/Icons/nc-icon-mini ui-1_simple-delete.svg");
}
.brand_page {
  display: flex;
  flex-direction: column;
  position: relative;
}
.brand_page .stage {
  height: 100%;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
}
.brand_page .stage_media > .brand-page-stage {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  background: transparent;
}
.brand_page .stage_media > img,
.brand_page .scrolled .scroll_image > img,
.brand_page .scroll_image > img {
  width: 100%;
  /*height: 420px;*/
  height: 550px;
  object-fit: cover;
  border-radius: 0 !important;
}
.brand_page .stage_media .stage_logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 40px;
}
.brand_page .stage_media .stage_headline {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding-bottom: 0px;
  font-family: 'Benton Sans Med';
}
.brand_page .stage_media .stage_text {
  padding: 0 15px 45px 15px;
}
.brand_page .stage_media .stage_text p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Benton Sans Reg';
}
.brand_page .ribbon_nav {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  overflow-x: auto;
}
.brand_page .ribbon_nav ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  gap: 15px;
  padding-inline-start: 0;
  justify-content: flex-start;
  align-items: flex-end;
  overflow-x: auto;
  padding: 0 15px;
}
.brand_page .ribbon_nav ul::-webkit-scrollbar {
  display: none;
}
.brand_page .bg-brand-default-white ul li {
  margin-bottom: 0;
  border-radius: 3px 3px 0px 0px;
  /* opacity: 0.9; */
  height: 45px;
  list-style-type: none !important;
}
.brand_page .bg-brand-default-white ul li span {
  max-height: 60px;
  line-height: normal;
}
.brand_page .bg-brand-default-white ul li a {
  font-size: 14px;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
}
.brand_page .bg-brand-default-white ul > .act {
  background-color: #fff !important;
  border-top: 2px solid #005F6A;
}
.brand_page .bg-brand-default-white ul > .act a {
  color: #000;
}
.brand_page video {
  display: none;
}
.brand_page .scrolled .scroll_image {
  display: block;
}
.sticky {
  width: 100%;
  z-index: 30;
  animation-name: fadeInUp;
  animation-duration: 1s;
}
.sticky .bg-brand-default-white ul li {
  height: 40px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    top: -50px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.sticky .stage_media {
  height: 50px;
}
.sticky .stage_media > img,
.sticky .stage_media > video {
  height: 50px;
}
.sticky .stage_media .stage {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: center;
  align-items: flex-end;
}
.sticky .stage_headline {
  display: none;
}
.sticky .stage_text {
  display: none;
}
.sticky .ribbon_nav ul {
  align-items: center;
}
.sticky .bg-brand-default-white ul li {
  height: 40px;
  border-radius: 3px;
  margin-top: 0;
}
.sticky .scrolled .scroll_image img {
  height: 50px;
}
.brand_page .logIn::before {
  content: '';
  display: block;
  background-image: url('../../../fileadmin//srv/live/dennemeyer/vendor/bk2k/bootstrap-package/Resources/Public/Images/Icons/log-in-normal-white.svg');
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  float: left;
  margin-top: 1px;
  margin-right: 10px;
}
.brand_page .try_for_free::before {
  content: '';
  display: block;
  background-image: url('../../../fileadmin//srv/live/dennemeyer/vendor/bk2k/bootstrap-package/Resources/Public/Images/Icons/log-in-normal-orange.svg');
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  float: left;
  margin-top: 1px;
  margin-right: 10px;
}
.brand_page .stage_media .try_for_free {
  color: #ff6700 !important;
  background: #fff;
  border: 1px solid #ff5122;
  margin-right: 15px;
}
.brand_page .stage_media .try_for_free:hover {
  background: #ff6700;
  color: #fff !important;
  -webkit-box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
  box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
.brand_page .stage_media .try_for_free:hover::before {
  background-image: url('../../../fileadmin//srv/live/dennemeyer/vendor/bk2k/bootstrap-package/Resources/Public/Images/Icons/log-in-normal-white.svg');
}
@media only screen and (min-width: 767px) {
  .sticky .stage_media .stage_logo {
    max-width: 135px;
    /* war 175px */
    margin-right: 50px;
    top: 0 !important;
    /* war 15px */
  }
  .sticky .stage_media .stage_logo img {
    width: 100%;
    height: auto;
  }
  .sticky .stage_media {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
  }
  .brand_page .stage_media .stage_headline {
    font-size: 40px;
  }
  .brand_page .stage_media .stage_text {
    padding: 0 15px 150px 15px;
  }
  .brand_page .stage_media .try_for_free {
    color: #ff6700 !important;
    background: #fff;
    border: 1px solid #ff5122;
  }
  .brand_page .stage_media .try_for_free:hover {
    background: #ff6700;
    color: #fff !important;
    -webkit-box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
    box-shadow: 0px 5px 15px rgba(15, 44, 53, 0.25);
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  }
  .brand_page .stage_media .try_for_free:hover::before {
    /*content: '';*/
    /*display: block;*/
    background-image: url('../../../fileadmin//srv/live/dennemeyer/vendor/bk2k/bootstrap-package/Resources/Public/Images/Icons/log-in-normal-white.svg');
    /*background-repeat: no-repeat;*/
    /*width: 14px;*/
    /*height: 14px;*/
    /*float: left;*/
    /*margin-right: 10px;*/
  }
  .brand_page .logIn::before {
    content: '';
    display: block;
    background-image: url('../../../fileadmin//srv/live/dennemeyer/vendor/bk2k/bootstrap-package/Resources/Public/Images/Icons/log-in-normal-white.svg');
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
  }
  .brand_page .try_for_free::before {
    content: '';
    display: block;
    background-image: url('../../../fileadmin//srv/live/dennemeyer/vendor/bk2k/bootstrap-package/Resources/Public/Images/Icons/log-in-normal-orange.svg');
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
  }
  /* Only Firefox */
  /*  @-moz-document url-prefix() {
		.brand_page .try_for_free::before {
		  width: 15px;
		  height: 15px;
		  margin-top: 2px;
		}
	  }*/
  .brand_page .stage_media .stage_text p {
    font-size: 16px;
  }
  .sticky .stage_media {
    height: 50px;
  }
  .sticky .stage_media > img,
  .sticky .stage_media > video {
    height: 50px;
  }
  .sticky .stage_media .stage {
    align-items: center;
  }
  .brand_page .ribbon_nav ul {
    display: flex;
    margin-bottom: 0;
    gap: 15px;
    overflow-x: auto;
    justify-content: flex-start;
    padding-inline: 5px;
  }
  .brand_page .stage_media .stage_logo {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .brand_page {
    height: 550px;
  }
  .brand_page .scroll_image,
  .brand_page .scrolled .scroll_image {
    display: none;
  }
  .brand_page.sticky .scroll_image,
  .brand_page.sticky .scrolled .scroll_image {
    display: block;
  }
  .brand_page.sticky .scroll_image > img,
  .brand_page.sticky .stage_media > img {
    height: 80px;
  }
  .brand_page .stage_media video,
  .brand_page .stage_media iframe {
    width: 100%;
    /*height: 420px;*/
    height: 550px;
    object-fit: cover;
    display: block;
  }
  .brand_page.sticky .stage_media video {
    display: none;
  }
  .sticky {
    width: 100%;
    z-index: 30;
    transition: all ease-in-out 0.5s;
  }
  .sticky .scrolled .scroll_image img {
    height: 80px;
  }
  .sticky .stage_media {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
  }
  .sticky .stage_media .stage_logo {
    max-width: 175px;
    margin-right: 50px;
    top: 15px !important;
  }
  .sticky .stage_media > img,
  .sticky .stage_media > video {
    height: 80px;
  }
  .sticky .stage_media .stage {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 100px;
    position: relative;
  }
  .sticky .stage_headline {
    display: none;
  }
  .sticky .ribbon_nav ul {
    align-items: center;
  }
  .sticky .bg-brand-default-white ul li {
    height: 60px;
    border-radius: 3px;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 1200px) {
  .sticky .stage_media > .brand-page-stage {
    width: 1470px;
  }
  .sticky .stage_text {
    display: block;
    position: absolute;
    right: -130px;
    top: auto;
    bottom: 0;
    padding-bottom: 18px !important;
  }
  .sticky .stage_media .stage_text p a {
    padding: 10px 20px !important;
  }
}
/* "See how semantic search work" */
.tx_neajaxform .fields input {
  border: 1px solid #CBDCE2;
  width: 100%;
  margin-bottom: 5px;
}
.tx_neajaxform .field .select {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
.tx_neajaxform .field p {
  clear: both;
}
.tx_neajaxform .field .select2-drop .select2-search:before {
  content: '';
  /* background-image: url('../../../fileadmin/Images/Icons/language-normal.svg'); */
  display: none;
}
@media only screen and (min-width: 991px) {
  .tx_neajaxform .fields input {
    max-width: 100%;
    width: 15%;
    border: 1px solid #CBDCE2;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .tx_neajaxform .fields .select {
    float: left;
    width: 10%;
    margin-right: 15px;
  }
  .tx_neajaxform .field .select2-container a.select2-choice {
    height: 28.8px;
  }
}
/* Only Safari */
@supports (-webkit-touch-callout: none) {
  .tx_neajaxform .field .select2-container a.select2-choice {
    height: 33.5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* Ticket #43702 */
.ne_library .section_resources {
  padding-top: 30px;
}
/* Brand Color */
#header-main-top {
  font-family: 'Benton Sans Reg', 'Arial';
  font-size: 16px;
  height: 40px;
  min-height: 40px;
  background: #0f2c35;
  padding: 8px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 21;
  border: 0;
  box-sizing: border-box;
}
#header-main-top .search_container_flyout {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 119px;
  opacity: 1;
  border-top: 2px solid #BCCACE;
  height: 106px;
  box-shadow: 0px 15px 30px #0F2C351A;
  display: none;
}
@media screen and (max-width: 1099px) {
  #header-main-top .search_container_flyout {
    top: 110px;
  }
}
#header-main-top .icon-search-button {
  border: none;
  background: transparent;
  color: #bccace;
  font-size: 14px;
  padding-right: 0;
  padding-left: 20px;
  cursor: pointer;
  outline: 0;
}
@media screen and (max-width: 992px) {
  #header-main-top .icon-search-button {
    display: none;
  }
}
#header-main-top .icon-search-button:hover {
  color: #fff;
}
#header-main-top .icon-search-button.active {
  color: #fff;
}
#header-main-top .icon-search-button .submit_label {
  display: inline-block;
  margin-left: 4px;
}
#header-main-top > .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1099px) {
  #header-main-top > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #header-main-top > .container {
    width: 100%;
  }
}
#header-main-top a {
  padding-right: 25px;
  color: #CBDCE2;
  cursor: pointer;
  font-size: 14px;
}
#header-main-top a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1099px) {
  #header-main-top a#header-location {
    margin-left: 12px;
  }
}
#header-main-top a > i.padding-10-right {
  padding-right: 8px;
}
#header-main-top a > i.business_globe {
  font-size: 14px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 992px) {
  #header-main-top a > .lang_label_mobile_hidden {
    display: none;
  }
}
#header-main-top .float-right a {
  padding-left: 8px !important;
  padding-right: 0;
}
@media (min-width: 992px) {
  #header-main-top .float-right a {
    padding-left: 25px !important;
  }
}
#header-main-top .row.no-gutters {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
#header-main-top .row.no-gutters .col-xs-4,
#header-main-top .row.no-gutters .col-xs-8 {
  padding: 0;
}
#header-main-top .network_toggle_mobile {
  font-family: 'Benton Sans Reg', 'Arial';
  font-weight: normal;
  color: #CBDCE2;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  padding-right: 18px;
}
#header-main-top .network_toggle_mobile:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #CBDCE2;
  border-bottom: 2px solid #CBDCE2;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
}
#header-main-top #network_toggle_mobile_state:checked + .network_toggle_mobile:after {
  transform: rotate(135deg);
  top: 13px;
  border-color: #fff;
}
@media (min-width: 992px) {
  #header-main-top .network_toggle_mobile {
    display: none;
  }
}
#header-main-top #network_toggle_mobile_state {
  display: none;
}
@media (max-width: 991px) {
  #header-main-top .network_links {
    display: none !important;
    background: #0f2c35;
    position: absolute;
    left: -7px;
    padding: 0;
    border-radius: 3px;
    min-width: 106px;
    margin-top: -5px;
  }
  #header-main-top .network_links a {
    display: block;
    padding: 7px 4px 6px 11px !important;
    font-size: 14px !important;
    line-height: 24px;
  }
  #header-main-top .network_links a:hover,
  #header-main-top .network_links a:focus {
    background: rgba(245, 247, 250, 0.2);
    color: #fff;
  }
}
#header-main-top #network_toggle_mobile_state:checked ~ .network_toggle_mobile {
  color: #fff;
}
#header-main-top #network_toggle_mobile_state:checked ~ .network_links {
  display: block !important;
}
.icon-small-svg {
  width: 14px;
  height: auto;
  margin-right: 10px;
}
#header-search-container {
  position: relative;
  width: 100%;
  padding: 17px 15px 10px;
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  #header-search-container {
    padding-top: 47px;
  }
}
#header-search-container .search_close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: -5%;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1399px) {
  #header-search-container .search_close {
    right: 12px;
    top: 10px;
  }
}
#header-search-container .search_close::before {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: #698A95;
  transform: rotate(45deg);
  top: 3px;
}
#header-search-container .search_close::after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: #698A95;
  transform: rotate(-45deg);
  top: 3px;
}
#header-search-container .search_close:hover::before {
  background-color: #0F2C35;
}
#header-search-container .search_close:hover::after {
  background-color: #0F2C35;
}
#header-search-container .search_pretext {
  font-size: 16px;
  font-family: 'Benton Sans Reg', 'Arial';
  color: #0F2C35;
  margin-bottom: 5px;
}
@media screen and (max-width: 1099px) {
  #header-search-container .search_pretext {
    display: none;
  }
}
#header-search-container .tx-solr-search-form {
  margin-top: 0;
}
#header-search-container .header-search-box form {
  cursor: pointer;
  width: 100%;
}
#header-search-container .tx-indexedsearch-form {
  cursor: pointer;
  border-bottom: 0 solid white;
  position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;
  transition: width 1s;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#header-search-container .tx-indexedsearch-form .search_form_icon {
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 13px;
  color: #fff;
  z-index: 10;
}
#header-search-container .tx-indexedsearch-form .form-control {
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 38px;
  padding-right: 45px;
}
#header-search-container .tx-indexedsearch-form input[type="submit"] {
  width: 38px;
  height: 38px;
  background-color: #FF6700;
  right: 0px;
  text-indent: -9999px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: background-color 0.3s ease-out;
}
#header-search-container .tx-indexedsearch-form input[type="submit"]:hover {
  background-color: #FF5122;
}
#header-search-container .small-button {
  padding: 8px 16px;
}
@media screen and (max-width: 991px) {
  #header-search-container .small-button {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  #header-search-container .header-search-box {
    display: block;
    width: 100%;
  }
}
#header-search-container .header-search-box .tx_solr {
  padding: 0;
  width: 100% !important;
}
#header-search-container .header-search-box input {
  color: #bccace;
  font-size: 16px;
  position: relative;
  top: 0;
  right: 0;
  outline: none;
  width: 100%;
  height: 40px;
  margin: 0;
  z-index: 10;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border: 1px solid #698A95;
  border-radius: 3px;
  color: #0F2C35;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#header-search-container .header-search-box input::-webkit-input-placeholder {
  display: none;
}
#header-search-container .header-search-box input::-moz-placeholder {
  display: none;
}
#header-search-container .header-search-box input:focus {
  border-color: #FF6700;
  box-shadow: none;
  outline: none;
}
#header-search-container .header-search-box .flex-group {
  display: flex;
}
#header-search-container .header-search-box .reset_search {
  position: absolute;
  right: 65px;
  z-index: 11;
  top: 5px;
  color: #002832;
  font-size: 20px;
  cursor: pointer;
}
#header-search-container .header-search-box .input-group-btn {
  padding: 0;
  width: 40px;
}
#header-search-container .header-search-box .input-group-btn .btn {
  background-color: #FF6700;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  width: 40px;
  height: 40px;
  transition: background-color 0.3s ease-out;
}
#header-search-container .header-search-box .input-group-btn .btn:hover {
  background-color: #FF5122;
}
#header-search-container .header-search-box .input-group-btn .btn .nc-icon-mini {
  color: #fff;
  font-size: 12px;
  position: relative;
}
#header-search-container .header-search-box .input-group-btn .btn .btn_label {
  display: none;
}
#header-search-container .header-search-box .form-control-submit,
#header-search-container .header-search-box .search-label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  background: white;
}
#header-search-container .header-search-box .icon-search-button {
  border: none;
  background: transparent;
  color: #bccace;
  width: auto;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  z-index: 90;
}
@media (max-width: 991px) {
  #header-search-container .header-search-box .icon-search-button {
    display: none;
  }
}
#header-search-container .header-search-box .icon-search-button:hover {
  color: #fff;
}
@media screen and (max-width: 992px) {
  #header-search-container .header-search-box .icon-search-button {
    width: 27px;
    color: #698a95 !important;
  }
  #header-search-container .header-search-box .icon-search-button:hover {
    color: #698a95;
  }
}
#header-search-container .submit_label {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  color: #CBDCE2;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1099px) {
  #header-search-container .submit_label {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  #header-search-container .submit_label {
    display: none;
  }
}
#header-search-container .icon-search-button:hover .submit_label {
  color: #fff;
}
.header-search-button {
  background: #fff;
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.form-control-submit {
  background: #fff;
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .form-control-submit {
    display: none !important;
    position: relative !important;
    left: 0 !important;
    top: auto !important;
    bottom: -60px !important;
    width: 100px !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    z-index: 1 !important;
    background-color: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
  }
}
.mobile_search_container {
  display: none;
  float: right;
  height: 35px;
}
@media (min-width: 992px) {
  .mobile_search_container {
    display: none !important;
  }
}
.desktop_search_container {
  display: block;
  position: relative;
  margin: 0 0 0 13px;
  float: right;
  cursor: pointer;
  width: 80px;
}
@media screen and (max-width: 992px) {
  .desktop_search_container {
    display: none;
  }
  .mobile_search_container {
    display: block;
    top: 18px;
    right: 12px;
    position: relative;
  }
  #header-search-container .header-search-box form {
    position: relative;
    height: 35px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  #header-search-container {
    margin: 0;
  }
  #header-search-container .header-search-box form {
    position: relative;
  }
}
#header-main-top + #header-main-container,
#header-main-top + .dcheader {
  top: 0;
  transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
}
#header-main-top + .dcheader + #content {
  margin-top: 40px;
}
@media screen and (max-width: 1099px) {
  #header-main-top + .dcheader + #content {
    margin-top: 40px;
  }
}
#header-main-top:not(.scrollhide) + #header-main-container,
#header-main-top:not(.scrollhide) + .dcheader {
  top: 40px;
  transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
}
#header-main-top:not(.scrollhide) + .dcheader .dcheader__menu {
  top: 55px;
  transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
}
@media screen and (max-width: 1099px) {
  #header-main-top:not(.scrollhide) + #header-main-container,
  #header-main-top:not(.scrollhide) + .dcheader {
    top: 40px;
  }
  #header-main-top:not(.scrollhide) + .dcheader .dcheader__menu {
    top: 55px;
  }
}
@media screen and (max-width: 320px) {
  .dcheader__menu + .container {
    padding: 0 15px;
  }
}
#header-main-container {
  min-height: 70px;
  border-top: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#header-main-container .search-label {
  display: none;
  outline: 0;
  border: none;
  background: transparent;
  width: 27px;
  height: 25px;
  top: 5px;
  position: relative;
}
@media screen and (max-width: 992px) {
  #header-main-container .search-label {
    display: block;
  }
}
#header-main-container .search-label .nc-icon-mini {
  color: #698A95;
  font-size: 18px;
  position: relative;
  top: 2px;
}
#header-main-container .search-label .nc-icon-mini:hover {
  color: #0F2C35;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #4b5d66;
}
.navbar-default .navbar-toggle.nav_open .icon-bar {
  display: none;
}
.navbar-default .navbar-toggle .close_icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  top: 4px;
  display: none;
}
.navbar-default .navbar-toggle .close_icon::before,
.navbar-default .navbar-toggle .close_icon::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #698A95;
}
.navbar-default .navbar-toggle .close_icon::before {
  transform: rotate(45deg);
}
.navbar-default .navbar-toggle:hover .close_icon::before,
.navbar-default .navbar-toggle:hover .close_icon::after {
  background: #0F2C35;
}
.navbar-default .navbar-toggle .close_icon::after {
  transform: rotate(-45deg);
}
.navbar-default .navbar-toggle.nav_open .close_icon {
  display: inline-block;
}
.navbar-default .navbar-toggle {
  margin-right: 0;
  right: -5px;
}
@media (min-width: 992px) {
  #header-main-container:not(.absolute-header) ~ #content.main-section {
    /*margin-top: 200px;*/
    margin-top: 40px;
  }
  /*#header-main-top + #header-main-container,*/
  #header-main-top + .dcheader {
    position: fixed;
    width: 100%;
    z-index: 140;
  }
  /*#header-main-container.small_header,*/
  .dcheader.small_header {
    height: 80px;
    min-height: 80px;
    background: #fff !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  #header-main-top:not(.scrollhide) + .dcheader .dcheader__menu {
    top: 80px;
  }
  #header-main-top:not(.scrollhide) + .dcheader.small_header .dcheader__menu {
    top: 55px;
  }
  #header-main-top.scrollhide + .dcheader.small_header .dcheader__menu {
    top: 15px;
  }
  .dcheader.small_header > .container {
    position: relative;
  }
  .dcheader.small_header .col-6.text-right.align-items-center {
    position: absolute;
    right: 0;
    top: 20px;
  }
  /*	#header-main-container.small_header a.navbar-brand-image {
		display: block;
		width: 259px;
		height: 84px;
		margin-top: -20px;
		margin-left: 40px;
		background: url("/fileadmin/introduction/images/theme/logo-small.png") no-repeat 0 0;
		background-size: 249px 74px;
	}
	#header-main-container.small_header a.navbar-brand-image img {
		display: none !important;
	}*/
  .dcheader.small_header .col-6.text-left {
    background-position: left center;
    background-repeat: no-repeat;
    height: 80px;
    position: absolute;
    top: 2px;
    background-size: 395px 138px;
    left: -12px;
  }
  .dcheader.small_header .col-6.text-left img {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  #header-main-container {
    min-height: 79px;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .dcheader.small_header .col-6.text-left {
    left: -51px;
  }
}
/* Search heder autocomplete styles */
body .tx-solr-autosuggest,
.htmlarea-content-body .tx-solr-autosuggest {
  border: 1px solid #BCCACE;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-top: -2px;
}
body .tx-solr-autosuggest .autocomplete-suggestion,
.htmlarea-content-body .tx-solr-autosuggest .autocomplete-suggestion {
  color: #0F2C35;
  padding: 7px 7px 7px 10px;
}
body .tx-solr-autosuggest strong,
.htmlarea-content-body .tx-solr-autosuggest strong {
  color: #FF6700;
}
body .tx-solr-autosuggest .autocomplete-suggestion::before,
.htmlarea-content-body .tx-solr-autosuggest .autocomplete-suggestion::before {
  display: none;
}
body .tx-solr-autosuggest .autocomplete-selected,
.htmlarea-content-body .tx-solr-autosuggest .autocomplete-selected {
  background: #F5F7FA;
  text-decoration: none;
}
body .tx-solr-autosuggest .autocomplete-suggestion:last-child,
.htmlarea-content-body .tx-solr-autosuggest .autocomplete-suggestion:last-child {
  background: transparent;
  color: #0F2C35;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #cccccc;
}
.pswp__error-msg a {
  color: #cccccc;
  text-decoration: underline;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('../../../fileadmin//srv/live/dennemeyer/vendor/bk2k/bootstrap-package/Resources/Public/Images/PhotoSwipe/default-skin.png') 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url('../../../fileadmin//srv/live/dennemeyer/vendor/bk2k/bootstrap-package/Resources/Public/Images/PhotoSwipe/default-skin.svg');
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url('../../../fileadmin//srv/live/dennemeyer/vendor/bk2k/bootstrap-package/Resources/Public/Images/PhotoSwipe/preloader.gif') 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/** TICKET #43793 **/
.brand_page .stage_media .stage_text p a:hover,
.brand_page .stage_media .stage_text p a:focus {
    text-decoration: none !important;
}

.brand_page .stage_media .try_for_free:hover {
    background: #ff5122;
}

/** /TICKET #43793 **/

/** TICKET #43791 **/
.pagination > .active > span {
    background: transparent;
    text-decoration: none !important;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    font-size: 12px;
    padding: 6px 0;
    padding-bottom: 6px;
    padding-bottom: 6px;
    width: 28px;
    text-align: center;
    height: 28px;
}

/** /TICKET #43791 **/

/** TICKET #43792 **/
#header-main-top a {
    display: inline-block;
    line-height: 14px;
}

#header-main-top a .icon-small-svg {
    vertical-align: top;
}

.tx-solr-search-form .flex-group .input-group-btn .btn,
#header-search-container .header-search-box .input-group-btn .btn {
    background-image: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Images/Icons/search-white.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

#header-main-top .icon-search-button img {
    margin-right: 0;
    margin-top: -2px;
}

/** /TICKET #43792 **/

/** TICKET #43790 **/
.brand_page .stage_media .logIn:before {
    background-image: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Images/Icons/Icon_trial_white.svg');
    width: 20px;
    height: 20px;
}

.brand_page .stage_media .try_for_free:before {
    background-image: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Images/Icons/Icon_user_orange.svg');
    width: 20px;
    height: 20px;
}

.brand_page .stage_media .try_for_free:hover:before {
    background-image: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Images/Icons/Icon_user_white.svg');
}

/** /TICKET #43790 **/


/** TICKET #43815 **/
.checkbox-primary input[type="checkbox"]:checked + label:before {
    background-color: #000 !important;
    background-image: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Icons/form_checkbox_dennemeyer_white.svg') !important;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    display: none !important;
}

input[type="checkbox"].styled:checked + label:after {
    display: none !important;
}

/** /TICKET #43815 **/


/** TICKET #43828 **/
.blog_post .inner h3 {
    /*margin-top: 60px;*/
    /*font-size: 26px !important;*/
    /*line-height: 42px;*/
    /*font-family: 'Benton Sans Med', 'Arial' !important;*/
    padding-bottom: 0;
    border-bottom: none;
    /*margin-bottom: 24px;*/
    /*font-weight: unset !important;*/
    /*color: #000;*/
}

/** /TICKET #43828 **/


/** TICKET #43841 **/
@media (min-width: 992px) {
    #semantic-search-demo {
        min-height: 570px;
    }
}

#semantic-search-demo .fields input {
    /*border: 2px solid #7c919a;*/
    padding: 1px 4px;
    width: 100%;
    /*max-width: 210px !important;*/
}

#semantic-search-demo .fields .select2-container {
    width: 100%;
    /*max-width: 210px !important;*/
}

@media (min-width: 992px) {
    #semantic-search-demo .fields input,
    #semantic-search-demo .fields .select2-container {
        max-width: 210px !important;
    }
}

#semantic-search-demo .form .fields {
    max-width: 660px;
    margin: auto;
    text-align: left;
    justify-content: flex-start;
}

#semantic-search-demo .form .fields .field {
    width: 100%;
}

@media (min-width: 992px) {
    #semantic-search-demo .form .fields .field {
        width: 33.333%;
    }

    #semantic-search-demo .form .fields .field.type_textarea,
    #semantic-search-demo .form .fields .field.type_statictext {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #semantic-search-demo .form .fields .field.type_textarea,
    #semantic-search-demo .form .fields .field.type_textarea textarea {
        width: 900px;
    }

    #semantic-search-demo .form .fields .field.type_textarea textarea {
        margin-left: -120px;
    }
}

#semantic-search-demo .button_previous {
    border: 1px solid #7c919a;
    background: #fff;
    color: #7c919a;
}

#semantic-search-demo .thank_you .form_check {
    display: inline-block;
    width: 96px;
    height: 96px;
    background-image: url(/fileadmin/a/page/forms-modals/form_success_check.svg);
    margin-top: 15px;
}

#semantic-search-demo .thank_you .form_submittedheadline p {
    font-size: 24px;
    line-height: 29px;
    color: #00d464;
    font-family: Benton Sans Med, Arial, sans-serif !important;
}

#semantic-search-demo .thank_you a {
    /*font-size: 18px;*/
    /*line-height: 24px;*/
    color: #ff6700;
    background: transparent;
    /*padding: 20px 40px;*/
    /*margin: 22px 0;*/
    border: 1px solid transparent;
}

#semantic-search-demo .thank_you a:hover {
    box-shadow: none;
}

.select2-drop .select2-search:before {
    content: none !important;
    display: none !important;
}

#semantic-search-demo .last_step_text {
    margin-bottom: 20px;
}

#semantic-search-demo .field.type_countryselect,
#semantic-search-demo .field.type_stateselect {
    position: relative;
}

#semantic-search-demo .field.type_countryselect select,
#semantic-search-demo .field.type_stateselect select {
    width: 100% !important;
    height: 28px !important;
}

/** /TICKET #43841 **/


/** START Ticket #43791 **/
/* .select2-drop.select-dropdown .select2-results .select2-result-label .select2-match {
        display: none;
}
.select2-drop.select-dropdown .select2-results .select2-result-label {
        padding-left: 10px;
        font-size: 12px;
}
*/
.select2-drop.select-dropdown .select2-results .select2-result-label {
    font-size: 12px;
}

.select2-drop.select-dropdown .select2-results .select2-highlighted .select2-result-label {
    color: #ff6700;
}

/** END Ticket #43791 **/

/** START Ticket #44011 **/
#content.main-section .module_two_banners .card.bg_gradient:before,
#content.main-section .module_three_banners .card.bg_gradient:before,
#content.main-section .carousel.slide .item.top-hero::before {
    z-index: 2 !important;
}

/** END Ticket #44011 **/

/** START Ticket #44324 **/
@media (max-width: 767px) {
    #header-main-top a#header-location {
        margin-left: 0;
    }

    #header-main-top .float-right a {
        padding-left: 2px !important;
    }
}

.module_price_table .mobile .placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #0F2C35;
    font-family: 'Benton Sans Reg';
    text-align: center;
    word-break: break-word;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background-color: #F5F7FA;
}

.module_price_table .mobile .first_column_check {
    /* background: #F5F7FA;
    height: 40px;
    border-right: 15px solid #fff;
    */
}

.module_price_table .mobile .second_column_check {
    height: 40px;
}

.module_price_table .mobile .second_column_check .noChecked, .module_price_table .mobile .third_column_check .noChecked,
.module_price_table .mobile .first_column_check .noChecked, .module_price_table .mobile .third_column_check .checked,
.module_price_table .mobile .second_column_check .checked, .module_price_table .mobile .first_column_check .checked {
    background-color: #F2F4F6;
    padding-right: 10px;
    height: 40px;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}

.module_price_table .mobile .third_column_check .noChecked {
    background-color: #CBDCE2;
}

.module_price_table .mobile .third_column_check {
    height: 40px;
}


.module_price_table .footer_linie {
    margin-block: 30px;
    border-top: 1px solid #CBDCE2;
}

.module_price_table .mobile .footer {
    font-size: 16px;
    line-height: 21px;
    color: #698A95;
    font-family: 'Benton Sans Lt';
    border-right: 15px solid #fff;
}

.module_price_table .two_colum .table_titles th {
    width: 50%;
}


.module_price_table .two_colum .mobile .second_column_check .noChecked, .module_price_table .two_colum .mobile .second_column_check .checked, .module_price_table .two_colum .mobile .second_column_check .placeholder {
    background-color: #CBDCE2;
}

.module_price_table .two_colum .mobile .second_column_check {
    /* border-right: 15px solid #fff; */
    padding-right: 0;
}

.module_price_table .two_colum .mobile .first_column_check {
    border-right: none;
}

.module_price_table .two_colum .second_column_check .noChecked, .module_price_table .two_colum .second_column_check .checked {
    border-right: none;
}

.module_price_table .mobile .first_column_check .noChecked, .module_price_table .mobile .first_column_check .checked, .module_price_table .mobile .first_column_check .placeholder {
    background-color: #F5F7FA;
}


.module_price_table .mobile .third_column_check .noChecked, .module_price_table .mobile .third_column_check .checked, .module_price_table .mobile .third_column_check .placeholder {
    background-color: #CBDCE2;
}

.module_price_table .mobile .footer_linie {
    width: 97%;
}

@media only screen and (min-width: 768px) {

    .module_price_table .mobile {
        display: none;
    }

    .module_price_table .desktop {
        display: block;
        padding: 0 15px;
    }

    .module_price_table {
        position: relative;
        padding: 50px 0;
    }


    .module_price_table .table_titles h1 {
        font-size: 25px;
        line-height: normal;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .module_price_table .desktop .table_titles th {
        border-right: 30px solid #fff;
        vertical-align: bottom;
    }

    .module_price_table .desktop .table_titles th:first-of-type {
        border-left: none;
    }

    .module_price_table .desktop .table_titles th:last-of-type {
        border-right: none;
    }

    .module_price_table .table_title_link {
        height: 50px;
    }

    .module_price_table .table_title_link a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        line-height: 27px;
        font-family: "Benton Sans Reg";
        width: 100%;
        text-align: center;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 300;
    }

    .module_price_table .category_label {
        font-size: 27px;
        line-height: 30px;
        font-family: "Benton Sans Med";
        color: #0F2C35;
        font-weight: 500;
        margin-top: 30px;
        margin-bottom: 15px;
        hyphens: auto;
        word-wrap: break-word;
        padding-right: 20px;
        background: #fff;
        z-index: 1;
        position: relative;
    }

    .module_price_table .feature_label {
        color: #0F2C35;
        font-size: 18px;
        font-family: "Benton Sans Reg";
        font-weight: 400;
        line-height: normal;
    }

    .module_price_table table .label_outer {
        border-bottom: 1px solid #EBEBEB;
        height: 50px;
    }

    .module_price_table table .label_outer:nth-last-of-type(1) {
        border-bottom: none;
    }

    .module_price_table .checked, .module_price_table .noChecked {
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
    }

    .module_price_table .noChecked span {
        display: flex;
        justify-content: center;
    }

    .module_price_table .desktop .noChecked span:after {
        display: inline-block;
        content: "\00d7";
        font-size: 40px;
        color: #000;
        font-weight: 500;
        height: 66px;
    }

    .module_price_table .desktop .third_column_check .checked, .module_price_table .desktop .third_column_check .noChecked {
        border-right: none;
    }

    .module_price_table .desktop .placeholder {
        font-size: 18px;
        line-height: 33px;
        color: #0F2C35;
        font-family: "Benton Sans Reg";
        font-weight: 400;
        text-align: center;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .module_price_table .desktop .first_column_check {
        background: #F5F7FA;
        border-bottom: 1px solid #EBEBEB;
    }

    .module_price_table .desktop .second_column_check {
        background: #F2F4F6;
        border-bottom: 1px solid #EBEBEB;
    }

    .module_price_table .desktop .third_column_check {
        background: #CBDCE2;
        border-bottom: 1px solid #EBEBEB;
    }

    .module_price_table .two_colum .desktop .second_column_check {
        background-color: #CBDCE2;
    }

    .module_price_table .desktop .third_column_check .placeholder {
        border-right: none;
    }

    .module_price_table table hr {
        margin-top: 5px;
        margin-bottom: 0;
        border-top: 1px solid #CBDCE2;
        position: relative;
    }

    .module_price_table .desktop .footer {
        font-size: 16px;
        line-height: 19px;
        color: #698A95;
        font-family: 'Benton Sans Lt';
    }

    .module_price_table table {
        table-layout: fixed;
    }
}

/** END Ticket #44324 **/


/* START Ticket #43415 */
/*Price Table */

/* Benton Sans Med */
@font-face {
    font-family: 'Benton Sans Med';
    font-style: normal;
    font-weight: 400;
    src: local('Benton Sans Med It'),
        local('Benton Sans Med It'),
        url("/fonts/Benton\ Sans\ Medium.woff2") format('woff2'),
        url("/fonts/Benton\ Sans\ Medium.woff") format('woff');
}

/* Benton Sans Reg */
@font-face {
    font-family: 'Benton Sans Reg';
    font-style: normal;
    font-weight: 300;
    src: local('Benton Sans Reg'),
        local('Benton Sans Reg'),
        url("/fonts/Benton\ Sans\ Regular.woff2") format('woff2'),
        url('/fonts/Benton\ Sans\ Regular.woff') format('woff');
}

/* Benton Sans Lt */
@font-face {
    font-family: 'Benton Sans Lt';
    font-style: normal;
    font-weight: 300;
    src: local('Benton Sans Lt'),
        local('Benton Sans Lt'),
        url("/fonts/Benton\ Sans\ Light.woff2") format('woff2'),
        url('/fonts/Benton\ Sans\ Light.woff') format('woff');
}

.module_price_table .desktop {
    display: none;
}

.module_price_table {
    position: relative;
    padding: 10px 15px;
    margin-top: 20px;
}

.module_price_table table {
    width: 100%;
    table-layout: auto;
    margin-bottom: 20px;
}

.module_price_table .table_title {
    display: block;
    margin: 0 auto;
}

.module_price_table .table_title h1 {
    padding: 0 15px;
    margin-bottom: 40px;
}

.module_price_table .mobile {
    display: block;
    height: 640px;
    overflow-y: auto;
    overflow-x: hidden;
    /*-ms-overflow-style: none;
    scrollbar-width: none;
    */
}

/*
.module_price_table .mobile::-webkit-scrollbar {
        display: none;
} */

.module_price_table .table_titles h1 {
    font-size: 16px;
    line-height: 19px;
    color: #0F2C35;
    font-family: "Benton Sans Med";
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
}

.module_price_table .mobile .table_titles th {
    padding-right: 10px;
    vertical-align: bottom;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 10px;
}

.module_price_table .table_title_link {
    height: 38px;
    background: #FF6700;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module_price_table .table_title_link a:hover {
    background-color: #FF5122;
    border-radius: 5px;
}

.module_price_table .table_title_link a {
    font-size: 14px;
    line-height: 27px;
    color: #fff;
    text-decoration: none;
    font-family: "Benton Sans Reg";
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    border-radius: 5px;
    -webkit-transition: background-color .2s ease-out, color .2s ease-out, -webkit-box-shadow .2s ease-out;
    transition: background-color .2s ease-out, color .2s ease-out, -webkit-box-shadow .2s ease-out;
    -o-transition: background-color .2s ease-out, color .2s ease-out, box-shadow .2s ease-out;
    transition: background-color .2s ease-out, color .2s ease-out, box-shadow .2s ease-out;
    transition: background-color .2s ease-out, color .2s ease-out, box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
}


.module_price_table .mobile .category_label {
    /*font-size: 24px;
    line-height: 29px;
    color: #0F2C35;
    font-weight: 500;
    /* margin-block: 20px;
    margin: 40px 0 15px 0;
    text-align: center;
    font-family: "Benton Sans Med";
    position: relative; */
    font-size: 24px;
    line-height: 29px;
    color: #0F2C35;
    font-weight: 500;
    margin-block: 20px;
    text-align: center;
    font-family: "Benton Sans Med";
    position: relative;
    width: 97%;
    margin: 40px 0 0 0;
}

.module_price_table .desktop .category_label::after {
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    background: #CBDCE2;
    top: 50%;
    width: 100%;
    z-index: -1;
}

.module_price_table .mobile .category_label::after {
    display: none;
}

.module_price_table .category_label span {
    background: #fff;
    padding-right: 10px;
}


.module_price_table .mobile .category_label h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #CBDCE2;
    line-height: 0.1em;
    margin: 10px 0 20px;
    font-size: 24px;
}

.module_price_table .mobile .category_label h2 span {
    background: #fff;
    padding: 0 15px;
}

.module_price_table .mobile .feature_label {
    color: #0F2C35;
    font-size: 18px;
    line-height: 33px;
    font-weight: 400;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
    font-family: "Benton Sans Reg";
}

.module_price_table .mobile tr:nth-child(3) .feature_label {
    margin-top: 0;
}

.module_price_table .mobile .first_column_check .checked, .module_price_table .mobile .first_column_check .noChecked,
.module_price_table .mobile .second_column_check .checked, .module_price_table .mobile .second_column_check .noChecked,
.module_price_table .mobile .third_column_check .checked, .module_price_table .mobile .third_column_check .noChecked {
    text-align: center;
}

.module_price_table .checked span {
    display: inline-block;
    transform: rotate(45deg);
    height: 20px;
    width: 10px;
    margin-left: 0;
    border-bottom: 4px solid #00A083;
    border-right: 4px solid #00A083;
}

.module_price_table .mobile .noChecked span {
    display: flex;
    justify-content: center;
}


.module_price_table .mobile .noChecked span:after {
    display: inline-block;
    content: "\00d7";
    font-size: 27px;
    color: #000;
    font-weight: 500;
    height: 40.5px;
}

.module_price_table .mobile .placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #0F2C35;
    font-family: 'Benton Sans Reg';
    text-align: center;
    word-break: break-word;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background-color: #F5F7FA;
}

.module_price_table .mobile .first_column_check {
    /* background: #F5F7FA;
    height: 40px;
    border-right: 15px solid #fff;
    */
}

.module_price_table .mobile .second_column_check {
    height: 40px;
}

.module_price_table .mobile .second_column_check .noChecked, .module_price_table .mobile .third_column_check .noChecked,
.module_price_table .mobile .first_column_check .noChecked, .module_price_table .mobile .third_column_check .checked,
.module_price_table .mobile .second_column_check .checked, .module_price_table .mobile .first_column_check .checked {
    background-color: #F2F4F6;
    padding-right: 10px;
    height: 40px;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}

.module_price_table .mobile .third_column_check .noChecked {
    background-color: #CBDCE2;
}

.module_price_table .mobile .third_column_check {
    height: 40px;
}


.module_price_table .footer_linie {
    margin-block: 30px;
    border-top: 1px solid #CBDCE2;
}

.module_price_table .mobile .footer {
    font-size: 16px;
    line-height: 21px;
    color: #698A95;
    font-family: 'Benton Sans Lt';
    border-right: 15px solid #fff;
}

.module_price_table .two_colum .table_titles th {
    width: 50%;
}


.module_price_table .two_colum .mobile .second_column_check .noChecked, .module_price_table .two_colum .mobile .second_column_check .checked, .module_price_table .two_colum .mobile .second_column_check .placeholder {
    background-color: #CBDCE2;
}

.module_price_table .two_colum .mobile .second_column_check {
    /* border-right: 15px solid #fff; */
    padding-right: 0;
}

.module_price_table .two_colum .mobile .first_column_check {
    border-right: none;
}

.module_price_table .two_colum .second_column_check .noChecked, .module_price_table .two_colum .second_column_check .checked {
    border-right: none;
}

.module_price_table .mobile .first_column_check .noChecked, .module_price_table .mobile .first_column_check .checked, .module_price_table .mobile .first_column_check .placeholder {
    background-color: #F5F7FA;
}


.module_price_table .mobile .third_column_check .noChecked, .module_price_table .mobile .third_column_check .checked, .module_price_table .mobile .third_column_check .placeholder {
    background-color: #CBDCE2;
}

.module_price_table .mobile .footer_linie {
    width: 97%;
}

@media only screen and (min-width: 768px) {

    .module_price_table .mobile {
        display: none;
    }

    .module_price_table .desktop {
        display: block;
        padding: 0 15px;
    }

    .module_price_table {
        position: relative;
        padding: 50px 0;
    }


    .module_price_table .table_titles h1 {
        font-size: 25px;
        line-height: normal;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .module_price_table .desktop .table_titles th {
        border-right: 30px solid #fff;
        vertical-align: bottom;
    }

    .module_price_table .desktop .table_titles th:first-of-type {
        border-left: none;
    }

    .module_price_table .desktop .table_titles th:last-of-type {
        border-right: none;
    }

    .module_price_table .table_title_link {
        height: 50px;
    }

    .module_price_table .table_title_link a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        line-height: 27px;
        font-family: "Benton Sans Reg";
        width: 100%;
        text-align: center;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 300;
    }

    .module_price_table .category_label {
        font-size: 27px;
        line-height: 30px;
        font-family: "Benton Sans Med";
        color: #0F2C35;
        font-weight: 500;
        margin-top: 30px;
        margin-bottom: 15px;
        hyphens: auto;
        word-wrap: break-word;
        padding-right: 20px;
        background: #fff;
        z-index: 1;
        position: relative;
    }

    .module_price_table .feature_label {
        color: #0F2C35;
        font-size: 18px;
        font-family: "Benton Sans Reg";
        font-weight: 400;
        line-height: normal;
    }

    .module_price_table table .label_outer {
        border-bottom: 1px solid #EBEBEB;
        height: 50px;
    }

    .module_price_table table .label_outer:nth-last-of-type(1) {
        border-bottom: none;
    }

    .module_price_table .checked, .module_price_table .noChecked {
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
    }

    .module_price_table .noChecked span {
        display: flex;
        justify-content: center;
    }

    .module_price_table .desktop .noChecked span:after {
        display: inline-block;
        content: "\00d7";
        font-size: 40px;
        color: #000;
        font-weight: 500;
        height: 66px;
    }

    .module_price_table .desktop .third_column_check .checked, .module_price_table .desktop .third_column_check .noChecked {
        border-right: none;
    }

    .module_price_table .desktop .placeholder {
        font-size: 18px;
        line-height: 33px;
        color: #0F2C35;
        font-family: "Benton Sans Reg";
        font-weight: 400;
        text-align: center;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .module_price_table .desktop .first_column_check {
        background: #F5F7FA;
        border-bottom: 1px solid #EBEBEB;
    }

    .module_price_table .desktop .second_column_check {
        background: #F2F4F6;
        border-bottom: 1px solid #EBEBEB;
    }

    .module_price_table .desktop .third_column_check {
        background: #CBDCE2;
        border-bottom: 1px solid #EBEBEB;
    }

    .module_price_table .two_colum .desktop .second_column_check {
        background-color: #CBDCE2;
    }

    .module_price_table .desktop .third_column_check .placeholder {
        border-right: none;
    }

    .module_price_table table hr {
        margin-top: 5px;
        margin-bottom: 0;
        border-top: 1px solid #CBDCE2;
        position: relative;
    }

    .module_price_table .desktop .footer {
        font-size: 16px;
        line-height: 19px;
        color: #698A95;
        font-family: 'Benton Sans Lt';
    }

    .module_price_table table {
        table-layout: fixed;
    }
}

@media only screen and (min-width: 991px) {
    .module_price_table .table_titles h1 {
        font-size: 31px;
    }
}

@media only screen and (min-width: 1200px) {
    .module_price_table .feature_label {
        line-height: normal; /* war 33px */
        display: flex;
        align-items: center;
    }

    .module_price_table .table_titles h1 {
        line-height: 43px;
    }
}

@media only screen and (min-width: 1400px) {
    .module_price_table table hr {
        /* position: absolute;
        width: 100%;
        max-width: 1060px;
        margin-left: 15px; 	 */
        position: absolute;
        max-width: 100%;
        width: 72%;
        margin-left: -16%;
        z-index: 0;
    }

    .module_price_table .two_colum table hr {
        /* position: absolute;
        max-width: 1350px;
        margin-left: -225px;
        width: 100%; */
        position: absolute;
        max-width: 100%;
        width: 70%;
        margin-left: -20%;
        z-index: 0;
    }
}

/* END Ticket #43415 */
/** /TICKET #43927 **/

/** START Ticket #43957 **/

.ne_library .breadcrumbs-copy li {
    margin-bottom: 0;
}

.ne_library .stage .fg_image_container {
    width: 100% !important;
}

.ne_library .stage .fg_image_container .fg_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ne_library .hubspot_dl {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .ne_library .hubspot_dl {
        margin-bottom: 0;
    }

    /*	.ne_library .stage.file_img_preview .fg_image_container {
            padding: 0 !important;
        }

        .ne_library .stage.file_img_preview .fg_image {
            width: 100% !important;
            height: 100% !important;
            border: none !important;
        }*/
}

/** END Ticket #43957 **/


/* START Ticket #44148 */
.select2-drop .select2-all-none.select_all_active .select2-none:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 1px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #BCCACE;
    z-index: -1;
    border-radius: 3px;
    transition: all 0.15s ease-in-out;
    background: #FF6700;
    border-color: #FF6700;
}

.select2-drop .select2-all-none.select_all_active .select2-none:before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 6px;
    top: 4px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select2-container.select-container .select2-choice {
    border: 1px solid #698A95;
    color: #333;
}

/* END Ticket #44148 */


/* START Ticket #44200 */
.dcsection3_media_grid .outer_box .detail_box .media_icon_container {
    width: 60px;
    float: left;
    margin-right: 15px;
}

.dcsection3_media_grid .outer_box .detail_box .media_icon_container > img {
    width: 100%;
    height: auto;
}

.dcsection3_media_grid .outer_box .detail_box .media_text_container {
    overflow: hidden;
}

/* Lightbox */
body .vex.vex-media .vex-dialog-form .vex-dialog-input,
body .vex.vex-media .vex-content {
    height: auto;
}

@media (min-width: 1200px) {
    body .vex.vex-media .vex-dialog-form .vex-dialog-input,
    body .vex.vex-media .vex-content {
        width: 900px;
    }
}

.vex-dialog-form .gated-media {
    height: 100%;
    padding-bottom: 60px;
}

.vex-dialog-form .gated-media .acsection2__video-outer {
    height: 100%;
    padding-left: 20px;
}

.vex-dialog-form .gated-media .acsection2__video-outer .acsection2__video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    box-shadow: none;
}

.vex-dialog-form .gated-media .download_message_outer {
    padding-left: 20px;
    text-align: center;
}

.vex-dialog-form .gated-media .download_message_outer .vex-dialog-message {
    padding-top: 0 !important;
}

.vex-dialog-form .gated-media .download_message_outer a {
    color: #ff6700;
}

.hs-form .hs-form-field .hs-form-booleancheckbox label > input:checked + span:after {
    content: " ";
    background-color: #000 !important;
    background-image: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Icons/form_checkbox_dennemeyer_white.svg') !important;
}

/* END Ticket #44200 */


/** START Ticket #44170 **/
.module_hero_header > div > div:nth-child(2) > h1 strong {
    font-family: 'Benton Sans Med', 'Arial';
    /* font-size: 60px; */
}

@media (min-width: 1200px) {
    .module_hero_header > div > div:nth-child(2) > h1 strong {
        font-size: 60px;
    }
}

.service_sub_section_img .light_text {
    font-family: 'Benton Sans Reg', 'Arial';
}

/** END Ticket #44170 **/

/** START Ticket #44626 **/
.sticky .stage_media .stage_text {
    padding: 0 65px 150px 15px;
}

.terminal {
    height: 100%;
}

.terminal .terminal__window {
    height: 92%;
}

#api-animation .row {
    align-items: stretch !important;
    flex-direction: row;
}

/** END Ticket #44626 **/


/** START Ticket #44675 **/
body .vex.vex-theme-default .link-div {
    justify-content: center;
}

/** END Ticket #44675 **/

/** START Ticket #44736 **/
.acsection1 .logo-container {
    display: none;
}

.dcsection3 .cards {
    min-height: auto;
}

/*.module.dcsection5.bs4 {
        min-height: auto !important;
}*/

@media only screen and (max-width: 991.98px) {
    .dcsection5 .fadetop {
        display: none;
    }

    .dcsection5__sheettext {
        max-height: none;
    }
}

@media only screen and (max-width: 1024px) {
    .dcsection5 .fadetop {
        display: none;
    }

    .dcsection5__casesheet {
        position: relative;
    }
}

@media only screen and (max-width: 1360px) {
    .dcsection3 .service_details.show {
        height: auto;
    }
}

/** END Ticket #44736 **/

/** START Ticket #44735 **/
.dcsection9 .dcsection9__locationicon {
    max-width: 36px;
    width: 100% !important;
    background-repeat: no-repeat;
}

.hs-form .hs-input[type=tel] {
    border: none;
}

@media only screen and (max-width: 991.98px) {
    .dcsection9 .dcsection9__locationicon {
        width: 24px !important;
    }
}

/** END Ticket #44735 **/

/** START Ticket #44740 **/

.hbspt-form .input .inputs-list label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.hbspt-form .input .inputs-list label > input {
    width: auto !important;
}

/** END Ticket #44740 **/

/** START Ticket #44738 **/
.vex-dialog-form .input .checkbox label::before {
    top: 5px;
}

/** END Ticket #44738 **/

/** START Ticket #44737 **/
.module_subtitle .text-brand-default-orange {
    margin-top: 30px;
}

/** END Ticket #44737 **/


/** START Ticket #44773 **/
.dcsection6__teamcard {
    min-height: 660px;
    height: 100%;
}

.dcsection6__arrows {
    top: 0 !important;
}

/** END Ticket #44773 **/


/** START Ticket #44802 **/
@media only screen and (max-width: 991.98px) {
    .dcsection6__slide {
        min-height: 600px !important;
        height: 100% !important;
    }
}

/** END Ticket #44802 **/


/** START Ticket #44804 **/
@media only screen and (max-width: 480px) {
    .dcsection8 .dcsection8__image img {
        padding: 0 20px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media only screen and (max-width: 1300px) {
    .dcsection8__cite:before {
        left: -15px !important;
    }
}

/** END Ticket #44804 **/

/** START Ticket #44800 **/
.carousel_outer .homepage-slider .bodytext {
    margin-bottom: 35px !important;
    margin-top: 0 !important;
}

@media only screen and (max-width: 480px) {
    #content.main-section .carousel-indicators {
        bottom: 0;
    }
}

/** END Ticket #44800 **/

/** START Ticket #44736 **/
.acsection1 .logo-container {
    display: none;
}

.dcsection3 .cards {
    min-height: auto;
}

@media only screen and (max-width: 991.98px) {
    .dcsection5 .fadetop {
        display: none;
    }

    .dcsection5__sheettext {
        max-height: none;
    }
}

@media only screen and (max-width: 1024px) {
    .dcsection5 .fadetop {
        display: none;
    }

    .dcsection5__casesheet {
        position: relative;
    }
}

@media only screen and (max-width: 1360px) {
    .dcsection3 .service_details.show {
        height: auto;
    }
}

/** END Ticket #44736 **/

/** START Ticket #44856 **/
@media only screen and (min-width: 580px) {
    .module_two_banners .card .c_banners {
        min-height: 365px;
    }
}

@media only screen and (min-width: 768px) {
    .module_two_banners .card.c_banners {
        min-height: 390px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .module_two_banners .card.c_banners {
        min-height: 340px;
    }
}

@media only screen and (min-width: 1200px) {
    .module_two_banners .card.c_banners {
        min-height: 280px;
    }
}

/** END Ticket #44856 **/

/** START Ticket #44852 **/
.dcsection6__teamcard {
    height: 100%;
    min-height: unset;
}

.dcsection6__member p a {
    bottom: 90px !important;
}

@media only screen and (min-width: 991px) {
    .dcsection6__member p a {
        bottom: 65px !important;
    }
}

/** END Ticket #44852 **/


/** START Ticket #44855 **/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .module_three_banners .card.c_banners {
        min-height: 420px;
    }

    .justify-rows {
        align-items: unset !important;
    }

    .justify-rows .text-center {
        display: flex;
        align-items: center;
    }
}

/** END Ticket #44855 **/

/** START Ticket #44854 **/
.dcsection9__infotext {
    word-break: break-word;
    hyphens: auto;
}

@media only screen and (max-width: 991.98px) {
    .dcsection9__infotext {
        margin-top: 0 !important;
        max-width: none !important;
        margin-right: 0 !important;
        line-height: 24px !important;
    }
}


@media only screen and (max-width: 1024px) {
    .dcsection9__infotext {
        max-width: 145px;
        margin-right: -10px;
    }
}

.dcsection9 .dcsection9__locationicon, .dcsection9 .dcsection9__mailicon, .dcsection9 .dcsection9__phoneicon {
    margin-right: 0 !important;
}

.dcsection9__contactinfo {
    gap: 15px;
}

.dcsection9__mailicon {
    flex-shrink: 0;
}

/** END Ticket #44854 **/

/** START Ticket #44853 **/
#team .dcsection6__member {
    padding: 15px !important;
}

.dcsection6__description p, .dcsection6__descriptionmobile p {
    line-height: 17px !important;
}

/** END Ticket #44853 **/


/** START Ticket #45057 **/
.dcsection5__sheettext ul li:before {
    content: '';
    display: none;
}

.dcsection5__sheettext ul {
    list-style: disc;
}

.dcsection5__sheettext ul li::marker {
    color: #ff6700;
}

.dcsection5__sheettext ol li::marker {
    color: #000;
}

/** END Ticket #45057 **/

/** START Ticket #45057 **/
.dcsection5__sheettext ul li:before {
    content: '';
    display: none;
}

.dcsection5__sheettext ul {
    list-style: disc;
}

.dcsection5__sheettext ul li::marker {
    color: #ff6700;
}

.dcsection5__sheettext ol li::marker {
    color: #000;
}

/** END Ticket #45057 **/

/** START Ticket #45039 **/
.module_three_banners.textimg .card_outer .card.c_banners,
.module_two_banners.textimg .card_outer .card.c_banners {
    min-height: unset;
    flex: 1;
}

#contact-us > div.container > div.row.dcsection9__container > div.col-lg-4.order-1.order-lg-2.dcsection9__contactcontainer > div > div:nth-child(2) {
    display: flex !important;
}

.module_three_banners.textimg .row,
.module_two_banners.textimg .row {
    display: flex;
    flex-flow: row wrap;
    align-items: unset !important;
}


.module_three_banners.textimg .col-md-4,
.module_three_banners.textimg .card_outer,
.module_two_banners.textimg .card_outer {
    display: flex;
}


@media only screen and (max-width: 992px) {
    .module_three_banners.textimg .card.c_banners {
        min-height: unset !important;
        height: unset;
        display: flex;
        flex-direction: column;
    }

    .module_two_banners.textimg .card.c_banners {
        min-height: unset;
        height: unset;
        display: flex;
        flex-direction: column;
        padding: 24px !important;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .module_three_banners.textimg .card.c_banners {
        min-height: unset;
    }

    .module_two_banners.textimg .card.c_banners {
        padding: 40px 30% 30px 50px !important;
    }
}

/** END Ticket #45039 **/


/** START Ticket #45056 **/
.module_feature .title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
    color: #0f2c35;
    font-family: 'Benton Sans Med', 'Arial';
    font-size: 32px;
    padding: 0 15px;
}

.box_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.box {
    padding: 0 30px;
    margin-bottom: 30px;
    text-align: center;
}

.box {
    width: 100%;
}

.module_feature .box img {
    max-width: 100px;
    width: 100%;
    object-fit: contain;
    height: auto;
}

.module_feature .column_wrapper {
    background-size: contain;
    background-position: center;
    padding: 30px 50px 0 50px;
    background-repeat: no-repeat;
    min-height: 140px;
}

.module_feature .column_title h2 {
    font-family: 'Benton Sans Med', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #0f2c35;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

.module_feature .three_col {
    width: 100%;
}

.module_feature .two_col {
    width: 100%;
}

.module_feature .column_description {
    font-size: 15px;
    color: #0F2C35;
    line-height: 27px;
    font-family: 'Benton Sans Reg', 'Arial';
}

@media only screen and (min-width: 768px) {
    .module_feature .column_wrapper {
        padding: 50px 50px 0 50px;
    }
}

@media only screen and (min-width: 991px) {
    .module_feature .three_col {
        width: 33%;
    }

    .module_feature .two_col {
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .module_feature .column_wrapper {
        padding: 50px 20px 0 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .module_feature .title {
        padding: 0 430px;
    }
}

/** END Ticket #45056**/
/** START Ticket #45057 **/
.dcsection5__sheettext ul li:before {
    content: '';
    display: none;
}

/** START Ticket #45261 **/
.dcsection6 p {
    margin-bottom: 0 !important;
}

/** START Ticket #45039 **/
.module_three_banners.textimg .card_outer .card.c_banners,
.module_two_banners.textimg .card_outer .card.c_banners {
    min-height: unset;
    flex: 1;
}

#contact-us > div.container > div.row.dcsection9__container > div.col-lg-4.order-1.order-lg-2.dcsection9__contactcontainer > div > div:nth-child(2) {
    display: flex !important;
}

.module_three_banners.textimg .row,
.module_two_banners.textimg .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.dcsection6 .buttons_wrapper a {
    display: flex;
    gap: 10px;
    color: #000;
}

.dcsection6 .buttons_wrapper a:hover {
    color: #ff5122;
}


.dcsection6 .buttons_wrapper a::after {
    content: "\2192";
}

@media (max-width: 991.98px) {
    .dcsection6__member {
        padding: 15px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .dcsection6__member {
        padding: 30px 30px 0 30px !important;
    }

    .dcsection6 .buttons_wrapper {
        padding: 10px 30px;
        font-size: 14px;
    }

    .dcsection6 .buttons_wrapper a::after {
        display: block;
    }
}

/** END Ticket #45261**/
/** END Ticket #44857 **/

/** START Ticket #45081 **/
.justify-rows {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    align-items: stretch !important;
}

@media only screen and (max-width: 480px) {
    .justify-rows {
        overflow: auto;
    }
}

/** END Ticket #45081 **/

/** START Ticket #45079 **/
@media only screen and (max-width: 480px) {
    .dcsection6__slide {
        min-height: 500px !important;
    }
}

@media only screen and (max-width: 991.98px) and (orientation: landscape) {
    .dcsection6__slide {
        min-height: 500px !important;
        height: unset !important;
    }
}

/** END Ticket #45079 **/

/** START Ticket #45085 **/
@supports (-moz-appearance:none) {
    .dcsection4__scrollouter {
        overflow-x: hidden;
    }
}

/** END Ticket #45085 **/


/** START Ticket #45056 **/
.module_feature .title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
    color: #0f2c35;
    font-family: 'Benton Sans Med', 'Arial';
    font-size: 32px;
    padding: 0 15px;
}

.box_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.box {
    padding: 0 30px;
    margin-bottom: 30px;
    text-align: center;
}

.box {
    width: 100%;
}

.module_feature .box img {
    max-width: 100px;
    width: 100%;
    object-fit: contain;
    height: auto;
}

.module_feature .column_wrapper {
    background-size: contain;
    background-position: center;
    padding: 30px 50px 0 50px;
    background-repeat: no-repeat;
    min-height: 140px;
}

.module_feature .column_title h2 {
    font-family: 'Benton Sans Med', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #0f2c35;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

.module_feature .three_col {
    width: 100%;
}

.module_feature .two_col {
    width: 100%;
}

.module_feature .column_description {
    font-size: 15px;
    color: #0F2C35;
    line-height: 27px;
    font-family: 'Benton Sans Reg', 'Arial';
}

@media only screen and (min-width: 768px) {
    .module_feature .column_wrapper {
        padding: 50px 50px 0 50px;
    }
}

@media only screen and (min-width: 991px) {
    .module_feature .three_col {
        width: 33%;
    }

    .module_feature .two_col {
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .module_feature .column_wrapper {
        padding: 50px 20px 0 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .module_feature .title {
        padding: 0 430px;
    }
}

/** END Ticket #45056**/


/** START Ticket #46065 **/
@media only screen and (min-width: 1200px) {
    body .vex.vex-theme-default .vex-dialog-form {
        display: flex;
        flex-wrap: wrap;
    }

    body .vex.vex-theme-default .vex-dialog-form .vex-dialog-input {
        width: 100% !important;
    }
}

/** END Ticket #46065 **/

/** START Ticket #46369 **/
body .vex.vex-theme-default .vex-close {
    z-index: 1;
}

/** END Ticket #46369 **/

/** START Ticket #46302 **/

.acsection1__card-inner {
    padding: 20px 5px;
}

.acsection1__detail p {
    font-size: 12px;
}

@media only screen and (min-width: 1400px) {

    .acsection1__detail p {
        font-size: 13px;
    }
}

/** END Ticket #46302 **/

/** START Ticket #46395 **/
.module_feature b, strong {
    font-weight: bold;
}

/** END Ticket #46395 **/

/** START Ticket #46340 **/
@media only screen and (min-width: 768px) {
    .step.fourth {
        background-position: 500px 5px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .step.fourth {
        background-position: 100px -10px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .step.fourth {
        background-position: 175px 5px !important;
    }
}

/** END Ticket #46340 **/
/** START Ticket #46395 **/
.module_feature b, .module_feature strong {
    font-weight: bold !important;
}

/** END Ticket #46395 **/

/** START Ticket #46310 **/
.dcsection8 {
    padding: 30px 0 25px;
}

/** END Ticket #46310"

/** START Ticket #46340 **/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .step.fourth {
        background-position: 100px -10px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .step.fourth {
        background-position: 175px 5px !important;
    }
}

/** END Ticket #46340 **/

/** START Ticket #46339 **/
#content.main-section .backendlayout-pagets__default .dcsection6__bodytext {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 991px) {
    #content.main-section .backendlayout-pagets__default .dcsection6__bodytext {
        margin-bottom: 90px !important;
    }
}

/** END Ticket #46339 **/

/** START Ticket #46338 **/
@media only screen and (min-width: 480px) and (max-width: 991px ) {
    .dcsection6__slide {
        min-height: 500px !important;
    }
}

/** END Ticket #46338**/

/** START Ticket #46341 **/
.dcsection6__teamcard {
    height: auto;
    min-height: unset;
    background: transparent;
}

.dcsection6__member {
    min-height: 290px;
    height: 100%;
}

.dcsection6__slide {
    margin-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
    .dcsection6__slide {
        margin-bottom: 0;
    }

    .dcsection6__member {
        min-height: 280px;
    }
}


/** END Ticket #46341 **/

/** START Ticket #46311 **/
@media only screen and (min-width: 1024px) {
    .dcsection6__image {
        min-height: 400px;
    }
}

/** END Ticket #46311 **/

/** START Ticket #46337 **/
.module_three_banners.textimg .col-md-4,
.module_three_banners.textimg .card_outer,
.module_two_banners.textimg .card_outer {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .module_three_banners.textimg .col-md-4,
    .module_three_banners.textimg .card_outer,
    .module_two_banners.textimg .card_outer {
        display: flex;
        flex: 1;
    }
}

/** END Ticket #46337 **/

/** START Ticket #46575 **/
@media (min-width: 992px) and (max-width: 1099px) {
    header.navbar-default.navbar #header-main.container .navbar-main > li > a {
        margin: 0 10px 0 10px;
    }
}

/** END Ticket #46575 **/

/** START Ticket #46600  **/
@media only screen and (min-width: 1200px) {
    .dcsection4__scrollouter {
        overflow-x: hidden !important;
    }
}

/** END Ticket #46600 **/

/** START Ticket #46604 **/
@media only screen and (min-width: 576px) and (orientation: landscape) {
    .module_three_banners.textimg .col-md-4,
    .module_three_banners.textimg .card_outer,
    .module_two_banners.textimg .card_outer {
        display: grid;
    }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
    .module_three_banners.textimg .col-md-4,
    .module_three_banners.textimg .card_outer,
    .module_two_banners.textimg .card_outer {
        display: grid;
    }
}

/** END Ticket #46604 **/

/** START Ticket #46600  **/
@media only screen and (min-width: 1200px) {
    .dcsection4__scrollouter {
        overflow-x: hidden !important;
    }
}

/** END Ticket #46600 **/


/** START Ticket #46610 **/
@media only screen and (min-width: 768px) {
    .no_margin_top {
        margin-top: 0;
    }

    .smaller_margin_top {
        margin-top: 32px;
    }
}

/** END Ticket #46610 **/
/** START Ticket #46610 **/
@media only screen and (min-width: 768px) {
    .no_margin_top {
        margin-top: 0;
    }

    .smaller_margin_top {
        margin-top: 32px;
    }
}

/** END Ticket #46610 **/


/** START Ticket #46568 **/

.module_animated_numbers {
    margin: 0;
}

.animated_box {
    text-align: center;
}

.animated_box .animated_wrapper {
    display: inline-flex;
    font-size: 72px;
}

@media (min-width: 992px) and (max-width: 1500px) {
    .animated_box .animated_wrapper {
        font-size: 48px;
    }
}

.animated_box .animated_number {
    font-weight: bold;
}

.animated_box .abstand {
    margin-right: 15px;
}

.animated_box .bodytext {
    font-size: 18px;
    margin: 12px 0 0 0;
    padding: 0 20px;
    color: #0F2C35;
}

@media only screen and (min-width: 1024px) {

    .animated_box .animated_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .animated_box .animated_number {
        display: inline-block;
    }
}

/** END Ticket #46568 **/


/** START Ticket #46850 **/
.ne_library ul li {
    margin: 0 0 15px 0 !important;
}

.ne_library ul li:first-of-type {
    margin-top: 15px !important;
}

/** END Ticket #46850 **/

/** START Ticket #44378 **/
.tech_print .icon-small-svg {
    width: 20px;
    margin-right: 4px;
}

/** END Ticket #44378 **/


/** START Ticket # 46860 **/

.ne_library .breadcrumb {
    display: flex !important;
}

.ne_library .breadcrumb li {
    display: flex !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}


.ne_library .breadcrumb li.active {
    display: none !important;
}

.ne_library .breadcrumb li a {
    color: #FF6700 !important;
}

.ne_library .breadcrumb li::before {
    padding: 0 5px !important;
    color: #fff !important;
    content: "/\00a0" !important;
}

.ne_library .breadcrumb li:first-of-type::before {
    content: '' !important;
    display: none;
}


.ne_library .breadcrumb li:nth-last-child(2) a {
    color: #fff !important;
}

.ne_library .stage .breadcrumb li:before {
    padding: 0 5px !important;
    color: #fff !important;
    content: "/\00a0" !important;
}

.ne_library .stage .breadcrumbs-copy li:nth-child(3):before {
    display: block !important;
}

/** END Ticket #46860 **/

/** START Ticket #46923 **/
@media (min-width: 1024px) {
    .ne_library .stage.has_fg_img {
        margin-bottom: 0 !important;
    }
}


.select2-container.select2-container-multi.select-container .select2-choices .custom_search_choice,
.select2-container.select2-container-multi.select-container .select2-choices .select2-search-field {
    margin: 0 !important;
    padding: 3px 0 0 8px !important
}

/** END Ticket #46923 **/

/** START Ticket #46930 **/

@media (min-width: 576px) and (max-width: 1023px) and (orientation: landscape) {

    body .vex.vex-theme-default {
        overflow: auto !important;
    }

    body .vex.vex-theme-default .vex-content {
        top: 75px !important;
    }
}

/** END Ticket #46930 **/

/** START Ticket #47344 **/
.acsection2__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
}

@media (max-width: 991px) {
    .acsection2.js_cookie_active .acsection2__video {
        height: auto !important;
    }

    .acsection2__video::before {
        padding-top: 56.25%;
        display: block;
        content: "";
    }
}

/** END Ticket #47344 **/

/** START Ticket #47549 **/
.module_two_banners .cta.c_secondary {
    padding: 6px 16px;
    max-width: fit-content;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Benton Sans Reg', 'Arial';
    text-align: center;
    display: inline-block;
    margin-top: 15px;
}

.module_two_banners .card.c_banners .c_main {
    font-size: 32px !important;
}

.module_two_banners .card .c_secondary {
    font-size: 16px !important;
}

/** END Ticket #47549 **/

/** START Ticket # 47346 **/

@media (max-width: 991px) {
    .ne_library .section_latest_resources .card {
        height: auto;
    }
}

.ne_library .section_latest_resources .card .date_cta_container {
    margin-top: unset;
}


.ne_library .section_latest_resources .card .content {
    flex-basis: 220px;
}

@media (min-width: 1200px) {
    @supports (-webkit-hyphens:none) {
        .ne_library .filter_bar .filter.filter_wrap_orderby {
            margin-top: 0 !important;
        }
    }
}

/** END Ticket #47346 **/

/** START Ticket #47654 **/
body#body-p40 .office-details .circle.law::before {
    content: url(/fileadmin/user_upload/ico/ent_associates.svg) !important;
    color: #fff;
}

/** END Ticket #47654 **/

/** START Ticket #47855 **/

.dcsection7__card.selected .dcsection7__answer {
    max-height: 1900px !important;
}

/** END Ticket #47855 **/

/** START Ticket #48003 **/
.ai_info {
    font-weight: bold;
    color: #0F2C35;
    display: flex !important;
    gap: 10px;
    position: relative;
}

.ai_info .text {
    display: flex;
    gap: 10px;
}

.ai_info .ai_image {
    content: '';
    background-image: url('../../../../ne_blog/Resources/Public/Images/ai-translated.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 25px;
}

.ai_info:hover .tooltip {
    opacity: 1;
    display: block;
    animation: fadeIn 0.3s forwards;
}

.ai_info:not(:hover) .tooltip {
    animation: fadeOut 0.3s forwards;
}

.ai_info:after {
    content: "?";
    display: flex;
    width: 22px;
    height: 20px;
    border-radius: 50%;
    justify-content: center;
    background: #698A95;
    font-size: 13px;
    border: none;
    padding-top: 1px;
    cursor: pointer;
    color: #fff;
}

.ai_info .tooltip {
    position: absolute;
    top: -145px;
    left: 0;
    transform: translate(10px, 10px);
    animation: fadeIn 0.3s forwards;
    font-size: 10px;
    width: 100%;
    background: #0F2C35;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    z-index: 9999999999 !important;
    min-height: 75px;
}

.ai_info .tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0F2C35;
    position: absolute;
    bottom: -7px;
    left: 270px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        display: none;
    }
    to {
        opacity: 1;
        display: block;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        display: block;
    }
    to {
        opacity: 0;
        display: none;
    }
}

@media (min-width: 400px) {
    .ai_info .tooltip {
        top: -110px;
    }

    .ai_info .tooltip:after {
        left: 315px;
    }

    .ai_info:after {
        width: 20px;
    }
}

@media (min-width: 768px) {
    .ai_info .tooltip {
        top: -100px;
        left: -10px;
    }

    .ai_info .tooltip:after {
        left: 325px;
    }
}

@media (min-width: 1200px) {
    .ai_info .tooltip {
        top: -125px;
        left: 150px;
        width: 65%;

    }

    .ai_info .tooltip:after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 1300px) {
    .ai_info .tooltip {
        min-height: 103px;
        max-height: 103px;
        max-width: 365px;
        width: 100%;
        top: -125px;
        left: 135px;
    }
}

/** END Ticket #48003 **/

/** START Ticket #48096 **/
.author_wrapper {
    padding: 24px 30px 0 30px;
}

.author_wrapper .inner {
    padding: 0 !important;
}

.author_wrapper .education h2, .author_wrapper .membership h2, .author_wrapper .practiceGroups h2,
.author_wrapper .industry h2, .author_wrapper .audience h2, .author_wrapper .languages h2,
.author_wrapper .contact h2 {
    font-family: 'Benton Sans Reg' !important;
    font-size: 23px !important;
    line-height: 1.2 !important;
    color: #0F2C35;
    margin: 0;
    padding: 0 0 30px 0;
    display: flex;
    gap: 15px;
    align-items: center;
    border-bottom: 7px solid #F2F4F5;
}

.author_wrapper .outer {
    margin-bottom: 50px;
}

.author_wrapper .outer .author_education, .author_wrapper .outer .author_membership,
.author_wrapper .outer .author_practice_groups, .author_wrapper .outer .author_industry,
.author_wrapper .outer .author_audience, .author_wrapper .outer .author_languages, .author_wrapper .outer .language_wrapper {
    padding: 30px 0 0 0;
}

.author_wrapper .outer ul {
    margin: 0;
    padding-inline-start: 20px !important;
}

.author_wrapper .outer ul li {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 32px !important;
}

.author_wrapper .education h2:before, .author_wrapper .membership h2:before, .author_wrapper .practiceGroups h2:before,
.author_wrapper .industry h2:before, .author_wrapper .audience h2:before, .author_wrapper .languages h2:before,
.author_wrapper .contact h2:before {
    content: '';
    display: block;
    max-width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    text-align: center;
}

.author_wrapper .education h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-education.svg");
}

.author_wrapper .membership h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-professional-membership.svg");
}

.author_wrapper .practiceGroups h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-practice-groups.svg");
}

.author_wrapper .industry h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-industry-expertise.svg");
}

.author_wrapper .audience h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-right-of-audience.svg");
}

.author_wrapper .languages h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-languages.svg");
}

.author_wrapper .contact h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-contact.svg");
}

.author_wrapper .language_wrapper {
    display: flex;
    gap: 5px;
}

.author_wrapper .language_wrapper .author_contact_form, .author_wrapper .language_wrapper .author_contact_linkedin {
    margin-top: -3px;
}

@media (min-width: 768px) {
    .author_wrapper .education h2, .author_wrapper .membership h2, .author_wrapper .practiceGroups h2,
    .author_wrapper .industry h2, .author_wrapper .audience h2, .author_wrapper .languages h2,
    .author_wrapper .contact h2 {
        font-size: 28px !important;
        line-height: 48px !important;
    }

    .author_wrapper .education h2:before, .author_wrapper .membership h2:before, .author_wrapper .practiceGroups h2:before,
    .author_wrapper .industry h2:before, .author_wrapper .audience h2:before, .author_wrapper .languages h2:before,
    .author_wrapper .contact h2:before {
        width: 32px;
        height: 32px;
        background-size: cover;
    }
}

/** END Ticket #48096 **/


/** START Ticket #48135 **/
.dcsection6 .dcsection6__slide {
    height: 800px;
}

.dcsection6 .dcsection6__teamcard {
    height: 785px;
}

@media only screen and (max-width: 991.98px) {
    .dcsection6 .dcsection6__slide {
        min-height: 785px !important;
    }
}

/** END Ticket #48135**/

/** START Ticket #47549 **/
.module_two_banners .cta.c_secondary {
    padding: 6px 16px;
    max-width: fit-content;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Benton Sans Reg', 'Arial';
    text-align: center;
    display: inline-block;
    margin-top: 15px;
}

.module_two_banners .card.c_banners .c_main {
    font-size: 32px !important;
}

.module_two_banners .card .c_secondary {
    font-size: 16px !important;
}

/** END Ticket #47549 **/

/** START Ticket #48098 **/
.world_map .fallback_map {
    display: none;
}

/** END Ticket #48098**/

/** START Ticket #48242 **/
.dcsection3_grid.dcsection3 .service_details.show {
    height: auto !important;
}

/** END Ticket #48242 **/

/** START Ticket #48253 **/

#content section.dcsection6 > .container {
    padding: 0 15px !important;
}

#content section.acsection2 > .container {
    padding: 0 15px !important;
}

@media (max-width: 991.98px) {
    .dcsection6__teamcard {
        left: 15px !important;
        margin-left: 15px !important;
    }
}

/** END Ticket #48253 **/

/** START Ticket #48257 **/
@media (max-width: 768px) {
    #latest-insights-container.container {
        width: 100% !important;
    }
}

/** END Ticket #48257 **/

/** START Ticket #48352 **/
.dcsection6__teamcard {
    left: 0;
}

/** END Ticket #48352 **/

/** START Ticket #48351 **/
@media (max-width: 991.98px) {
    .dcsection6 .dcsection6__teamcard {
        height: 575px;
    }

    .dcsection6 .dcsection6__slide {
        min-height: 575px !important;
    }
}

/** END Ticket #48351 **/


/** START Ticket #48215 **/

.module_faqs {
    margin: 50px 0;
}

.module_faqs .header-filter {
    display: flex;
    justify-content: space-evenly;
    color: #698A95;
    text-align: center;
}

.module_faqs .faq_tab {
    display: none;
}

.module_faqs .faq_tab.active-tab {
    display: block;
}

.module_faqs .active-tab {
    color: #0F2C35;
}

.module_faqs .tab_trigger {
    cursor: pointer;
    margin-bottom: 40px;
}

.module_faqs .trigger_wrapper {
    width: 100%;
    min-width: auto;
    padding: 0 15px;
    font-family: 'Benton Sans Med', Arial, sans-serif;
}

.module_faqs .faq_question {
    cursor: pointer;
}

.module_faqs .faqs_wrapper ul {
    padding-inline-start: 0;
}

.module_faqs .faqs_wrapper ul li::marker {
    content: '';
    display: none;
    appearance: none;
    -webkit-appearance: none;
}

.module_faqs .faqs_wrapper .faq_tab ul li {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
    list-style: none !important;
}

.module_faqs .faqs_topline {
    color: #0F2C35;
    font-size: 32px;
    text-align: center;
    margin-bottom: 100px;
}

.module_faqs .faqs_wrapper .header-filter .active-tab:after {
    content: '';
    /*background-image: -webkit-linear-gradient(0deg, #c90065 0%, #ff6700 100%);
    height: 3px; */
    display: block;
    border-bottom: 3px solid #ff6700;
}

.module_faqs .faqs_wrapper .faq_question {
    max-width: 95%;
    position: relative;
}

.module_faqs .faqs_wrapper .faq_question:after {
    content: '';
    background-image: url("/fileadmin/assets/customprovider/dennemeyer.com/Images/Icons/open.svg");
    background-size: cover;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
}

.module_faqs .faqs_wrapper .faq_question.active-tab:after {
    content: '';
    background-image: url("/fileadmin/assets/customprovider/dennemeyer.com/Images/Icons/close.svg");
    background-size: cover;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
}

.module_faqs .faqs_wrapper .faq_answer {
    border-top: 2px solid #f2f4f4;
    padding-top: 15px;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
}

.module_faqs .faq_answer.active-tab {
    max-height: 900px;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-top: 40px;
}

.module_faqs .faqs_wrapper .faq_answer p {
    margin: 0;
    color: #698A95;
    font-family: "Benton Sans Lt", "Arial";
}


@media (max-width: 768px) {
    .module_faqs .header-filter {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }

    .module_faqs .faqs_wrapper .header-filter .active-tab:after {
        width: 90%;
        margin: 0 auto;
    }

    .module_faqs .trigger_wrapper {
        font-size: 20px;
        font-family: 'Benton Sans Med', Arial, sans-serif;
    }
}

@media (min-width: 991px) {
    .module_faqs .faqs_wrapper .faq_title {
        text-align: left;
    }

    .module_faqs .faqs_wrapper .faq_question:after {
        right: -45px;
    }

    .module_faqs .faqs_wrapper .faq_question.active-tab:after {
        right: -45px;
    }

    .module_faqs .trigger_wrapper {
        font-family: 'Benton Sans Med', Arial, sans-serif;
    }
}

@media (min-width: 1024px) {
    .module_faqs .tab_trigger {
        display: flex;
        align-items: center;
    }

    .module_faqs .faqs_wrapper .header-filter .active-tab:after {
        content: "";
        display: none;
        visibility: hidden;
    }

    .module_faqs .tab_trigger.active-tab .trigger_wrapper {
        font-size: 32px;
        border-bottom: 3px solid #ff6700;
    }

    .module_faqs .tab_trigger .trigger_wrapper {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .module_faqs .tab_trigger.active-tab .trigger_wrapper,
    .module_faqs .tab_trigger .trigger_wrapper {
        font-size: 36px;
    }

    .module_faqs .tab_trigger {
        display: block;
    }

    .module_faqs .trigger_wrapper {
        font-family: 'Benton Sans Reg', Arial, sans-serif;
    }
}

/** END Ticket #48215 **/

/** START Ticket #48557 **/
.service_sub_section_video p > a,
.service_sub_section_img p > a {
    color: #ff5122 !important;
    font-family: 'Benton Sans Medium', 'Arial';
    text-decoration: none !important;
}

/** END Ticket #48557 **/

/** START Ticket #48604 **/
.module_three_banners .c_secondary {
    font-size: 16px !important;
}

/** END Ticket #48604 **/

/** START Ticket #48611 **/
@media only screen and (max-width: 1024px) {
    .dcsection5 .fadebottom {
        display: none;
    }
}

/** END Ticket #48611 **/

/** START Ticket #48634 **/
.issuefinder .slider .ipright_pill,
.blog_post .filed_in_row .tag_pill,
.ne_library .section_latest_resources .card .type,
.ne_library .stage .category {
    background: #738894 !important;
    padding: 4px 10px !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.ne_library .stage .category {
    border-radius: 10px !important;
}

/** END Ticket #48634 **/

/** START Ticket #48930 **/
@media (max-width: 768px) {
    #services {
        padding-bottom: 0 !important;
    }

    .dcsection3_grid {
        padding-bottom: 0 !important;
    }

    .dcsection3_grid + .dcsection6 {
        padding-top: 20px !important;
    }
}

/** END Ticket #48930 **/

/** START Ticket #49149 **/
@media (min-width: 1500px) {
    .blog_home .featured_post_1 .img {
        border-radius: 6px;
    }

    .blog_home .featured_post_1 .img .img-responsive {
        max-width: 700px;
        width: 700px;
        height: 500px;
    }
}

/** END Ticket #49149 **/

/** START Ticket #49302 **/
.hs-form-checkbox {
    list-style-type: none !important;
}

.hs-form .hs-form-field label span {
    padding-right: 5px;
}

.hbspt-form .input .inputs-list label {
    align-items: flex-start;
    line-height: 1.5 !important;
}

/** END Ticket #49302 **/

/** START Ticket #49184**/
.hs-form .hs-fieldtype-checkbox ul.inputs-list .hs-form-checkbox {
    margin: 10px 0;
}

.hs-form-checkbox-display {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.hs-form .hs-form-field label.hs-form-checkbox-display span,
.hs-form .hs-form-field label.hs-form-radio-display span {
    padding-left: 8px;
}

.vex-dialog-form .input .checkbox label::before {
    top: 5px;
}

.hs-form .checkbox > input + label {
    padding-left: 8px;
}

.hs-form-checkbox .hs-input[type="checkbox"],
.hs-form-checkbox .hs-input[type="radio"] {
    z-index: 1;
    cursor: pointer;
}

.hs-form fieldset.form-columns-1 .hs-input[type="checkbox"] {
    width: auto !important;
}

.hs-form-checkbox .hs-input[type="checkbox"] {
    height: auto !important;
}

.hs-form-checkbox .hs-input[type="checkbox"]:checked {
    accent-color: #000;
    outline: none;
    outline-offset: -2px;
}

.hs-form-checkbox .hs-input[type="checkbox"]:focus,
.hs-form-checkbox .hs-input[type="checkbox"]:focus-within {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -3px;
}

.hs-form .hs-form-field .hs-form-booleancheckbox input + label:before {
    display: none !important;
}

.hs-form .hs-form-field .hs-form-booleancheckbox input {
    opacity: 1;
    height: auto !important;
    width: auto !important;
}

.hs-form .hs-form-field .hs-form-booleancheckbox input:checked {
    accent-color: #000;
    outline: none;
    outline-offset: -2px;
}

.hs-form.hs-custom-style .hs-form-field .hs-form-booleancheckbox input {
    left: 0;
}

.hs-form .hs-form-field .hs-form-booleancheckbox label > input + span:before {
    display: none;
}

.hs-form .hs-form-field .hs-form-booleancheckbox label > input:checked + span:after {
    display: none;
}

/** END Ticket #49184 **/

/** START Ticket #49383 **/
.dcsection8 ul.slick-dots li.slick-active button {
    position: unset !important;
    margin-top: 5px !important;
}

.dcsection8 ul.slick-dots li {
    margin-top: 0 !important;
}

@-moz-document url-prefix() {
    .dcsection8 ul.slick-dots li.slick-active button {
        position: relative !important;
        margin-top: 4px !important;
        top: -2px !important;
    }
}

/** END Ticket #49383 **/

/** START Ticket #49445**/
@media (max-width: 991px) {
    .ne_library .section_latest_resources .card {
        height: 340px !important;
    }
}

/** END Ticket # 49445 **/

/** START Ticket #49446 **/
@media (max-width: 1199px) {
    body#body-p40 #header-container-for-absolute-pages:before,
    .htmlarea-content-body#body-p40 #header-container-for-absolute-pages:before {
        display: none;
    }

    .map_outer .full-map-container {
        display: none;
    }

    .map_outer .absolute-header-top {
        padding-top: 115px !important;
    }

    .map_outer .world_map {
        height: 335px;
    }

    .tx_ne_svgmap {
        padding-bottom: 0 !important;
    }

    .map_outer #svg_container svg {
        display: none;
    }

    .world_map .fallback_map {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

/** END TIcket #49446 **/

/** START Ticket #49490 **/
@media (max-width: 991px) {
    .service_sub_section_img .img_photo {
        height: auto;
    }
}

/** END Ticket #49490 **/

/** START Ticket #50276 **/
.video-container .video-responsive {
    height: auto !important;
    padding-bottom: 20% !important;
}

.video-container .video-responsive .cm_placeholder_fg {
    background-color: #fff !important;
}

/** END Ticket #50276 **/

/** START Ticket #50668 **/
.vex-dialog-form .hs-form fieldset.form-columns-1 .hs-input[type="checkbox"]{
    max-width: 18px !important;
    max-height: 18px !important;
    padding: 0 !important;
}

@media (min-width:992px) {
.vex-dialog-form .hs-form fieldset.form-columns-1 .hs-input[type="checkbox"]{
    max-width: 18px !important;
    max-height: 18px !important;
}
}

.hs-form .hs-form-field .hs-form-booleancheckbox-display {
    margin-left:0 !important;
}

.hs-form-94403689-dfea-4556-926d-ceb749cd9faa_0cb272c6-3ee0-40ed-93dc-a34372b8c07e.stacked .inputs-list > li label {
    margin-left: 0 !important;
}

@media (max-width: 1199px)  {
    .hs-form .hs-form-field .hs-form-booleancheckbox-display span p {
        padding-left: 15px !important;
        padding-top: 5px;
    }
}

@media (min-width:1200px) {
    .hs-form .hs-form-field .hs-form-booleancheckbox-display:has(input.hs-input) span p {
        padding-left: 20px !important;
    }
}


/** END Ticket #50668 **/


/** START Ticket #50669 **/
.inputs-list,
.inputs-list .hs-fieldtype-booleancheckbox {
    list-style: none !important;
}

.hs-form .hs-form-field .hs-form-booleancheckbox > label > input {
    opacity: 1;
    top: 5px;
    left: 0px;
}

.hs-form .hs-form-field .hs-form-booleancheckbox-display span p {
    display: block;
    padding-top:5px;
}

.hs-form .hs-form-field .hs-form-booleancheckbox > label  {
    margin-left: 0 !important;
    margin-top: 5px !important;
}

/** END Ticket #50669 **/



/** START Ticket #50671 **/
/* .hs-form .hs-fieldtype-checkbox ul.inputs-list .hs-form-checkbox,
.hs-form .hs-fieldtype-checkbox ul.inputs-list .hs-form-checkbox .hs-form-checkbox-display {
    display: inline-flex;
    align-items: center;
} */

/* .hs-form .hs-form-field label.hs-form-checkbox-display span,
.hs-form .hs-form-field label.hs-form-radio-display span {
    margin-top: 3px;
} */
/** END Ticket #50671 **/
.news-text-wrap strong,
.news-text-wrap b {
	font-family: 'Merriweather Bold', Arial, serif;
	font-weight: 700;
}

.news-text-wrap .contenttable img {
	margin-right: 25px;
	display: inline-block;
}

.lightbox_wrapper {
	position: absolute;
	display: none;
}
.lightbox_wrapper.open {
	display: block;
}
.lightbox_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 777;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	transition: opacity 0.5s linear;
}
.lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-height: 100vh;
	max-width: 100vw;
	z-index: 778;
	background: #fff;
	border-radius: 25px;
	opacity: 0;
	transition: opacity 0.5s linear, height 0.5s;
}
.lightbox_wrapper.show .lightbox_overlay,
.lightbox_wrapper.show .lightbox {
	opacity: 1;
}
.lightbox .close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	height: 100%;
}
.lightbox .content {
	width: 100%;
	height: 100%;
	max-width: inherit;
	max-height: inherit;
	padding: 15px;
	overflow: auto;
}

/******************************* SOLR ************************************/
/* SEARCH BOX */
.tx_solr>.row {
	max-width: 1310px;
}

.tx_solr_outer .box .box_title {
	font-family: "Georgia Regular", Georgia, serif;
	font-size: 18px;
	color: #fff;
}

.tx_solr_outer .search_form_outer .tx-solr-search-form {
	margin-bottom: 15px;
}

.tx_solr_outer .search_form_outer .tx-solr-search-form input[type="text"] {
	border: 0;
	margin-bottom: 15px;
}

.tx_solr_outer .search_form_outer .label_searched_for {
	float: left;
	line-height: 35px;
}

.tx_solr_outer .search_form_outer .label_searched_for .tx-solr-search-word {
	font-family: "Helvetica Bold", Arial, sans-serif;
}

#tx-solr-sorting,
#tx-solr-pagination {
	margin-bottom: 10px;
}

.result_summary {
	margin-bottom: 0;
	clear: both;
	line-height: 35px;
}

.bp_1024 .result_summary {
	clear: none;
	float: left;
}

.tx_solr_outer .tx-solr-search-form #tx-solr-search-form-pi-results .ui-autocomplete-input:focus {
	position: relative;
	z-index: 6000;
}

.ui-autocomplete.ui-widget {
	z-index: 6000;
}

/* /SEARCH BOX */
/* SEARCH FACETING */
#tx-solr-search-functions {
	margin-top: 38px;
	max-width: 183px;
}

#tx-solr-faceting ul {
	list-style: none;
}

#tx-solr-search-form-pi-results #tx-solr-faceting ul li {
	display: inline-block;
	margin-right: 20px;
}

#tx-solr-faceting .facet-option-list li a {
	display: block;
	font-family: "Georgia Regular", Georgia, serif;
	font-size: 16px;
	color: #fff;
	padding: 10px 15px;
	margin: 0 0 1px 0;
	background-color: #003d76;
	cursor: pointer;
	text-decoration: none;
}

#tx-solr-faceting .facet-option-list li.act a {
	background-color: #002446;
}

#tx-solr-faceting .facet-result-count {
	display: none;
}

/* /SEARCH FACETING */
/* PAGER */
.tx-solr-pagebrowser ul {
	margin-top: 30px;
	padding: 15px 10px;
	border: 1px solid #fff;
	list-style: none;
	text-align: center;
}

.tx-solr-pagebrowser ul li {
	display: inline-block;
	color: #fff;
	border-left: 1px solid #fff;
	margin-left: 10px;
	padding-left: 10px;
	height: 16px;
	line-height: 16px;
}

.tx-solr-pagebrowser ul li,
.tx-solr-pagebrowser ul li a {
	color: #fff;
	font-size: 16px;
}

.tx-solr-pagebrowser ul li.act {
	font-weight: bold;
}

.tx-solr-pagebrowser ul li.tx-pagebrowse-prev,
.tx-solr-pagebrowser ul li.tx-pagebrowse-pages,
.tx-solr-pagebrowser ul li.tx-pagebrowse-pages li:first-child,
.tx-solr-pagebrowser ul li.tx-pagebrowse-next {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

.tx-solr-pagebrowser ul li.tx-pagebrowse-prev {
	margin-right: 15px;
}

.tx-solr-pagebrowser ul li.tx-pagebrowse-next {
	margin-left: 15px;
}

.tx-solr-pagebrowser ul li.tx-pagebrowse-prev a,
.tx-solr-pagebrowser ul li.tx-pagebrowse-prev span,
.tx-solr-pagebrowser ul li.tx-pagebrowse-next a,
.tx-solr-pagebrowser ul li.tx-pagebrowse-next span {
	display: block;
	background: url('../../../_assets/5f526f2f1df1c836559376e909fedeed/Images/pager-prev.png') no-repeat left 2px;
	background-size: 12px 13px;
	width: 12px;
	height: 15px;
	text-indent: -9999999px;
}

.tx-solr-pagebrowser ul li.tx-pagebrowse-next a,
.tx-solr-pagebrowser ul li.tx-pagebrowse-next span {
	background-image: url('../../../_assets/5f526f2f1df1c836559376e909fedeed/Images/pager-next.png');
}

/* /PAGER */
/* ELEM */
.tx-solr-search-form {
	margin-top: 50px;
}

.tx-solr-search-form .flex-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.tx-solr-search-form .flex-group .tx-solr-q {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 40px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background-color: #fff;
	border: 1px solid #698A95;
	border-radius: 3px;
	color: #0F2C35;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.tx-solr-search-form .flex-group .tx-solr-q:focus {
	border-color: #FF6700;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.tx-solr-search-form .flex-group .input-group-btn {
	padding: 0;
	width: 40px;
	display: table-cell;
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.tx-solr-search-form .flex-group .input-group-btn .btn .nc-icon-mini {
	color: #fff;
	font-size: 12px;
	position: relative;
}

.tx-solr-search-form .flex-group .input-group-btn .btn .btn_label {
	display: none;
}

.tx-solr-search-form .flex-group .input-group-btn .btn {
	z-index: 2;
	margin-left: -1px;
	background-color: #FF6700;
	border-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border: none;
	width: 40px;
	height: 40px;
	-webkit-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

.tx-solr-search-form .flex-group .input-group-btn .btn:hover {
	background-color: #FF5122;
}

.tx-solr-search-form .flex-group .input-group-btn .btn:focus {
	color: #ffffff;
	border-color: #ff6700;
	background: #ff5122;
	-webkit-box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
	box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
}

.tx-solr-search-form .flex-group .reset_search {
	position: absolute;
	right: 57px;
	z-index: 11;
	top: 5px;
	color: #002832;
	font-size: 20px;
	cursor: pointer;
}

.results-list {
	list-style: none;
	margin-top: 38px;
	border-bottom: 1px solid #CBDCE2;
}

.results-list .results-entry {
	border: none;
	border-top: 1px solid #CBDCE2;
	padding: 20px 0;
}

.results-list .result-content {
	font-size: 14px;
	line-height: 24px;
	margin-top: 6px;
}

.results-list .results-entry.box {
	padding: 0;
	margin-bottom: 30px;
}

.results-list .results-entry .result-img {
	overflow: hidden;
}

.results-list .results-entry .result-img .fallbackimage {
	background: #002446 url('../../../_assets/5f526f2f1df1c836559376e909fedeed/Images/fallbackImageSmall.jpg') no-repeat center center;
	background-size: 100% auto;
	min-height: 330px;
}

.results-list .results-entry .result-img .publication_image {
	height: 100%;
	border-bottom: 1px solid #848383;
	text-align: center;
}

.results-list .results-entry .results-text {
	overflow: hidden;
	padding: 25px 15px;
}

.results-list .results-entry .results-topic a {
	font-family: 'Benton Sans Med';
	font-weight: normal;
	font-size: 16px;
	color: #FF6700;
	text-decoration: underline;
}

.results-list .results-entry .results-highlight {
	color: #FF6700;
}

/* /ELEM */
/* FACETS */
#tx-solr-faceting .facet {
	font-size: 14px;
	color: #0F2C35;
}

#tx-solr-faceting .facet.solr-ajaxified {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 15px 5px 15px 30px;
}

#tx-solr-faceting .panel {
	border: none;
	outline: none;
	box-shadow: none;
}

#tx-solr-faceting .list-group-item {
	padding: 0;
	-webkit-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
	border: none;
	margin: 0;
}

#tx-solr-faceting .list-group-item:hover {
	-webkit-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
	background-color: #F5F7FA;
}

#tx-solr-faceting .list-group-item a {
	padding: 15px 15px 15px 30px;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

#tx-solr-faceting .list-group-item:hover a {
	color: #FF6700;
}

/* /FACETS */
/* PAGINATION */
.solr-pagination {
	margin-top: 40px;
	background: rgb(245 247 250 / 70%);
}

.solr-pagination .pagination {
	margin: 0;
	padding: 7px 15px 0 20px;
	display: inline-block;
}

.solr-pagination .pagination li {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 3px !important;
	background: #fff;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	-webkit-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}

.solr-pagination .pagination li:not(.active):hover {
	background: #CBDCE2;
}

.solr-pagination .pagination li.active {
	background: #FF6700;
}

.solr-pagination .pagination li a {
	padding: 0;
	background: transparent;
	border: none !important;
	color: #0F2C35 !important;
	text-decoration: none !important;
	border: none;
	font-size: 12px;
	line-height: 1;
	padding: 6px 0;
	width: 28px;
	text-align: center;
	left: 1px;
	height: 28px;
	cursor: pointer;
}

body .frame.default .container .solr-pagination ul.pagination li a:focus {
	text-decoration: none !important;
	font-family: 'Benton Sans Reg', 'Arial' !important;
}

.solr-pagination .pagination li a:hover {
	background-color: transparent;
}

.solr-pagination .pagination li.previous a:hover {}

.solr-pagination .pagination li.active a {
	color: #fff !important;
}

.solr-pagination .pagination .previous,
.solr-pagination .pagination .next {
	background-color: transparent;
}

.solr-pagination .pagination .previous a {
	background: url('../../../_assets/5f526f2f1df1c836559376e909fedeed/Icons/icon_prev_arrow.svg') center no-repeat;
	background-size: 12px 12px;
	text-indent: -9999px;
}

.solr-pagination .pagination .previous.disabled a {
	background: url('../../../_assets/5f526f2f1df1c836559376e909fedeed/Icons/icon_prev_arrow_disabled.svg')
}

/*.solr-pagination .pagination .next a {
	background: url('../../../_assets/5f526f2f1df1c836559376e909fedeed/Icons/icon_next_arrow.svg') center no-repeat;
	background-size: 12px 12px;
	text-indent: -9999px;
}

 */

.solr-pagination .pagination .next.disabled a {
	background: url('../../../_assets/5f526f2f1df1c836559376e909fedeed/Icons/icon_next_arrow_disabled.svg')
}

/* /PAGINATION */
/* RESULTS PER PAGE */
#tx-solr-search #results-per-page {
	display: inline-block;
	float: right;
	margin-right: 25px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#tx-solr-search #results-per-page label {
	font-family: 'Benton Sans Med', Arial;
	font-size: 12px;
	color: #698A95;
	display: inline-block;
	margin-right: 10px;
	font-weight: 400;
}

#tx-solr-search #results-per-page .select2-container.select-container .select2-choice {
	height: 28px;
	border-radius: 3px;
	border: 1px solid #698A95;
	padding-left: 10px;
}

#tx-solr-search #results-per-page .select2-container.select-container .select2-chosen {
	color: #0F2C35;
	font-size: 12px;
	line-height: 28px;
}

#tx-solr-search #results-per-page .select2-container.select-container .select2-arrow {
	background: transparent;
}

#tx-solr-search #results-per-page .select2-container.select-container .select2-choice .select2-arrow::before {
	border-style: solid;
	border-color: #0F2C35;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0;
	position: relative;
	vertical-align: top;
	width: 0.45em;
	top: 8px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.select2-search {
	display: none !important;
}
/* /RESULTS PER PAGE */
/* NO RESULTS */
#tx-solr-search .no_results_img_container {
	margin-top: 222px;
	text-align: center;
}

#tx-solr-search .nothing_found_text {
	font-family: 'Benton Sans Med', Arial;
	font-size: 16px;
	color: #698A95;
	margin-top: 20px;
	text-align: center;
}

#tx-solr-search .nothing_found_text2 {
	font-size: 14px;
	margin-top: 0;
	color: #698A95;
	text-align: center;
}

#tx-solr-search .search_again {}

#tx-solr-search .search_again:focus {
	color: #fff;
}

#tx-solr-search .btn_container {
	margin-top: 40px;
	text-align: center;
}

.tx_solr .nav .pagination .next {
	background: url('../../../_assets/5f526f2f1df1c836559376e909fedeed/Icons/icon_next_arrow.svg') center no-repeat;
	background-color: transparent;
	background-size: 12px 12px;

}

.tx_solr .nav .pagination .next:hover {
	background-color: transparent !important;
	background: url('../../../_assets/5f526f2f1df1c836559376e909fedeed/Icons/icon_next_arrow_hover.svg') center no-repeat;
	background-size: 12px 12px;
}

.tx_solr .nav .pagination .prev {
	background: url('../../../_assets/5f526f2f1df1c836559376e909fedeed/Icons/icon_prev_arrow.svg') center no-repeat;
	background-color: transparent !important;
	background-size: 12px 12px;
}

.tx_solr .nav .pagination .prev:hover {
	background: url('../../../_assets/5f526f2f1df1c836559376e909fedeed/Icons/icon_prev_arrow_hover.svg') center no-repeat;
	background-color: transparent;
	background-size: 12px 12px;
}
/* /NO RESULTS */
/******************************* /SOLR ************************************/

.tx-solr-autosuggest {
    background: #FFF;
    overflow: auto;

}

.tx-solr-autosuggest .autocomplete-suggestion {
    white-space: nowrap;
    overflow: hidden;
    color: #848383;
    font-family: 'Helvetica Light', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 10px 8px 10px;
    cursor: pointer;
}

.tx-solr-autosuggest .autocomplete-suggestion::before {
    content: ' ';
    border-top: 1px solid #dadada;
    display: block;
    padding: 0 10px 8px 0;
}

.tx-solr-autosuggest .autocomplete-suggestion:last-child {
    background-color: #003d76;
    border-top: 0;
    color: #fff;
    position: relative;
}

.tx-solr-autosuggest .autocomplete-suggestion:first-child::before,
.tx-solr-autosuggest .autocomplete-suggestion:last-child::before {
    border-top: 0;
}

.tx-solr-autosuggest strong {
    color: #003d76;
    font-weight: normal;
}

.tx-solr-autosuggest .autocomplete-selected {
    text-decoration: underline;
}
.tx_neajaxform_main .form input[type="submit"] {
	position: relative;
	display: inline-block;
	font-family: Benton Sans Reg, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	background: #ff6700;
	border-radius: 3px;
	padding: 20px 40px;
	margin: 22px 0;
	min-width: 110px;
	cursor: pointer;
	text-align: center;
	transition: all .15s cubic-bezier(.33, .66, .66, 1);
	border: 1px solid transparent;
}

/* Ticket #43741 */

.tx_neajaxform .form .fields {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.tx_neajaxform .fields input {
	max-width: 100%;
	width: auto;
	border: 1px solid #CBDCE2;
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}

.tx_neajaxform .thank_you {
	text-align: center;
}

.tx_neajaxform .thank_you a {
	position: relative;
	display: inline-block;
	font-family: Benton Sans Reg, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	background: #ff6700;
	border-radius: 3px;
	padding: 20px 40px;
	margin: 22px 0;
	min-width: 110px;
	cursor: pointer;
	text-align: center;
	transition: all .15s cubic-bezier(.33, .66, .66, 1);
	border: 1px solid transparent;
}

.tx_neajaxform .fields .select2-container {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

@media only screen and (min-width: 991px) {
	.tx_neajaxform .fields .select2-container {
		width: 203px;
		margin-bottom: 0;
	}
}
#map {
	width: 100%;
	height: 400px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.info-window {
	font-family: 'Benton Sans Reg', 'Arial';
}

.info-content {
	color: #999;
}

/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px !important;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2.png') no-repeat 100% -22px;
    background: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2-spinner.gif') no-repeat 100%;
    background: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin-left: 0;
    margin-right: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

.select2-all-none {
    margin: 0;
    padding: 5px 0 3px;
    border-bottom: 1px solid #cccccc;
}

.select2-all-none li {
    display: inline;
    list-style-type: none;
    padding: 0 5px;
    position: relative;
    cursor: pointer;

    line-height: 13px;
    color: #333;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);

}

.select2-all-none li:first-child {
    margin-left: 10px;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2ppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        /*background-image: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Css/select2/select2x2.png') !important;*/
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

@keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-webkit-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-moz-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-ms-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-o-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

.vex, .vex *, .vex *:before, .vex *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.vex-overlay {
  background: #000;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }

.vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .vex.vex-closing .vex-overlay {
    animation: vex-fadeout 0.5s;
    -webkit-animation: vex-fadeout 0.5s;
    -moz-animation: vex-fadeout 0.5s;
    -ms-animation: vex-fadeout 0.5s;
    -o-animation: vex-fadeout 0.5s;
    -webkit-backface-visibility: hidden; }

.vex-content {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: #fff; }
  .vex.vex-closing .vex-content {
    animation: vex-fadeout 0.5s;
    -webkit-animation: vex-fadeout 0.5s;
    -moz-animation: vex-fadeout 0.5s;
    -ms-animation: vex-fadeout 0.5s;
    -o-animation: vex-fadeout 0.5s;
    -webkit-backface-visibility: hidden; }

.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7"; }

.vex-dialog-form {
  margin: 0; }

.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  -moz-animation: vex-rotation 0.7s linear infinite;
  -ms-animation: vex-rotation 0.7s linear infinite;
  -o-animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff; }

body.vex-open {
  overflow: hidden; }

@keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-webkit-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-moz-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-ms-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-o-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-webkit-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-moz-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-ms-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-o-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-webkit-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-moz-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-ms-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-o-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

.vex.vex-theme-default {
  padding-top: 160px;
  padding-bottom: 160px; }
  .vex.vex-theme-default.vex-closing .vex-content {
    animation: vex-flyout 0.5s;
    -webkit-animation: vex-flyout 0.5s;
    -moz-animation: vex-flyout 0.5s;
    -ms-animation: vex-flyout 0.5s;
    -o-animation: vex-flyout 0.5s;
    -webkit-backface-visibility: hidden; }
  .vex.vex-theme-default .vex-content {
    animation: vex-flyin 0.5s;
    -webkit-animation: vex-flyin 0.5s;
    -moz-animation: vex-flyin 0.5s;
    -ms-animation: vex-flyin 0.5s;
    -o-animation: vex-flyin 0.5s;
    -webkit-backface-visibility: hidden; }
  .vex.vex-theme-default .vex-content {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "Helvetica Neue", sans-serif;
    background: #f0f0f0;
    color: #444;
    padding: 1em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
    font-size: 1.1em;
    line-height: 1.5em; }
    .vex.vex-theme-default .vex-content h1, .vex.vex-theme-default .vex-content h2, .vex.vex-theme-default .vex-content h3, .vex.vex-theme-default .vex-content h4, .vex.vex-theme-default .vex-content h5, .vex.vex-theme-default .vex-content h6, .vex.vex-theme-default .vex-content p, .vex.vex-theme-default .vex-content ul, .vex.vex-theme-default .vex-content li {
      color: inherit; }
  .vex.vex-theme-default .vex-close {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .vex.vex-theme-default .vex-close:before {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      position: absolute;
      content: "\00D7";
      font-size: 26px;
      font-weight: normal;
      line-height: 31px;
      height: 30px;
      width: 30px;
      text-align: center;
      top: 3px;
      right: 3px;
      color: #bbb;
      background: transparent; }
    .vex.vex-theme-default .vex-close:hover:before, .vex.vex-theme-default .vex-close:active:before {
      color: #777;
      background: #e0e0e0; }
  .vex.vex-theme-default .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em; }
  .vex.vex-theme-default .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em; }
    .vex.vex-theme-default .vex-dialog-form .vex-dialog-input select, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"] {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: #fff;
      width: 100%;
      padding: .25em .67em;
      border: 0;
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      min-height: 2.5em;
      margin: 0 0 .25em; }
      .vex.vex-theme-default .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        -moz-box-shadow: inset 0 0 0 2px #8dbdf1;
        -webkit-box-shadow: inset 0 0 0 2px #8dbdf1;
        box-shadow: inset 0 0 0 2px #8dbdf1;
        outline: none; }
  .vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1; }
    .vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons:after {
      content: "";
      display: table;
      clear: both; }
  .vex.vex-theme-default .vex-dialog-button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    float: right;
    margin: 0 0 0 .5em;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em; }
    .vex.vex-theme-default .vex-dialog-button.vex-last {
      margin-left: 0; }
    .vex.vex-theme-default .vex-dialog-button:focus {
      animation: vex-pulse 1.1s infinite;
      -webkit-animation: vex-pulse 1.1s infinite;
      -moz-animation: vex-pulse 1.1s infinite;
      -ms-animation: vex-pulse 1.1s infinite;
      -o-animation: vex-pulse 1.1s infinite;
      -webkit-backface-visibility: hidden;
      outline: none; }
      @media (max-width: 568px) {
        .vex.vex-theme-default .vex-dialog-button:focus {
          animation: none;
          -webkit-animation: none;
          -moz-animation: none;
          -ms-animation: none;
          -o-animation: none;
          -webkit-backface-visibility: hidden; } }
    .vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
      background: #3288e6;
      color: #fff; }
    .vex.vex-theme-default .vex-dialog-button.vex-dialog-button-secondary {
      background: #e0e0e0;
      color: #777; }

.vex-loading-spinner.vex-theme-default {
  -moz-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #f0f0f0;
  border: .2em solid transparent;
  border-top-color: #bbb;
  top: -1.1em;
  bottom: auto; }

.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #738993;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}

.checkbox label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px !important;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; 
}


.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    display: inline-block;
    font: normal normal normal 16px/1 'Nucleo Mini';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea23";
    color: #0f2c35;
    font-size: 16px;
    padding: 0;

}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
    cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: transparent;
    border-color: #0f2c35; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #4b5d66;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 6px;
    height: 6px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #0f2c35;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled {
    cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    display: inline-block;
    font: normal normal normal 16px/1 'Nucleo Mini';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea23";
    color: #0f2c35;
    font-size: 16px;
    padding: 0; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff; }
.radio input[type="radio"]:checked + label::before {
    border-color: #0f2c35;
}

.radio input[type="radio"]:focus + label::before {
    outline: none !important;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

#style-switcher {
  *zoom: 1;
  list-style-type: none;
  width: 600px;
  margin: 20px auto 10px;
}
#style-switcher:before,
#style-switcher:after {
  display: table;
  content: "";
  line-height: 0;
}
#style-switcher:after {
  clear: both;
}
#style-switcher li {
  padding: 0;
  width: 150px;
  float: left;
  text-align: center;
}
#style-switcher li a {
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
#style-switcher li a:hover {
  font-size: 24px;
}
#style-switcher li a.active {
  font-size: 24px;
  font-weight: 700;
  background: #eee;
}
#demo_controls {
  *zoom: 1;
  position: relative;
  width: 700px;
  margin: 0 auto;
  padding: 20px 0;
  list-style-type: none;
}
#demo_controls:before,
#demo_controls:after {
  display: table;
  content: "";
  line-height: 0;
}
#demo_controls:after {
  clear: both;
}
#demo_controls li {
  width: 320px;
  float: left;
  text-align: center;
  margin: 0 15px;
  font-weight: bold;
  font-size: 15px;
}
#demo_controls li p {
  margin-bottom: 10px;
}
p.info {
  text-align: center;
  margin-top: 20px;
}
.counter-wrapper {
  float: left;
  position: relative;
  left: 0;
  margin-top: 20px;
  margin-left: 0;
}
.flip-counter {
  position: relative;
  left: 30px;
  list-style-type: none;
}
.flip-counter li {
  float: right;
}
.no-csstransforms3d span.back {
  display: none;
}
.flip-counter.default .digit {
  position: relative;
  z-index: 0;
  width: 60px;
  height: 90px;
  margin-left: 10px;
  background-color: black;
  text-align: center;
  line-height: 0;
  -webkit-text-stroke: 2px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flip-counter.default .digit:last-child {
  margin-left: 0;
}
.flip-counter.default .digit span {
  position: absolute;
  left: 0;
  height: 45px;
  width: 60px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 90px;
  font-weight: 700;
  text-indent: 2px;
  background-color: black;
  color: white;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flip-counter.default .digit span.front {
  top: 0;
  padding-top: 45px;
}
.flip-counter.default .digit span.back {
  bottom: 0;
}
.flip-counter.default .digit .line {
  position: absolute;
  z-index: 10;
  height: 45px;
  width: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 5px 7px -4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 5px 7px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 7px -4px rgba(0, 0, 0, 0.7);
}
.flip-counter.default .digit .hinge-wrap {
  z-index: 5;
  position: relative;
  overflow: visible;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}
.flip-counter.default .digit .hinge {
  position: absolute;
  height: 45px;
  width: 60px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.flip-counter.default .digit .hinge span {
  height: 0;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-counter.default .digit .hinge span.front {
  padding-top: 45px;
}
.flip-counter.default .digit .hinge span.back {
  height: 45px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-counter.default .digit.animate .hinge {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip-counter.default .digit-delimiter {
  padding-top: 38px;
  margin-right: -5px;
  font-weight: 700;
  font-size: 52px;
  color: black;
  text-indent: 3.33333333px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.flip-counter.light .digit {
  position: relative;
  z-index: 0;
  width: 60px;
  height: 90px;
  margin-left: 10px;
  background-color: #e8f1ff;
  text-align: center;
  line-height: 0;
  -webkit-text-stroke: 2px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(232, 241, 255, 0.5);
  -moz-box-shadow: 1px 1px 5px 0 rgba(232, 241, 255, 0.5);
  box-shadow: 1px 1px 5px 0 rgba(232, 241, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flip-counter.light .digit:last-child {
  margin-left: 0;
}
.flip-counter.light .digit span {
  position: absolute;
  left: 0;
  height: 45px;
  width: 60px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 90px;
  font-weight: 700;
  text-indent: 2px;
  background-color: #e8f1ff;
  color: white;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flip-counter.light .digit span.front {
  top: 0;
  padding-top: 45px;
}
.flip-counter.light .digit span.back {
  bottom: 0;
}
.flip-counter.light .digit .line {
  position: absolute;
  z-index: 10;
  height: 45px;
  width: 60px;
  border-bottom: 1px solid rgba(232, 241, 255, 0.7);
  -webkit-box-shadow: 0 5px 7px -4px rgba(232, 241, 255, 0.7);
  -moz-box-shadow: 0 5px 7px -4px rgba(232, 241, 255, 0.7);
  box-shadow: 0 5px 7px -4px rgba(232, 241, 255, 0.7);
}
.flip-counter.light .digit .hinge-wrap {
  z-index: 5;
  position: relative;
  overflow: visible;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}
.flip-counter.light .digit .hinge {
  position: absolute;
  height: 45px;
  width: 60px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.flip-counter.light .digit .hinge span {
  height: 0;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-counter.light .digit .hinge span.front {
  padding-top: 45px;
}
.flip-counter.light .digit .hinge span.back {
  height: 45px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-counter.light .digit.animate .hinge {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip-counter.light .digit-delimiter {
  padding-top: 38px;
  margin-right: -5px;
  font-weight: 700;
  font-size: 52px;
  color: #e8f1ff;
  text-indent: 3.33333333px;
  text-shadow: 1px 1px 5px rgba(232, 241, 255, 0.5);
}
.flip-counter.small .digit {
  position: relative;
  z-index: 0;
  width: 30px;
  height: 40px;
  margin-left: 5px;
  background-color: black;
  text-align: center;
  line-height: 0;
  -webkit-text-stroke: 2px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flip-counter.small .digit:last-child {
  margin-left: 0;
}
.flip-counter.small .digit span {
  position: absolute;
  left: 0;
  height: 20px;
  width: 30px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 34px;
  font-weight: 700;
  text-indent: 2px;
  background-color: black;
  color: white;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flip-counter.small .digit span.front {
  top: 0;
  padding-top: 20px;
}
.flip-counter.small .digit span.back {
  bottom: 0;
}
.flip-counter.small .digit .line {
  position: absolute;
  z-index: 10;
  height: 20px;
  width: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 5px 7px -4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 5px 7px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 7px -4px rgba(0, 0, 0, 0.7);
}
.flip-counter.small .digit .hinge-wrap {
  z-index: 5;
  position: relative;
  overflow: visible;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}
.flip-counter.small .digit .hinge {
  position: absolute;
  height: 20px;
  width: 30px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.flip-counter.small .digit .hinge span {
  height: 0;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-counter.small .digit .hinge span.front {
  padding-top: 20px;
}
.flip-counter.small .digit .hinge span.back {
  height: 20px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-counter.small .digit.animate .hinge {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip-counter.small .digit-delimiter {
  padding-top: 15px;
  margin-right: -2.5px;
  font-weight: 700;
  font-size: 25px;
  color: black;
  text-indent: 1.66666667px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.flip-counter.huge .digit {
  position: relative;
  z-index: 0;
  width: 140px;
  height: 200px;
  margin-left: 20px;
  background-color: black;
  text-align: center;
  line-height: 0;
  -webkit-text-stroke: 2px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flip-counter.huge .digit:last-child {
  margin-left: 0;
}
.flip-counter.huge .digit span {
  position: absolute;
  left: 0;
  height: 100px;
  width: 140px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 190px;
  font-weight: 700;
  text-indent: 2px;
  background-color: black;
  color: white;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flip-counter.huge .digit span.front {
  top: 0;
  padding-top: 100px;
}
.flip-counter.huge .digit span.back {
  bottom: 0;
}
.flip-counter.huge .digit .line {
  position: absolute;
  z-index: 10;
  height: 100px;
  width: 140px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.7);
}
.flip-counter.huge .digit .hinge-wrap {
  z-index: 5;
  position: relative;
  overflow: visible;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
}
.flip-counter.huge .digit .hinge {
  position: absolute;
  height: 100px;
  width: 140px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.flip-counter.huge .digit .hinge span {
  height: 0;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-counter.huge .digit .hinge span.front {
  padding-top: 100px;
}
.flip-counter.huge .digit .hinge span.back {
  height: 100px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-counter.huge .digit.animate .hinge {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip-counter.huge .digit-delimiter {
  padding-top: 130px;
  margin-right: -10px;
  font-weight: 700;
  font-size: 70px;
  color: black;
  text-indent: 6.66666667px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.bs4 .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:1200px){.bs4 .container{max-width:1490px}}.bs4 .container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.bs4 .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.bs4 .no-gutters{margin-right:0;margin-left:0}.bs4 .no-gutters>.col,.bs4 .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.bs4 .col,.bs4 .col-1,.bs4 .col-2,.bs4 .col-3,.bs4 .col-4,.bs4 .col-5,.bs4 .col-6,.bs4 .col-7,.bs4 .col-8,.bs4 .col-9,.bs4 .col-10,.bs4 .col-11,.bs4 .col-12,.bs4 .col-auto,.bs4 .col-lg,.bs4 .col-lg-1,.bs4 .col-lg-2,.bs4 .col-lg-3,.bs4 .col-lg-4,.bs4 .col-lg-5,.bs4 .col-lg-6,.bs4 .col-lg-7,.bs4 .col-lg-8,.bs4 .col-lg-9,.bs4 .col-lg-10,.bs4 .col-lg-11,.bs4 .col-lg-12,.bs4 .col-lg-auto,.bs4 .col-md,.bs4 .col-md-1,.bs4 .col-md-2,.bs4 .col-md-3,.bs4 .col-md-4,.bs4 .col-md-5,.bs4 .col-md-6,.bs4 .col-md-7,.bs4 .col-md-8,.bs4 .col-md-9,.bs4 .col-md-10,.bs4 .col-md-11,.bs4 .col-md-12,.bs4 .col-md-auto,.bs4 .col-ms,.bs4 .col-ms-1,.bs4 .col-ms-2,.bs4 .col-ms-3,.bs4 .col-ms-4,.bs4 .col-ms-5,.bs4 .col-ms-6,.bs4 .col-ms-7,.bs4 .col-ms-8,.bs4 .col-ms-9,.bs4 .col-ms-10,.bs4 .col-ms-11,.bs4 .col-ms-12,.bs4 .col-ms-auto,.bs4 .col-sm,.bs4 .col-sm-1,.bs4 .col-sm-2,.bs4 .col-sm-3,.bs4 .col-sm-4,.bs4 .col-sm-5,.bs4 .col-sm-6,.bs4 .col-sm-7,.bs4 .col-sm-8,.bs4 .col-sm-9,.bs4 .col-sm-10,.bs4 .col-sm-11,.bs4 .col-sm-12,.bs4 .col-sm-auto,.bs4 .col-xl,.bs4 .col-xl-1,.bs4 .col-xl-2,.bs4 .col-xl-3,.bs4 .col-xl-4,.bs4 .col-xl-5,.bs4 .col-xl-6,.bs4 .col-xl-7,.bs4 .col-xl-8,.bs4 .col-xl-9,.bs4 .col-xl-10,.bs4 .col-xl-11,.bs4 .col-xl-12,.bs4 .col-xl-auto,.bs4 .col-xs,.bs4 .col-xs-1,.bs4 .col-xs-2,.bs4 .col-xs-3,.bs4 .col-xs-4,.bs4 .col-xs-5,.bs4 .col-xs-6,.bs4 .col-xs-7,.bs4 .col-xs-8,.bs4 .col-xs-9,.bs4 .col-xs-10,.bs4 .col-xs-11,.bs4 .col-xs-12,.bs4 .col-xs-auto,.bs4 .col-xxl,.bs4 .col-xxl-1,.bs4 .col-xxl-2,.bs4 .col-xxl-3,.bs4 .col-xxl-4,.bs4 .col-xxl-5,.bs4 .col-xxl-6,.bs4 .col-xxl-7,.bs4 .col-xxl-8,.bs4 .col-xxl-9,.bs4 .col-xxl-10,.bs4 .col-xxl-11,.bs4 .col-xxl-12,.bs4 .col-xxl-auto,.bs4 .col-xxxl,.bs4 .col-xxxl-1,.bs4 .col-xxxl-2,.bs4 .col-xxxl-3,.bs4 .col-xxxl-4,.bs4 .col-xxxl-5,.bs4 .col-xxxl-6,.bs4 .col-xxxl-7,.bs4 .col-xxxl-8,.bs4 .col-xxxl-9,.bs4 .col-xxxl-10,.bs4 .col-xxxl-11,.bs4 .col-xxxl-12,.bs4 .col-xxxl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.bs4 .col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs4 .col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs4 .col-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs4 .col-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs4 .col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs4 .col-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs4 .col-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs4 .col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs4 .col-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs4 .col-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs4 .col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs4 .col-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs4 .col-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs4 .col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs4 .order-first{-ms-flex-order:-1;order:-1}.bs4 .order-last{-ms-flex-order:13;order:13}.bs4 .order-0{-ms-flex-order:0;order:0}.bs4 .order-1{-ms-flex-order:1;order:1}.bs4 .order-2{-ms-flex-order:2;order:2}.bs4 .order-3{-ms-flex-order:3;order:3}.bs4 .order-4{-ms-flex-order:4;order:4}.bs4 .order-5{-ms-flex-order:5;order:5}.bs4 .order-6{-ms-flex-order:6;order:6}.bs4 .order-7{-ms-flex-order:7;order:7}.bs4 .order-8{-ms-flex-order:8;order:8}.bs4 .order-9{-ms-flex-order:9;order:9}.bs4 .order-10{-ms-flex-order:10;order:10}.bs4 .order-11{-ms-flex-order:11;order:11}.bs4 .order-12{-ms-flex-order:12;order:12}.bs4 .offset-1{margin-left:8.3333333333%}.bs4 .offset-2{margin-left:16.6666666667%}.bs4 .offset-3{margin-left:25%}.bs4 .offset-4{margin-left:33.3333333333%}.bs4 .offset-5{margin-left:41.6666666667%}.bs4 .offset-6{margin-left:50%}.bs4 .offset-7{margin-left:58.3333333333%}.bs4 .offset-8{margin-left:66.6666666667%}.bs4 .offset-9{margin-left:75%}.bs4 .offset-10{margin-left:83.3333333333%}.bs4 .offset-11{margin-left:91.6666666667%}@media (min-width:320px){.bs4 .col-xs{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs4 .col-xs-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs4 .col-xs-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs4 .col-xs-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs4 .col-xs-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs4 .col-xs-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs4 .col-xs-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs4 .col-xs-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs4 .col-xs-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs4 .col-xs-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs4 .col-xs-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs4 .col-xs-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs4 .col-xs-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs4 .col-xs-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs4 .order-xs-first{-ms-flex-order:-1;order:-1}.bs4 .order-xs-last{-ms-flex-order:13;order:13}.bs4 .order-xs-0{-ms-flex-order:0;order:0}.bs4 .order-xs-1{-ms-flex-order:1;order:1}.bs4 .order-xs-2{-ms-flex-order:2;order:2}.bs4 .order-xs-3{-ms-flex-order:3;order:3}.bs4 .order-xs-4{-ms-flex-order:4;order:4}.bs4 .order-xs-5{-ms-flex-order:5;order:5}.bs4 .order-xs-6{-ms-flex-order:6;order:6}.bs4 .order-xs-7{-ms-flex-order:7;order:7}.bs4 .order-xs-8{-ms-flex-order:8;order:8}.bs4 .order-xs-9{-ms-flex-order:9;order:9}.bs4 .order-xs-10{-ms-flex-order:10;order:10}.bs4 .order-xs-11{-ms-flex-order:11;order:11}.bs4 .order-xs-12{-ms-flex-order:12;order:12}.bs4 .offset-xs-0{margin-left:0}.bs4 .offset-xs-1{margin-left:8.3333333333%}.bs4 .offset-xs-2{margin-left:16.6666666667%}.bs4 .offset-xs-3{margin-left:25%}.bs4 .offset-xs-4{margin-left:33.3333333333%}.bs4 .offset-xs-5{margin-left:41.6666666667%}.bs4 .offset-xs-6{margin-left:50%}.bs4 .offset-xs-7{margin-left:58.3333333333%}.bs4 .offset-xs-8{margin-left:66.6666666667%}.bs4 .offset-xs-9{margin-left:75%}.bs4 .offset-xs-10{margin-left:83.3333333333%}.bs4 .offset-xs-11{margin-left:91.6666666667%}}@media (min-width:450px){.bs4 .col-ms{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs4 .col-ms-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs4 .col-ms-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs4 .col-ms-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs4 .col-ms-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs4 .col-ms-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs4 .col-ms-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs4 .col-ms-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs4 .col-ms-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs4 .col-ms-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs4 .col-ms-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs4 .col-ms-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs4 .col-ms-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs4 .col-ms-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs4 .order-ms-first{-ms-flex-order:-1;order:-1}.bs4 .order-ms-last{-ms-flex-order:13;order:13}.bs4 .order-ms-0{-ms-flex-order:0;order:0}.bs4 .order-ms-1{-ms-flex-order:1;order:1}.bs4 .order-ms-2{-ms-flex-order:2;order:2}.bs4 .order-ms-3{-ms-flex-order:3;order:3}.bs4 .order-ms-4{-ms-flex-order:4;order:4}.bs4 .order-ms-5{-ms-flex-order:5;order:5}.bs4 .order-ms-6{-ms-flex-order:6;order:6}.bs4 .order-ms-7{-ms-flex-order:7;order:7}.bs4 .order-ms-8{-ms-flex-order:8;order:8}.bs4 .order-ms-9{-ms-flex-order:9;order:9}.bs4 .order-ms-10{-ms-flex-order:10;order:10}.bs4 .order-ms-11{-ms-flex-order:11;order:11}.bs4 .order-ms-12{-ms-flex-order:12;order:12}.bs4 .offset-ms-0{margin-left:0}.bs4 .offset-ms-1{margin-left:8.3333333333%}.bs4 .offset-ms-2{margin-left:16.6666666667%}.bs4 .offset-ms-3{margin-left:25%}.bs4 .offset-ms-4{margin-left:33.3333333333%}.bs4 .offset-ms-5{margin-left:41.6666666667%}.bs4 .offset-ms-6{margin-left:50%}.bs4 .offset-ms-7{margin-left:58.3333333333%}.bs4 .offset-ms-8{margin-left:66.6666666667%}.bs4 .offset-ms-9{margin-left:75%}.bs4 .offset-ms-10{margin-left:83.3333333333%}.bs4 .offset-ms-11{margin-left:91.6666666667%}}@media (min-width:576px){.bs4 .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs4 .col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs4 .col-sm-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs4 .col-sm-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs4 .col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs4 .col-sm-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs4 .col-sm-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs4 .col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs4 .col-sm-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs4 .col-sm-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs4 .col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs4 .col-sm-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs4 .col-sm-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs4 .col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs4 .order-sm-first{-ms-flex-order:-1;order:-1}.bs4 .order-sm-last{-ms-flex-order:13;order:13}.bs4 .order-sm-0{-ms-flex-order:0;order:0}.bs4 .order-sm-1{-ms-flex-order:1;order:1}.bs4 .order-sm-2{-ms-flex-order:2;order:2}.bs4 .order-sm-3{-ms-flex-order:3;order:3}.bs4 .order-sm-4{-ms-flex-order:4;order:4}.bs4 .order-sm-5{-ms-flex-order:5;order:5}.bs4 .order-sm-6{-ms-flex-order:6;order:6}.bs4 .order-sm-7{-ms-flex-order:7;order:7}.bs4 .order-sm-8{-ms-flex-order:8;order:8}.bs4 .order-sm-9{-ms-flex-order:9;order:9}.bs4 .order-sm-10{-ms-flex-order:10;order:10}.bs4 .order-sm-11{-ms-flex-order:11;order:11}.bs4 .order-sm-12{-ms-flex-order:12;order:12}.bs4 .offset-sm-0{margin-left:0}.bs4 .offset-sm-1{margin-left:8.3333333333%}.bs4 .offset-sm-2{margin-left:16.6666666667%}.bs4 .offset-sm-3{margin-left:25%}.bs4 .offset-sm-4{margin-left:33.3333333333%}.bs4 .offset-sm-5{margin-left:41.6666666667%}.bs4 .offset-sm-6{margin-left:50%}.bs4 .offset-sm-7{margin-left:58.3333333333%}.bs4 .offset-sm-8{margin-left:66.6666666667%}.bs4 .offset-sm-9{margin-left:75%}.bs4 .offset-sm-10{margin-left:83.3333333333%}.bs4 .offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){.bs4 .col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs4 .col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs4 .col-md-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs4 .col-md-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs4 .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs4 .col-md-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs4 .col-md-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs4 .col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs4 .col-md-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs4 .col-md-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs4 .col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs4 .col-md-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs4 .col-md-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs4 .col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs4 .order-md-first{-ms-flex-order:-1;order:-1}.bs4 .order-md-last{-ms-flex-order:13;order:13}.bs4 .order-md-0{-ms-flex-order:0;order:0}.bs4 .order-md-1{-ms-flex-order:1;order:1}.bs4 .order-md-2{-ms-flex-order:2;order:2}.bs4 .order-md-3{-ms-flex-order:3;order:3}.bs4 .order-md-4{-ms-flex-order:4;order:4}.bs4 .order-md-5{-ms-flex-order:5;order:5}.bs4 .order-md-6{-ms-flex-order:6;order:6}.bs4 .order-md-7{-ms-flex-order:7;order:7}.bs4 .order-md-8{-ms-flex-order:8;order:8}.bs4 .order-md-9{-ms-flex-order:9;order:9}.bs4 .order-md-10{-ms-flex-order:10;order:10}.bs4 .order-md-11{-ms-flex-order:11;order:11}.bs4 .order-md-12{-ms-flex-order:12;order:12}.bs4 .offset-md-0{margin-left:0}.bs4 .offset-md-1{margin-left:8.3333333333%}.bs4 .offset-md-2{margin-left:16.6666666667%}.bs4 .offset-md-3{margin-left:25%}.bs4 .offset-md-4{margin-left:33.3333333333%}.bs4 .offset-md-5{margin-left:41.6666666667%}.bs4 .offset-md-6{margin-left:50%}.bs4 .offset-md-7{margin-left:58.3333333333%}.bs4 .offset-md-8{margin-left:66.6666666667%}.bs4 .offset-md-9{margin-left:75%}.bs4 .offset-md-10{margin-left:83.3333333333%}.bs4 .offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){.bs4 .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs4 .col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs4 .col-lg-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs4 .col-lg-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs4 .col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs4 .col-lg-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs4 .col-lg-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs4 .col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs4 .col-lg-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs4 .col-lg-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs4 .col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs4 .col-lg-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs4 .col-lg-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs4 .col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs4 .order-lg-first{-ms-flex-order:-1;order:-1}.bs4 .order-lg-last{-ms-flex-order:13;order:13}.bs4 .order-lg-0{-ms-flex-order:0;order:0}.bs4 .order-lg-1{-ms-flex-order:1;order:1}.bs4 .order-lg-2{-ms-flex-order:2;order:2}.bs4 .order-lg-3{-ms-flex-order:3;order:3}.bs4 .order-lg-4{-ms-flex-order:4;order:4}.bs4 .order-lg-5{-ms-flex-order:5;order:5}.bs4 .order-lg-6{-ms-flex-order:6;order:6}.bs4 .order-lg-7{-ms-flex-order:7;order:7}.bs4 .order-lg-8{-ms-flex-order:8;order:8}.bs4 .order-lg-9{-ms-flex-order:9;order:9}.bs4 .order-lg-10{-ms-flex-order:10;order:10}.bs4 .order-lg-11{-ms-flex-order:11;order:11}.bs4 .order-lg-12{-ms-flex-order:12;order:12}.bs4 .offset-lg-0{margin-left:0}.bs4 .offset-lg-1{margin-left:8.3333333333%}.bs4 .offset-lg-2{margin-left:16.6666666667%}.bs4 .offset-lg-3{margin-left:25%}.bs4 .offset-lg-4{margin-left:33.3333333333%}.bs4 .offset-lg-5{margin-left:41.6666666667%}.bs4 .offset-lg-6{margin-left:50%}.bs4 .offset-lg-7{margin-left:58.3333333333%}.bs4 .offset-lg-8{margin-left:66.6666666667%}.bs4 .offset-lg-9{margin-left:75%}.bs4 .offset-lg-10{margin-left:83.3333333333%}.bs4 .offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){.bs4 .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs4 .col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs4 .col-xl-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs4 .col-xl-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs4 .col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs4 .col-xl-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs4 .col-xl-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs4 .col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs4 .col-xl-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs4 .col-xl-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs4 .col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs4 .col-xl-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs4 .col-xl-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs4 .col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs4 .order-xl-first{-ms-flex-order:-1;order:-1}.bs4 .order-xl-last{-ms-flex-order:13;order:13}.bs4 .order-xl-0{-ms-flex-order:0;order:0}.bs4 .order-xl-1{-ms-flex-order:1;order:1}.bs4 .order-xl-2{-ms-flex-order:2;order:2}.bs4 .order-xl-3{-ms-flex-order:3;order:3}.bs4 .order-xl-4{-ms-flex-order:4;order:4}.bs4 .order-xl-5{-ms-flex-order:5;order:5}.bs4 .order-xl-6{-ms-flex-order:6;order:6}.bs4 .order-xl-7{-ms-flex-order:7;order:7}.bs4 .order-xl-8{-ms-flex-order:8;order:8}.bs4 .order-xl-9{-ms-flex-order:9;order:9}.bs4 .order-xl-10{-ms-flex-order:10;order:10}.bs4 .order-xl-11{-ms-flex-order:11;order:11}.bs4 .order-xl-12{-ms-flex-order:12;order:12}.bs4 .offset-xl-0{margin-left:0}.bs4 .offset-xl-1{margin-left:8.3333333333%}.bs4 .offset-xl-2{margin-left:16.6666666667%}.bs4 .offset-xl-3{margin-left:25%}.bs4 .offset-xl-4{margin-left:33.3333333333%}.bs4 .offset-xl-5{margin-left:41.6666666667%}.bs4 .offset-xl-6{margin-left:50%}.bs4 .offset-xl-7{margin-left:58.3333333333%}.bs4 .offset-xl-8{margin-left:66.6666666667%}.bs4 .offset-xl-9{margin-left:75%}.bs4 .offset-xl-10{margin-left:83.3333333333%}.bs4 .offset-xl-11{margin-left:91.6666666667%}}@media (min-width:1650px){.bs4 .col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs4 .col-xxl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs4 .col-xxl-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs4 .col-xxl-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs4 .col-xxl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs4 .col-xxl-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs4 .col-xxl-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs4 .col-xxl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs4 .col-xxl-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs4 .col-xxl-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs4 .col-xxl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs4 .col-xxl-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs4 .col-xxl-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs4 .col-xxl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs4 .order-xxl-first{-ms-flex-order:-1;order:-1}.bs4 .order-xxl-last{-ms-flex-order:13;order:13}.bs4 .order-xxl-0{-ms-flex-order:0;order:0}.bs4 .order-xxl-1{-ms-flex-order:1;order:1}.bs4 .order-xxl-2{-ms-flex-order:2;order:2}.bs4 .order-xxl-3{-ms-flex-order:3;order:3}.bs4 .order-xxl-4{-ms-flex-order:4;order:4}.bs4 .order-xxl-5{-ms-flex-order:5;order:5}.bs4 .order-xxl-6{-ms-flex-order:6;order:6}.bs4 .order-xxl-7{-ms-flex-order:7;order:7}.bs4 .order-xxl-8{-ms-flex-order:8;order:8}.bs4 .order-xxl-9{-ms-flex-order:9;order:9}.bs4 .order-xxl-10{-ms-flex-order:10;order:10}.bs4 .order-xxl-11{-ms-flex-order:11;order:11}.bs4 .order-xxl-12{-ms-flex-order:12;order:12}.bs4 .offset-xxl-0{margin-left:0}.bs4 .offset-xxl-1{margin-left:8.3333333333%}.bs4 .offset-xxl-2{margin-left:16.6666666667%}.bs4 .offset-xxl-3{margin-left:25%}.bs4 .offset-xxl-4{margin-left:33.3333333333%}.bs4 .offset-xxl-5{margin-left:41.6666666667%}.bs4 .offset-xxl-6{margin-left:50%}.bs4 .offset-xxl-7{margin-left:58.3333333333%}.bs4 .offset-xxl-8{margin-left:66.6666666667%}.bs4 .offset-xxl-9{margin-left:75%}.bs4 .offset-xxl-10{margin-left:83.3333333333%}.bs4 .offset-xxl-11{margin-left:91.6666666667%}}@media (min-width:1920px){.bs4 .col-xxxl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs4 .col-xxxl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs4 .col-xxxl-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs4 .col-xxxl-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs4 .col-xxxl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs4 .col-xxxl-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs4 .col-xxxl-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs4 .col-xxxl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs4 .col-xxxl-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs4 .col-xxxl-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs4 .col-xxxl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs4 .col-xxxl-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs4 .col-xxxl-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs4 .col-xxxl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs4 .order-xxxl-first{-ms-flex-order:-1;order:-1}.bs4 .order-xxxl-last{-ms-flex-order:13;order:13}.bs4 .order-xxxl-0{-ms-flex-order:0;order:0}.bs4 .order-xxxl-1{-ms-flex-order:1;order:1}.bs4 .order-xxxl-2{-ms-flex-order:2;order:2}.bs4 .order-xxxl-3{-ms-flex-order:3;order:3}.bs4 .order-xxxl-4{-ms-flex-order:4;order:4}.bs4 .order-xxxl-5{-ms-flex-order:5;order:5}.bs4 .order-xxxl-6{-ms-flex-order:6;order:6}.bs4 .order-xxxl-7{-ms-flex-order:7;order:7}.bs4 .order-xxxl-8{-ms-flex-order:8;order:8}.bs4 .order-xxxl-9{-ms-flex-order:9;order:9}.bs4 .order-xxxl-10{-ms-flex-order:10;order:10}.bs4 .order-xxxl-11{-ms-flex-order:11;order:11}.bs4 .order-xxxl-12{-ms-flex-order:12;order:12}.bs4 .offset-xxxl-0{margin-left:0}.bs4 .offset-xxxl-1{margin-left:8.3333333333%}.bs4 .offset-xxxl-2{margin-left:16.6666666667%}.bs4 .offset-xxxl-3{margin-left:25%}.bs4 .offset-xxxl-4{margin-left:33.3333333333%}.bs4 .offset-xxxl-5{margin-left:41.6666666667%}.bs4 .offset-xxxl-6{margin-left:50%}.bs4 .offset-xxxl-7{margin-left:58.3333333333%}.bs4 .offset-xxxl-8{margin-left:66.6666666667%}.bs4 .offset-xxxl-9{margin-left:75%}.bs4 .offset-xxxl-10{margin-left:83.3333333333%}.bs4 .offset-xxxl-11{margin-left:91.6666666667%}}.bs4 .text-monospace{font-family:Benton Sans Lt,Arial,sans-serif}.bs4 .text-justify{text-align:justify!important}.bs4 .text-nowrap{white-space:nowrap!important}.bs4 .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bs4 .text-left{text-align:left!important}.bs4 .text-right{text-align:right!important}.bs4 .text-center{text-align:center!important}@media (min-width:320px){.bs4 .text-xs-left{text-align:left!important}.bs4 .text-xs-right{text-align:right!important}.bs4 .text-xs-center{text-align:center!important}}@media (min-width:450px){.bs4 .text-ms-left{text-align:left!important}.bs4 .text-ms-right{text-align:right!important}.bs4 .text-ms-center{text-align:center!important}}@media (min-width:576px){.bs4 .text-sm-left{text-align:left!important}.bs4 .text-sm-right{text-align:right!important}.bs4 .text-sm-center{text-align:center!important}}@media (min-width:768px){.bs4 .text-md-left{text-align:left!important}.bs4 .text-md-right{text-align:right!important}.bs4 .text-md-center{text-align:center!important}}@media (min-width:992px){.bs4 .text-lg-left{text-align:left!important}.bs4 .text-lg-right{text-align:right!important}.bs4 .text-lg-center{text-align:center!important}}@media (min-width:1200px){.bs4 .text-xl-left{text-align:left!important}.bs4 .text-xl-right{text-align:right!important}.bs4 .text-xl-center{text-align:center!important}}@media (min-width:1650px){.bs4 .text-xxl-left{text-align:left!important}.bs4 .text-xxl-right{text-align:right!important}.bs4 .text-xxl-center{text-align:center!important}}@media (min-width:1920px){.bs4 .text-xxxl-left{text-align:left!important}.bs4 .text-xxxl-right{text-align:right!important}.bs4 .text-xxxl-center{text-align:center!important}}.bs4 .text-lowercase{text-transform:lowercase!important}.bs4 .text-uppercase{text-transform:uppercase!important}.bs4 .text-capitalize{text-transform:capitalize!important}.bs4 .font-weight-light{font-weight:300!important}.bs4 .font-weight-normal{font-weight:400!important}.bs4 .font-weight-bold{font-weight:700!important}.bs4 .font-italic{font-style:italic!important}.bs4 .text-white{color:#fff!important}.bs4 .text-primary{color:#0f2c35!important}.bs4 a.text-primary:focus,.bs4 a.text-primary:hover{color:#040b0d!important}.bs4 .text-secondary{color:#738993!important}.bs4 a.text-secondary:focus,.bs4 a.text-secondary:hover{color:#5c6f77!important}.bs4 .text-success{color:#049b44!important}.bs4 a.text-success:focus,.bs4 a.text-success:hover{color:#03692e!important}.bs4 .text-info{color:#17a2b8!important}.bs4 a.text-info:focus,.bs4 a.text-info:hover{color:#117a8b!important}.bs4 .text-warning{color:#ffc107!important}.bs4 a.text-warning:focus,.bs4 a.text-warning:hover{color:#d39e00!important}.bs4 .text-danger{color:#dc3545!important}.bs4 a.text-danger:focus,.bs4 a.text-danger:hover{color:#bd2130!important}.bs4 .text-light{color:#f2f4f4!important}.bs4 a.text-light:focus,.bs4 a.text-light:hover{color:#d6dddd!important}.bs4 .text-dark{color:#343a40!important}.bs4 a.text-dark:focus,.bs4 a.text-dark:hover{color:#1d2124!important}.bs4 .text-body{color:#0f2c35!important}.bs4 .text-muted{color:#738993!important}.bs4 .text-black-50{color:rgba(0,0,0,.5)!important}.bs4 .text-white-50{color:hsla(0,0%,100%,.5)!important}.bs4 .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bs4 .d-none{display:none!important}.bs4 .d-inline{display:inline!important}.bs4 .d-inline-block{display:inline-block!important}.bs4 .d-block{display:block!important}.bs4 .d-table{display:table!important}.bs4 .d-table-row{display:table-row!important}.bs4 .d-table-cell{display:table-cell!important}.bs4 .d-flex{display:-ms-flexbox!important;display:flex!important}.bs4 .d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:320px){.bs4 .d-xs-none{display:none!important}.bs4 .d-xs-inline{display:inline!important}.bs4 .d-xs-inline-block{display:inline-block!important}.bs4 .d-xs-block{display:block!important}.bs4 .d-xs-table{display:table!important}.bs4 .d-xs-table-row{display:table-row!important}.bs4 .d-xs-table-cell{display:table-cell!important}.bs4 .d-xs-flex{display:-ms-flexbox!important;display:flex!important}.bs4 .d-xs-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:450px){.bs4 .d-ms-none{display:none!important}.bs4 .d-ms-inline{display:inline!important}.bs4 .d-ms-inline-block{display:inline-block!important}.bs4 .d-ms-block{display:block!important}.bs4 .d-ms-table{display:table!important}.bs4 .d-ms-table-row{display:table-row!important}.bs4 .d-ms-table-cell{display:table-cell!important}.bs4 .d-ms-flex{display:-ms-flexbox!important;display:flex!important}.bs4 .d-ms-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:576px){.bs4 .d-sm-none{display:none!important}.bs4 .d-sm-inline{display:inline!important}.bs4 .d-sm-inline-block{display:inline-block!important}.bs4 .d-sm-block{display:block!important}.bs4 .d-sm-table{display:table!important}.bs4 .d-sm-table-row{display:table-row!important}.bs4 .d-sm-table-cell{display:table-cell!important}.bs4 .d-sm-flex{display:-ms-flexbox!important;display:flex!important}.bs4 .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.bs4 .d-md-none{display:none!important}.bs4 .d-md-inline{display:inline!important}.bs4 .d-md-inline-block{display:inline-block!important}.bs4 .d-md-block{display:block!important}.bs4 .d-md-table{display:table!important}.bs4 .d-md-table-row{display:table-row!important}.bs4 .d-md-table-cell{display:table-cell!important}.bs4 .d-md-flex{display:-ms-flexbox!important;display:flex!important}.bs4 .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.bs4 .d-lg-none{display:none!important}.bs4 .d-lg-inline{display:inline!important}.bs4 .d-lg-inline-block{display:inline-block!important}.bs4 .d-lg-block{display:block!important}.bs4 .d-lg-table{display:table!important}.bs4 .d-lg-table-row{display:table-row!important}.bs4 .d-lg-table-cell{display:table-cell!important}.bs4 .d-lg-flex{display:-ms-flexbox!important;display:flex!important}.bs4 .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.bs4 .d-xl-none{display:none!important}.bs4 .d-xl-inline{display:inline!important}.bs4 .d-xl-inline-block{display:inline-block!important}.bs4 .d-xl-block{display:block!important}.bs4 .d-xl-table{display:table!important}.bs4 .d-xl-table-row{display:table-row!important}.bs4 .d-xl-table-cell{display:table-cell!important}.bs4 .d-xl-flex{display:-ms-flexbox!important;display:flex!important}.bs4 .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1650px){.bs4 .d-xxl-none{display:none!important}.bs4 .d-xxl-inline{display:inline!important}.bs4 .d-xxl-inline-block{display:inline-block!important}.bs4 .d-xxl-block{display:block!important}.bs4 .d-xxl-table{display:table!important}.bs4 .d-xxl-table-row{display:table-row!important}.bs4 .d-xxl-table-cell{display:table-cell!important}.bs4 .d-xxl-flex{display:-ms-flexbox!important;display:flex!important}.bs4 .d-xxl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1920px){.bs4 .d-xxxl-none{display:none!important}.bs4 .d-xxxl-inline{display:inline!important}.bs4 .d-xxxl-inline-block{display:inline-block!important}.bs4 .d-xxxl-block{display:block!important}.bs4 .d-xxxl-table{display:table!important}.bs4 .d-xxxl-table-row{display:table-row!important}.bs4 .d-xxxl-table-cell{display:table-cell!important}.bs4 .d-xxxl-flex{display:-ms-flexbox!important;display:flex!important}.bs4 .d-xxxl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.bs4 .d-print-none{display:none!important}.bs4 .d-print-inline{display:inline!important}.bs4 .d-print-inline-block{display:inline-block!important}.bs4 .d-print-block{display:block!important}.bs4 .d-print-table{display:table!important}.bs4 .d-print-table-row{display:table-row!important}.bs4 .d-print-table-cell{display:table-cell!important}.bs4 .d-print-flex{display:-ms-flexbox!important;display:flex!important}.bs4 .d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.headline-special-noheader{margin-top:24px;margin-bottom:24px}.headline-special-noheader .cc-separator{margin:12px 0 60px}.module-locationiconslegend{background:#fafafa;width:100%;padding:35px 0 25px}.module-locationiconslegend p.header{font-family:Benton Sans Med,Arial,sans-serif;font-weight:500;line-height:1.1;padding:0 0 35px;letter-spacing:1px;color:#aaa;font-size:16px}.module-locationiconslegend span.content-circle{border:2px solid #738993;border-radius:50%;margin-right:15px;background-size:16px!important;padding:8px 18px;height:40px;width:40px;display:inline-block;float:left;background-position:50%;background-repeat:no-repeat}.content-circle-description{text-decoration:none;color:#738993;font-size:14px;line-height:40px;margin-bottom:14px;display:block;border:none;transition:all .15s cubic-bezier(.33,.66,.66,1)}*{outline:none}html{overflow-x:hidden;max-width:100%}@media (min-width:768px){html.noscroll{overflow-y:hidden}}@media (max-width:319.98px){html{min-width:320px;max-width:inherit;overflow-x:scroll}}body{max-width:100%;overflow-x:hidden}@media (max-width:319.98px){body{min-width:320px;max-width:inherit}}.container{padding-left:30px;padding-right:30px}.overlay{position:relative;z-index:999;opacity:0;pointer-events:none;display:none}.overlay,.overlay.show{transition:opacity .5s ease-in-out}.overlay.show{opacity:1;pointer-events:all;display:block}.overlay__overlay{position:fixed;top:0;left:0;background-color:rgba(0,42,109,.2509803922);opacity:1;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);justify-items:center}.overlay__blende,.overlay__overlay{width:100%;height:100vh;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.overlay__blende{background-color:rgba(0,0,0,.5019607843);overflow:hidden}.overlay__close{cursor:pointer;z-index:9999;position:fixed;right:46px;top:50px;height:30px;width:30px}.overlay__close:before{color:#fff;background:transparent;font-size:28px;content:"×"!important;font-family:Benton Sans Lt,Arial;border-radius:50%;background-clip:padding-box;border:2px solid #fff;line-height:25px;width:30px;height:30px;position:absolute;left:0}.overlay__close:hover{opacity:.7}.overlay__element{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.overlay__header{font-family:Benton Sans Med,Arial,sans-serif;text-align:center;position:relative;font-size:32px;line-height:38px;letter-spacing:0;color:#fff;width:100%;max-width:900px;margin:99px auto 0;padding:0 15px}@media screen and (max-width:991px){.overlay__header{padding:0 65px}}.overlay__header b,.overlay__header em,.overlay__header i,.overlay__header strong{font-family:Benton Sans Med,Arial,sans-serif}.overlay__box{position:relative;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.0509803922);border-radius:6px;padding:40px 60px 30px;max-height:700px;overflow-y:scroll;overflow-x:hidden;left:auto;right:0;top:0;width:780px;height:700px;max-width:780px;margin-top:30px;margin-bottom:30px;transform:translate(0)}.overlay__box .os-scrollbar-horizontal{display:none}.overlay__box .os-scrollbar{max-height:533px;right:10px;top:40px!important}.overlay__box .os-scrollbar-track:before{background:#e8f0f3!important;width:8px!important;border-radius:5px}.overlay__box .os-scrollbar-handle{width:8px!important;left:3px;border-radius:5px;transition:background-color .3s ease-out}.overlay__box .os-scrollbar-handle:before{width:8px!important;background:#bccace!important}.overlay__box .os-scrollbar-handle.active:before{background:#698a95!important}.overlay__box .legal-consent-container .hs-form-booleancheckbox-display .hs-form-required,.overlay__box .legal-consent-container .hs-form-booleancheckbox-display p{font-family:Benton Sans Reg,Arial,sans-serif;color:#0f2c35!important;font-size:16px}.overlay__box .legal-consent-container .hs-richtext p{font-size:12px;color:#0f2c35}.overlay .actions{margin-top:10px!important;margin-bottom:0!important;margin-left:auto!important;padding:0!important}@media (max-width:1199.98px){.overlay__element{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.overlay__box{position:relative;transform:translate(0);left:auto;margin-top:45px}}@media (max-width:991.98px){.overlay__element{padding-top:0}.overlay__close{width:20px;height:20px;top:12px;right:35px;background-size:contain}.overlay__box{padding:35px 20px;margin-left:15px;margin-right:15px;max-height:600px;overflow-y:scroll;width:90vw}}@media screen and (max-width:991.98px) and (max-height:900px){.overlay__overlay{max-height:100vh}}.overlay form{max-width:780px;padding-top:40px;padding-bottom:0}.overlay .hbspt-form,.overlay__submitted{display:block}.overlay .submitted-message{display:none}.overlay__hubspotform{margin-bottom:-40px}.overlay form{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}.overlay .os-content{padding:0!important}.overlay fieldset{max-width:inherit!important;width:100%!important;padding:0 60px!important}.overlay fieldset:last-of-type{padding-bottom:35px!important}.overlay .hs-fieldtype-text{width:50%!important;min-height:50px}.overlay .hs-fieldtype-text input{font-family:Benton Sans Reg,Arial,sans-serif!important;font-size:16px!important;line-height:19px!important;outline:none!important;box-shadow:none;border:none;border-bottom:1px solid #698a95;border-radius:0;padding-left:0!important;width:90%!important;color:#0f2c35!important}.overlay .hs-fieldtype-text input.error{border-bottom:1px solid #ff4d55;color:#ff4d55}.overlay .hs-fieldtype-text input.hs-input.invalid.error,.overlay .hs-fieldtype-text input:focus{box-shadow:none!important;outline:none!important}.overlay .hs-fieldtype-text.has_errors>label>span,.overlay .hs-fieldtype-text.has_errors>label>span p{color:#ff4d55!important}.overlay .hs-fieldtype-text.has_errors input{border-color:#ff4d55!important}.overlay .hs-fieldtype-text label{font-family:Benton Sans Reg,Arial,sans-serif!important;font-weight:400!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;transition:all .25s ease-in-out}.overlay .hs-fieldtype-text label.hs-error-msg{position:absolute;color:#ff4d55}.overlay .hs-fieldtype-text label.floating{top:5px;font-size:14px!important;line-height:17px!important;color:#698a95}.overlay .hs-fieldtype-text>label{position:relative;top:25px;color:#698a95!important;font-size:16px!important;line-height:19px!important}.overlay .hs-dependent-field.has_errors .hs-fieldtype-booleancheckbox label span,.overlay .hs-dependent-field.has_errors .hs-fieldtype-booleancheckbox label span p,.overlay .hs-dependent-field.has_errors .hs-fieldtype-select label span,.overlay .hs-dependent-field.has_errors .hs-fieldtype-select label span p{color:#ff4d55!important}.overlay .hs-dependent-field.has_errors .hs-fieldtype-booleancheckbox label:before,.overlay .hs-dependent-field.has_errors .hs-fieldtype-select label span:before{border-color:#ff4d55!important}.overlay .hs-fieldtype-textarea{width:100%}.overlay .hs-fieldtype-textarea textarea{font-family:Benton Sans Reg,Arial,sans-serif!important;font-size:16px!important;line-height:19px!important;max-width:inherit!important;width:100%!important;border:none;box-shadow:none!important;border-bottom:1px solid #bccace;border-radius:0!important;outline:none!important;padding-left:0!important;min-height:80px}.overlay .hs-fieldtype-textarea.has_errors>label>span,.overlay .hs-fieldtype-textarea.has_errors>label>span p{color:#ff4d55!important}.overlay .hs-fieldtype-textarea.has_errors textarea{border-color:#ff4d55!important}.overlay .hs-fieldtype-textarea label{font-family:Benton Sans Reg,Arial,sans-serif!important;font-weight:400!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;transition:all .25s ease-in-out}.overlay .hs-fieldtype-textarea label.hs-error-msg{position:absolute;color:#ff4d55}.overlay .hs-fieldtype-textarea label.floating{top:5px;font-size:14px!important;line-height:17px!important;color:#698a95}.overlay .hs-fieldtype-textarea>label{position:relative;top:25px;color:#698a95!important;font-size:16px!important;line-height:19px!important}.overlay .hs-fieldtype-select{width:48%;padding-bottom:5px;border-bottom:1px solid #bccace}.overlay .hs-fieldtype-select label{font-family:Benton Sans Reg,Arial,sans-serif!important;font-weight:400!important;padding-bottom:5px;margin-top:20px}.overlay .hs-fieldtype-select label.hs-error-msg{color:#ff4d55;position:absolute;margin-top:3px!important}.overlay .hs-fieldtype-select>label{font-size:16px!important;line-height:19px!important;color:#0f2c35!important}.overlay .hs-fieldtype-select select{font-family:Benton Sans Reg,Arial,sans-serif!important;font-size:16px!important;line-height:19px!important;font-weight:400!important;border:none!important;background:none!important;color:#0f2c35;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer}.overlay .hs-fieldtype-select select option{color:#000!important;font-weight:400!important}.overlay .hs-fieldtype-select select:invalid{color:#bccace!important;box-shadow:none!important}.overlay .hs-fieldtype-select select:invalid option{color:#bccace!important}.overlay .hs-fieldtype-booleancheckbox{padding-left:0!important;margin-left:-9px}.overlay .hs-fieldtype-booleancheckbox label{margin-left:0}.overlay .hs-fieldtype-booleancheckbox label:hover span:before{border-color:#0f2c35!important}.overlay .hs-fieldtype-booleancheckbox label.hs-error-msg{color:#ff4d55;font-family:Benton Sans Reg,Arial,sans-serif!important;font-size:12px;line-height:14px;letter-spacing:0}.overlay .hs-fieldtype-booleancheckbox input[type=checkbox]{opacity:0;z-index:1;cursor:pointer;position:absolute;margin-left:-20px}.overlay .hs-fieldtype-booleancheckbox input[type=checkbox]+span{position:relative;display:inline-block;padding-left:8px}.overlay .hs-fieldtype-booleancheckbox input[type=checkbox]+span:before{content:"";display:inline-block;position:absolute;width:16px;height:16px;left:0;margin-left:-15px;border:2px solid #738993;border-radius:3px;background-color:#fff;transition:border .15s ease-in-out,color .15s ease-in-out}.overlay .hs-fieldtype-booleancheckbox input[type=checkbox]+span:after{content:"";display:inline-block;position:absolute;width:16px!important;height:16px;left:0;top:0;margin-left:-15px;padding-left:3px;padding-top:1px;font-size:11px;color:#555}.overlay .hs-fieldtype-booleancheckbox input[type=checkbox]:checked+span:before{background-color:transparent;border-color:#0f2c35}.overlay .hs-fieldtype-booleancheckbox input[type=checkbox]:checked+span:after{display:inline-block;font:normal normal normal 16px/1 Nucleo Mini;speak:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ea23";color:#0f2c35;font-size:16px;padding:0}.overlay .hs-fieldtype-booleancheckbox-display:hover span:before{border-color:#0f2c35!important}.overlay .hs_error_rollup{padding-left:60px;padding-bottom:50px}.overlay .hs_error_rollup label{color:#ff4d55!important}.overlay .hs-richtext{font-family:Benton Sans Lt,Arial,sans-serif!important;font-weight:400!important;font-size:14px!important;line-height:17px!important;margin-bottom:-10px!important}.overlay ul.hs-error-msgs{padding-left:0!important}.overlay .hs-fieldtype-booleancheckbox ul.hs-error-msgs{margin-left:10px}.overlay .hs_submit{position:sticky;bottom:0;z-index:1;background:#f5f7fa;width:100%;border-top:1px solid rgba(105,138,149,.2);min-width:89px;padding:15px 60px;display:-ms-flexbox;display:flex;border-bottom-right-radius:6px;border-bottom-left-radius:6px;left:0}.overlay .hs_submit .actions{text-align:right!important}.overlay input[type=submit].hs-button{display:inline-block;text-decoration:none!important;position:relative;letter-spacing:0;background:#ff6700;border:1px solid #ff6700;border-radius:3px;border:none;font-weight:400;padding:14px 75px 14px 24px;transition:background-color .3s ease-out,box-shadow .3s ease-out;text-shadow:none;box-shadow:none;height:48px;box-sizing:border-box;min-width:84px;padding:9px 14px 8px}.overlay input[type=submit].hs-button,.overlay input[type=submit].hs-button:hover{font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:19px;color:#fff}.overlay input[type=submit].hs-button:focus,.overlay input[type=submit].hs-button:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.overlay input[type=submit].hs-button:focus{color:#fff;border-color:#ff6700}.overlay__submittedbox{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.overlay__check{display:block;width:96px;height:96px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section9/check-circle-icon.svg);margin-top:15px;margin-bottom:10px}.overlay__submittedheadline{font-size:24px;line-height:29px;color:#049b44}.overlay__submittedtext{font-size:16px;line-height:24px;text-align:center;max-width:550px;margin-bottom:60px}.overlay__backbutton{border:1px solid #ff6700;border-radius:6px;background-color:#fff;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section9/chevron-icon.svg);background-repeat:no-repeat;background-position:left 10px center;padding:10px 50px;color:#ff6700;cursor:pointer}.overlay .hs-form-required{color:#bccace!important}@media (max-width:991.98px){.overlay .hs-fieldtype-text{width:100%!important;padding-left:0!important;padding-right:0!important}.overlay .hs-fieldtype-select{width:88.5%}}body .overlay .select2-container+.hs-input{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}body .overlay .select2-container .select2-choice{background:transparent;border:none;border-bottom:1px solid #698a95;border-radius:0}body .overlay .hs-form-field{margin-bottom:25px!important}body .overlay label.floating span{color:#698a95!important}body .overlay .select2-container-active .select2-choice{box-shadow:none}body .overlay .hs-fieldtype-select{border:none;background:transparent}body .overlay .hs-input .select2-choice b{position:relative;background:none}body .overlay .hs-input .select2-choice .select2-arrow{background:transparent;border:none}body .overlay .hs-input .select2-choice b:after{content:"";border-style:solid;border-width:2px 2px 0 0;border-color:#0f2c35;display:inline-block;height:8px;left:-2px;position:relative;top:5px;transform:rotate(135deg);vertical-align:top;width:8px}body .overlay .select2-container .select2-choice>.select2-chosen{opacity:0;position:relative;bottom:3px}body .overlay .floating .select2-container .select2-choice>.select2-chosen{opacity:1}body .overlay label.hs-form-booleancheckbox-display{transform:none!important;top:25px;transition:all .3s ease-out;font-size:14px}body .overlay .hs-form-field.floating label.hs-form-booleancheckbox-display{top:0;font-size:16px}body .overlay .select2-container .select2-choice{padding-left:0;height:30px}body .overlay .select2-container.error .select2-choice{border-color:#ff4d55}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.9.1
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 03.08.2019
 */html.os-html,html.os-html>.os-host{display:block;overflow:hidden;box-sizing:border-box;height:100%!important;width:100%!important;min-width:100%!important;min-height:100%!important;margin:0!important;position:absolute!important}html.os-html>.os-host>.os-padding{position:absolute}body.os-dragging,body.os-dragging *{cursor:default}.os-host,.os-host-textarea{position:relative;overflow:visible!important;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.os-host-flexbox{overflow:hidden!important;display:-ms-flexbox;display:flex}.os-host-flexbox>.os-size-auto-observer{height:inherit!important}.os-host-flexbox>.os-content-glue{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.os-host-flexbox>.os-content-glue,.os-host-flexbox>.os-size-auto-observer{min-height:0;min-width:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:auto;flex-basis:auto}#os-dummy-scrollbar-size{position:fixed;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";visibility:hidden;overflow:scroll;height:500px;width:500px}#os-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}#os-dummy-scrollbar-size,.os-viewport{-ms-overflow-style:scrollbar!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,.os-viewport-native-scrollbars-invisible.os-viewport{scrollbar-width:none!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner{display:none!important;width:0!important;height:0!important;visibility:hidden!important;background:transparent!important}.os-content-glue{box-sizing:inherit;max-height:100%;max-width:100%;width:100%;pointer-events:none}.os-padding{box-sizing:inherit;direction:inherit;position:absolute;overflow:visible;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:1}.os-host-overflow>.os-padding,.os-viewport{overflow:hidden}.os-viewport{direction:inherit!important;box-sizing:inherit!important;resize:none!important;outline:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.os-content-arrange{position:absolute;z-index:-1;min-height:1px;min-width:1px;pointer-events:none}.os-content{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:100%;visibility:visible}.os-content:after,.os-content:before{content:"";display:table;width:0;height:0;line-height:0;font-size:0}.os-content>.os-textarea{box-sizing:border-box!important;direction:inherit!important;background:transparent!important;outline:0 none transparent!important;overflow:hidden!important;position:absolute!important;display:block!important;top:0!important;left:0!important;margin:0!important;border-radius:0!important;float:none!important;filter:none!important;border:none!important;resize:none!important;transform:none!important;max-width:none!important;max-height:none!important;box-shadow:none!important;perspective:none!important;opacity:1!important;z-index:1!important;clip:auto!important;vertical-align:baseline!important;padding:0}.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea{right:0!important}.os-content>.os-textarea-cover{z-index:-1;pointer-events:none}.os-content>.os-textarea[wrap=off]{white-space:pre!important;margin:0!important}.os-text-inherit{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;font-variant:inherit;text-transform:inherit;text-decoration:inherit;text-indent:inherit;text-align:inherit;text-shadow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;unicode-bidi:inherit;direction:inherit;color:inherit;cursor:text}.os-resize-observer,.os-resize-observer-host{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.os-resize-observer-host{padding:inherit;border:inherit;border-color:transparent;border-style:solid;box-sizing:border-box}.os-resize-observer-host:after{content:""}.os-resize-observer-host:after,.os-resize-observer-host>.os-resize-observer{height:200%;width:200%;padding:inherit;border:inherit;margin:0;display:block;box-sizing:content-box}.os-resize-observer.observed,object.os-resize-observer{box-sizing:border-box!important}.os-size-auto-observer{box-sizing:inherit!important;height:100%;width:inherit;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0}.os-size-auto-observer>.os-resize-observer{width:1000%;height:1000%;min-height:1px;min-width:1px}.os-resize-observer-item{right:0;bottom:0;overflow:hidden;z-index:-1;opacity:0;direction:ltr!important}.os-resize-observer-item,.os-resize-observer-item-final{position:absolute;top:0;left:0;-ms-flex:none!important;flex:none!important}.os-resize-observer-item-final{transition:none!important}.os-resize-observer{animation-duration:1ms;animation-name:a}.os-host-transition>.os-scrollbar,.os-host-transition>.os-scrollbar-corner{transition:opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s}html.os-html>.os-host>.os-scrollbar{position:absolute;z-index:999999}.os-scrollbar,.os-scrollbar-corner{position:absolute;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";z-index:1}.os-scrollbar-corner{bottom:0;right:0}.os-scrollbar{pointer-events:none}.os-scrollbar-track{position:relative;padding:0!important;border:none!important}.os-scrollbar-handle,.os-scrollbar-track{pointer-events:auto;height:100%;width:100%}.os-scrollbar-handle{position:absolute}.os-scrollbar-handle-off,.os-scrollbar-track-off{pointer-events:none}.os-scrollbar.os-scrollbar-unusable,.os-scrollbar.os-scrollbar-unusable *{pointer-events:none!important}.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-host-rtl>.os-scrollbar-horizontal{right:0}.os-host-rtl>.os-scrollbar-corner,.os-host-rtl>.os-scrollbar-vertical{right:auto;left:0}.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,.os-padding+.os-scrollbar-corner,.os-scrollbar-auto-hidden,.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner{opacity:0;visibility:hidden;pointer-events:none}.os-scrollbar-corner-resize-both{cursor:nwse-resize}.os-host-rtl>.os-scrollbar-corner-resize-both{cursor:nesw-resize}.os-scrollbar-corner-resize-horizontal{cursor:ew-resize}.os-scrollbar-corner-resize-vertical{cursor:ns-resize}.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize{cursor:default}.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical{top:0;bottom:0}.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal{right:0;left:0}.os-scrollbar-corner.os-scrollbar-corner-resize,.os-scrollbar:hover{opacity:1!important;visibility:visible!important}.os-scrollbar-corner.os-scrollbar-corner-resize{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);background-repeat:no-repeat;background-position:100% 100%;pointer-events:auto!important}.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize{transform:scaleX(-1)}.os-host-overflow{overflow:hidden!important}@keyframes a{0%{z-index:0}to{z-index:-1}}.os-theme-none>.os-scrollbar-corner,.os-theme-none>.os-scrollbar-horizontal,.os-theme-none>.os-scrollbar-vertical{display:none!important}.os-theme-none>.os-scrollbar-corner-resize{display:block!important;min-width:10px;min-height:10px}.os-theme-dark>.os-scrollbar-horizontal,.os-theme-light>.os-scrollbar-horizontal{right:10px;height:10px}.os-theme-dark>.os-scrollbar-vertical,.os-theme-light>.os-scrollbar-vertical{bottom:10px;width:10px}.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,.os-theme-light.os-host-rtl>.os-scrollbar-horizontal{left:10px;right:0}.os-theme-dark>.os-scrollbar-corner,.os-theme-light>.os-scrollbar-corner{height:10px;width:10px;background-color:transparent}.os-theme-dark>.os-scrollbar,.os-theme-light>.os-scrollbar{padding:2px;box-sizing:border-box;background:transparent}.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar.os-scrollbar-unusable,.os-theme-light>.os-scrollbar>.os-scrollbar-track{background:transparent}.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle{min-width:30px}.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle{min-height:30px}.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{transition:background-color .3s}.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{border-radius:10px}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(0,0,0,.4)}.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:hsla(0,0%,100%,.4)}.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(0,0,0,.55)}.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:hsla(0,0%,100%,.55)}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active{background:rgba(0,0,0,.7)}.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active{background:hsla(0,0%,100%,.7)}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;display:block}.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before{display:none}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before{top:-6px;bottom:-2px}.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{left:-6px;right:-2px}.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{right:-6px;left:-2px}.os-theme-thin-dark>.os-scrollbar-horizontal{right:14px;height:14px;padding:0}.os-theme-thin-dark>.os-scrollbar-vertical{bottom:14px;width:14px;padding:0}.os-theme-thin-dark.os-host-rtl>.os-scrollbar-horizontal{left:14px;right:0}.os-theme-thin-dark>.os-scrollbar-corner{height:14px;width:14px;background-color:transparent}.os-theme-thin-dark>.os-scrollbar>.os-scrollbar-track{background:transparent}.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track:before,.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track:before{content:"";display:block;position:absolute;background:transparent}.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track:before,.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:before{left:0;right:0;height:5px;top:50%;margin-top:-1px}.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track:before,.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:before{top:0;bottom:0;width:5px;left:50%;margin-left:-1px}.os-theme-thin-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:before{content:"";display:block;position:absolute;background:rgba(188,202,206,.5019607843);border-radius:10px}.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle.active:before,.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:hover:before{height:5px;margin-top:-1px}.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle.active:before,.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:hover:before{width:5px;margin-left:-1px}.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle.active:before,.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:hover:before,.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle.active:before,.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:hover:before{background:#ff6700}.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle{height:100%;min-width:30px}.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle{width:100%;min-height:30px}.os-theme-thin-dark.os-host-transition>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:before{transition:height .3s,margin-top .3s,background .2s}.os-theme-thin-dark.os-host-transition>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:before{transition:width .3s,margin-left .3s,background .2s}.acsection1{position:relative;overflow:hidden}.acsection1 .logo-container{background-color:#fff}.acsection1 h1{text-align:center;margin-top:280px;margin-bottom:160px;font-family:Benton Sans Lt,Arial,sans-serif;font-size:48px;line-height:64px;text-shadow:0 20px 20px rgba(0,0,0,.25)}.acsection1 h1 b,.acsection1 h1 i,.acsection1 h1 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700;font-size:90px;position:relative;z-index:1}.acsection1 h1 b:before,.acsection1 h1 i:before,.acsection1 h1 strong:before{content:"";display:block;position:absolute;left:-220px;top:10px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section1/arrows-left.svg);background-repeat:no-repeat;width:180px;height:130px}.acsection1 h1 b:after,.acsection1 h1 i:after,.acsection1 h1 strong:after{content:"";display:block;position:absolute;right:-220px;top:10px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section1/arrows-right.svg);background-repeat:no-repeat;width:180px;height:130px;z-index:-1}.acsection1 p{font-size:24px;line-height:32px;margin:22px 0}.acsection1__link{text-align:center}.acsection1__link a{position:relative;display:inline-block;font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:24px;color:#fff;background:#ff6700;border-radius:3px;padding:12px 15px;margin:22px 0;min-width:110px;cursor:pointer;text-align:center;transition:all .15s cubic-bezier(.33,.66,.66,1);font-size:18px;line-height:28px;min-width:170px;padding:21px 15px;color:#fff!important}.acsection1__link a:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;text-decoration:none}.acsection1__link a:active,.acsection1__link a :focus{color:#fff;border-color:#ff6700;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.acsection1__link a:active a,.acsection1__link a:active p,.acsection1__link a :focus a,.acsection1__link a :focus p{color:#fff}.acsection1__body{text-align:center}.acsection1__video{overflow:hidden}.acsection1__video-background{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:0;transform:translateX(-50%) translateY(-50%)}.acsection1__background{display:none}.acsection1__circle{position:absolute;height:110%;width:100%;background-repeat:no-repeat;background-position:100% 0}.acsection1__imageanchor{position:relative}.acsection1__image{position:absolute;top:300px;right:0;display:block;height:600px;width:550px;max-width:50%;background-repeat:no-repeat;background-size:contain;background-position:100% 0}.acsection1__slider{margin-left:-15px;margin-right:-15px;padding:25px 0;display:-ms-flexbox;display:flex;z-index:2}.acsection1__arrows{display:-ms-flexbox;display:flex;width:150px;-ms-flex-pack:justify;justify-content:space-between;position:absolute;left:0;bottom:50px;z-index:5}@media (max-width:1109px){.acsection1 .acsection1__arrows{left:50%;transform:translateX(-50%)}}.acsection1__arrowleft,.acsection1__arrowright{display:block;height:48px;width:48px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section6/arrow-left.svg);cursor:pointer}.acsection1__arrowleft.slick-disabled{opacity:.5;pointer-events:none}.acsection1__arrowright{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section6/arrow-right.svg)}.acsection1__arrowright.slick-disabled{opacity:.5;pointer-events:none}.acsection1__slide{display:-ms-flexbox;display:flex;height:230px;padding-top:50px;-ms-flex-pack:center;justify-content:center}.acsection1__slide a:hover{text-decoration:none}.acsection1__card{height:100px}.acsection1__card:hover{height:190px}.acsection1__card:hover .acsection1__card-inner{background:#ff6700;color:#fff;max-height:210px;top:-35px;transition:all .5s ease-in-out,color 0s}.acsection1__card:hover .acsection1__card-inner .acsection1__iconhover{opacity:1}.acsection1__card:hover .acsection1__card-inner .acsection1__text{top:-209px;transition:all .5s ease-in-out,color 0s}.acsection1__card:hover .acsection1__card-inner p{color:#fff}.acsection1__card-inner{cursor:pointer;display:-ms-flexbox;display:flex;margin-left:7px;margin-right:7px;padding:20px;background:#fff 0 0 no-repeat padding-box;box-shadow:0 5px 20px rgba(0,0,0,.0509803922);border-radius:6px;height:220px;max-height:100px;overflow:hidden;position:relative;transition:all .5s ease-in-out}.acsection1__cardtitle{font-size:16px}.acsection1__cardtitle b,.acsection1__cardtitle strong{font-family:Benton Sans Med,Arial,sans-serif;font-size:16px}.acsection1__titlehover{padding-top:20px;padding-bottom:6px}.acsection1__titlehover b,.acsection1__titlehover strong{font-family:Benton Sans Med,Arial,sans-serif;font-size:16px;color:#fff!important}.acsection1__icon{position:relative;width:60px;padding:0 15px 0 0;-ms-flex-item-align:center;align-self:center}.acsection1__icon img{height:50px;width:auto}.acsection1__icon .acsection1__iconhover{position:absolute;top:0;left:0;opacity:0;transition:opacity .5s ease-in-out}.acsection1__text{position:relative;top:0;transition:all .5s ease-in-out}.acsection1__text1{height:180px}.acsection1__title{font-family:Benton Sans Bd,Arial,sans-serif;font-size:12px;line-height:14px;text-transform:uppercase;letter-spacing:1.8px}.acsection1__detail p{font-family:Benton Sans Lt,Arial,sans-serif;font-size:15px;line-height:19px;margin:4px 0;color:#fff}.acsection1__detail b,.acsection1__detail i,.acsection1__detail strong{font-family:Benton Sans Med,Arial,sans-serif;color:#fff}.acsection1__slidelink{margin-top:0;padding-top:0}.acsection1__slidelink span{color:#fff;font-family:Benton Sans Med,Arial,sans-serif;font-size:14px;line-height:14px;letter-spacing:1.8px;background-repeat:no-repeat;background-position:100%;padding-right:22px;background-size:12px 8px}.acsection1__slidelink span:after{content:" ";position:relative;top:7px;display:inline-block;width:24px;height:24px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section1/chevron-right.svg)}.acsection1__logobanner{background-color:#fff;box-shadow:0 -15px 15px -15px rgba(0,0,0,.0509803922),0 15px 15px -15px rgba(0,0,0,.0509803922);height:130px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.acsection1__logobanner .logo_img{margin-left:25px;margin-right:25px;width:150px;height:auto}@media (max-width:1199.98px){.acsection1__logobanner{height:80px}.acsection1__logobanner .logo_img{margin-left:20px;margin-right:20px;width:70px;height:auto}.acsection1__slider{margin-top:0;margin-right:-30px;margin-left:-30px}.acsection1 .slick-list{padding:0 10%}}@media (max-width:991.98px){.acsection1 h1{margin-top:150px;font-size:28px;line-height:40px;margin-bottom:60px}.acsection1 h1 b,.acsection1 h1 strong{font-size:53px}.acsection1 h1 b:before,.acsection1 h1 strong:before{left:-110px;background-size:contain;width:90px;height:65px}.acsection1 h1 b:after,.acsection1 h1 strong:after{right:-110px;background-size:contain;width:90px;height:65px}.acsection1 p{font-size:16px;line-height:18px;margin:0}.acsection1__link a{font-size:12px;line-height:14px;background:transparent linear-gradient(106deg,#ff6700,#ff5122) 0 0 no-repeat padding-box;box-shadow:0 5px 20px rgba(0,0,0,.2509803922);border-radius:6px;padding:13px 33px;letter-spacing:1.2px}.acsection1__image{position:absolute;top:200px;left:50%;display:block;height:600px;width:550px;background-repeat:no-repeat;background-size:contain;background-position:100% 0}.acsection1__background{height:260vh;background-size:250vh}.acsection1__cardtitle b,.acsection1__cardtitle strong{font-family:Benton Sans Med,Arial,sans-serif}.acsection1__detail{font-size:13px;line-height:16px}.acsection1__detail p{font-size:12px;line-height:14px}.acsection1__card:hover .acsection1__card-inner{max-height:180px}.acsection1__slidelink{line-height:12px;padding-top:10px}.acsection1__slidelink span{font-size:12px;line-height:12px;letter-spacing:1.5px}}@media (max-width:767.98px){.acsection1__video{display:none}.acsection1__background{display:block;position:absolute;height:100%;width:100%;background:url(/fileadmin/assets/customprovider/associates/Images/section1/hero_background.png);background-repeat:no-repeat;background-size:cover;background-position:100% 100%}}@media (max-width:449.98px){.acsection1 h1 strong{font-size:46px}.acsection1__image{display:none}.acsection1__logobanner{height:65px}.acsection1__logobanner .logo_img{margin-left:10px;margin-right:10px;width:60px;height:auto}.acsection1__slide{width:330px}}.container .acsection2 .container{width:100%!important;padding:0}.acsection2{position:relative;overflow:visible;background:transparent;padding-top:130px;padding-bottom:50px}@media (max-width:991px){.acsection2.js_cookie_active .acsection2__video{padding:0;height:280px}}.acsection2__background{position:absolute;top:0;width:100%;height:300%;background-image:url(/fileadmin/assets/customprovider/associates/Images/section2/background2-3.png);background-size:100%;background-position:-30vw -700px;z-index:-1;background-repeat:no-repeat}.acsection2__label{font-size:16px;line-height:19px;color:#738993;text-transform:uppercase;letter-spacing:.96px}.acsection2 h2,.acsection2__label{font-family:Benton Sans Lt,Arial,sans-serif}.acsection2 h2{margin-top:10px;margin-bottom:30px;font-size:36px;line-height:43px;letter-spacing:0}.acsection2 h2 b,.acsection2 h2 i,.acsection2 h2 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700}.acsection2__link{text-align:center;margin-top:0}.acsection2__link a{position:relative;display:inline-block;font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:24px;color:#fff;background:#ff6700;border-radius:3px;padding:12px 15px;margin:22px 0;min-width:110px;cursor:pointer;text-align:center;transition:all .15s cubic-bezier(.33,.66,.66,1);color:#fff!important;text-decoration:none!important}.acsection2__link a:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;text-decoration:none}.acsection2__link a:active,.acsection2__link a :focus{color:#fff;border-color:#ff6700;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.acsection2__link a:active a,.acsection2__link a:active p,.acsection2__link a :focus a,.acsection2__link a :focus p{color:#fff}.acsection2__link a:visited{color:#fff!important}.acsection2__link a:focus{font-family:Benton Sans Reg,Arial,sans-serif!important}.acsection2__scrollarea{position:relative}.acsection2__scrollouter .container{overflow:visible}.acsection2__scrollinner{display:-ms-flexbox;display:flex;position:relative;margin-top:100px;margin-left:-30px;margin-right:-30px}@media (max-width:1199px){.acsection2__scrollinner{-ms-flex-wrap:wrap;flex-wrap:wrap}.acsection2__scrollinner.cards_count_3__card,.acsection2__scrollinner.cards_count_4 .acsection2__card,.acsection2__scrollinner__card{-ms-flex:1 0 50%;flex:1 0 50%;min-width:unset}.acsection2__scrollinner__card{margin-bottom:30px}}.acsection2__card{max-width:355px;margin-right:60px;cursor:pointer;padding:0;overflow:hidden;min-width:200px;margin:50px 30px 100px;-ms-flex:1;flex:1}.acsection2__card:last-of-type{margin-right:0}.acsection2__title{font-size:28px;margin-bottom:30px}.acsection2__cardtext,.acsection2__title{font-family:Benton Sans Lt,Arial,sans-serif;line-height:24px}.acsection2__cardtext{font-size:16px}.acsection2__icon{position:relative;margin-bottom:30px}.acsection2__icon img{width:40px;height:40px}.acsection2__icon .acsection2__iconhover{position:absolute;top:0;left:0;opacity:0;transition:opacity .5s ease-in-out}.acsection2__circle{position:absolute;top:-25px;width:184px;height:184px;border-radius:100%;background-color:#fff;z-index:-1}.acsection2__video{display:inline-block;width:440px;height:255px;position:relative;background:#fff 0 0 no-repeat padding-box;box-shadow:0 10px 20px rgba(0,0,0,.1019607843)}.acsection2__video.embed-responsive_16by9{width:100%;padding-bottom:56.25%;height:0;max-width:100%;position:relative;overflow:hidden}.acsection2__video.embed-responsive_16by9 .h1{font-size:30px!important}@media (min-width:992px) and (max-width:1099px){.acsection2__video.embed-responsive_16by9 .cm_placeholder_fg{margin:12px!important}}@media (max-width:767px){.acsection2__video.embed-responsive_16by9 .cm_placeholder_fg .h1{background-size:24px!important;font-size:22px!important;padding-left:35px!important}}.acsection2__video.embed-responsive_4by3{width:100%;padding-top:75%;height:0;max-width:100%;position:relative;overflow:hidden}.acsection2__video.embed-responsive_4by3 .h1{font-size:30px!important}@media (min-width:992px) and (max-width:1099px){.acsection2__video.embed-responsive_4by3 .cm_placeholder_fg{margin:12px!important}}@media (max-width:767px){.acsection2__video.embed-responsive_4by3 .cm_placeholder_fg .h1{background-size:24px!important;font-size:22px!important;padding-left:35px!important}}.acsection2__video.embed-responsive_defaultsmall .cm_placeholder_fg{margin:0!important}.acsection2__video.embed-responsive_defaultsmall .cm_placeholder_fg .h1{font-size:22px!important;line-height:24px!important}.acsection2__video .cm_placeholder{text-align:left;width:100%;height:100%;border:none;border-radius:0!important;position:absolute;left:0;top:0}.acsection2__video .cm_placeholder .col-2.offset-10{margin-left:0!important;margin-top:15px}.acsection2__video .cm_placeholder .summary{margin:20px 0 20px -9px}.acsection2__video video{object-fit:cover}.acsection2__video iframe,.acsection2__video video{width:100%;height:100%;border:none;border-radius:6px!important;position:absolute;top:0;left:0}@media (max-width:991.98px){.acsection2{background-image:url(/fileadmin/assets/customprovider/associates/Images/section2/background-mobile.svg);background-repeat:no-repeat;background-size:75%;background-position:right 8%}.acsection2__background{background-image:url(/fileadmin/assets/customprovider/associates/Images/section2/background-mobile2.svg);background-position:-30vw -200px;background-size:170%}.acsection2__video-outer{margin-top:30px}.acsection2__video-outer img{max-width:100%;height:auto}.acsection2__label{font-size:12px;line-height:14px;letter-spacing:.72px}.acsection2__bodytext{font-size:13px;line-height:32px}.acsection2__videolink{background-color:rgba(188,202,206,.1254901961);width:100vw;margin-left:-30px;padding-bottom:56.25%;background-image:url(/fileadmin/assets/customprovider/associates/Images/section2/play_circle.svg);background-repeat:no-repeat;background-position:50%;cursor:pointer}.acsection2__title{font-size:18px;line-height:24px;letter-spacing:0;margin-bottom:20px}.acsection2__cardtext{font-size:13px;line-height:19px}.acsection2__scrollinner{position:relative;z-index:1;margin-top:50px}.acsection2__card{max-width:50%;margin-right:30px;margin-bottom:30px}.acsection2__card:last-of-type{margin-right:0}.acsection2__card:hover{box-shadow:none;background-color:transparent}.acsection2__icon{margin-bottom:20px}.acsection2__icon img{width:30px;height:30px}.acsection2 h2{margin-top:7px;margin-bottom:15px}.acsection2__label{margin-bottom:0}.acsection2__bodytext{margin-bottom:10px;line-height:18px}.acsection2__link{margin-top:-10px}}@media (max-width:767.98px){.acsection2__card{margin-top:0;max-width:100%;-ms-flex:1 0 91%;flex:1 0 91%}.acsection2__video{box-shadow:none;position:relative;display:block;width:100%;padding:0;height:auto}.acsection2__video:before{padding-top:56.25%;display:block;content:""}.acsection2__video video{position:absolute;top:0}.acsection2__video iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.acsection2__video .cm_placeholder{position:absolute;top:0;box-shadow:0 10px 20px rgba(0,0,0,.1019607843)}}#content .acsection2__video .cm_placeholder a.summary{margin:0!important}.acsection2__video .cm_placeholder .table>.tr>.th{white-space:nowrap}#content .acsection2__video .cm_placeholder .col-2.offset-10 a.btn{padding:7px 15px!important}#content .acsection2__video .cm_placeholder .row{width:100%}#content.landingpage .acsection2__card:hover .acsection2__iconhover.landingpage,#content:not(.landingpage) .acsection2__card:hover .acsection2__iconhover.default{opacity:1}.acsection3{padding-bottom:200px;padding-top:130px}.acsection3 .no-padding{padding-left:0;padding-right:0}.acsection3 .service-detail-slider{-ms-flex-direction:column;flex-direction:column}.acsection3__cards{display:-ms-flexbox;display:flex}.acsection3 .desktop-cards{display:block}.acsection3__label{font-size:16px;line-height:19px;font-family:Benton Sans Lt,Arial,sans-serif;color:#738993;text-transform:uppercase;letter-spacing:.96px;text-align:center}.acsection3 .center-head{text-align:center}.acsection3 .center-head h2{margin:10px 280px 80px}.acsection3 h2{margin:10px 0 80px;font-family:Benton Sans Lt,Arial,sans-serif;font-size:36px;line-height:43px}.acsection3 h2 b,.acsection3 h2 i,.acsection3 h2 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700}.acsection3 .container{margin-right:auto;margin-left:auto;height:auto}.acsection3 .body_container{visibility:visible;opacity:1;transition:opacity 1s ease-in-out}.acsection3 .body_container.hide{height:0;visibility:hidden;opacity:0;transition:opacity 1s ease-in-out}.acsection3 .body_container b,.acsection3 .body_container i,.acsection3 .body_container strong{font-family:Benton Sans Med,Arial,sans-serif}.acsection3 .body_container a{font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;letter-spacing:0;color:#ff6700}.acsection3 .body_container a:hover{text-decoration:none!important;color:#ff5122}.acsection3 #cards_overview{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.acsection3__details,.acsection3__service-details{visibility:hidden;opacity:0;height:0;transition:opacity 1s ease-in-out}.acsection3__details .detail-header,.acsection3__service-details .detail-header{font-size:24px;margin-bottom:20px}.acsection3__details .detail-body,.acsection3__service-details .detail-body{margin-bottom:40px;margin-right:20px}.acsection3__details.show,.acsection3__service-details.show{height:auto;visibility:visible;opacity:1;transition:opacity 1s ease-in-out}.acsection3__details .service-detail-cards,.acsection3__service-details .service-detail-cards{border-radius:5px;width:335px;height:35px;cursor:pointer;display:-ms-flexbox;display:flex;transition:all .5s ease-in-out}.acsection3__details .service-detail-cards .card-headline,.acsection3__service-details .service-detail-cards .card-headline{padding:7px 0 0 10px;font-family:Benton Sans Med,Arial,sans-serif;width:310px}.acsection3__details .service-detail-cards .arrow-right,.acsection3__service-details .service-detail-cards .arrow-right{margin-top:13px;height:9px;width:10px;visibility:hidden}.acsection3__details .service-detail-cards.active,.acsection3__service-details .service-detail-cards.active{background-color:#ff6700;transition:all .5s ease-in-out}.acsection3__details .service-detail-cards.active .card-headline,.acsection3__service-details .service-detail-cards.active .card-headline{color:#fff}.acsection3__details .service-detail-cards.active .arrow-right,.acsection3__service-details .service-detail-cards.active .arrow-right{visibility:visible}.acsection3__details .service-detail-cards.active #arrow-white,.acsection3__service-details .service-detail-cards.active #arrow-white{display:block}.acsection3__details .service-detail-cards.active #arrow-purple,.acsection3__service-details .service-detail-cards.active #arrow-purple{display:none}.acsection3__details .service-detail-cards:hover,.acsection3__service-details .service-detail-cards:hover{background-color:rgba(188,202,206,.2);transition:all .5s ease-in-out}.acsection3__details .service-detail-cards:hover .card-headline,.acsection3__service-details .service-detail-cards:hover .card-headline{color:#ff6700}.acsection3__details .service-detail-cards:hover .arrow-right,.acsection3__service-details .service-detail-cards:hover .arrow-right{visibility:visible}.acsection3__details .service-detail-cards:hover #arrow-white,.acsection3__service-details .service-detail-cards:hover #arrow-white{display:none}.acsection3__details .service-detail-cards:hover #arrow-purple,.acsection3__service-details .service-detail-cards:hover #arrow-purple{display:block}.acsection3 .card-container-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.acsection3__button-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.acsection3__button-container .button{border-radius:6px;border:1px solid #ff6700;height:70px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0 15px 15px 0}.acsection3__button-container .button a{color:#ff6700;font-family:Benton Sans Med,Arial,sans-serif;text-decoration:none;min-width:150px;max-width:231px;width:auto;padding:17px;overflow-wrap:break-word}.acsection3__button-container .button a:hover{text-decoration:none}.acsection3__button-container .button:hover{box-shadow:0 10px 30px rgba(0,0,0,.1019607843)}.acsection3__card{height:80px;width:290px;margin-bottom:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer;box-shadow:0 10px 20px rgba(0,0,0,.1019607843);border-radius:6px;transition:all .5s ease-in-out}.acsection3__card b,.acsection3__card i,.acsection3__card strong{font-family:Benton Sans Med,Arial,sans-serif}.acsection3__card .acsection3__iconhover{opacity:0;width:0;height:0;display:none;transition:opacity .5s ease-in-out}.acsection3__card.active,.acsection3__card:hover{color:#fff;background-color:#ff6700;transition:all .5s ease-in-out}.acsection3__card.active .acsection3__iconhover,.acsection3__card:hover .acsection3__iconhover{opacity:1;display:block;z-index:99}.acsection3__card.active .acsection3__iconstandard,.acsection3__card:hover .acsection3__iconstandard{display:none}.acsection3 .card_svg{margin:14px;width:50px;height:50px}.acsection3 .box{display:block;opacity:1}.acsection3 .box-hidden{display:none}.acsection3 .box-transition{transition:opacity 1s ease-in}.acsection3 .box-transition.box-hidden{display:block;opacity:0}.acsection3 .detail_link{position:relative;display:inline-block;font-family:Benton Sans Reg,Arial,sans-serif;line-height:24px;color:#fff;background:#ff6700;border-radius:3px;padding:12px 15px;margin:22px 0;min-width:110px;cursor:pointer;text-align:center;transition:all .15s cubic-bezier(.33,.66,.66,1);font-family:Benton Sans Med,Arial,sans-serif;font-size:16px;line-height:19px;letter-spacing:0;padding:15px 40px}.acsection3 .detail_link:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;text-decoration:none}.acsection3 .detail_link:active,.acsection3 .detail_link :focus{color:#fff;border-color:#ff6700;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.acsection3 .detail_link:active a,.acsection3 .detail_link:active p,.acsection3 .detail_link :focus a,.acsection3 .detail_link :focus p{color:#fff}@media (min-width:320px) and (max-width:991.98px){.acsection3 .cards-overview{margin-top:40px}.acsection3 .cards-overview-padding{padding:15px 0 0 15px}.acsection3__card{margin-right:20px;display:block}.acsection3 .card-container-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.acsection3__link{text-align:center}.acsection3 .slick-track{height:60px}.acsection3 .service-detail-slider{margin-bottom:20px;height:60px}.acsection3 .service-detail-cards{width:185px;height:50px;display:-ms-flexbox;display:flex;box-shadow:1px 1px 10px rgba(0,0,0,.1019607843);margin-right:20px}.acsection3 .service-detail-cards .card-headline{color:#ff6700;font-family:Benton Sans Reg,Arial,sans-serif;font-size:13px}.acsection3 .service-detail-cards.active .arrow-right,.acsection3 .service-detail-cards:hover .arrow-right{visibility:hidden}.acsection3 .detail-header{font-family:Benton Sans Med,Arial,sans-serif}.acsection3 .detail-body,.acsection3 .detail-header{font-size:13px;margin-bottom:10px}.acsection3 .body_container a,.acsection3__card-text{font-size:13px}.acsection3 .cards_body{font-size:13px;margin-right:20px}.acsection3 .detail_boxes{padding-left:30px}.acsection3 .detail_headline{font-size:18px;padding-top:10px}.acsection3 .detail_box{font-size:13px;height:70px}.acsection3 .details_to_box{padding-left:10px}.acsection3 .cards.active{margin-top:-36px;padding-left:0;-ms-flex-pack:start;justify-content:flex-start}.acsection3__service_cards.active{-ms-flex-preferred-size:32%;flex-basis:32%;width:200px}.acsection3__button-container{margin-top:20px}.acsection3__button-container .button{border-radius:6px;border:none;height:40px;box-shadow:1px 1px 10px rgba(0,0,0,.1019607843)}.acsection3__button-container .button a{font-family:Benton Sans Reg,Arial,sans-serif;font-size:11px;padding:5px;text-align:center;margin-top:10px}.acsection3__service_cards{height:80px;margin-left:0;width:auto;margin-bottom:30px}.acsection3 #cards_overview{display:block}.acsection3__label{font-size:12px;line-height:14px;letter-spacing:.72px;margin-bottom:0}.acsection3 h2{font-size:18px;line-height:22px;margin:7px 0 15px}.acsection3 a,.acsection3__bodytext{font-size:13px;line-height:18px;margin-bottom:10px}.acsection3 p{margin-bottom:1rem}.acsection3 .card_svg{width:40px;height:40px}.acsection3 .card_svg.active{width:60px;height:60px}}@media (max-width:1199.98px){.acsection3 .center-head h2{margin:10px 200px 80px}}@media (min-width:992px) and (max-width:1649.98px){.acsection3 .service-detail-cards{width:260px}.acsection3 .arrow-right{margin-right:9px}.acsection3__button-container .button{height:60px;margin:0 11px 11px 0}.acsection3__button-container .button a{font-size:16px;min-width:150px;max-width:231px;width:auto;padding:10px}.acsection3__button-container .button:hover{box-shadow:0 10px 30px rgba(0,0,0,.1019607843)}}.acsection4{position:relative;padding-top:130px;padding-bottom:50px;background-color:#f9f9f9}.acsection4__label{font-size:16px;line-height:19px;font-family:Benton Sans Lt,Arial,sans-serif;color:#738993;text-transform:uppercase;letter-spacing:.96px}@media (max-width:991.98px){.acsection4__label{font-size:12px;line-height:14px;letter-spacing:.72px;margin-bottom:0}}.acsection4 h2{font-family:Benton Sans Lt,Arial,sans-serif;font-size:36px;line-height:43px;margin-top:10px;margin-bottom:30px}.acsection4 h2 b,.acsection4 h2 i,.acsection4 h2 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700}@media (max-width:991.98px){.acsection4 h2{font-size:18px;line-height:22px;margin-top:7px;margin-bottom:15px}}.acsection4 .arrow_container{position:absolute;left:50%;transform:translateX(-50%);bottom:4px;top:auto;z-index:8}.acsection4__arrows{display:-ms-flexbox;display:flex;width:150px;-ms-flex-pack:justify;justify-content:space-between;height:38px;z-index:5;position:relative;left:-8px}.acsection4__arrowleft,.acsection4__arrowright{display:block;height:38px;width:48px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section6/arrow-left.svg);background-position:0;cursor:pointer}.acsection4__arrowleft.disabled,.acsection4__arrowright.disabled{pointer-events:none;opacity:.5}.acsection4__arrowright{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section6/arrow-right.svg)}.acsection4__scrollarea{position:relative;margin-top:70px;overflow:hidden;height:180px}.acsection4__scrollarea:before{content:"";display:block;top:99px;position:absolute;border-bottom:1px solid rgba(0,0,0,.1019607843);width:100%}.acsection4__scrollouter{height:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.acsection4__scrollouter .container{overflow:visible}.acsection4__scrollouter::-webkit-scrollbar{display:none}.acsection4__scrollinner{display:-ms-flexbox;display:flex;position:relative;z-index:1;height:150px}.acsection4__office{margin-right:30px;cursor:pointer}.acsection4__office.selected .acsection4__link{opacity:1}.acsection4__office.selected .acsection4__city{color:#ff6700}.acsection4__office.selected .acsection4__country{color:inherit}.acsection4__continent{font-family:Benton Sans Lt,Arial,sans-serif;font-size:16px;line-height:19px;letter-spacing:1.6px;margin-bottom:10px;color:#738993;padding-right:15px;white-space:nowrap}.acsection4__city{font-family:Benton Sans Med,Arial,sans-serif;font-size:24px;line-height:29px;margin-bottom:0}.acsection4__city,.acsection4__country{letter-spacing:0;padding-right:15px;white-space:nowrap}.acsection4__country{font-family:Benton Sans Lt,Arial,sans-serif;font-size:16px;line-height:20px;color:#738993;margin-bottom:20px}.acsection4__link{padding-top:11px;padding-right:15px;border-top:3px solid #ff6700;white-space:nowrap;opacity:0;transition:opacity .5s ease-in-out}.acsection4__link span{font-family:Benton Sans Reg,Arial,sans-serif;font-size:12px;line-height:14px;letter-spacing:0;color:#ff6700;cursor:pointer}.acsection4__link span:after{content:"";position:relative;top:3px;left:5px;display:inline-block;width:14px;height:13px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/arrow-purple.svg);background-repeat:no-repeat}.acsection4__map{position:relative}.acsection4__map>img{width:100%;height:auto}.acsection4__worldmapgrid{position:absolute}.acsection4__mapinfo{position:absolute;top:0;left:0;width:100%;height:100%}.acsection4__mappoint{position:absolute;display:block;width:6px;height:6px;background-color:#ff5122;border-radius:100%;cursor:pointer}.acsection4__mappoint:before{content:"";position:absolute;display:block;top:-5px;left:-5px;background:radial-gradient(circle closest-side,#fff 0,#fff 33%,#ff5122 66%,rgba(150,2,37,0) 100%);width:16px;height:16px;border-radius:6px;opacity:0;transition:opacity .5s ease-in-out}.acsection4__mappoint.selected{background-color:#fff}.acsection4__mappoint.selected:before{opacity:1}.acsection4__mappoint.selected .acsection4__mapoffice{opacity:1;pointer-events:all}.acsection4__mapoffice{position:relative;opacity:0;transition:opacity .5s ease-in-out;display:block;padding:15px;background-color:#ff5122;border-radius:6px;width:300px;top:-158px;left:-150px;pointer-events:none}.acsection4__mapoffice:after{content:"";position:absolute;width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-top:11px solid #ff5122;top:142px;left:142px}.acsection4__mapoffice .acsection4__columns{display:-ms-flexbox;display:flex}.acsection4__mapoffice .acsection4__adressdata{margin-right:50px}.acsection4__mapoffice .acsection4__mapservices-outer{position:absolute;right:0}.acsection4__mapoffice .acsection4__mapservices{min-width:100px;position:absolute;right:-5px}.acsection4__mapoffice .acsection4__mapservices img{margin-right:5px;margin-bottom:5px}.acsection4__mapoffice .acsection4__continent{font-size:14px;line-height:17px;letter-spacing:1.4px;color:#fff}.acsection4__mapoffice .acsection4__city{font-size:20px;line-height:24px;letter-spacing:0;color:#fff}.acsection4__mapoffice .acsection4__country{font-size:14px;line-height:18px;letter-spacing:0;color:#fff;margin-bottom:20px}.acsection4__mapoffice .acsection4__link{opacity:1;border:none;padding-top:0}.acsection4__mapoffice .acsection4__link span{font-size:13px;line-height:14px;letter-spacing:0;letter-spacing:.3px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:Benton Sans Med,Arial,sans-serif}.acsection4__mapoffice .acsection4__link span:after{background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/arrow-white.svg)}.acsection4__pulldowns{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;margin-top:15px}.acsection4__pulldown{position:relative;width:50%;margin-left:25px;z-index:99}.acsection4__cities,.acsection4__countries{font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:19px;letter-spacing:0;position:absolute;width:100%;color:#bccace;background-color:#fff;border-radius:6px;border:1px solid #bccace;max-height:50px;overflow:hidden;transition:max-height .5s ease-in-out;cursor:pointer}.acsection4__cities.selected,.acsection4__countries.selected{max-height:250px}.acsection4__cities.selected .acsection4__pulldownlabel,.acsection4__countries.selected .acsection4__pulldownlabel{color:#ff6700}.acsection4__cities .acsection4__pulldownentries div.hidden,.acsection4__countries .acsection4__pulldownentries div.hidden{display:none}.acsection4__pulldownlabel{margin:15px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/arrow-dropdown.svg);background-repeat:no-repeat;background-position:100%}.acsection4__pulldownlabel:hover{color:#ff6700}.acsection4__pulldownlabel.selected{color:#ff5122}.acsection4__pulldownentries{overflow-y:auto;height:150px;border-top:1px solid #bccace;padding:10px 15px}.acsection4__pulldownentries div:hover{color:#ff6700}.acsection4__detailwrapper{position:absolute;top:0;right:-800px;display:block;width:800px;min-height:100vh;background-color:#f9f9f9;z-index:99;box-shadow:0 15px 30px rgba(0,0,0,.0509803922);transition:right .5s ease-in-out}.acsection4__detailwrapper.selected{right:0}.acsection4__dennemeyerlogo{position:relative;width:300px;height:150px;left:10px;top:-10px;background-image:url(/fileadmin/assets/customprovider/associates/Images/menu/associates-logo.svg);background-repeat:no-repeat;z-index:99}.acsection4__detailoffice{position:relative;display:none}.acsection4__detailoffice.selected{display:block}.acsection4__detailheader{top:-149px;width:100%;height:406px;background-size:cover;z-index:-1}.acsection4__detailclose,.acsection4__detailheader{position:absolute;display:block;background-repeat:no-repeat}.acsection4__detailclose{top:-120px;right:30px;width:50px;height:50px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-close_shadow.svg);cursor:pointer}.acsection4__detailofficeinfo{padding:160px 40px 0}.acsection4__detailofficeinfo h3{font-family:Benton Sans Reg,Arial,sans-serif;font-size:24px;line-height:29px;letter-spacing:0;color:#fff}.acsection4__detailofficeinfo h3 span{font-family:Benton Sans Lt,Arial,sans-serif}.acsection4__detailofficecontact{font-family:Benton Sans Reg,Arial,sans-serif;position:relative;top:0;left:650px;display:inline-block;background-color:#c90065;color:#fff;width:auto;border-radius:3px;transition:all .15s cubic-bezier(.33,.66,.66,1);font-size:14px;line-height:normal;height:auto;padding:10px 15px;text-align:center;border:1px solid #c90065;cursor:pointer;margin-top:10px}.acsection4__detailofficecontact:hover{background-color:#96025a;border-color:#96025a}.acsection4__detailofficecontact:active,.acsection4__detailofficecontact:focus{background-color:#c90065;border-color:#96025a}.acsection4__detailofficesection{padding:0 40px;margin-top:-30px}.acsection4__detailofficesubheader{font-family:Benton Sans Lt,Arial,sans-serif;font-size:24px;line-height:29px;letter-spacing:0;border-bottom:1px solid #bccace;padding-bottom:20px;margin-bottom:20px;margin-top:30px}.acsection4__detailteamscroll>div{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.acsection4__detailteamscroll>div>div{width:100%!important}@media (max-width:991px){.acsection4__detailteamscroll>div>div{margin-bottom:10px}}.acsection4__detailofficescroll>div{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.acsection4__detailofficescroll>div>div{width:100%!important}.acsection4__detailofficecontactinfo{width:720px;margin-bottom:20px}.acsection4__detailofficecontactinfo>div{display:-ms-flexbox;display:flex;font-family:Benton Sans Reg,Arial,sans-serif;font-size:14px;line-height:24px;letter-spacing:0}.acsection4__detailofficecontactinfo>div>div.address{padding-left:30px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-adress.svg);background-repeat:no-repeat;-ms-flex-preferred-size:260px;flex-basis:260px;margin-right:10px}.acsection4__detailofficecontactinfo>div>div.opening{padding-left:30px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-opening.svg);background-repeat:no-repeat;-ms-flex-preferred-size:170px;flex-basis:170px;margin-right:10px}.acsection4__detailofficecontactinfo>div>div.phone{padding-left:30px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-phone.svg);background-repeat:no-repeat;-ms-flex-preferred-size:200px;flex-basis:200px;margin-right:10px}.acsection4__detailofficecontactinfo>div>div.vat{padding-left:30px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-vat.svg);background-repeat:no-repeat;-ms-flex-preferred-size:140px;flex-basis:140px;margin-right:10px}.acsection4__detailofficecontactinfo>div>div.phone_personal{padding-left:30px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-phone.svg);background-repeat:no-repeat;-ms-flex-preferred-size:200px;flex-basis:200px;margin-right:10px}.acsection4__detailofficecontactinfo>div>div.email_personal{padding-left:32px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-email.svg);background-repeat:no-repeat;-ms-flex-preferred-size:200px;flex-basis:200px;background-size:28px;background-position:0 -2px;margin-right:10px}.acsection4__detailofficeservices{display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.acsection4__servicebox{font-family:Benton Sans Lt,Arial,sans-serif;font-size:13px;line-height:15px;letter-spacing:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:6px;margin-right:15px;padding:15px 10px;-ms-flex-preferred-size:165px;flex-basis:165px;box-shadow:0 15px 30px rgba(0,0,0,.0509803922);position:relative;margin-bottom:15px;cursor:pointer}.acsection4__servicebox b{font-family:Benton Sans Med,Arial,sans-serif}.acsection4__servicebox:last-of-type{margin-right:0}.acsection4__servicebox p{margin:0}.acsection4__servicebox img{height:30px;width:auto;margin-right:10px}.acsection4__servicebox:after{content:"";position:absolute;display:block;width:100%;height:100%;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/arrow-dropdown-dark.svg);background-repeat:no-repeat;background-position:right 20px center}.acsection4__servicebox.no_services{cursor:auto}.acsection4__servicebox.no_services .acsection4__serviceboxservices,.acsection4__servicebox.no_services:after{display:none}.acsection4__servicebox.selected .acsection4__serviceboxservices{opacity:1;transition:opacity .5s ease-in-out}.acsection4__serviceboxservices{font-family:Benton Sans Lt,Arial,sans-serif;font-size:10px;line-height:16px;letter-spacing:0;position:absolute;top:77px;left:0;width:100%;z-index:1;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.1019607843);border-radius:3px;padding:16px 10px;overflow:hidden;opacity:0;transition:opacity .5s ease-in-out;pointer-events:none}.acsection4__serviceboxservices ul{margin:0;padding:0;list-style:none}.acsection4__serviceboxservices ul li{background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/check_circle.svg);background-repeat:no-repeat;padding-left:20px;padding-bottom:10px}.acsection4__detailofficeteamscroll{position:relative;overflow:hidden;margin-left:-40px;margin-right:-40px}.acsection4__detailofficeteamscroll>div:first-of-type{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.acsection4__detailofficeteamscroll>div:first-of-type>div:first-of-type{margin-left:40px;margin-right:40px;display:-ms-flexbox;display:flex}.acsection4__detailofficemember{position:relative;width:165px;margin-right:20px;margin-top:10px;padding:15px 20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:6px;box-shadow:0 15px 30px rgba(0,0,0,.0509803922);transition:all .25s ease-in-out}.acsection4__detailofficemember img{position:relative;top:0;width:75px;height:75px;margin-bottom:15px;border-radius:100%;box-shadow:0 15px 30px rgba(0,0,0,.1019607843);transition:top .25s ease-in-out}.acsection4__detailofficemember p{position:relative;top:0;font-family:Benton Sans Reg,Arial,sans-serif;font-size:13px;line-height:20px;letter-spacing:0;text-align:center;letter-spacing:.3px;transition:top .25s ease-in-out}.acsection4__detailofficemember p b{font-family:Benton Sans Med,Arial,sans-serif;font-size:15px;line-height:20px;letter-spacing:0}.acsection4__detailofficemember:hover{background-color:#ff5122;color:#fff}.acsection4__detailofficemember:hover img,.acsection4__detailofficemember:hover p{top:-25px}.acsection4__detailofficemember:hover .acsection4__detailofficememberbutton{opacity:1}.acsection4__detailofficememberbutton{font-family:Benton Sans Reg,Arial,sans-serif;font-size:12px;line-height:14px;letter-spacing:0;position:absolute;bottom:10px;width:calc(100% - 40px);text-align:center;background-color:#fff;color:#ff6700;border-radius:6px;padding:10px 0;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-arrow-right.svg);background-repeat:no-repeat;background-position:center right 10px;opacity:0;transition:opacity .25s ease-in-out;cursor:pointer}.acsection4__teamwrapper{position:absolute;top:0;right:-800px;width:800px;background-color:#f9f9f9;transition:right .5s ease-in-out;min-height:100%}.acsection4__teamwrapper.selected{right:0}.acsection4__detailteam{position:relative;top:-149px;display:none}.acsection4__detailteam.selected{display:block}.acsection4__teamheader{display:block;width:100%;height:406px;background-repeat:no-repeat;background-size:cover;z-index:-1}.acsection4__teamclose{position:absolute;top:30px;right:30px;display:block;width:50px;height:50px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-close_shadow.svg);background-repeat:no-repeat;cursor:pointer}.acsection4__teamheadline{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-top:-101px;padding:0 41px 0 40px;margin-bottom:60px}.acsection4__teamheadline p{color:#fff;margin-left:20px;-ms-flex:1;flex:1}.acsection4__teamheadline img{height:148px;width:148px;border-radius:100%;-ms-flex-item-align:center;align-self:center}.acsection4__detailteambutton{font-family:Benton Sans Reg,Arial,sans-serif;font-size:24px;line-height:68px;letter-spacing:0;display:inline-block;background-color:#ff6700;width:245px;height:68px;border-radius:6px;color:#fff;text-align:center;border:2px solid #f9f9f9;cursor:pointer;-ms-flex-item-align:center;align-self:center;margin-top:40px}.acsection4__detailteamsection{padding:0 40px;margin-top:-30px}.acsection4__detailteamsubheader{font-family:Benton Sans Lt,Arial,sans-serif;font-size:24px;line-height:29px;letter-spacing:0;border-bottom:1px solid #bccace;padding-bottom:20px;margin-bottom:20px;margin-top:30px}.acsection4__detailteamcontactinfo{width:720px}.acsection4__detailteamcontactinfo>div{display:-ms-flexbox;display:flex;font-family:Benton Sans Reg,Arial,sans-serif;font-size:14px;line-height:24px;letter-spacing:0}.acsection4__detailteamcontactinfo>div>div.address{padding-left:30px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-adress.svg);background-repeat:no-repeat;-ms-flex-preferred-size:260px;flex-basis:260px;margin-right:10px;min-width:140px}.acsection4__detailteamcontactinfo>div>div.opening{padding-left:30px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-opening.svg);background-repeat:no-repeat;-ms-flex-preferred-size:170px;flex-basis:170px;margin-right:10px;min-width:140px}.acsection4__detailteamcontactinfo>div>div.phone{padding-left:30px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-phone.svg);background-repeat:no-repeat;-ms-flex-preferred-size:200px;flex-basis:200px;margin-right:10px;min-width:140px;white-space:nowrap}.acsection4__detailteamcontactinfo>div>div.vat{padding-left:30px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-vat.svg);background-repeat:no-repeat;-ms-flex-preferred-size:140px;flex-basis:140px;margin-right:10px;min-width:140px}.acsection4__detailteamcontactinfo>div>div.phone_personal{padding-left:30px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-phone.svg);background-repeat:no-repeat;-ms-flex-preferred-size:200px;flex-basis:200px;margin-right:10px;min-width:140px}.acsection4__detailteamcontactinfo>div>div.email_personal{padding-left:32px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-email.svg);background-repeat:no-repeat;-ms-flex-preferred-size:200px;flex-basis:200px;min-width:140px;background-size:28px;background-position:0 -2px;margin-right:10px}.acsection4__detailteamofficeinfo{font-size:16px;line-height:24px;letter-spacing:0}.acsection4__detailteammobilename{display:none}@media (max-width:991.98px){.acsection4 .arrow_container{bottom:-8px}.acsection4__office{min-width:55px;margin-right:15px}.acsection4__continent{font-size:8px;line-height:10px;letter-spacing:1px}.acsection4__city{font-size:12px;line-height:14px;letter-spacing:0}.acsection4__country{font-size:8px;line-height:10px;letter-spacing:0;margin-bottom:20px}.acsection4__link{padding-top:1px;margin-top:-10px}.acsection4__link span{font-size:8px;line-height:10px;letter-spacing:0}.acsection4__link span:after{right:0;width:12px;height:12px;background-size:contain}.acsection4__scrollarea{height:130px}.acsection4__scrollarea:before{top:55px}.acsection4__scrollouter::-webkit-scrollbar{display:none}.acsection4__pulldowns{-ms-flex-pack:start;justify-content:flex-start}.acsection4__pulldown:first-of-type{margin-left:0}.acsection4__pulldownlabel{margin:10px}.acsection4__pulldownentries{font-size:12px;line-height:19px;letter-spacing:0;padding:5px 10px}.acsection4__mapwrapper{margin-top:70px;padding-left:0;padding-right:0}.acsection4__mapoffice{width:200px;top:-130px;left:-100px}.acsection4__mapoffice:after{top:114px;left:90px}.acsection4__mapoffice .acsection4__continent{font-size:10px;line-height:12px;letter-spacing:1px}.acsection4__mapoffice .acsection4__city{font-size:16px;line-height:19px;letter-spacing:0}.acsection4__mapoffice .acsection4__country,.acsection4__mapoffice .acsection4__link span{font-size:10px;line-height:12px;letter-spacing:0}.acsection4__mapoffice .acsection4__mapservices{position:absolute;min-width:inherit;width:70px;right:5px}.acsection4__mapoffice .acsection4__mapservices img{width:26px;height:26px}.acsection4__mappoint{width:3px;height:3px}.acsection4__mappoint:before{top:-3px;left:-3px;width:8px;height:8px;border-radius:3px}.acsection4__cities,.acsection4__countries{font-size:10px;line-height:12px;letter-spacing:0;max-height:32px}.acsection4__detailwrapper{right:-100%;width:100%}.acsection4__dennemeyerlogo{width:150px;height:75px;left:0;top:-70px}.acsection4__detailheader{top:-140px;height:169px}.acsection4__detailclose{top:-130px;right:10px;width:30px;height:30px;background-size:contain}.acsection4__detailofficeinfo{position:relative;top:-25px;padding:0 20px}.acsection4__detailofficeinfo h3{font-size:16px;line-height:19px;letter-spacing:0}.acsection4__detailofficesection{padding:40px 20px 0}.acsection4__detailofficecontact{font-size:16px;line-height:16px;letter-spacing:0;top:8px;left:auto;right:20px;min-width:110px;padding:11px 15px;position:absolute;margin:0}.acsection4__detailofficesubheader{font-size:14px;line-height:17px;letter-spacing:0;margin-top:0;margin-bottom:15px;padding-bottom:10px}.acsection4__detailofficescroll{margin-bottom:20px}.acsection4__detailofficeservicescroll>div{padding-bottom:30px}.acsection4__detailofficeteamscroll{position:relative;overflow:hidden;margin-left:-20px;margin-right:-20px}.acsection4__detailofficeteamscroll>div:first-of-type{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.acsection4__detailofficeteamscroll>div:first-of-type>div:first-of-type{margin-left:20px;margin-right:20px}.acsection4__detailofficecontactinfo>div{font-size:12px;line-height:18px;letter-spacing:0}.acsection4__servicebox{font-size:13px;line-height:15px;letter-spacing:0}.acsection4__detailofficemember p,.acsection4__detailofficemember p b{font-size:10px;line-height:20px;letter-spacing:0}.acsection4__detailofficememberbutton{font-size:12px;line-height:14px;letter-spacing:0}.acsection4__teamwrapper{right:-100%;width:100%}.acsection4__detailteam{top:-140px}.acsection4__teamheader{height:169px}.acsection4__teamclose{top:10px;right:10px;display:block;width:30px;height:30px;background-size:contain}.acsection4__teamheadline{margin-top:-65px;padding:0 20px;margin-bottom:60px}.acsection4__teamheadline p{display:none}.acsection4__teamheadline img{height:74px;width:74px}.acsection4__detailteambutton{font-size:16px;line-height:43px;letter-spacing:0;display:inline-block;background-color:#ff6700;width:auto;min-width:150px;padding:0 15px;height:46px}.acsection4__detailteamsection{padding:0 40px;margin-top:-30px}.acsection4__detailteamsubheader{font-size:14px;line-height:17px;letter-spacing:0;margin-top:0;margin-bottom:15px;padding-bottom:10px}.acsection4__detailteamscroll{position:relative;overflow:hidden;margin-left:-20px;margin-right:-20px}.acsection4__detailteamscroll>div:first-of-type{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.acsection4__detailteamscroll>div:first-of-type>div:first-of-type{margin-left:20px;margin-right:20px}.acsection4__detailteamcontactinfo>div{font-size:12px;line-height:18px;letter-spacing:0}.acsection4__detailteamofficeinfo{font-size:13px;line-height:19px;letter-spacing:0}.acsection4__detailteammobilename{display:block;font-family:Benton Sans Lt,Arial,sans-serif;font-size:16px;line-height:19px;letter-spacing:0}.acsection4__detailteammobilename b{font-family:Benton Sans Med,Arial,sans-serif}}.acsection4 .website_link{margin:15px 0;padding-left:30px;background-image:url(/fileadmin/assets/customprovider/associates/Images/section4/icon-globe.svg);background-repeat:no-repeat;background-size:28px 28px;background-position:-3px -3px;-ms-flex-preferred-size:260px;flex-basis:260px;padding-right:30px;font-family:Benton Sans Reg,Arial,sans-serif;font-size:14px;line-height:24px}.dcheader{position:absolute;height:120px;z-index:9;width:100%;max-width:100%}.dcheader .row{height:120px;-ms-flex-align:center;align-items:center}.dcheader__menu{position:fixed;top:36px;left:40px;z-index:99;cursor:pointer}.dcheader__logo{width:390px;height:auto;position:relative;left:-82px;top:0}.dcheader__phoneimage{margin-right:20px}.dcheader__phonenumber{margin-right:25px;font-size:16px;line-height:24px;color:#ff6700}.dcheader__phonenumber,.dcheader__touch{font-family:Benton Sans Reg,Arial,sans-serif}.dcheader__touch{font-size:14px;line-height:27px;padding:6px 15px 5px;box-shadow:0 5px 10px rgba(0,0,0,.0509803922);border-radius:3px;min-width:100px;transition:all .15s cubic-bezier(.33,.66,.66,1);cursor:pointer;display:inline-block;text-align:center;color:#fff;background-color:#ff6700;border:1px solid #ff6700}.dcheader__touch:hover{text-decoration:none}.dcheader__touch:active,.dcheader__touch:focus,.dcheader__touch:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff}.dcheader__touch:active,.dcheader__touch:focus{border-color:#ff6700}.dcheader__touch:active a,.dcheader__touch:active p,.dcheader__touch:focus a,.dcheader__touch:focus p{color:#fff}.dcheader__touch:first-letter{text-transform:uppercase}.dcheader__emptylink{display:block;height:70px}@media (max-width:1649.98px){.dcheader__logo{left:50px}.dcheader__touch{margin-right:2px}.dcheader.small_header .dcheader__touch{margin-right:15px}}@media (max-width:991.98px){.dcheader{height:70px}.dcheader .container{padding:0 25px 0 15px;width:100%}.dcheader .row{height:70px}.dcheader__logo{width:220px;left:0;top:-3px}.dcheader__menu{top:20px;left:10px;width:24px}.dcheader__menu img{width:24px}.dcheader__touch{font-size:12px;line-height:14px;letter-spacing:.24px;padding:5px;margin-right:-10px}}@media (max-width:767.98px){.dcheader .container{padding:0 25px 0 15px;max-width:820px;width:100%}}.dcsection1{position:relative;overflow:hidden}.dcsection1.text_white .bodytext p:not(.dcsection1__link),.dcsection1.text_white .headline{color:#fff!important}.dcsection1 .container{padding-bottom:50px}.dcsection1 h1{margin-top:220px;font-family:Benton Sans Lt,Arial,sans-serif;font-size:48px;line-height:64px}.dcsection1 h1 b,.dcsection1 h1 i,.dcsection1 h1 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700}.dcsection1 p{font-size:24px;line-height:32px;margin:22px 0}.dcsection1__link a{position:relative;display:inline-block;font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:24px;color:#fff;background:#ff6700;border-radius:3px;padding:12px 15px;margin:22px 0;min-width:110px;cursor:pointer;text-align:center;transition:all .15s cubic-bezier(.33,.66,.66,1);font-size:18px;line-height:28px;min-width:170px;padding:21px 15px;color:#fff!important;text-decoration:none!important}.dcsection1__link a:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;text-decoration:none}.dcsection1__link a:active,.dcsection1__link a :focus{color:#fff;border-color:#ff6700;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.dcsection1__link a:active a,.dcsection1__link a:active p,.dcsection1__link a :focus a,.dcsection1__link a :focus p{color:#fff}.dcsection1__link a:focus{text-decoration:none!important}.dcsection1__background{height:200%;background-size:cover;background-position:100% 100%}.dcsection1__background,.dcsection1__circle{position:absolute;width:100%;background-repeat:no-repeat}.dcsection1__circle{height:110%;background-position:100% 0}.dcsection1__imageanchor{position:relative}.dcsection1__image{position:absolute;top:140px;right:0;display:block;height:600px;width:550px;max-width:50%;background-repeat:no-repeat;background-size:contain;background-position:100% 0}.dcsection1__slider{margin-top:20px;margin-right:-30px;margin-left:-15px;padding:25px 0}.dcsection1__arrows{width:150px;position:absolute;bottom:-10px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;z-index:1}.dcsection1__arrowleft{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section3/arrow-left.svg)}.dcsection1__arrowleft,.dcsection1__arrowright{display:block;height:48px;width:48px;cursor:pointer}.dcsection1__arrowright{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section3/arrow-right.svg)}.dcsection1__arrows .slick-arrow.slick-disabled{opacity:.7;pointer-events:none;cursor:default}.dcsection1__arrowleft:hover,.dcsection1__arrowright:hover{opacity:.7}.dcsection1__slider.slides_count_5 .slick-list,.dcsection1__slider.slides_count_6 .slick-list,.dcsection1__slider.slides_count_7 .slick-list{padding:0 10% 0 0}.dcsection1__slide{display:-ms-flexbox;display:flex;height:230px;padding-top:50px}.dcsection1__slide a{color:#0f2c35}.dcsection1__slide a:hover{text-decoration:none}.dcsection1__card{height:150px;position:relative;top:0;transition:all .5s ease-in-out}.dcsection1__card:hover{height:180px;top:-25px}.dcsection1__card:hover .dcsection1__text{top:-140px}.dcsection1__card:hover .dcsection1__text1{opacity:0}.dcsection1__card:hover .dcsection1__card-inner .dcsection1__iconhover{opacity:1}.dcsection1__card-inner{display:-ms-flexbox;display:flex;margin:0 15px;padding:20px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.0509803922);border-radius:6px;overflow:hidden;position:relative;transition:all .5s ease-in-out;height:inherit}.dcsection1__icon{position:relative;width:100px;padding:0 15px 0 0;-ms-flex-item-align:center;align-self:center}.dcsection1__icon img{width:50px;height:auto}.dcsection1__icon .dcsection1__iconhover{position:absolute;top:0;left:0;opacity:0;transition:opacity .5s ease-in-out}.dcsection1__text{position:relative;transition:all .5s ease-in-out;top:0}.dcsection1__text1,.dcsection1__text2{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.dcsection1__text1{height:116px;transition:opacity .3s ease-out}.dcsection1__text2{height:140px}.dcsection1__title{color:#ff6700;font-family:Benton Sans Bd,Arial,sans-serif;font-size:12px;line-height:14px;text-transform:uppercase;letter-spacing:1.8px}.dcsection1__question{margin-top:5px}.dcsection1__answer p,.dcsection1__question{font-family:Benton Sans Reg,Arial,sans-serif;font-size:14px;line-height:19px}.dcsection1__answer p{margin:10px 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dcsection1__answer p b,.dcsection1__answer p strong{font-family:Benton Sans Med,Arial,sans-serif;font-weight:400}.dcsection1__slidelink{color:#ff6700;font-family:Benton Sans Bd,Arial,sans-serif;font-size:12px;line-height:14px;text-transform:uppercase;letter-spacing:1.8px;cursor:pointer}.dcsection1__slidelink span{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section1/arrow.svg);background-repeat:no-repeat;background-position:100% 80%;padding-right:22px;background-size:12px 16px}@media (max-width:1199.98px){.dcsection1__slider{margin-top:0;margin-right:-30px;margin-left:-30px}.dcsection1__slider.slides_count_4 .slick-list{padding:0 10%}html[lang=de-DE] .dcsection1__answer p,html[lang=de-DE] .dcsection1__question{font-size:12px;line-height:17px}}@media (max-width:991.98px){.dcsection1 h1{margin-top:100px;font-size:28px;line-height:40px}.dcsection1 p{font-size:16px;line-height:18px;margin:22px 0}.dcsection1__link a{font-size:12px;line-height:14px;background:transparent linear-gradient(106deg,#ff6700,#ff5122) 0 0 no-repeat padding-box;box-shadow:0 5px 20px rgba(0,0,0,.2509803922);border-radius:6px;padding:13px 33px;letter-spacing:1.2px}.dcsection1__image{display:none}.dcsection1__background{height:260vh;background-size:250vh}.dcsection1__circle{height:100%;width:100%;background-position:100px -100px}.dcsection1__title{font-size:10px;line-height:12px;letter-spacing:1.5px}.dcsection1__answer p,.dcsection1__question{font-size:12px}.dcsection1__slidelink{line-height:12px;font-size:10px;letter-spacing:1.5px}}@media (max-width:575.98px){.dcsection1__arrows{bottom:-30px}.dcsection1__card{height:180px}.dcsection1__card:hover{height:250px;top:-25px}.dcsection1__card:hover .dcsection1__text{top:-160px}.dcsection1__text1{height:140px}.dcsection1__text2{height:190px}}@media (-webkit-min-device-pixel-ratio:1.25){html[lang=de-DE] .dcsection1__answer p,html[lang=de-DE] .dcsection1__question{font-size:12px;line-height:17px}}.dcsection10{padding-top:130px;padding-bottom:50px;background:linear-gradient(0,#fff,#f1f3f6);overflow:hidden}.dcsection10__slider{height:400px;margin-right:-30px}.dcsection10 .slick-list{height:400px;margin-left:50px}.dcsection10__label{font-size:16px;line-height:19px;font-family:Benton Sans Lt,Arial,sans-serif;color:#738993;text-transform:uppercase;letter-spacing:.96px}@media (max-width:991.98px){.dcsection10__label{font-size:12px;line-height:14px;letter-spacing:.72px;margin-bottom:0}}.dcsection10 h2{font-family:Benton Sans Lt,Arial,sans-serif;font-size:36px;line-height:43px;margin-top:10px;margin-bottom:30px;margin-bottom:60px}.dcsection10 h2 b,.dcsection10 h2 i,.dcsection10 h2 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700}@media (max-width:991.98px){.dcsection10 h2{font-size:18px;line-height:22px;margin-top:7px;margin-bottom:15px}}.dcsection10__link{text-align:left;margin-top:-80px}.dcsection10__link .openhubspotform,.dcsection10__link a{position:relative;display:inline-block;line-height:24px;color:#fff;background:#ff6700;border-radius:3px;padding:12px 15px;margin:22px 0;min-width:110px;cursor:pointer;text-align:center;transition:all .15s cubic-bezier(.33,.66,.66,1);font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:19px;letter-spacing:0;padding:15px 40px;color:#fff!important}.dcsection10__link .openhubspotform:hover,.dcsection10__link a:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;text-decoration:none}.dcsection10__link .openhubspotform:active,.dcsection10__link .openhubspotform :focus,.dcsection10__link a:active,.dcsection10__link a :focus{color:#fff;border-color:#ff6700;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.dcsection10__link .openhubspotform:active a,.dcsection10__link .openhubspotform:active p,.dcsection10__link .openhubspotform :focus a,.dcsection10__link .openhubspotform :focus p,.dcsection10__link a:active a,.dcsection10__link a:active p,.dcsection10__link a :focus a,.dcsection10__link a :focus p{color:#fff}.dcsection10__bodytext{margin-bottom:90px;margin-right:90px}.dcsection10__scrollouter{position:relative;top:0;height:380px;margin-right:-30px;overflow:hidden}.dcsection10__scrollarea{width:100%;height:400px;margin-left:50px;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch}.dcsection10__scrollinner{width:2000px;display:-ms-flexbox;display:flex;padding-right:50px}.dcsection10__card{width:350px;height:350px;overflow:hidden;margin-right:30px;padding:30px;cursor:pointer;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.0509803922);border-radius:6px;position:relative}.dcsection10__card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:120px;background:linear-gradient(0,#fff,#fff 50%,hsla(0,0%,100%,0))}.dcsection10__cardtitle{font-family:Benton Sans Med,Arial,sans-serif;font-size:18px;line-height:22px;letter-spacing:0;margin-bottom:1rem;color:inherit}.dcsection10__location{font-family:Benton Sans Reg,Arial,sans-serif;font-size:15px;line-height:18px;letter-spacing:0;color:#738993}.dcsection10__cardtext{font-family:Benton Sans Lt,Arial,sans-serif;font-size:14px;line-height:21px;letter-spacing:0;color:#738993;overflow:hidden;margin-top:30px}.dcsection10__cardlink{position:absolute;bottom:10px;z-index:1}.dcsection10__cardlink a{font-family:Benton Sans Reg,Arial,sans-serif;font-size:14px;line-height:17px;letter-spacing:0;color:#ff6700!important;text-decoration:none}.dcsection10__arrows{display:-ms-flexbox;display:flex;margin-left:50px}.dcsection10__arrowleft{width:48px;height:48px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section10/arrow-left.svg);margin-right:40px;cursor:pointer}.dcsection10__arrowleft.inactive{opacity:.5;cursor:default}.dcsection10__arrowright{width:48px;height:48px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section10/arrow-right.svg);cursor:pointer}.dcsection10__arrowright.inactive{opacity:.5;cursor:default}@media (min-width:1200px){.dcsection10__scrollouter{width:57vw;margin-right:0}}@media (max-width:991.98px){.dcsection10{padding-top:30px}.dcsection10__bodytext{font-size:13px;line-height:18px;letter-spacing:0;margin-bottom:20px;margin-right:0}.dcsection10__link{text-align:center;margin-top:-10px}.dcsection10__scrollouter{top:0;overflow:hidden}.dcsection10__scrollouter,.dcsection10__slider{height:320px;margin-right:-30px}.dcsection10 .slick-list{margin-left:0;height:320px}.dcsection10__scrollarea{height:340px;margin-left:0}.dcsection10__card{height:285px;width:220px;padding:15px;margin-right:20px}.dcsection10__card:after{height:80px}.dcsection10__cardtitle{font-size:14px;line-height:17px;letter-spacing:0}.dcsection10__location{font-size:12px;line-height:14px;letter-spacing:0}.dcsection10__cardtext{font-size:12px;line-height:16px;letter-spacing:0}.dcsection10__cardlink{bottom:-5px}.dcsection10__cardlink a{font-size:13px;line-height:15px;letter-spacing:0}.dcsection10__arrows{display:none}}body .dcsection10 p.dcsection10__link a{text-decoration:none!important}body .dcsection10 p.dcsection10__link a:focus{text-decoration:none!important;font-family:Benton Sans Reg,Arial,sans-serif!important;border-color:#ff6700;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.dcsection11{background:transparent linear-gradient(281deg,#738993,#7f98a4);padding:60px 0}.dcsection11 h4{margin-left:10px}.dcsection11 a:hover{text-decoration:none}.dcsection11 .no-padding{padding:0}.dcsection11__logo{width:100%}.dcsection11__logo span{display:block;height:134px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section11/footer-logo.svg);background-repeat:no-repeat;background-size:100%;margin-right:60px}.dcsection11__title{font-family:Benton Sans Med,Arial,sans-serif;font-size:18px;line-height:22px;letter-spacing:0;color:#fff;margin-bottom:17px}.dcsection11__linklist{font-family:Benton Sans Lt,Arial,sans-serif;font-size:14px;line-height:32px;letter-spacing:0;color:#bccace}.dcsection11__linklist ul{list-style:none;margin:0;padding:0}.dcsection11__linklist a{color:#bccace;display:block;padding:0 10px;transition:background .25s ease-in-out;background-repeat:no-repeat;background-position:center right 10px}.dcsection11__linklist a:hover{color:#fff;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section11/small-arrow.svg);background-color:#738993}.dcsection11 .dcsection11__facebook,.dcsection11 .dcsection11__linkedin,.dcsection11 .dcsection11__twitter,.dcsection11 .dcsection11__youtube{display:inline-block;width:28px;height:28px;margin-left:28px}.dcsection11__facebook{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section11/facebook.svg);margin-left:0!important}.dcsection11__linkedin{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section11/linkedin.svg)}.dcsection11__twitter{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section11/twitter.svg)}.dcsection11__youtube{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section11/youtube.svg)}@media (max-width:991.98px){.dcsection11{padding:30px 0}.dcsection11__logo{width:200px;margin-left:10px;margin-bottom:24px}.dcsection11__logo span{height:100px;margin-right:0}.dcsection11__title{font-size:14px;line-height:17px;letter-spacing:0;margin-bottom:10px}.dcsection11__linklist{font-size:12px;line-height:32px;letter-spacing:0}.dcsection11__mobileblock{margin-top:15px}.dcsection11__socials{margin-top:-30px}.dcsection11 .container{padding:0}}@media (max-width:575.98px){.dcsection11__logo{width:150px}.dcsection11__logo span{height:80px}}.dcsection12{position:fixed;top:0;width:100%;z-index:9998;opacity:0;left:-400px;transition:all .5s ease-in-out;pointer-events:none}.dcsection12.open{opacity:1;left:0;transition:all .5s ease-in-out;pointer-events:all}.dcsection12__home{left:30px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/menu/home-24px.svg)}.dcsection12__close,.dcsection12__home{position:absolute;top:30px;cursor:pointer;display:block;width:62px;height:62px;background-color:#f5f8fd;background-repeat:no-repeat;background-position:50%;border-radius:100%}.dcsection12__close{right:30px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/menu/close-24px.svg)}.dcsection12__panel{width:400px;min-height:100vh;background-color:#fff;box-shadow:0 15px 30px rgba(0,0,0,.0509803922);position:relative;padding-top:110px}.dcsection12__panel ul{list-style:none;margin:0;padding:0}.dcsection12__panel li{padding-left:40px;height:66px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;cursor:pointer}.dcsection12__panel li:hover{background-color:rgba(203,218,245,.2)}.dcsection12__panel li:hover .dcsection12__title{font-family:Benton Sans Med,Arial,sans-serif}.dcsection12__title{font-family:Benton Sans Reg,Arial,sans-serif;font-size:18px;line-height:23px;letter-spacing:0;color:#054fd3;display:block}.dcsection12__subtitle{font-family:Benton Sans Lt,Arial,sans-serif;font-size:12px;line-height:17px;letter-spacing:0;color:#738993;display:block}@media (max-width:991.98px){.dcsection12__panel{max-width:80%}}@media (max-height:700px){.dcsection12 .dcsection12__panel{min-height:inherit;max-height:100vh;overflow:scroll;width:100%;max-width:inherit}}body.section_menu_active .dcheader__menu{position:absolute;top:16px;left:10px}@media (max-width:1099px){body.section_menu_active .dcheader__menu{top:11px}}@media (max-width:991px){body.section_menu_active .dcheader__menu{display:none}}.dcsection2{padding-top:40px;padding-bottom:0}.dcsection2 .container{padding-bottom:50px}.dcsection2__label{font-size:16px;line-height:19px;color:#738993;text-transform:uppercase;letter-spacing:.96px}.dcsection2 h2,.dcsection2__label{font-family:Benton Sans Lt,Arial,sans-serif}.dcsection2 h2{margin-top:10px;font-size:36px;line-height:43px}.dcsection2 h2 b,.dcsection2 h2 i,.dcsection2 h2 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700}.dcsection2__link{text-align:center;margin-top:-60px}.dcsection2__link span{position:relative;display:inline-block;font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:24px;color:#fff;background:#ff6700;border-radius:3px;padding:12px 15px;margin:22px 0;min-width:110px;cursor:pointer;text-align:center;transition:all .15s cubic-bezier(.33,.66,.66,1)}.dcsection2__link span:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;text-decoration:none}.dcsection2__link span:active,.dcsection2__link span :focus{color:#fff;border-color:#ff6700;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.dcsection2__link span:active a,.dcsection2__link span:active p,.dcsection2__link span :focus a,.dcsection2__link span :focus p{color:#fff}.dcsection2__overflowhidden{overflow:hidden}.dcsection2__nomarginright{margin-right:-30px}.dcsection2__card{display:-ms-flexbox;display:flex;margin:30px -30px;padding:30px;border-radius:6px;transition:background .5s ease-in-out,box-shadow .5s ease-in-out}.dcsection2__card:hover{background:#fff 0 0 no-repeat padding-box;box-shadow:0 15px 30px rgba(0,0,0,.0509803922)}.dcsection2__card:hover .dcsection2__iconhover{opacity:1}.dcsection2__icon{position:relative;min-width:80px;padding:0 15px 0 0}.dcsection2__icon img{width:50px;height:auto}.dcsection2__icon .dcsection2__iconhover{position:absolute;top:0;left:0;opacity:0;transition:opacity .5s ease-in-out}.dcsection2__title{font-size:28px;line-height:33px;font-family:Benton Sans Reg,Arial,sans-serif;margin-bottom:10px}.dcsection2__imagedesktop{width:auto;height:auto;max-width:100%;vertical-align:top}@media (max-width:991.98px){.dcsection2{padding-bottom:10px}.dcsection2__link{margin-top:0}.dcsection2__label{font-size:12px;line-height:14px;letter-spacing:.72px}.dcsection2 h2{font-size:18px;line-height:22px}.dcsection2__overflowhidden{max-height:500px}.dcsection2__title{font-size:20px;line-height:24px;margin-bottom:5px}.dcsection2__question{font-size:13px;line-height:18px}.dcsection2__icon{min-width:50px}.dcsection2__icon img{width:35px}.dcsection2__card{margin:15px -5px 15px -20px;padding:15px 20px}.dcsection2 .dcheader__emptylink{display:none}}.dcsection3{position:relative;padding-top:50px;min-height:800px;overflow:hidden}.dcsection3 .dcsection3__arrows{display:none}@media screen and (max-width:991px){.dcsection3+.service_sub_section_img{margin-top:50px}}.dcsection3:after{content:"";display:block;position:absolute;top:-10%;left:0;width:100%;height:150%;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section3/background-section3-main.png);background-repeat:no-repeat;background-size:cover;z-index:-1}.dcsection3 .slick-list{padding:0 20% 0 0}.dcsection3 .slick-track{margin-left:0}.dcsection3 .no_margin{margin-left:0;margin-right:0}.dcsection3 .no_padding{padding:0}.dcsection3__label{font-size:16px;line-height:19px;color:#738993;text-transform:uppercase;letter-spacing:.96px}.dcsection3 h2,.dcsection3__label{font-family:Benton Sans Lt,Arial,sans-serif}.dcsection3 h2{margin-top:10px;margin-bottom:30px;font-size:36px;line-height:43px}.dcsection3 h2 b,.dcsection3 h2 i,.dcsection3 h2 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700}.dcsection3 .container{margin-right:auto;margin-left:auto;height:auto}.dcsection3 .text_container{margin-right:150px}.dcsection3 .body_container b,.dcsection3 .body_container i,.dcsection3 .body_container strong{font-family:Benton Sans Med,Arial,sans-serif}.dcsection3 .font_medium{margin-bottom:30px;font-family:Benton Sans Med,Arial,sans-serif;font-size:16px;letter-spacing:0;color:#ff5122}.dcsection3 .dcsection3__link span,.dcsection3 a{font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;letter-spacing:0;color:#ff6700;cursor:pointer}.dcsection3 .dcsection3__link span:hover,.dcsection3 a:hover{text-decoration:none!important;color:#ff5122}.dcsection3 .cards{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;padding-bottom:30px;margin-top:0;min-height:660px;padding-left:0;padding-right:0}.dcsection3 .service_cards{width:388px;height:auto;margin-bottom:20px;border-radius:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer;margin-left:0;background:transparent;border:1px solid transparent;padding:6px 10px}.dcsection3 .service_cards.active{background:#f55123;box-shadow:0 10px 15px rgba(0,0,0,.25);cursor:default;pointer-events:none;border:1px solid #ff6700}.dcsection3 .service_cards.active .cards_hl{color:#fff}.dcsection3 .service_cards:hover{background:#f55123;box-shadow:0 10px 15px rgba(0,0,0,.25)}.dcsection3 .service_cards:hover .cards_body,.dcsection3 .service_cards:hover .cards_hl{color:#fff}.dcsection3 .service_cards.has_hover_icon.active .card_svg,.dcsection3 .service_cards.has_hover_icon:focus .card_svg,.dcsection3 .service_cards.has_hover_icon:hover .card_svg{display:none}.dcsection3 .service_cards.has_hover_icon.active .card_svg_hover,.dcsection3 .service_cards.has_hover_icon:focus .card_svg_hover,.dcsection3 .service_cards.has_hover_icon:hover .card_svg_hover{display:inline}.dcsection3 .service_cards:active,.dcsection3 .service_cards:focus{background:#f55123;box-shadow:0 10px 15px rgba(0,0,0,.25);cursor:default;border:1px solid #ff6700}.dcsection3 .service_cards:active .cards_body,.dcsection3 .service_cards:active .cards_hl,.dcsection3 .service_cards:focus .cards_body,.dcsection3 .service_cards:focus .cards_hl{color:#fff}.dcsection3 .service_cards.bg_brandberry .cards_hl{color:#c90065}.dcsection3 .service_cards.bg_brandberry:hover{background:#c90065}.dcsection3 .service_cards.bg_brandberry:hover .cards_hl{color:#fff}.dcsection3 .service_cards.bg_brandberry:active,.dcsection3 .service_cards.bg_brandberry:focus{background:#96025a;border-color:#9c1164}.dcsection3 .service_cards.bg_brandberry:active .cards_hl,.dcsection3 .service_cards.bg_brandberry:focus .cards_hl{color:#fff}.dcsection3 .service_cards.bg_brandberry.active{background:#96025a;border-color:#96025a}.dcsection3 .service_cards.bg_brandberry.active:active,.dcsection3 .service_cards.bg_brandberry.active:focus{background:#c90065;border-color:#9c1164}.dcsection3 .service_cards.bg_brandberry.active .cards_body,.dcsection3 .service_cards.bg_brandberry.active .cards_hl,.dcsection3 .service_cards.bg_brandberry .detail_box.active .detail_box_keywords{color:#fff}.dcsection3 .service_cards.bg_brandberrylight .cards_hl{color:#c90065}.dcsection3 .service_cards.bg_brandberrylight:hover{background:#96025a}.dcsection3 .service_cards.bg_brandberrylight:hover .cards_hl{color:#fff}.dcsection3 .service_cards.bg_brandberrylight:active,.dcsection3 .service_cards.bg_brandberrylight:focus{background:#96025a;border-color:#c90065}.dcsection3 .service_cards.bg_brandberrylight:active .cards_hl,.dcsection3 .service_cards.bg_brandberrylight:focus .cards_hl{color:#fff}.dcsection3 .service_cards.bg_brandberrylight.active{background:#96025a;border-color:#96025a}.dcsection3 .service_cards.bg_brandberrylight.active:active,.dcsection3 .service_cards.bg_brandberrylight.active:focus{background:#96025a;border-color:#c90065}.dcsection3 .service_cards.bg_brandberrylight.active .cards_body,.dcsection3 .service_cards.bg_brandberrylight.active .cards_hl,.dcsection3 .service_cards.bg_brandberrylight .detail_box.active .detail_box_keywords{color:#fff}.dcsection3 .service_cards.bg_brandblue .cards_hl{color:#1f4fd3}@media screen and (min-width:1200px){.dcsection3 .service_cards.bg_brandblue:hover{background:#054fd3}.dcsection3 .service_cards.bg_brandblue:hover .cards_hl{color:#fff}}.dcsection3 .service_cards.bg_brandblue:active,.dcsection3 .service_cards.bg_brandblue:focus{background:#002a6d;border-color:#0c2a6d}.dcsection3 .service_cards.bg_brandblue:active .cards_hl,.dcsection3 .service_cards.bg_brandblue:focus .cards_hl{color:#fff}.dcsection3 .service_cards.bg_brandblue.active,.dcsection3 .service_cards.bg_brandblue.active:active,.dcsection3 .service_cards.bg_brandblue.active:focus{background:#002a6d;border-color:#0c2a6d}.dcsection3 .service_cards.bg_brandblue.active .cards_body,.dcsection3 .service_cards.bg_brandblue.active .cards_hl,.dcsection3 .service_cards.bg_brandblue .detail_box.active .detail_box_keywords{color:#fff}.dcsection3 .service_cards.bg_neutralgrey .cards_hl{color:#0f2c35}.dcsection3 .service_cards.bg_neutralgrey:hover{background:#4b5d66}.dcsection3 .service_cards.bg_neutralgrey:hover .cards_hl{color:#fff}.dcsection3 .service_cards.bg_neutralgrey:active,.dcsection3 .service_cards.bg_neutralgrey:focus{background:#4b5d66;border-color:#4b5d66}.dcsection3 .service_cards.bg_neutralgrey:active .cards_hl,.dcsection3 .service_cards.bg_neutralgrey:focus .cards_hl{color:#fff}.dcsection3 .service_cards.bg_neutralgrey.active,.dcsection3 .service_cards.bg_neutralgrey.active:active,.dcsection3 .service_cards.bg_neutralgrey.active:focus{background:#4b5d66;border-color:#4b5d66}.dcsection3 .service_cards.bg_neutralgrey.active .cards_body,.dcsection3 .service_cards.bg_neutralgrey.active .cards_hl,.dcsection3 .service_cards.bg_neutralgrey .detail_box.active .detail_box_keywords{color:#fff}.dcsection3 .service_cards.bg_brandorange .cards_hl{color:#ff6700}.dcsection3 .service_cards.bg_brandorange:hover{background:#ff5122}.dcsection3 .service_cards.bg_brandorange:hover .cards_hl{color:#fff}.dcsection3 .service_cards.bg_brandorange:active,.dcsection3 .service_cards.bg_brandorange:focus{background:#ff5122;border-color:#ff5122}.dcsection3 .service_cards.bg_brandorange:active .cards_hl,.dcsection3 .service_cards.bg_brandorange:focus .cards_hl{color:#fff}.dcsection3 .service_cards.bg_brandorange.active,.dcsection3 .service_cards.bg_brandorange.active:active,.dcsection3 .service_cards.bg_brandorange.active:focus{background:#ff5122;border-color:#ff5122}.dcsection3 .service_cards.bg_brandorange.active .cards_body,.dcsection3 .service_cards.bg_brandorange.active .cards_hl,.dcsection3 .service_cards.bg_brandorange .detail_box.active .detail_box_keywords{color:#fff}.dcsection3 .card_icons{margin-left:0;-ms-flex:1;flex:1;max-width:50px;margin-right:12px}.dcsection3 .card_svg,.dcsection3 .card_svg_hover{width:50px;height:50px}.dcsection3 .card_svg_hover{display:none}.dcsection3 .detail_background{padding-top:20px;width:430px;height:auto}.dcsection3 .cards_text{-ms-flex:3;flex:3;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;margin-top:0!important}.dcsection3 .cards_hl{font-family:Benton Sans Med,Arial,sans-serif;font-size:20px;line-height:24px;letter-spacing:0;color:#ff6700}.dcsection3 .cards_body{font-family:Benton Sans Lt,Arial,sans-serif;font-size:16px;line-height:19px;letter-spacing:0;color:#536873;opacity:.85;margin-right:20px;margin-top:4px}.dcsection3 .cards_body.dcsection3__bodytext{padding:0;margin-bottom:0;max-width:100%;font-family:Benton Sans Lt,Arial,sans-serif}.dcsection3 .detail_boxes{padding-left:75px;padding-right:50px;display:block;opacity:1;padding-bottom:30px}.dcsection3 .detail_boxes.header_brandblue .detail_headline{color:#054fd3}.dcsection3 .detail_boxes.header_brandorange .detail_headline{color:#ff6700}.dcsection3 .detail_boxes.header_brandberry .detail_headline{color:#c90065}.dcsection3 .detail_boxes.header_branddarkberry .detail_headline{color:#9c1164}.dcsection3 .box-hidden{display:none}.dcsection3 .box-transition{transition:opacity 1s ease-in}.dcsection3 .box-transition.box-hidden{display:block;opacity:0}.dcsection3 .detail_headline{padding-bottom:20px;text-align:left;font-family:Benton Sans Reg,Arial,sans-serif;font-size:28px;line-height:1.2;letter-spacing:0;color:#ff5122}.dcsection3 .service_card_link{position:relative;display:inline-block;color:#fff;line-height:1;border-radius:3px;padding:15px;cursor:pointer;text-align:center;background:#ff6700;transition:all .15s cubic-bezier(.33,.66,.66,1);border:1px solid #ff6700;min-width:110px;margin-top:1em}.dcsection3 .service_card_link:hover{text-decoration:none;color:#fff;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.dcsection3 .service_card_link:focus{border-color:#ff6700}.dcsection3 .detail_box{margin-top:25px;height:auto;padding-top:15px;padding-bottom:14px;width:95%;background:transparent;border-radius:6px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;padding-left:20px;-ms-flex-preferred-size:13%;flex-basis:13%;cursor:pointer;font-family:Benton Sans Reg,Arial,sans-serif;font-size:18px;letter-spacing:0;position:relative;color:#ff6700}.dcsection3 .detail_box.has_keywords{min-height:74px}.dcsection3 .detail_box.has_keywords .keyword-col{margin-bottom:9px}.dcsection3 .detail_box:hover{background:#ff6700 0 0 no-repeat padding-box;box-shadow:0 5px 15px rgba(0,0,0,.2509803922);border-radius:6px;color:#fff}.dcsection3 .detail_box:hover .detail_box_keywords{color:#fff}.dcsection3 .detail_box:hover .arrow_right{display:block}.dcsection3 .detail_box.active{background:#96025a 0 0 no-repeat padding-box;box-shadow:0 5px 15px rgba(0,0,0,.2509803922);border-radius:6px;color:#fff}.dcsection3 .detail_box.active .detail_box_keywords{color:#fff}.dcsection3 .detail_box.active .arrow_right{display:block}.dcsection3 .detail_box .arrow_right{position:absolute;right:15px;display:none}.dcsection3 .detail_box .white-arrow{max-width:12px}.dcsection3 .keyword-col{font-family:Benton Sans Med,Arial,sans-serif;font-size:18px;line-height:22px;margin-bottom:0}.dcsection3 .detail_box_keywords{font-family:Benton Sans Reg,Arial,sans-serif;font-size:12px;line-height:14px;letter-spacing:0;color:#ff954d;text-transform:uppercase;display:inline}.dcsection3 .details_to_box{display:block;opacity:1;padding:0}.dcsection3 .details_to_box.header_brandblue .detail_headline{color:#054fd3}.dcsection3 .details_to_box.header_brandorange .detail_headline{color:#ff6700}.dcsection3 .details_to_box.header_brandberry .detail_headline{color:#c90065}.dcsection3 .details_to_box.header_branddarkberry .detail_headline{color:#9c1164}.dcsection3 .details-hidden{display:none}.dcsection3 .details-transition{transition:opacity 1s ease-in}.dcsection3 .details-transition.details-hidden{display:block;opacity:0;display:none}.dcsection3 .detail_link{position:relative;display:inline-block;color:#fff;line-height:1;border-radius:3px;padding:15px;cursor:pointer;text-align:center;background:#ff6700;transition:all .15s cubic-bezier(.33,.66,.66,1);border:1px solid #ff6700;min-width:110px}.dcsection3 .detail_link:hover{text-decoration:none;color:#fff;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.dcsection3 .detail_link:active,.dcsection3 .detail_link:focus{border-color:#ff6700}.dcsection3__servicetabs{position:relative;overflow:hidden;margin-left:0;margin-right:0}.dcsection3__servicetabs>div:first-of-type{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.dcsection3__servicetabs>div:first-of-type>div:first-of-type{margin-left:0;margin-right:0;display:-ms-flexbox;display:flex}.dcsection3__servicetab{font-family:Benton Sans Reg,Arial,sans-serif;letter-spacing:0;width:120px;height:55px;border-left:3px solid rgba(5,79,211,.2039215686);padding:0 10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:14px;line-height:17px;background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.1254901961);border-radius:6px;margin-right:10px;margin-top:10px;margin-bottom:10px;color:#ff6700;transition:all .25s ease-in-out;cursor:pointer}.dcsection3__servicetab.selected,.dcsection3__servicetab:hover{background-color:#ff6700;color:#fff;border-left-color:#ff6700;transition:all .25s ease-in-out}.dcsection3__servicetabcontentwrapper{min-height:300px;position:relative}.dcsection3__servicetabcontent{position:absolute;opacity:0;transition:opacity .25s ease-in-out;font-family:Benton Sans Reg,Arial,sans-serif;font-size:14px;line-height:24px;letter-spacing:0}.dcsection3__servicetabcontent.selected{position:absolute;opacity:1;transition:opacity .25s ease-in-out .25s}@media (max-width:991px){.dcsection3 .level3 p,.dcsection3 .level3 strong{font-size:12px;line-height:18px}}@media (max-width:1360px){.dcsection3__circle{background-image:none}.dcsection3 .service_cards{margin-left:0;margin-right:10px;margin-bottom:30px}.dcsection3 .service_cards.active{-ms-flex-direction:row;flex-direction:row;box-shadow:0 10px 20px rgba(0,0,0,.3019607843)}.dcsection3 .cards.active{min-height:100px;margin-top:0;padding-right:0}.dcsection3 .details_to_box{max-width:none}.dcsection3 .detail_box_keywords{font-size:10px}.dcsection3 .cards_hl{font-size:14px;line-height:22px}.dcsection3 .cards_text{margin-left:0;margin-top:13px;margin-right:0}.dcsection3 .cards_text.active{border-style:none;margin-top:20px;margin-left:0;margin-right:13px}.dcsection3 .card_svg{width:40px;height:40px}.dcsection3 .card_svg.active{width:40px!important;height:40px!important}.dcsection3 .detail_box{margin:15px 10px 20px 0;font-size:13px;height:65px;padding:10px;position:relative;left:30px}.dcsection3 .white-arrow{display:none}.dcsection3 .detail_boxes{padding-right:0}.dcsection3 .mobile_icons{margin-left:2px}.dcsection3 .cards_body{font-size:13px;margin-right:20px}.dcsection3 .service_cards{height:80px;width:320px}.dcsection3 .cards{margin-top:30px}.dcsection3 .detail_boxes{padding-left:0}.dcsection3 .detail_headline{font-size:14px;font-family:Benton Sans Med,Arial,sans-serif;padding-bottom:10px}.dcsection3 .cards.active{margin-top:-36px;padding-left:0;-ms-flex-pack:start;justify-content:flex-start}.dcsection3 .service_cards.active{-ms-flex-preferred-size:32%;flex-basis:32%;width:200px}.dcsection3 .mobile_cards{width:200px;margin-top:35px;transition:all .5s ease-in-out;position:relative;left:30px}.dcsection3 .mobile_cards.active{margin-top:25px;height:100px;transition:all .5s ease-in-out}.dcsection3 .card_svg,.dcsection3 .card_svg_hover{width:35px;height:35px}.dcsection3 .keyword-col{padding-left:15px}.dcsection3 #detail_link{text-align:center}.dcsection3 .white-arrow{width:15px;height:15px}.dcsection3__servicetab{font-size:11px;line-height:13px;letter-spacing:0;width:100px;height:45px;margin-right:10px}.dcsection3__servicetabcontent{font-size:12px;line-height:18px;letter-spacing:0}.dcsection3 .service_details.show{height:740px}}@media (max-width:991.98px){.dcsection3{padding-top:10px}.dcsection3 .mobile_hl{font-size:16px}.dcsection3__label{font-size:12px;line-height:14px;letter-spacing:.72px;margin-bottom:0}.dcsection3 h2{font-size:18px;line-height:22px;margin-top:7px;margin-bottom:15px}.dcsection3 a,.dcsection3__bodytext{font-size:13px;line-height:18px;margin-bottom:10px}.dcsection3 p{margin-bottom:1rem}.dcsection3__service_cards{max-width:inherit;width:inherit}.dcsection3 .detail-box-slick,.dcsection3__service_cards{margin-left:-30px;margin-right:-30px}.dcsection3 .mobile_cards{max-width:300px}}@media (min-width:1201px) and (max-width:1300px){.dcsection3 .detail_box{font-size:14px}.dcsection3 .detail_box_keywords{font-size:12px}}.dcsection3_grid{padding-bottom:35px}@media (max-width:767.98px){.dcsection3_grid{padding-bottom:75px}}@media (max-width:374.98px){.dcsection3_grid{padding-bottom:175px}}.dcsection3_grid .outer_box{position:relative}.dcsection3_grid .dcsection3__arrows,.dcsection3_grid .dcsection3__mobile-arrows{width:150px;position:absolute;bottom:-20px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;z-index:1}.dcsection3_grid .dcsection3__arrows .slick-arrow.slick-disabled,.dcsection3_grid .dcsection3__mobile-arrows .slick-arrow.slick-disabled{opacity:.7;pointer-events:none;cursor:default}.dcsection3_grid .dcsection3__arrows .slick-arrow.slick-hidden,.dcsection3_grid .dcsection3__mobile-arrows .slick-arrow.slick-hidden{display:none}.dcsection3_grid .dcsection3__arrowleft,.dcsection3_grid .dcsection3__mobile-arrowleft{display:block;height:48px;width:48px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section3/arrow-left.svg);cursor:pointer}.dcsection3_grid .dcsection3__arrowright,.dcsection3_grid .dcsection3__mobile-arrowright{display:block;height:48px;width:48px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section3/arrow-right.svg);cursor:pointer}.dcsection3_grid .dcsection3__arrowleft:hover,.dcsection3_grid .dcsection3__arrowright:hover{opacity:.7}.dcsection3_grid .dcsection3__service_cards .slick-arrow{border:none;font-size:0;outline:none;position:absolute;bottom:-20px;display:block;height:48px;width:48px;cursor:pointer}.dcsection3_grid .dcsection3__service_cards .slick-arrow:hover{opacity:.7}.dcsection3_grid .dcsection3__service_cards .slick-arrow.slick-prev{background:transparent url(/fileadmin/assets/customprovider/ipconsulting/Images/section3/arrow-left.svg) no-repeat 50%;left:0}.dcsection3_grid .dcsection3__service_cards .slick-arrow.slick-next{background:transparent url(/fileadmin/assets/customprovider/ipconsulting/Images/section3/arrow-right.svg) no-repeat 50%;left:100px}.dcsection3_grid .dcsection3__videolink span{font-family:Benton Sans Reg,Arial,sans-serif;font-size:13px;line-height:18px;color:#ff6700;cursor:pointer}.dcsection3_grid .dcsection3__videolink span:before{content:"";display:inline-block;position:relative;top:14px;left:-10px;width:40px;height:40px;background-image:url(/fileadmin/assets/customprovider/dennemeyer.com/Images/section4/play-circle-solid.svg);background-size:50%;background-repeat:no-repeat;background-position:50%;transition:background-size .25s cubic-bezier(.645,.045,.355,1)}.dcsection3_grid .dcsection3__videolink span:hover{text-decoration:none}.dcsection3_grid .dcsection3__videolink span:hover:before{background-size:100%}.dcsection3_grid .text_video{width:58vw;position:relative}.dcsection3_grid .dcsection3__video{position:absolute;top:0;right:0;max-width:45%;z-index:1;display:inline-block;width:440px;height:247px}@media (max-width:1680px){.dcsection3_grid .dcsection3__video{width:370px;height:215px}}.dcsection3_grid .dcsection3__video .cm_placeholder{max-height:335px;box-shadow:0 10px 20px rgba(0,0,0,.1019607843)}.dcsection3_grid .dcsection3__video .cm_placeholder~.video_link{display:none!important}.dcsection3_grid .dcsection3__video .cm_placeholder_fg{margin:10px}.dcsection3_grid .dcsection3__video .cm_placeholder_fg p a{font-size:16px}.dcsection3_grid .video_iframe{border:none;outline:0;width:100%;height:100%;box-shadow:0 10px 20px rgba(0,0,0,.1019607843)}.dcsection3_grid .bg_image_container{position:absolute;top:0;right:0;width:40%;text-align:right;height:100%;z-index:0;margin-right:-17%;margin-top:-140px}.dcsection3_grid .bg_image_container.top_offset{padding-top:165px}@media (max-width:1359px){.dcsection3_grid .bg_image_container{display:none}}.dcsection3_grid .bg_image{height:auto;max-height:100%;width:100%;display:inline-block}.dcsection3_grid .detail_boxes .dcsection3__bodytext{max-width:70%}.dcsection3_grid .detail_boxes .dcsection3__bodytext b,.dcsection3_grid .detail_boxes .dcsection3__bodytext strong{font-family:Benton Sans Med,Arial,sans-serif;font-weight:400}.dcsection3_grid .dcsection3__bodytext{font-family:Benton Sans Reg,Arial,sans-serif;margin-bottom:36px}.dcsection3_grid .text_video .dcsection3__bodytext{max-width:54%}.dcsection3_grid .text_video .dcsection3__bodytext b,.dcsection3_grid .text_video .dcsection3__bodytext strong{font-family:Benton Sans Med,Arial,sans-serif;font-weight:400}.dcsection3_grid .detail-box-slick{margin-right:calc(660px - 50vw)}.dcsection3_grid .detail-box-slick .slick-track{display:-ms-flexbox;display:flex;margin-left:-10px;cursor:pointer}.dcsection3_grid .detail-box-slick .slick-slide{margin:0 10px}.dcsection3_grid .detail-box-slick .slick-list{margin:-10px -20px -40px;padding:10px 5% 40px 20px}.dcsection3_grid.dcsection3 .service_cards{-ms-flex-preferred-size:110px;flex-basis:110px;margin-bottom:10px;transition:box-shadow .3s ease-out,background-color .3s ease-out}.dcsection3_grid.dcsection3 .service_cards:hover{box-shadow:0 3px 13px rgba(0,0,0,.3)}.dcsection3_grid.dcsection3 .cards_hl{line-height:24px;margin-bottom:2px;margin-right:20px}.dcsection3_grid.dcsection3 .card_icons.active{margin-left:15px}@media screen and (max-width:1199px){.dcsection3_grid.dcsection3 .card_icons.active{margin-left:10px}}.dcsection3_grid.dcsection3 .cards_text.active{margin-left:0;margin-right:0;-ms-flex-item-align:unset;align-self:unset;border-top:none}.dcsection3_grid.dcsection3 .service_details.show{height:950px}.dcsection3_grid.dcsection3 .detail_box{margin-top:0;-ms-flex-preferred-size:auto;flex-basis:auto;box-shadow:0 15px 30px rgba(15,44,53,.1019607843);padding:20px;height:auto;display:block;min-height:195px;cursor:pointer;background:#fff}.dcsection3_grid.dcsection3 .detail_box.active,.dcsection3_grid.dcsection3 .detail_box:hover{box-shadow:0 15px 30px rgba(15,44,53,.1019607843);background:#fff 0 0 no-repeat padding-box}.dcsection3_grid.dcsection3 .detail_box .detail_header{font-size:20px;font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700;margin-bottom:10px}.dcsection3_grid.dcsection3 .detail_box .detail_text p{font-size:16px;font-family:Benton Sans Reg,Arial,sans-serif;color:#0f2c35!important;margin-bottom:0}.dcsection3_grid.dcsection3 .detail_box .detail_text strong{font-family:Benton Sans Bd,Arial,sans-serif}@media (max-width:1780px){.dcsection3_grid.dcsection3 .text_video{width:60vw}}@media (max-width:1499px){.dcsection3_grid.dcsection3 .text_video .dcsection3__bodytext{max-width:50%}.dcsection3_grid.dcsection3 .cards_hl{font-size:20px;line-height:24px}.dcsection3_grid.dcsection3 .cards_body.dcsection3__bodytext{font-size:14px}.dcsection3_grid.dcsection3 .service_cards{width:370px}.dcsection3_grid.dcsection3 .detail-box-slick{margin-right:calc(569px - 50vw)}}@media (max-width:1359px){.dcsection3_grid.dcsection3 .service_details{height:auto!important;padding-bottom:30px}.dcsection3_grid.dcsection3 .detail_boxes.novideo{max-width:100%}.dcsection3_grid.dcsection3 .service_cards.active{box-shadow:0 2px 10px rgba(0,0,0,.3)}.dcsection3_grid.dcsection3 .detail_headline,.dcsection3_grid.dcsection3 .text_novideo{max-width:100%!important}.dcsection3_grid.dcsection3 .text_video{width:88vw}.dcsection3_grid.dcsection3 .cards{margin-left:0}.dcsection3_grid.dcsection3 .cards_hl{font-size:15px;line-height:20px;margin-bottom:3px;margin-right:0}.dcsection3_grid.dcsection3 .cards_body{font-size:13px!important;margin-right:0}.dcsection3_grid.dcsection3 .service_cards{height:100px}.dcsection3_grid.dcsection3 .service_cards.active{margin-top:35px}.dcsection3_grid.dcsection3 .mobile_cards{left:0}.dcsection3_grid.dcsection3 .detail_boxes{padding-left:0!important}.dcsection3_grid.dcsection3 .detail-box-slick.slick-list{margin-left:-50px}.dcsection3_grid.dcsection3 .detail-box-slick{margin-right:calc(520px - 50vw)}.dcsection3_grid.dcsection3 .detail-box-slick .slick-list{margin:-10px -10px -40px -50px}}@media (max-width:767.98px){.dcsection3_grid.dcsection3 .cards{margin-bottom:50px}.dcsection3_grid.dcsection3 .service_cards{height:150px}}.dcsection3_grid.dcsection3 .cards_text{-ms-flex:4;flex:4;padding-right:10px}.dcsection3_grid.dcsection3 .card_svg.active{margin-top:0;margin-bottom:0;width:50px;height:50px}.dcsection3_grid.dcsection3 .detail_boxes{padding-left:45px;padding-right:45px}.dcsection3_grid.dcsection3 .detail_boxes.header_brandblue .detail_header,.dcsection3_grid.dcsection3 .detail_boxes.header_brandblue .detail_headline{color:#054fd3}.dcsection3_grid.dcsection3 .detail_boxes.header_brandorange .detail_header,.dcsection3_grid.dcsection3 .detail_boxes.header_brandorange .detail_headline{color:#ff6700}.dcsection3_grid.dcsection3 .detail_boxes.header_brandberry .detail_header,.dcsection3_grid.dcsection3 .detail_boxes.header_brandberry .detail_headline{color:#c90065}.dcsection3_grid.dcsection3 .detail_boxes.header_branddarkberry .detail_header,.dcsection3_grid.dcsection3 .detail_boxes.header_branddarkberry .detail_headline{color:#9c1164}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta{height:auto;min-height:100px;position:relative;background:linear-gradient(90deg,transparent,#fff 90%);border-radius:6px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:14px 30px;padding-left:0;width:90%;max-width:630px;margin-bottom:60px}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta:before{content:"";display:block;width:100%;height:100px;position:absolute;z-index:-1;top:0;left:5px;filter:blur(5px);opacity:.3}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .cta{z-index:1;font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:23px;color:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2509803922);border-radius:3px;padding:13px 15px 12px;cursor:pointer;text-align:center;background:#ff6700;transition:all .15s cubic-bezier(.33,.66,.66,1);border:1px solid #ff6700;min-width:110px}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .cta:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .cta:active,.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .cta:focus{border-color:#ff6700}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .expert{display:-ms-flexbox;display:flex}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .expert_name_pos{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;margin-right:15px}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .expert_name{color:#0f2c35;font-family:Benton Sans Med,Arial,sans-serif;font-size:14px;text-align:right}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .expert_pos{color:#707070;font-family:Benton Sans Reg,Arial,sans-serif;font-size:14px;text-align:right}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .expert_img_container{height:70px;width:70px;overflow:hidden}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .expert_img{width:100%;height:auto;border-radius:50%}@media (min-width:992px){.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta{max-width:458px}}@media (min-width:1100px){.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta{max-width:508px}}@media (min-width:1200px){.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta{max-width:555px}}@media (min-width:1300px){.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta{max-width:600px}}@media (min-width:1360px){.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta{max-width:450px}}@media (min-width:1400px){.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta{max-width:462px}}@media (min-width:1500px){.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta{max-width:495px}}@media (min-width:1600px){.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta{max-width:528px}}@media (min-width:1800px){.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta{max-width:574px}}@media (min-width:1900px){.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta{max-width:605px}}.dcsection3_grid.dcsection3 .detail_headline{font-family:Benton Sans Lt,Arial,sans-serif;font-size:36px;line-height:43px;color:#ff5122;max-width:70%}@media (max-width:1360px){.dcsection3_grid.dcsection3 .detail_headline{font-size:18px;line-height:22px;font-family:Benton Sans Lt,Arial,sans-serif}}@media (max-width:1199px){.dcsection3_grid.dcsection3 .cards_icon.active{margin-left:9px;max-width:45px}.dcsection3_grid.dcsection3 .detail-box-slick{margin-right:calc(470px - 50vw)}.dcsection3_grid.dcsection3 .detail_boxes .novideo{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}@media (max-width:1099px){.dcsection3_grid.dcsection3 .card_icons.active{margin-left:9px}.dcsection3_grid.dcsection3 .cards .slick-list{padding:0 10% 0 0}.dcsection3_grid.dcsection3 .detail_boxes .novideo{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.dcsection3_grid.dcsection3 .detail-boxes{-ms-flex-preferred-size:80%;flex-basis:80%;max-width:80%}.dcsection3_grid.dcsection3 .detail-box-slick{margin-right:calc(410px - 50vw)}}@media (max-width:991px){.dcsection3_grid.dcsection3 .service_details .slick-list{padding-right:22%}.dcsection3_grid.dcsection3 .detail_box{min-height:160px}.dcsection3_grid.dcsection3 .detail_box .detail_header{font-size:16px;line-height:18px}.dcsection3_grid.dcsection3 .detail_box .detail_text p{font-size:14px}.dcsection3_grid.dcsection3 .dcsection3__video{position:relative;top:auto;right:auto;margin-bottom:40px;height:auto;width:auto;max-width:100%}.dcsection3_grid.dcsection3 .dcsection3__videolink{margin-top:-20px}.dcsection3_grid.dcsection3 .detail-box-slick{margin-right:calc(308px - 50vw)}.dcsection3_grid.dcsection3 .detail-box-slick .slick-list{padding-right:20%!important}.dcsection3_grid.dcsection3 .detail_boxes{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .cta{font-size:12px;line-height:14px;border-radius:6px;padding:13px 33px;letter-spacing:1.2px}.dcsection3_grid.dcsection3 .detail-box-slick .slick-track{margin-left:20px}}@media (max-width:767.98px){.dcsection3_grid.dcsection3 .service_details .slick-list{padding-right:15%}.dcsection3_grid.dcsection3 .detail-box-slick{margin-right:-20px}.dcsection3_grid.dcsection3 .detail-box-slick .slick-list{padding-right:30px}.dcsection3_grid.dcsection3 .dcsection3__bodytext,.dcsection3_grid.dcsection3 .detail_headline,.dcsection3_grid.dcsection3 .text_video .dcsection3__bodytext{max-width:100%}.dcsection3_grid.dcsection3 .detail_boxes{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-right:0}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta{-ms-flex-align:start;align-items:flex-start;padding-left:0;background:transparent;height:auto;margin-bottom:30px;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .expert_img_container{width:50px;height:50px}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta:before{display:none}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .cta{position:relative;top:auto;margin-top:20px}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .expert{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .expert_name_pos{margin-left:15px;margin-right:0}.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .expert_name,.dcsection3_grid.dcsection3 .detail_boxes .dcsection3__cta .expert_pos{text-align:left}}@media (max-width:680px){.dcsection3_grid.dcsection3 .detail_box{margin-bottom:45px}}@media (max-width:580px){.dcsection3_grid.dcsection3 .detail-box-slick{margin-right:-20px}.dcsection3_grid.dcsection3 .service_cards{width:308px}.dcsection3_grid.dcsection3 .detail-box-slick{height:auto}}.dcsection3_grid.dcsection3 .details_to_box{max-width:none}.overlay__box .dcsection3__video{width:70vw;height:inherit;margin:0;padding:0;position:relative;padding-bottom:56.25%}.overlay__box .dcsection3__video iframe{position:absolute;height:100%;width:100%;border:none}.dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder .col-2.offset-10{margin-left:0!important}.vex .d-none.d-lg-block{margin:0;padding:0;position:relative;padding-bottom:56.25%;height:0;width:100%}.vex .d-none.d-lg-block iframe{position:absolute;height:100%;width:100%;left:0;top:0}#content .dcsection3__video .cm_placeholder .col-2.offset-10{margin-left:0!important}.dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder .cm_placeholder_fg{margin:5px!important}#content .dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder .h1{font-size:22px!important;line-height:24px!important;margin-bottom:10px!important}#content .dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder a.btn{padding:5px 15px;font-size:14px;min-width:70px}#content .dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder a.summary{margin:10px 0}#content .dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder table th{font-size:13px!important;width:20%}#content .dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder table td{font-size:13px!important;width:80%}#content .dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder p{font-size:14px!important;line-height:22px!important}#content .dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder{box-shadow:0 10px 20px rgba(0,0,0,.1019607843)}#content .dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder p a{font-size:14px!important;line-height:22px!important}#content .dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder p a:hover{color:#ff5122!important}.vex .video_iframe{border:0;left:50%;position:relative;transform:translateX(-50%);max-width:100%}@media (max-width:1680px){.dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder .cm_placeholder_fg{margin:0!important}#content .dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder a.summary{margin:0 0 5px}#content .dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder .table .th{font-size:13px!important}#content .dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder p{font-size:12px!important;line-height:18px!important;margin-bottom:5px}#content .dcsection3_grid.dcsection3 .cm_placeholder .table .td,#content .dcsection3_grid.dcsection3 .cm_placeholder table td{width:82%}#content .cm_placeholder table th:first-child,#content .dcsection3_grid.dcsection3 .cm_placeholder .table .td:first-child,#content .dcsection3_grid.dcsection3 .cm_placeholder .table .th:first-child,#content .dcsection3_grid.dcsection3 .cm_placeholder table td:first-child{width:18%}#content .dcsection3_grid.dcsection3 .cm_placeholder table td{font-size:13px!important}}.backendlayout-pagets__default_simple .dcsection3_grid.dcsection3 .dcsection3__cta{background:linear-gradient(90deg,transparent,#eee 90%)}@media (max-width:767px){.dcsection3_grid{padding-bottom:158px!important}}.dcsection3_grid .dcsection3__video .cm_wrapparent,.dcsection3_grid .dcsection3__video .cm_wrapparent .d-lg-block{height:100%;width:100%}.vex .cm_wrapparent .video_iframe{border:0;transform:none!important}.vex .cm_wrapparent+.video_link{display:none!important}@media (min-width:992px){.dcsection3_grid.dcsection3 .text_video .dcsection3__bodytext:not(.text_novideo){min-height:250px}}.backendlayout-pagets__default_simple .dcsection3_grid.dcsection3 .service_details.show{height:auto}#content .dcsection3_grid.dcsection3 .dcsection3__video .cm_placeholder table th{white-space:nowrap}.dcsection4{position:relative;padding-top:130px;padding-bottom:20px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section4/background4.svg);background-repeat:no-repeat;background-size:cover;background-position:100% 100%}.dcsection4__label{font-size:16px;line-height:19px;color:#738993;text-transform:uppercase;letter-spacing:.96px}.dcsection4 h2,.dcsection4__label{font-family:Benton Sans Lt,Arial,sans-serif}.dcsection4 h2{margin-top:10px;margin-bottom:30px;font-size:36px;line-height:43px}.dcsection4 h2 b,.dcsection4 h2 i,.dcsection4 h2 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700}.dcsection4__link{text-align:center;margin-top:15px}.dcsection4__link span{position:relative;display:inline-block;font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:24px;color:#fff;background:#ff6700;border-radius:3px;padding:12px 15px;margin:22px 0;min-width:110px;cursor:pointer;text-align:center;transition:all .15s cubic-bezier(.33,.66,.66,1)}.dcsection4__link span:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;text-decoration:none}.dcsection4__link span:active,.dcsection4__link span :focus{color:#fff;border-color:#ff6700;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.dcsection4__link span:active a,.dcsection4__link span:active p,.dcsection4__link span :focus a,.dcsection4__link span :focus p{color:#fff}.dcsection4__scrollarea{position:relative;overflow:hidden}.dcsection4__whitebar{background-color:#fff;margin-top:300px}.dcsection4__scrollouter{overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;overflow:-moz-scrollbars-none;-ms-overflow-style:none;margin-bottom:30px}.dcsection4__scrollouter::-webkit-scrollbar{width:0!important}.dcsection4__scrollouter .container{overflow:visible}.dcsection4__scrollinner{display:-ms-flexbox;display:flex;width:1430px;max-width:1430px;position:relative;z-index:1;background-color:#fff}.dcsection4__card{position:relative;max-width:18vw;margin-right:60px;-ms-flex:1;flex:1}.dcsection4__card:last-of-type{margin-right:0}.dcsection4__numberplate{position:absolute;top:-130px;margin:0;padding-left:15px}.dcsection4__number{height:184px;width:184px;line-height:184px;top:-33px;left:-33px;font-size:72px;margin-left:25px;overflow:hidden;border-radius:50%}.dcsection4__number,.dcsection4__numberlabel{text-align:center;position:relative;font-family:Benton Sans Lt,Arial,sans-serif;color:#ff6700}.dcsection4__numberlabel{font-size:18px;line-height:22px;letter-spacing:1.8px;top:-94px;width:172px;margin-left:-2px}.dcsection4__text{margin-top:50px;margin-bottom:30px}.dcsection4__title{font-family:Benton Sans Med,Arial,sans-serif;font-size:18px;line-height:22px}.dcsection4__cardtext{font-family:Benton Sans Lt,Arial,sans-serif;font-size:16px;line-height:24px}.dcsection4__circle{position:absolute;top:-25px;width:184px;height:184px;border-radius:100%;background-color:#fff;z-index:-1}.dcsection4__circle:before{top:-16px;left:-16px;border-radius:100%;background:#fff 0 0 no-repeat padding-box;opacity:.35}.dcsection4__circle:after,.dcsection4__circle:before{content:"";position:absolute;width:184px;height:184px}.dcsection4__circle:after{top:-8px;left:-8px;border-radius:100%;border:3px solid #ff954d}.dcsection4__video{display:inline-block;width:440px;height:247px;background:#fff 0 0 no-repeat padding-box;box-shadow:0 10px 20px rgba(0,0,0,.1019607843)}@media (max-width:991px){.dcsection4__video{position:relative;top:auto;right:auto;margin-bottom:40px;background:none;box-shadow:none;width:auto;height:auto}}.dcsection4__video .cm_placeholder~.d-lg-none{display:none}.dcsection4__video iframe{width:100%;height:100%;border:none;border-radius:6px!important}.dcsection4__padding{padding-top:200px}@media (max-width:991.98px){.dcsection4{padding-bottom:50px}.dcsection4__label{font-size:12px;line-height:14px;letter-spacing:.72px}.dcsection4 h2{font-size:18px;line-height:22px}.dcsection4__bodytext,.dcsection4__videolink span{font-size:13px;line-height:18px}.dcsection4__videolink span{font-family:Benton Sans Reg,Arial,sans-serif;color:#ff6700;cursor:pointer}.dcsection4__videolink span:before{content:"";display:inline-block;position:relative;top:14px;left:-10px;width:40px;height:40px;background-image:url(/fileadmin/assets/customprovider/dennemeyer.com/Images/section4/play-circle-solid.svg);background-size:50%;background-repeat:no-repeat;background-position:50%;transition:background-size .25s cubic-bezier(.645,.045,.355,1)}.dcsection4__videolink span:hover{text-decoration:none}.dcsection4__videolink span:hover:before{background-size:100%}.dcsection4__number{font-size:37px;letter-spacing:3.7px;margin-left:10px;height:92px;width:92px;text-align:center;line-height:92px;position:relative;top:-17px;left:-12px}.dcsection4__numberlabel{font-size:9px;line-height:10px;letter-spacing:.9px;color:#ff6700;margin-left:0;width:87px;top:-44px;text-align:center}.dcsection4__title{font-size:16px;line-height:19px}.dcsection4__cardtext{font-size:13px;line-height:19px}.dcsection4__circle{top:-15px;width:96px;height:96px}.dcsection4__circle:before{top:-10px;left:-10px;width:96px;height:96px}.dcsection4__circle:after{top:-4px;left:-4px;width:96px;height:96px}.dcsection4__scrollinner{width:990px;max-width:990px;position:relative;z-index:1}.dcsection4__whitebar{margin-top:150px}.dcsection4__card{max-width:225px;margin-right:30px}.dcsection4__card:last-of-type{margin-right:0}.dcsection4 h2{margin-top:7px;margin-bottom:15px}.dcsection4__label{margin-bottom:0}.dcsection4__bodytext{margin-bottom:10px}.dcsection4__numberplate{margin-top:70px;margin-bottom:50px}.dcsection4__link{margin-top:0}}.vex .d-none{margin:0;padding:0;position:relative;padding-bottom:56.25%;height:0;width:100%}.vex .d-none iframe{position:absolute;height:100%;width:100%;left:0;top:0}.overlay__box.video{height:auto}.overlay__box .dcsection4__video{margin:0;padding:0;position:relative;padding-bottom:56.25%}@media (max-width:991px){.overlay__box .dcsection4__video{height:0;width:100%}}.overlay__box .dcsection4__video iframe{position:absolute;height:100%}.dcsection4__video .cm_placeholder_fg{margin:5px!important}#content .dcsection4__video .cm_placeholder .h1{font-size:22px!important;line-height:24px!important;margin-bottom:10px!important}#content .dcsection4__video .cm_placeholder a.summary{margin:0}.dcsection4__video .cm_placeholder .col-2.offset-10{margin-left:0!important;margin-top:15px}.dcsection4__video .cm_placeholder .col-2.offset-10 a.btn{padding:7px 15px!important}.dcsection4__video .cm_placeholder .row{width:100%}.vex .cm_wrapparent{text-align:center}.vex .cm_wrapparent iframe{border:0}.vex .cm_wrapparent+.d-lg-none{display:none!important}.vex .cm_wrapparent .d-none{display:block!important}.dcsection4 .dcsection4__video .cm_wrapparent,.dcsection4 .dcsection4__video .cm_wrapparent .d-lg-block{height:100%;width:100%}.dcsection5{padding-top:130px;padding-bottom:50px;background:linear-gradient(45deg,#fbfbfb,#f3f3f3)}.dcsection5__label{font-size:16px;line-height:19px;font-family:Benton Sans Lt,Arial,sans-serif;color:#738993;text-transform:uppercase;letter-spacing:.96px}@media (max-width:991.98px){.dcsection5__label{font-size:12px;line-height:14px;letter-spacing:.72px;margin-bottom:0}}.dcsection5 h2{font-family:Benton Sans Lt,Arial,sans-serif;font-size:36px;line-height:43px;margin-top:10px;margin-bottom:30px}.dcsection5 h2 b,.dcsection5 h2 i,.dcsection5 h2 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700}@media (max-width:991.98px){.dcsection5 h2{font-size:18px;line-height:22px;margin-top:7px;margin-bottom:15px}}.dcsection5__link{text-align:center;margin-top:-55px}.dcsection5__link span{position:relative;display:inline-block;font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:24px;color:#fff;background:#ff6700;border-radius:3px;padding:12px 15px;margin:22px 0;min-width:110px;cursor:pointer;text-align:center;transition:all .15s cubic-bezier(.33,.66,.66,1)}.dcsection5__link span:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;text-decoration:none}.dcsection5__link span:active,.dcsection5__link span :focus{color:#fff;border-color:#ff6700;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.dcsection5__link span:active a,.dcsection5__link span:active p,.dcsection5__link span :focus a,.dcsection5__link span :focus p{color:#fff}.dcsection5__scrollarea{width:100%;height:720px;overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch;margin-left:-30px}.dcsection5__card{position:relative;padding:30px;margin:5px 0;border-radius:6px;z-index:2;transition:all .5s ease-in-out;width:calc(100% - 20px);cursor:pointer}.dcsection5__card:before{position:absolute;content:"";display:block;width:80%;top:-7px;border-bottom:2px solid #bccace;opacity:1;transition:all .5s ease-in-out}.dcsection5__card.selected{background-color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.0509803922);z-index:8}.dcsection5__card.selected:before{opacity:0}.dcsection5__card.selected .dcsection5__cardtext{font-family:Benton Sans Med,Arial,sans-serif}.dcsection5__casestudy:first-of-type .dcsection5__card:before{opacity:0}.dcsection5__cardlabel{font-size:14px;line-height:17px;font-family:Benton Sans Reg,Arial,sans-serif;color:#bccace;text-transform:uppercase;letter-spacing:1.4px;margin-bottom:8px}.dcsection5__cardtext{font-size:16px;line-height:19px;font-family:Benton Sans Med,Arial,sans-serif}.dcsection5__casesheets{position:relative;top:-140px;z-index:4}.dcsection5__casesheets:after,.dcsection5__casesheets:before{content:"";display:block;height:25px;position:absolute;border-top-left-radius:6px;border-top-right-radius:6px}.dcsection5__casesheets:before{width:calc(100% - 360px);margin:0 180px;top:-50px;z-index:-2;opacity:.6}.dcsection5__casesheets:after,.dcsection5__casesheets:before{background-color:#fff;box-shadow:0 0 50px rgba(0,0,0,.2509803922)}.dcsection5__casesheets:after{width:calc(100% - 180px);margin:0 90px;top:-25px;z-index:-1;opacity:.8}.dcsection5__casesheet{transition:all .5s ease-in-out 0s;overflow:hidden;opacity:1;position:absolute;top:0;transform:scale(1);padding:0 50px;z-index:5}.dcsection5__sheet{padding:100px 30px 30px 70px;margin-top:0!important;border:none!important;background:#fff 0 0 no-repeat padding-box;box-shadow:0 0 50px rgba(0,0,0,.0509803922);border-radius:6px}.dcsection5__sheetborder{border-left:1px solid #bccace;position:relative}.dcsection5__sheetborder:after{top:0;height:20px}.dcsection5__sheetborder:after,.dcsection5__sheetborder:before{content:"";position:absolute;left:-10px;display:block;width:20px;background-color:#fff}.dcsection5__sheetborder:before{bottom:0;height:30px}.dcsection5__approach,.dcsection5__results,.dcsection5__situation{font-size:28px;line-height:33px;font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700;margin-left:8px;margin-top:-50px}.dcsection5__approach:before,.dcsection5__results:before,.dcsection5__situation:before{content:"";display:inline-block;position:relative;left:-30px;top:20px;width:42px;height:62px;padding:10px 0;background-color:#fff;background-repeat:no-repeat;background-size:contain;background-position:50%}.dcsection5__situation:before{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-situation.svg)}.dcsection5__approach:before{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-approach.svg)}.dcsection5__results:before{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-results.svg)}.dcsection5__situation:hover:before{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-situation-hover.svg)}.dcsection5__approach:hover:before{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-approach-hover.svg)}.dcsection5__results:hover:before{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-results-hover.svg)}.dcsection5__sheettext{font-size:16px;line-height:19px;font-family:Benton Sans Reg,Arial,sans-serif;margin-left:50px}.dcsection5__sheettext ul{padding:0 0 0 20px;list-style:none}.dcsection5__sheettext ul li{margin-bottom:15px}.dcsection5__sheettext ul li:before{position:relative;top:0;content:"•";color:#ff5122;display:inline-block;width:1em;margin-left:-1em}.dcsection5 .fadetop{top:-150px}.dcsection5 .fadebottom,.dcsection5 .fadetop{transform:scale(.8);opacity:0;pointer-events:none}.dcsection5 .fadebottom{top:150px}@media (max-width:991.98px){.dcsection5{padding-top:20px;background:linear-gradient(180deg,#fff,rgba(188,202,206,.1490196078))}.dcsection5__scrollouter{width:calc(100% + 60px);height:150px;margin:10px -30px;overflow:hidden}.dcsection5__scrollarea{width:calc(100% + 60px);height:170px;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch}.dcsection5__casestudies{width:935px;padding:0 30px;display:-ms-flexbox;display:flex}.dcsection5__casestudy{width:185px;margin-right:10px}.dcsection5__cardlabel{font-size:10px;line-height:11px}.dcsection5__cardtext{font-size:12px;line-height:14px;margin-bottom:0}.dcsection5__card{padding:10px;margin:0;height:120px;max-height:120px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.dcsection5__card:before{display:none}.dcsection5__casesheets{top:0;margin:0 -15px;width:calc(100% + 30px)}.dcsection5__casesheets:after,.dcsection5__casesheets:before{display:none}.dcsection5__casesheet{padding:0;top:-60px;width:100%}.dcsection5__sheet{padding:50px 0 0;background:none;box-shadow:none}.dcsection5__sheetborder{border:none;width:100%}.dcsection5__sheetborder:after,.dcsection5__sheetborder:before{display:none}.dcsection5 .fadetop{top:-150px;transform:scale(.8);opacity:0}.dcsection5 .fadebottom{top:150px;transform:scale(.8);opacity:0}.dcsection5__sheettext{margin-left:5px;font-size:12px;line-height:18px;opacity:1;transition:all .5s ease-in-out .5s;max-height:400px}.dcsection5__sheettext.hidden{opacity:0;max-height:0;transition:all .5s ease-in-out}.dcsection5__approach,.dcsection5__results,.dcsection5__situation{font-size:16px;line-height:19px;margin-top:-30px}.dcsection5__approach:before,.dcsection5__results:before,.dcsection5__situation:before{left:0;top:5px;width:24px;height:24px;margin-right:15px;padding:0;background-color:transparent}.dcsection5__tabnavi{list-style:none;margin:0 10px 20px;padding:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.dcsection5__tabnavi li{font-family:Benton Sans Med,Arial,sans-serif;font-size:13px;line-height:15px;letter-spacing:0;color:#e55c00;cursor:pointer}.dcsection5__tabnavi li:before{content:"";display:block;width:100%;height:24px;margin-bottom:10px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-situation.svg);background-size:24px 24px;background-position:50%;background-repeat:no-repeat}.dcsection5__tabnavi li:nth-of-type(2):before{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-approach.svg)}.dcsection5__tabnavi li:nth-of-type(3):before{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-results.svg)}.dcsection5__tabnavi li.selected{color:#ff6700}.dcsection5__tabnavi li.selected:before{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-situation-hover.svg)}.dcsection5__tabnavi li:nth-of-type(2).selected:before{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-approach-hover.svg)}.dcsection5__tabnavi li:nth-of-type(3).selected:before{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section5/icon-results-hover.svg)}}.dcsection6{padding-top:130px;padding-bottom:50px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section6/background6.svg);background-repeat:no-repeat;background-size:cover;background-position:100% 100%;overflow:hidden}.dcsection6__label{font-size:16px;line-height:19px;font-family:Benton Sans Lt,Arial,sans-serif;color:#738993;text-transform:uppercase;letter-spacing:.96px}@media (max-width:991.98px){.dcsection6__label{font-size:12px;line-height:14px;letter-spacing:.72px;margin-bottom:0}}.dcsection6 h2{font-family:Benton Sans Lt,Arial,sans-serif;font-size:36px;line-height:43px;margin-top:10px;margin-bottom:30px}.dcsection6 h2 b,.dcsection6 h2 i,.dcsection6 h2 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700}@media (max-width:991.98px){.dcsection6 h2{font-size:18px;line-height:22px;margin-top:7px;margin-bottom:15px}}.dcsection6__link{text-align:left;margin-top:-10px}.dcsection6__link span{position:relative;display:inline-block;font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:24px;color:#fff;background:#ff6700;border-radius:3px;padding:12px 15px;margin:22px 0;min-width:110px;cursor:pointer;text-align:center;transition:all .15s cubic-bezier(.33,.66,.66,1)}.dcsection6__link span:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;text-decoration:none}.dcsection6__link span:active,.dcsection6__link span :focus{color:#fff;border-color:#ff6700;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.dcsection6__link span:active a,.dcsection6__link span:active p,.dcsection6__link span :focus a,.dcsection6__link span :focus p{color:#fff}.dcsection6__bodytext{margin-bottom:90px}.dcsection6__slider{margin-right:-30px;margin-top:-100px}.dcsection6__arrows{width:150px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.dcsection6__arrowleft,.dcsection6__arrowright{display:block;height:48px;width:48px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section6/arrow-left.svg);cursor:pointer}.dcsection6__arrowleft:hover,.dcsection6__arrowright:hover{opacity:.7}.dcsection6__arrowright{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section6/arrow-right.svg)}.dcsection6__slide{width:380px;position:relative;height:690px;display:-ms-flexbox;display:flex;pointer-events:none}.dcsection6__teamcard{position:absolute;left:190px;height:660px;width:350px;margin-right:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;pointer-events:all}.dcsection6__image{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;min-height:350px}.dcsection6__image img{width:100%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px}.dcsection6__member{background-color:#fff;padding:30px;-ms-flex-positive:2;flex-grow:2;box-shadow:0 10px 30px rgba(0,0,0,.0509803922);border-bottom-left-radius:6px;border-bottom-right-radius:6px}.dcsection6__name{font-family:Benton Sans Med,Arial,sans-serif;font-size:20px;line-height:24px;letter-spacing:0;margin-bottom:1rem;color:inherit}.dcsection6__position{font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:19px;letter-spacing:0;margin-bottom:1rem}.dcsection6__description{font-family:Benton Sans Lt,Arial,sans-serif;color:#738993}.dcsection6__description,.dcsection6__description p{font-size:14px;line-height:24px;letter-spacing:0}.dcsection6__descriptionmobile{display:none}@media (min-width:1490px){.dcsection6__slider{margin-right:calc(715px - 50vw)}}@media (max-width:991.98px){.dcsection6{padding-bottom:20px}.dcsection6__bodytext{font-size:13px;line-height:18px;letter-spacing:0;margin-bottom:20px}.dcsection6__link{text-align:center}.dcsection6__slider{margin-left:-30px;margin-top:30px}.dcsection6__slide{width:250px;height:500px}.dcsection6__teamcard{height:460px;left:60px;width:220px;margin-left:30px}.dcsection6__arrows{margin:auto;position:relative;top:-30px}.dcsection6__image{min-height:220px}.dcsection6__member{padding:15px}.dcsection6__name{font-size:14px;line-height:17px;letter-spacing:0}.dcsection6__position{font-size:12px;line-height:14px;letter-spacing:0}.dcsection6__description{display:none}.dcsection6__descriptionmobile{font-family:Benton Sans Lt,Arial,sans-serif;font-size:12px;line-height:16px;letter-spacing:0;display:block}.dcsection6 .dcheader__emptylink{display:none}}.dcsection7{padding:170px 0 70px;position:relative;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section7/background7-2.svg),linear-gradient(0deg,#f2f4f4 80%,#fff);background-repeat:no-repeat;background-size:100%;background-position:top}.dcsection7__label{font-size:16px;line-height:19px;font-family:Benton Sans Lt,Arial,sans-serif;color:#738993;text-transform:uppercase;letter-spacing:.96px;line-height:24px}@media (max-width:991.98px){.dcsection7__label{font-size:12px;line-height:14px;letter-spacing:.72px;margin-bottom:0}}.dcsection7 h2{font-family:Benton Sans Lt,Arial,sans-serif;font-size:36px;line-height:43px;margin-top:10px;margin-bottom:30px}.dcsection7 h2 b,.dcsection7 h2 i,.dcsection7 h2 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700}@media (max-width:991.98px){.dcsection7 h2{font-size:18px;line-height:22px;margin-top:7px;margin-bottom:15px}}.dcsection7__link{text-align:left;margin-top:-10px}.dcsection7__link span{position:relative;display:inline-block;font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:24px;color:#fff;background:#ff6700;border-radius:3px;padding:12px 15px;margin:22px 0;min-width:110px;cursor:pointer;text-align:center;transition:all .15s cubic-bezier(.33,.66,.66,1)}.dcsection7__link span:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;text-decoration:none}.dcsection7__link span:active,.dcsection7__link span :focus{color:#fff;border-color:#ff6700;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.dcsection7__link span:active a,.dcsection7__link span:active p,.dcsection7__link span :focus a,.dcsection7__link span :focus p{color:#fff}.dcsection7__bodytext{margin-bottom:90px}.dcsection7__card{margin:15px 30px 15px 0;padding:20px 20px 5px;background-color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.0509803922);border-radius:6px;cursor:pointer}.dcsection7__card,.dcsection7__card.selected{transition:all .25s ease-in-out}.dcsection7__card.selected .dcsection7__answer{max-height:400px;opacity:1;transition:all .25s ease-in-out}.dcsection7__card.selected .dcsection7__question{font-family:Benton Sans Reg,Arial,sans-serif;margin-bottom:0;transition:all .25s ease-in-out}.dcsection7__card.selected .dcsection7__question:after{background-image:url(/fileadmin/assets/customprovider/dennemeyer.com/Images/section7/close.svg);transition:all .25s ease-in-out}.dcsection7__question{margin-bottom:-12px;font-family:Benton Sans Lt,Arial,sans-serif;font-size:16px;line-height:19px;letter-spacing:0;position:relative;padding-right:30px;transition:all .25s ease-in-out}.dcsection7__question:after{position:absolute;width:100%;height:100%;top:0;content:"";display:block;background-image:url(/fileadmin/assets/customprovider/dennemeyer.com/Images/section7/open.svg);background-repeat:no-repeat;background-position:100%;transition:background .25s ease-in-out}.dcsection7__answer{max-height:0;opacity:0;overflow:hidden;transition:all .25s ease-in-out;font-family:Benton Sans Lt,Arial,sans-serif;font-size:16px;line-height:24px;letter-spacing:0;margin-top:10px;padding-top:10px;border-top:2px solid #f2f4f4}.dcsection7__rightblock{margin:100px 0 0}.dcsection7__scrollouter{width:100%;overflow:hidden;padding:20px 0}.dcsection7__scrollarea{width:100%;height:700px;overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch}.dcsection7__didntfind{font-family:Benton Sans Med,Arial,sans-serif;font-size:16px;line-height:19px;letter-spacing:0;margin-bottom:10px}@media (max-width:991.98px){.dcsection7{padding:50px 0 20px}.dcsection7__bodytext{font-size:13px;line-height:18px;margin-bottom:0}.dcsection7__card{margin:15px 15px 15px 0}.dcsection7__question{font-family:Benton Sans Reg,Arial,sans-serif}.dcsection7__answer,.dcsection7__question{font-size:12px;line-height:18px;letter-spacing:0}.dcsection7__bodytext2{text-align:center;font-size:12px;line-height:14px;letter-spacing:0;margin-bottom:0}.dcsection7__link{text-align:center}.dcsection7__seeall{font-family:Benton Sans Reg,Arial,sans-serif;font-size:14px;line-height:17px;letter-spacing:0;text-align:center;color:#ff6700;cursor:pointer;margin:30px 0}.dcsection7__didntfind{font-size:12px;line-height:14px;letter-spacing:0;text-align:center;margin-bottom:0}}.module_svc2benefits2+.dcsection7,.page-breaker+.dcsection7{padding-top:20px}@media (max-width:991px){.module_svc2benefits2+.dcsection7,.page-breaker+.dcsection7{padding-top:0}.module_svc2benefits2+.dcsection7 .dcsection7__rightblock,.page-breaker+.dcsection7 .dcsection7__rightblock{margin-top:50px}}.dcsection8{padding:30px 0 250px;background:linear-gradient(0,#f5f7f9,#f2f4f6)}.dcsection8__label{font-size:16px;line-height:19px;font-family:Benton Sans Lt,Arial,sans-serif;color:#738993;text-transform:uppercase;letter-spacing:.96px;position:relative}@media (max-width:991.98px){.dcsection8__label{font-size:12px;line-height:14px;letter-spacing:.72px;margin-bottom:0}}.dcsection8 h2{font-family:Benton Sans Lt,Arial,sans-serif;font-size:36px;line-height:43px;margin-top:10px;margin-bottom:30px;position:relative}.dcsection8 h2 b,.dcsection8 h2 i,.dcsection8 h2 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700}@media (max-width:991.98px){.dcsection8 h2{font-size:18px;line-height:22px;margin-top:7px;margin-bottom:15px}}.dcsection8__link{text-align:center}.dcsection8__link span{position:relative;display:inline-block;font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:24px;color:#fff;background:#ff6700;border-radius:3px;padding:12px 15px;margin:22px 0;min-width:110px;cursor:pointer;text-align:center;transition:all .15s cubic-bezier(.33,.66,.66,1)}.dcsection8__link span:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;text-decoration:none}.dcsection8__link span:active,.dcsection8__link span :focus{color:#fff;border-color:#ff6700;background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25)}.dcsection8__link span:active a,.dcsection8__link span:active p,.dcsection8__link span :focus a,.dcsection8__link span :focus p{color:#fff}.dcsection8__circles{position:absolute;display:block;top:-100px;left:80px;width:100%;height:200px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section8/circles.svg);background-repeat:no-repeat;background-position:top}.dcsection8__card{margin:40px 30px;background-color:#fff;border-radius:6px}.dcsection8__card,.dcsection8__image{display:-ms-flexbox;display:flex;box-shadow:0 15px 30px rgba(0,0,0,.0509803922)}.dcsection8__image{-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:180px;flex-basis:180px;-ms-flex-positive:1;flex-grow:1;text-align:center}.dcsection8__image img{max-height:100%;width:auto;height:auto;margin:auto}.dcsection8__textblock{padding:50px 30px 50px 88px;-ms-flex-preferred-size:360px;flex-basis:360px;-ms-flex-positive:2;flex-grow:2}.dcsection8__cite{font-family:Benton Sans Lt It,Arial,sans-serif;font-style:italic;font-size:16px;line-height:24px;letter-spacing:0;position:relative}.dcsection8__cite:before{position:absolute;content:"";display:block;top:-16px;left:-58px;width:48px;height:48px;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section8/quote.svg)}.dcsection8__name{font-family:Benton Sans Med,Arial,sans-serif;font-size:20px;line-height:24px;letter-spacing:0;margin-top:60px}.dcsection8__position{font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:19px;letter-spacing:0;margin-top:-15px}.dcsection8 ul.slick-dots{padding:0;display:-ms-flexbox;display:flex;width:100%;list-style:none;-ms-flex-pack:center;justify-content:center}.dcsection8 ul.slick-dots li{display:inline-block}.dcsection8 ul.slick-dots li button{width:9px;height:9px;margin:4px;padding:0;background-color:#fff;box-shadow:0 6px 3px rgba(0,0,0,.0509803922);border-radius:100%;border:1px solid #bccace;overflow:hidden;text-indent:20px;white-space:nowrap;cursor:pointer}.dcsection8 ul.slick-dots li.slick-active button{background-color:#ff6700;width:13px;height:13px;position:relative;top:-2px;outline:none;border:none}.dcsection8 .slick-track{display:-ms-flexbox;display:flex}.dcsection8 .slick-slide{height:auto}.dcsection8 .slick-slide>div{height:80%}@media (min-width:1921px){.dcsection8__card{max-width:1000px}}@media (max-width:1300px){.dcsection8__card{-ms-flex-direction:column;flex-direction:column;margin:40px 8px}.dcsection8__image{display:-ms-flexbox;display:flex;box-shadow:none;padding:0 20px}.dcsection8__image img{max-width:inherit;max-height:100px;height:auto;width:auto;margin:auto}.dcsection8__textblock{padding:15px;-ms-flex-preferred-size:250px;flex-basis:250px}.dcsection8__cite{font-size:13px;line-height:19px;letter-spacing:0}.dcsection8__cite:before{width:24px;height:24px;background-size:100%;left:-28px}.dcsection8__name{font-size:16px;line-height:19px;letter-spacing:0;margin-top:40px}.dcsection8__position{font-size:13px;line-height:15px;letter-spacing:0;margin-top:-15px}.dcsection8__circles{display:none}.dcsection8 ul.slick-dots{position:absolute;margin-top:-40px}}@media (max-width:991.98px){.dcsection8{background:linear-gradient(0,#f5f7f9,#f2f4f6)}}.backendlayout-pagets__default_simple .dcsection8{padding-bottom:50px}.backendlayout-pagets__default_simple .dcsection8 .dcheader__emptylink{display:none}.dcsection9{padding-top:0;padding-bottom:140px;position:relative;background:#fff}.dcsection9 .hs-form-booleancheckbox-display{margin-left:8px}.dcsection9 .hs-submit{width:100%!important;max-width:none!important;margin-right:0!important}.dcsection9 .hs-form-field.hs-fieldtype-select{max-width:50%!important;width:100%!important}@media (max-width:767px){.dcsection9 .hs-form-field.hs-fieldtype-select{max-width:99%!important}}.dcsection9 .hs-form .hs-form-field.hs-zip{max-width:50%;width:100%}.dcsection9 .select2-container+select.hs-input{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.dcsection9 .legal-consent-container{margin-top:10px}.dcsection9 .legal-consent-container .hs-form-booleancheckbox-display:hover span:before{border-color:#0f2c35!important}.dcsection9 .legal-consent-container .hs-form-booleancheckbox-display p{font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;color:#0f2c35}.dcsection9 .legal-consent-container .hs-form-booleancheckbox-display p+.hs-form-required{color:#0f2c35!important;padding-left:3px}.dcsection9 .hs-richtext p{font-size:12px;color:#0f2c35}.dcsection9 .container{padding-top:120px}.dcsection9 a:hover{text-decoration:none}.dcsection9__label{font-size:16px;line-height:19px;font-family:Benton Sans Lt,Arial,sans-serif;color:#738993;text-transform:uppercase;letter-spacing:.96px;color:#fff}@media (max-width:991.98px){.dcsection9__label{font-size:12px;line-height:14px;letter-spacing:.72px;margin-bottom:0}}.dcsection9 h2{font-family:Benton Sans Lt,Arial,sans-serif;font-size:36px;line-height:43px;margin-top:10px;margin-bottom:30px;color:#fff;font-family:Benton Sans Med,Arial,sans-serif}.dcsection9 h2 b,.dcsection9 h2 i,.dcsection9 h2 strong{font-family:Benton Sans Med,Arial,sans-serif;color:#ff6700}@media (max-width:991.98px){.dcsection9 h2{font-size:18px;line-height:22px;margin-top:7px;margin-bottom:15px}}.dcsection9 h3{font-family:Benton Sans Lt,Arial,sans-serif;font-size:24px;line-height:29px;letter-spacing:0;margin-bottom:60px;color:#0f2c35}.dcsection9__formcontainer .os-content{padding-left:0!important;padding-right:0!important;padding-bottom:0!important}.dcsection9__formcontainer h3{margin-bottom:45px;padding:0 45px}@media screen and (max-width:991px){.dcsection9__formcontainer h3{padding:0 15px}}.dcsection9__contactcontainer h3{margin-bottom:45px;color:#fff}.dcsection9__bodytext{margin-bottom:90px;color:#fff}.dcsection9__map{position:absolute;width:100%;height:50%;background-color:#ff6700}.dcsection9__mapinner{margin:auto;max-width:1200px;height:100%;background-image:url(/fileadmin/assets/customprovider/dennemeyer.com/Images/section9/background9.png);background-size:100%;background-position:top;background-repeat:no-repeat}.dcsection9__container{position:relative;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.0509803922);border-radius:6px;margin-left:0;margin-right:0;max-height:575px;overflow:hidden}@media screen and (max-width:991px){.dcsection9__container{max-height:none;margin-bottom:35px}}.dcsection9__formcontainer{overflow-y:scroll;height:575px;padding:60px 0 0}@media screen and (min-width:992px){.dcsection9__formcontainer{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}}.dcsection9__formcontainer .os-scrollbar-horizontal{display:none}.dcsection9__formcontainer .os-scrollbar{right:12px;max-height:406px;top:60px!important}@media screen and (max-width:991px){.dcsection9__formcontainer .os-content{padding-top:35px!important}}.dcsection9__formcontainer .os-scrollbar-track{background:#e7f0f3!important}.dcsection9__formcontainer .os-scrollbar-handle{left:0;width:6px!important;border-radius:5px}.dcsection9__formcontainer .os-scrollbar-handle:before{width:8px!important;background:none!important}.dcsection9.bs4.submitted__formcontainer{overflow:hidden}.dcsection9__contactcontainer{background-color:#e55c00;background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section9/dennemeyer-d.svg);background-size:cover;color:#fff;padding:45px 50px 40px;left:1px;min-height:500px}.dcsection9__contactinfo{display:-ms-flexbox;display:flex;margin-top:20px}.dcsection9 .dcsection9__locationicon,.dcsection9 .dcsection9__mailicon,.dcsection9 .dcsection9__phoneicon{display:inline-block;width:36px;height:36px;margin-right:25px}.dcsection9__phoneicon{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section9/phone-icon.svg)}.dcsection9__mailicon{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section9/mail-icon.svg)}.dcsection9__locationicon{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section9/location-icon.svg)}.dcsection9__infotext{font-family:Benton Sans Lt,Arial,sans-serif;font-size:16px;line-height:24px;letter-spacing:0;margin-top:8px}.dcsection9__infotext p *{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important}.dcsection9__socials{position:absolute;bottom:70px}.dcsection9 .dcsection9__facebook,.dcsection9 .dcsection9__linkedin,.dcsection9 .dcsection9__twitter{display:inline-block;width:28px;height:28px;margin-left:28px}.dcsection9__facebook{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section9/facebook.svg);margin-left:0!important}.dcsection9__linkedin{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section9/linkedin.svg)}.dcsection9__twitter{background-image:url(/fileadmin/assets/customprovider/ipconsulting/Images/section9/twitter.svg)}.dcsection9__benefits{margin-top:100px;display:-ms-flexbox;display:flex}.dcsection9__benefit{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer;width:20%}.dcsection9__benefit.active .dcsection9__benefittext,.dcsection9__benefit:hover .dcsection9__benefittext{color:#ff6700}.dcsection9__benefit.active .dcsection9__benefiticon,.dcsection9__benefit:hover .dcsection9__benefiticon{opacity:0}.dcsection9__benefit.active .dcsection9__benefiticonhover,.dcsection9__benefit:hover .dcsection9__benefiticonhover{opacity:1}.dcsection9__benefit:last-of-type .dcsection9__benefittext{padding-right:0}.dcsection9__benefiticons{position:relative;margin-right:5px;min-width:55px;display:-ms-flexbox;display:flex;height:50px}.dcsection9__benefiticons img{width:50px;height:auto;max-height:50px;-ms-flex-item-align:center;align-self:center}.dcsection9__benefiticon,.dcsection9__benefiticonhover{position:absolute;transition:opacity .25s ease-in-out}.dcsection9__benefiticonhover{opacity:0}.dcsection9__benefittext{font-family:Benton Sans Lt,Arial,sans-serif;font-size:16px;line-height:19px;letter-spacing:0;margin:0;color:#738993;transition:color .25s ease-in-out;padding-right:20px;width:auto}.dcsection9 .dcsection9__submitted,.dcsection9 .hbspt-form{display:block}.dcsection9 .submitted-message{display:none}.dcsection9__hubspotform{margin-bottom:-40px}.dcsection9 form{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding-left:0!important;padding-right:0!important}.dcsection9 .hs_error_rollup{padding:0 45px 50px}@media screen and (max-width:991px){.dcsection9 .hs_error_rollup{padding-left:15px}}.dcsection9 fieldset{max-width:inherit!important;width:100%!important;padding:0 45px!important}.dcsection9 fieldset:last-of-type{padding-bottom:25px!important}@media screen and (max-width:991px){.dcsection9 fieldset{padding:0 15px 15px!important}}.dcsection9 .form-columns-2 .hs-fieldtype-text{width:50%!important}.dcsection9 .form-columns-3 .hs-fieldtype-text{width:32.7%!important}.dcsection9 .hs-fieldtype-text{min-height:50px}.dcsection9 .hs-fieldtype-text input{font-family:Benton Sans Reg,Arial,sans-serif!important;font-size:16px!important;line-height:19px!important;border:none;outline:none!important;box-shadow:none;border-bottom:1px solid #698a95;border-radius:0!important;padding-left:0!important;width:100%!important;padding-bottom:10px!important;color:#0f2c35}.dcsection9 .hs-fieldtype-text input.error{border-bottom:1px solid #dc3545}.dcsection9 .hs-fieldtype-text input.hs-input.invalid.error,.dcsection9 .hs-fieldtype-text input:focus{box-shadow:none!important;outline:none!important}.dcsection9 .hs-fieldtype-text input.hs-input.invalid.error{color:#ff4d55}.dcsection9 .hs-fieldtype-text input:focus{color:#0f2c35;border-bottom:1px solid #0f2c35}.dcsection9 .hs-fieldtype-text.has_errors>label>span{color:#ff4d55}.dcsection9 .hs-fieldtype-text.has_errors input{border-color:#ff4d55!important}.dcsection9 .hs-fieldtype-text label{font-family:Benton Sans Reg,Arial,sans-serif!important;font-weight:400!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;transition:all .25s ease-in-out}.dcsection9 .hs-fieldtype-text label.hs-error-msg{position:absolute;color:#ff4d55;font-family:Benton Sans Reg,Arial,sans-serif!important;font-size:12px;line-height:14px;letter-spacing:0;margin-top:3px}.dcsection9 .hs-fieldtype-text>label{position:relative;color:#698a95!important;font-size:16px!important;line-height:19px!important}.dcsection9 .hs-dependent-field.has_errors .hs-fieldtype-select label span{color:#ff4d55}.dcsection9 .hs-dependent-field.has_errors .hs-fieldtype-booleancheckbox label span,.dcsection9 .hs-dependent-field.has_errors .hs-fieldtype-booleancheckbox label span p{color:#ff4d55!important}.dcsection9 .hs-dependent-field.has_errors .hs-fieldtype-booleancheckbox span:before{border-color:#ff4d55}.dcsection9 .hs-fieldtype-textarea{width:100%}.dcsection9 .hs-fieldtype-textarea textarea{font-family:Benton Sans Reg,Arial,sans-serif!important;font-size:16px!important;line-height:19px!important;max-width:inherit!important;width:97%!important;border:none;box-shadow:none!important;border-bottom:1px solid #698a95;border-radius:0!important;outline:none!important;padding-left:0!important;min-height:80px;color:#0f2c35}.dcsection9 .hs-fieldtype-textarea.has_errors>label>span{color:#ff4d55}.dcsection9 .hs-fieldtype-textarea.has_errors textarea{border-color:#ff4d55!important}.dcsection9 .hs-fieldtype-textarea.hs-input.invalid.error{color:#ff4d55}.dcsection9 .hs-fieldtype-textarea:focus{color:#0f2c35;border-bottom:1px solid #0f2c35}.dcsection9 .hs-fieldtype-textarea label{font-family:Benton Sans Reg,Arial,sans-serif!important;font-weight:400!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;transition:all .25s ease-in-out}.dcsection9 .hs-fieldtype-textarea label.hs-error-msg{position:absolute;color:#ff4d55;font-family:Benton Sans Reg,Arial,sans-serif!important;font-size:12px;line-height:14px;letter-spacing:0;margin-top:3px}.dcsection9 .hs-fieldtype-textarea>label{position:relative;color:#698a95!important;font-size:16px!important;line-height:19px!important}.dcsection9 .hs-fieldtype-select{width:48%;padding-bottom:5px;border-bottom:none;padding-left:0}.dcsection9 .hs-fieldtype-select select.hs-input{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.dcsection9 .hs-fieldtype-select>label{font-size:16px!important;line-height:17px!important;position:relative;margin:0!important;padding:0!important;pointer-events:none;z-index:1;color:#698a95!important}.dcsection9 .hs-fieldtype-select .select2-container:not(.new_val) .select2-chosen{opacity:0;color:#0f2c35}.dcsection9 .hs-fieldtype-select .select2-container.new_val .select2-chosen{color:#0f2c35;opacity:1}.dcsection9 .hs-fieldtype-select .select2-choice{font-family:Benton Sans Reg,Arial,sans-serif;color:#698a95;background:#fff;border-radius:3px;min-height:38px;line-height:38px;padding-left:0;border:none;border-bottom:1px solid grey;border-radius:0;box-shadow:none!important}.dcsection9 .hs-fieldtype-select .select2-container.error{padding:0!important;margin:0!important}.dcsection9 .hs-fieldtype-select .select2-container.error .select2-choice{border-color:#ff4d55}.dcsection9 .hs-fieldtype-select .select2-container.error+select.hs-input{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.dcsection9 .hs-fieldtype-select .select2-dropdown-open .select2-choice{box-shadow:none}.dcsection9 .hs-fieldtype-select .select2-container .select2-choice .select2-arrow{background:#fff;border:none}.dcsection9 .hs-fieldtype-select .select2-container .select2-choice .select2-arrow b{background:none}.dcsection9 .hs-fieldtype-select .select2-container .select2-choice .select2-arrow b:before{content:"";border-style:solid;border-width:2px 2px 0 0;border-color:#0f2c35;display:inline-block;height:8px;left:-2px;position:relative;top:13px;transform:rotate(135deg);vertical-align:top;width:8px}.dcsection9 .hs-fieldtype-select .select2-container .select2-choice .select2-arrow b:after{display:none!important}.dcsection9 .hs-fieldtype-select .select2-container.select2-container-open .select-choice{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.dcsection9 .hs-fieldtype-select .select2-container.select2-dropdown-open b:before{content:"";top:16px!important;transform:rotate(-45deg)!important}.dcsection9 .hs-fieldtype-select label{font-family:Benton Sans Reg,Arial,sans-serif!important;font-weight:400!important;padding-bottom:5px;margin-top:20px}.dcsection9 .hs-fieldtype-select label.hs-error-msg{margin-top:10px!important;color:#ff4d55;font-family:Benton Sans Reg,Arial,sans-serif!important;font-size:12px;line-height:14px;letter-spacing:0}.dcsection9 .hs-fieldtype-select select{font-family:Benton Sans Reg,Arial,sans-serif!important;font-size:16px!important;line-height:19px!important;font-weight:400!important;border:none!important;background:none!important;color:#0f2c35;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer;padding-left:10px}.dcsection9 .hs-fieldtype-select select option{color:#698a95!important;font-weight:400!important}.dcsection9 .hs-fieldtype-select select:invalid{color:#698a95!important;box-shadow:none!important}.dcsection9 .hs-fieldtype-select select:invalid option{color:#ff4d55!important}@media (min-width:992px){.dcsection9 .hs-fieldtype-select{padding-left:0;margin-left:0;width:calc(44.25% - 10px)}}.dcsection9 .hs-fieldtype-booleancheckbox .checkbox{padding-left:0!important}.dcsection9 .hs-fieldtype-booleancheckbox-display{margin-bottom:10px!important}.dcsection9 .hs-fieldtype-booleancheckbox ul.hs-error-msgs{margin-left:-10px}.dcsection9 .hs-fieldtype-booleancheckbox label span{position:relative;margin-left:0;padding-left:8px}.dcsection9 .hs-fieldtype-booleancheckbox label span.hs-form-required:after,.dcsection9 .hs-fieldtype-booleancheckbox label span.hs-form-required:before{content:none;display:none}.dcsection9 .hs-fieldtype-booleancheckbox label.hs-error-msg{color:#ff4d55;font-family:Benton Sans Reg,Arial,sans-serif!important;font-size:12px;line-height:14px;letter-spacing:0;margin-top:3px}.dcsection9 .hs-fieldtype-booleancheckbox input[type=checkbox]{opacity:0;z-index:1;cursor:pointer;position:absolute;margin-left:-20px}.dcsection9 .hs-fieldtype-booleancheckbox input[type=checkbox]:checked+span:before{background-color:transparent;border-color:#0f2c35}.dcsection9 .hs-fieldtype-booleancheckbox input[type=checkbox]:checked+span:after{display:inline-block;font:normal normal normal 16px/1 Nucleo Mini;speak:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ea23";color:#0f2c35;font-size:16px;padding:0}.dcsection9 .hs-richtext{font-family:Benton Sans Lt,Arial,sans-serif!important;font-weight:400!important;font-size:14px!important;line-height:17px!important;padding-right:22px}.dcsection9 ul.hs-error-msgs{padding-left:0!important}.dcsection9 ul.hs-error-msgs .hs-main-font-element{color:#ff4d55;font-family:Benton Sans Reg,Arial,sans-serif!important;font-size:12px;line-height:14px;letter-spacing:0}.dcsection9 .hs_submit{bottom:-1px!important;z-index:1;background:#f5f7fa;width:100%;left:0;position:sticky;border-top:1px solid rgba(105,138,149,.2);min-width:89px;padding:15px 60px;display:-ms-flexbox;display:flex;border-bottom-right-radius:6px;border-bottom-left-radius:6px;padding-left:50px!important}.dcsection9 .hs_submit .actions{background:transparent;margin:0 0 0 auto!important;padding:0!important}.dcsection9 input[type=submit].hs-button{position:relative;font-family:Benton Sans Reg,Arial,sans-serif;background:#ff6700;background-repeat:no-repeat;background-position:center right 13px;border-radius:3px;text-shadow:none;box-sizing:border-box;text-align:left;font-size:16px;line-height:25px;box-shadow:none;transition:all .15s cubic-bezier(.33,.66,.66,1);font-weight:400;padding:10px 14px;border:1px solid #ff6700!important}.dcsection9 input[type=submit].hs-button:hover{background:#ff5122;outline:none!important;font-family:Benton Sans Reg,Arial,sans-serif;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;font-size:16px;line-height:25px}.dcsection9 input[type=submit].hs-button:active,.dcsection9 input[type=submit].hs-button:focus{outline:none!important;font-family:Benton Sans Reg,Arial,sans-serif!important;box-shadow:0 5px 15px rgba(15,44,53,.25)!important;color:#fff!important;font-size:16px!important;line-height:25px!important;border-color:#ff6700!important;background:#ff5122!important}.dcsection9__submittedbox{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-top:70px;padding:0 20px;text-align:center}.dcsection9__check{display:block;width:96px;height:96px;background-image:url(/fileadmin/a/page/forms-modals/form_success_check.svg);margin-top:15px;margin-bottom:10px}.dcsection9__submittedheadline{font-size:24px;line-height:29px;color:#00d464;font-family:Benton Sans Med,Arial,sans-serif!important}.dcsection9__submittedtext{font-size:16px;line-height:24px;text-align:center;max-width:550px;margin-bottom:40px}.dcsection9__backbutton{border:1px solid #738993;border-radius:6px;background-color:#fff;background-image:url(/fileadmin/a/page/forms-modals/form_success_back_arrow.svg)!important;background-repeat:no-repeat;background-position:left 20px center;padding:10px 27px 10px 47px;color:#738993;font-family:Benton Sans Lt,Arial,sans-serif!important;background-position-y:15px;background-size:14px;cursor:pointer}.dcsection9__backbutton:hover{background-image:url(/fileadmin/a/page/forms-modals/form_success_back_arrow_hover.svg)!important;border-color:#0f2c35;color:#0f2c35}.dcsection9__backbutton:active,.dcsection9__backbutton:focus{background-image:url(/fileadmin/a/page/forms-modals/form_success_back_arrow_focus.svg)!important;border-color:#ff5122;color:#ff5122;box-shadow:0!important;outline:none!important}.dcsection9 .hs-form-required{color:#ff4d55!important;padding-left:3px}@media (max-width:991.98px){.dcsection9{padding-bottom:40px}.dcsection9 .hs_submit .actions{padding-bottom:30px}.dcsection9 .container{padding-top:40px}.dcsection9__mapinner{background-size:1650px;background-position:top right -200px}.dcsection9__contactcontainer{padding:35px 15px 80px;min-height:inherit;background-image:none;left:0}.dcsection9__contactinfos{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.dcsection9__contactinfo{margin-top:0!important}.dcsection9__socials{bottom:20px}.dcsection9 .hs-fieldtype-text{width:100%!important;padding-left:0!important;padding-right:0!important}.dcsection9 .hs-fieldtype-textarea{padding-left:0!important;width:89%!important}.dcsection9 .hs-fieldtype-select{width:100%!important;padding-right:0;margin-right:0;margin-left:0;padding-left:0!important}.dcsection9__benefits{margin-top:20px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.dcsection9__benefit{padding:0!important;display:block}.dcsection9__benefiticons{width:55px;margin:auto}.dcsection9__benefiticon,.dcsection9__benefiticonhover{left:0}.dcsection9__bodytext{font-size:13px;line-height:18px;letter-spacing:0}.dcsection9 h3{font-family:Benton Sans Lt,Arial,sans-serif;font-size:16px;line-height:19px;letter-spacing:0;margin-bottom:30px}.dcsection9__contactcontainer h3,.dcsection9__formcontainer h3{margin-bottom:15px}.dcsection9__infotext{font-size:13px;line-height:15px;letter-spacing:0;margin-top:8px}.dcsection9 .dcsection9__locationicon,.dcsection9 .dcsection9__mailicon,.dcsection9 .dcsection9__phoneicon{width:24px;height:24px;margin-right:10px;background-size:24px 24px}.dcsection9__mobilebenefits{position:relative;width:100%;margin-top:20px}.dcsection9__mobilebenefittext{font-family:Benton Sans Med,Arial,sans-serif;font-size:14px;line-height:17px;letter-spacing:0;color:#ff6700;position:absolute;opacity:0;transition:opacity .25s ease-in-out;width:100%;display:block;margin:auto;text-align:center}.dcsection9__mobilebenefittext:first-of-type{text-align:left}.dcsection9__mobilebenefittext:nth-of-type(2){padding-right:50%}.dcsection9__mobilebenefittext:last-of-type{text-align:right}.dcsection9__mobilebenefittext:nth-of-type(4){padding-left:50%}.dcsection9__mobilebenefittext.active{opacity:1}}@media (max-width:449.98px){.dcsection9__mobilebenefittext:nth-of-type(2){text-align:left;padding-right:0}.dcsection9__mobilebenefittext:nth-of-type(4){padding-left:0;text-align:right}}@media (max-width:400px){.dcsection9__mapinner{background-size:1650px;background-position:top right -450px}}@media screen and (min-width:991px){.hs-form-field:not(.hs-fieldtype-booleancheckbox){padding-left:0!important}}.dcsection9__submitted{display:none}.select2-drop.select2-drop-active{border-top:1px solid #bccace;border-color:#bccace;margin-top:1px}.select2-drop .select2-results .select2-highlighted{background:#f5f7fa;color:#ff6700}.select2-drop .select2-result{font-family:Benton Sans Reg,Arial,sans-serif;color:#0f2c35;min-height:34px;line-height:27px}.select2-drop .select2-search{padding-top:5px}.select2-drop .select2-search input{height:30px!important}.select2-drop .select2-results .select2-disabled{display:none}.select2-drop .select2-results{margin:0;padding:0}.select2-drop .select2-results .select2-result-label{padding:3px 9px 4px}.select2-drop .select2-search:before{display:none}.select2-drop .select2-result-selectable .select2-match,.select2-drop .select2-result-unselectable .select2-match{text-decoration:none;color:#ff6700}.select2-drop .select2-search .select2-input{background:#fff}.hs-form-field.has_errors>label{color:#ff4d55}.hs-form-booleancheckbox-display{cursor:pointer}.bs4 .dcsection9__formcontainer{padding-bottom:0;padding-left:0;padding-right:0}.dcsection9.submitted .dcsection9__formcontainer{overflow:hidden}.dcsection9 .hs-form .hs-form-field.hs-fieldtype-select.new_val .select2-chosen{opacity:1}@media (max-width:991px){.dcsection9 .hs_submit{padding-left:20px!important}}@media (max-width:767px){.dcsection9 .form-columns-2 .hs-fieldtype-text,.dcsection9 .form-columns-3 .hs-fieldtype-text{width:100%!important}}.service_sub_section_img a.secondary-cta{position:relative;display:inline-block;font-family:Benton Sans Reg,Arial,sans-serif;font-size:16px;line-height:24px;color:#fff;background:#ff6700;border-radius:3px;padding:12px 15px;margin:22px 0;min-width:110px;cursor:pointer;text-align:center;transition:all .15s cubic-bezier(.33,.66,.66,1);border:1px solid transparent}.service_sub_section_img a.secondary-cta:hover{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;text-decoration:none}.service_sub_section_img a.secondary-cta:active,.service_sub_section_img a.secondary-cta:focus{background:#ff5122;box-shadow:0 5px 15px rgba(15,44,53,.25);color:#fff;text-decoration:none;border:1px solid #ff6700}.service_sub_section_img .text-size-32{line-height:40px}@media (max-width:991px){.dcsection3+.service_sub_section_img{margin-top:50px}.service_sub_section_img .margin-64-bottom{margin-bottom:32px}}body .vex.vex-theme-default{overflow:hidden;padding:0!important;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}body .vex-overlay{right:0!important}body .vex.vex-theme-default .vex-content{width:680px;max-width:calc(100vw - 30px);height:700px;box-shadow:0 15px 30px rgba(15,44,53,.0980392157);border-radius:6px;background:#fff;overflow:visible;padding:0;position:relative}body .vex.vex-theme-default .vex-dialog-form .vex-dialog-input{overflow:hidden!important;height:601px;overflow-x:hidden;padding-right:20px;margin:0}body .vex.vex-theme-default.dialog_small .vex-content{height:auto}body .vex.vex-theme-default.dialog_small .vex-dialog-form .vex-dialog-input{height:auto;padding:25px 60px 60px}body .vex.vex-theme-default .vex-close{width:28px;height:28px;top:20px;right:20px;background:url(/fileadmin/a/page/forms-modals/modal_close.svg) no-repeat 50%}body .vex.vex-theme-default .vex-close:active,body .vex.vex-theme-default .vex-close:hover{opacity:.7}body .vex.vex-theme-default .vex-close:before{display:none}body .vex.vex-theme-default .vex-dialog-form{position:relative}body .vex.vex-theme-default .vex-dialog-form .vex-dialog-message{margin:0 0 30px;padding:35px 45px 0;color:#0f2c35;font-size:32px;font-family:Benton Sans Med,Arial;line-height:34px;width:100%;text-align:center;top:0;z-index:1}body .vex .os-scrollbar-vertical{bottom:90px!important;right:10px!important}body .vex .os-scrollbar-track{background:#e7f0f3!important}body .vex.vex-theme-default.dialog_small{padding-top:10%}body .vex.vex-theme-default .vex-content .client_area_list{margin:0;padding:0}body .vex.vex-theme-default .vex-content .link-div{cursor:pointer;border-top:1px solid #bccace;list-style:none}body .vex.vex-theme-default .vex-content .link-div a{color:#ff8700}body .vex.vex-theme-default .vex-content .link-div a:hover{text-decoration:none;color:#ff8700}body .vex.vex-theme-default .vex-content .link-div:hover{background-color:#f8fafa}body .vex.vex-theme-default .link-div{color:#ff8700;font-size:24px;padding:16px 15px 16px 10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:Benton Sans Reg,Arial,sans-serif;font-weight:400}body .vex.vex-theme-default .link-div span:not(.flag_icon){display:inline-block;position:relative}body .vex.vex-theme-default .vex-content .link-div .flag_icon{width:33px;display:inline-block;background-repeat:no-repeat;background-position:50%;height:20px;position:relative;margin-right:15px}body .vex.vex-theme-default .vex-content .link-div .flag_icon.flag_0{background-image:url(/fileadmin/a/flags-lang/uk.svg)}body .vex.vex-theme-default .vex-content .link-div .flag_icon.flag_2{background-image:url(/fileadmin/a/flags-lang/de.svg)}body .vex.vex-theme-default .vex-content .link-div .flag_icon.flag_3{background-image:url(/fileadmin/a/flags-lang/fr.svg)}body .vex.vex-theme-default .vex-content .link-div .flag_icon.flag_4{background-image:url(/fileadmin/a/flags-lang/jp.svg);border:1px solid #ebebeb;background-size:auto;height:20px}body .vex.vex-theme-default .vex-content .link-div .flag_icon.flag_5{background-image:url(/fileadmin/a/flags-lang/ch.svg);background-size:auto}body .vex.vex-theme-default .vex-content .link-div .flag_icon.flag_7{background-image:url(/fileadmin/a/flags-lang/pl.svg);border:1px solid #ebebeb}body .vex.vex-theme-default .submitted-message{display:none!important}body .vex.vex-theme-default .modal_form_submitted{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0 30px;-ms-flex-align:center;align-items:center;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%}body .vex.vex-theme-default.submitted .modal_form_submitted{display:block!important;background:#fff;z-index:1;height:100%}body .vex.vex-theme-default .modal_form_submitted .modal_form_check{display:inline-block;width:96px;height:96px;background-image:url(/fileadmin/a/page/forms-modals/form_success_check.svg);margin-top:15px}body .vex.vex-theme-default .modal_form_submitted .modal_form_submittedheadline{font-size:24px;line-height:29px;color:#00d464;font-family:Benton Sans Med,Arial,sans-serif!important}body .vex.vex-theme-default .modal_form_submitted .modal_form_submittedtext{font-size:16px;line-height:24px;text-align:center;margin-bottom:40px;font-family:Benton Sans Lt,Arial,sans-serif!important}body .vex.vex-theme-default .modal_form_submitted .modal_form_backbutton{border:1px solid #738993;border-radius:6px;background-color:#fff;background-image:url(/fileadmin/a/page/forms-modals/form_success_back_arrow.svg);background-repeat:no-repeat;background-position:left 20px center;padding:10px 27px 10px 47px;color:#738993;font-family:Benton Sans Lt,Arial,sans-serif!important;cursor:pointer;background-position-y:15px;background-size:14px}body .vex.vex-theme-default .modal_form_submitted .modal_form_backbutton:hover{background-image:url(/fileadmin/a/page/forms-modals/form_success_back_arrow_hover.svg);border-color:#0f2c35;color:#0f2c35}body .vex.vex-theme-default .modal_form_submitted .modal_form_backbutton:active,body .vex.vex-theme-default .modal_form_submitted .modal_form_backbutton:focus{background-image:url(/fileadmin/a/page/forms-modals/form_success_back_arrow_focus.svg);border-color:#ff5122;color:#ff5122;box-shadow:0!important;outline:none!important}@media (max-width:767px){body .vex.vex-theme-default .vex-close{top:10px;right:10px}body .vex.vex-theme-default .vex-dialog-form .vex-dialog-message{font-size:22px!important;padding-top:20px;padding-right:40px;padding-left:40px}body .vex.vex-theme-default .vex-dialog-form .vex-dialog-input{height:619px}body .vex.vex-theme-default.dialog_small .vex-dialog-form .vex-dialog-input{height:auto;padding:5px 15px 30px}body .vex.vex-theme-default .link-div{font-size:18px;padding:10px}body .vex.vex-theme-default .vex-content .link-div .flag_icon{width:26px;height:26px;background-size:100%}body .vex.vex-theme-default .vex-content .link-div .flag_icon.flag_7{height:18px}body .vex.vex-theme-default .vex-content .link-div .flag_icon.flag_5{background-size:100%}body .vex.vex-theme-default .vex-content .link-div .flag_icon.flag_4{height:18px}}@media (max-width:530px){body .vex.vex-theme-default .vex-content{padding:0!important}}@media (max-height:900px){body .vex.vex-theme-default .vex-content{height:700px}body .vex.vex-theme-default .vex-dialog-form .vex-dialog-input{height:600px}}@media (max-height:800px){body .vex.vex-theme-default .vex-content{height:600px}body .vex.vex-theme-default .vex-dialog-form .vex-dialog-input{height:520px}}@media (max-height:800px) and (max-width:400px){body .vex.vex-theme-default .vex-dialog-form .vex-dialog-input{height:520px}}@media (max-height:600px){body .vex.vex-theme-default .vex-content{height:500px}body .vex.vex-theme-default .vex-dialog-form .vex-dialog-input{height:420px}}.hs-form{margin-bottom:0!important;padding:0 10px 0 50px!important}.hs-form.small_form .hs_submit{position:absolute!important;left:0!important;margin-left:0!important}.hs-form div{position:relative}.hs-form fieldset{max-width:100%!important;margin:0 -10px!important;padding-right:10px!important}.hs-form fieldset.form-columns-1 .hs-input{max-width:100%}.hs-form fieldset.form-columns-3{padding-right:0!important}.hs-form fieldset:last-of-type{padding-bottom:60px!important}.hs-form fieldset:last-of-type+.hs_error_rollup{margin-top:-30px}.hs-form select.hs-input{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.hs-form .hs-form-field.hs-fieldtype-select,.hs-form .hs-form-field.hs-zip{max-width:295px}.hs-form .hs-form-field.hs-fieldtype-select .select2-chosen{opacity:0}.hs-form .hs-form-field.hs-fieldtype-select .input.new_val .select2-chosen{opacity:1}.hs-form .hs-input .select2-choice .select2-arrow{background:transparent;border:none}.hs-form .hs-input .select2-choice .select2-arrow b{position:relative;background:none}.hs-form .hs-input .select2-choice .select2-arrow b:after{content:"";border-style:solid;border-width:2px 2px 0 0;border-color:#0f2c35;display:inline-block;height:8px;left:-2px;position:relative;top:5px;transform:rotate(135deg);vertical-align:top;width:8px}.hs-form .select2-container .select2-choice{background:transparent;border:none;border-bottom:1px solid #698a95;border-radius:0;color:#0f2c35!important;padding-left:0;height:30px;box-shadow:none!important}.hs-form .hs-form-field.has_errors .select2-container .select2-choice{border-bottom-color:#ff4d55}.hs-form .hs-form-field{margin-bottom:25px!important;padding:0 12px!important}.hs-form .hs-form-field.hs-fieldtype-checkbox{margin-bottom:15px!important}.hs-form .hs-form-field.hs-fieldtype-booleancheckbox{margin-bottom:8px!important}.hs-form .hs-form-field.hs-fieldtype-textarea{margin-bottom:15px!important}.hs-form .hs-form-field legend{font-size:12px;line-height:16px;color:#4b5d66!important}.hs-form .hs-form-field label span{color:#698a95;font-size:14px;font-weight:400;font-family:Benton Sans Reg,Arial!important}.hs-form .hs-form-field.has_errors label span{color:#ff4d55!important}.hs-form .hs-form-field label .hs-form-required{font-size:14px;margin-left:5px;padding-left:0;color:#ff4d55}.hs-form .hs-form-field.has_errors input,.hs-form .hs-form-field.has_errors textarea{border-color:#ff4d55!important}.hs-form .inputs-list{padding-left:0!important}.hs-form .hs-fieldtype-checkbox ul.inputs-list{columns:2;margin-bottom:3px}.hs-form .hs-form-field label.hs-form-checkbox-display span,.hs-form .hs-form-field label.hs-form-radio-display span{color:#0f2c35}.hs-form .hs-form-field label.hs-form-radio-display span{padding-left:7px}.hs-form .hs-form-field textarea{height:42px;max-width:100%;border:none!important;border-radius:0!important;border-bottom:1px solid #698a95!important;box-shadow:none!important;font-family:Benton Sans Reg,Arial!important;position:relative;margin:0!important;padding-left:0!important;padding-right:0!important;color:#0f2c35;font-size:16px;line-height:19px;resize:vertical}.hs-form .hs-form-field textarea::-webkit-resizer{background:url(/fileadmin/a/page/forms-modals/textarea_resizer.png) no-repeat 50%}.hs-form .hs-form-field label{margin-bottom:0!important}.hs-form .hs-input{max-width:100%;height:auto;width:100%!important;border-radius:0!important;color:#0f2c35;border-bottom:1px solid #698a95!important;font-size:16px!important;line-height:19px!important;padding:10px 10px 8px!important;transition:all .15s cubic-bezier(.33,.66,.66,1);box-shadow:none!important;min-height:auto!important;padding-left:0!important;font-family:Benton Sans Reg,Arial!important}.hs-form .hs-input[type=date],.hs-form .hs-input[type=email],.hs-form .hs-input[type=number],.hs-form .hs-input[type=tel],.hs-form .hs-input[type=text]{height:auto!important}.hs-form .hs-input.select2-container{border:none!important;padding:0!important;margin-top:5px}.hs-form .hs-richtext p{font-size:12px;line-height:16px;color:#4b5d66!important;margin-top:0;margin-bottom:8px}.hs-form .hs-richtext p a{color:#ff5122!important;text-decoration:underline!important}.hs-form .hs-richtext p:last-of-type{margin-bottom:0}.hs-form .hs-form-field .hs-form-booleancheckbox input+label:before{content:"";display:inline-block;position:absolute;width:16px;height:16px;left:0;margin-left:-20px;border:2px solid #738993;border-radius:3px;background-color:#fff;transition:border .15s ease-in-out,color .15s ease-in-out}.hs-form .hs-form-field .hs-form-booleancheckbox-display span{margin-left:8px}.hs-form .hs-form-field .hs-form-booleancheckbox-display span p{line-height:18px;font-family:Benton Sans Reg,Arial;font-size:16px}.hs-form .hs-form-field .hs-form-booleancheckbox-display span strong{color:#0f2c35;font-family:Benton Sans Bd,Arial;font-size:16px}.hs-form .hs-form-field .hs-form-booleancheckbox label>input+span:before{content:"";display:inline-block;position:absolute;width:16px;height:16px;left:0;margin-left:-30px;border:2px solid #738993;border-radius:3px;background-color:#fff;transition:border .15s ease-in-out,color .15s ease-in-out}.hs-form .hs-form-field .hs-form-booleancheckbox>.checkbox{padding-left:20px}.hs-form .hs-form-field .hs-form-booleancheckbox label>input:checked+span:after{font:normal normal normal 16px/1 Nucleo Mini;speak:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ea23";color:#0f2c35;font-size:16px;padding:0;display:inline-block;position:absolute;width:16px;height:16px;left:0;margin-left:-30px;top:0}.hs-form .hs-form-field .hs-form-booleancheckbox-display span{color:#0f2c35;font-family:Benton Sans Reg,Arial;font-size:16px;margin-left:0}.hs-form .hs-form-field .hs-form-booleancheckbox-display label>span{margin-left:8px}.hs-form .hs-form-field .hs-form-booleancheckbox>label{position:relative;margin-left:30px;margin-bottom:20px}.hs-form .hs-form-field .hs-form-booleancheckbox>label>input{position:absolute;opacity:0;margin:0}.hs-form .checkbox>input+label{padding-left:8px}.hs-form .hs-form-field.hs-fieldtype-booleancheckbox p{font-size:12px;line-height:16px;color:#0f2c35!important;margin-top:0;margin-bottom:8px}.hs-form .hs-form-field.hs-fieldtype-booleancheckbox legend>span{display:inline-block;margin-bottom:15px}.hs-form .hs-fieldtype-select .input{margin-right:0!important}.hs-form .hs-richtext h4,.hs-form .hs-richtext h5,.hs-form .hs-richtext h6{margin-left:0!important}.hs-form .hs-richtext legend{font-size:12px!important;line-height:16px!important;color:#0f2c35!important;padding-bottom:8px}.hs-form .hs-submit{position:absolute;bottom:0;z-index:1;background:#f5f7fa;left:0;padding:13px 60px;border-top:1px solid rgba(105,138,149,.2);display:-ms-flexbox;display:flex;border-bottom-right-radius:6px;border-bottom-left-radius:6px;width:calc(100% + 80px);max-width:680px;overflow:hidden}.vex .hs-form .hs-submit{margin-left:0}@supports (position:sticky) or (position:-webkit-sticky){.hs-form .hs-submit{position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}.vex .hs-form .hs-submit{margin-left:-50px}}.hs-form .hs-submit .hs-button{background:#ff6700;color:#fff;transition:all .15s cubic-bezier(.33,.66,.66,1);border:1px solid #ff6700;text-align:center;font-family:Benton Sans Reg,Arial!important;text-shadow:none;box-shadow:none;font-size:16px;line-height:24px!important;height:48px;box-sizing:border-box;min-width:84px;padding:9px 14px 8px;font-weight:unset;margin-left:auto}.hs-form .hs-submit .hs-button:hover{background:#ff5122!important;border-color:#ff5122!important;box-shadow:0 5px 15px rgba(15,44,53,.25)!important;color:#fff!important;font-size:16px!important}.hs-form .hs-submit .hs-button:active,.hs-form .hs-submit .hs-button:focus{background:#ff5122!important;box-shadow:0 5px 15px rgba(15,44,53,.25)!important;color:#fff;border-color:#ff6700!important;font-size:16px!important}.hs-form .input{overflow:hidden}.hs-form .hs-error-msgs li label{color:#ff4d55;font-size:12px;line-height:14px;font-family:Benton Sans Reg,Arial!important}.hs-form .form-columns-3 .hs-form-field{width:32.7%}.hs-form .hs_general_marketing_opt_in legend span{margin-left:0!important}.hs-form .hs-submit .actions{margin:0!important;padding:0!important;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.hs-form .hs-submit .actions .required_info{font-size:14px;color:#4b5d66;font-family:Benton Sans Reg,Arial!important;margin:0}.hs-form .hs-submit .actions .required_info:before{content:"*";font-size:14px;margin-right:4px;color:#ff4d55}.hs-form .hs-richtext{padding:0 10px}@media (max-width:767px){.hs-form .hs-fieldtype-checkbox ul.inputs-list{columns:1}.hs-form{padding:0 0 0 20px!important}.hs-form .hs-form-field{width:100%!important}.hs-form fieldset{padding-right:5px!important}.hs-form .hs-form-field.hs-fieldtype-select,.hs-form .hs-form-field.hs-zip{max-width:100%}.hs-form .hs-submit{max-width:unset;margin:0;width:calc(100% + 40px);padding:13px 30px}.vex .hs-form .hs-submit{margin-left:0}@supports (position:sticky) or (position:-webkit-sticky){.vex .hs-form .hs-submit{margin-left:-20px}}}.news-list-view #events-list-container{margin:85px 0 60px 15px}.news-list-view .module-events .page-navigation{margin:20px 0;min-height:45px}.news-list-view .module-events .page-navigation li.last,.news-list-view .module-events .page-navigation li.previous{margin-top:-4px}.news-list-view .module-events .page-navigation li.last i.nc-icon-mini,.news-list-view .module-events .page-navigation li.previous i.nc-icon-mini{padding-right:5px!important;padding-left:5px!important}.news-list-view .module-events .page-navigation li.last a,.news-list-view .module-events .page-navigation li.previous a{display:inline-block!important;padding:3px 0 3px 20px;margin:-3px 0 0}.news-list-view .module-events .page-navigation li.previous a{padding:3px 20px 3px 0}.module-events *,.vex-theme-event *{font-size:16px}.module-events .ip-event-element,.vex-theme-event .ip-event-element{border-top:1px solid #bccace!important;display:block}.module-events .ip-event-element span.events-icon-time,.vex-theme-event .ip-event-element span.events-icon-time{display:inline-block;position:relative;width:17px;height:17px;padding:0 0 0 5px;opacity:.85}.module-events .ip-event-element span.events-icon-time svg,.vex-theme-event .ip-event-element span.events-icon-time svg{position:absolute;top:2px;left:0;width:17px;height:auto}.module-events .ip-event-element .event-tags .tag,.vex-theme-event .ip-event-element .event-tags .tag{display:inline-block;border-bottom:1px solid #1c505b;background:#0f2c36;color:#cbcfd1;padding:2px 9px;border-radius:7px;font-size:14px;margin:0 10px 10px 0}.module-events .ip-event-element .event-tags .tag a,.vex-theme-event .ip-event-element .event-tags .tag a{color:#cbcfd1;outline:none}.module-events .ip-event-element .event-location .location-description,.vex-theme-event .ip-event-element .event-location .location-description{display:block}.module-events .event-bodytext--text p:first-child,.vex-theme-event .event-bodytext--text p:first-child{padding-top:0;margin-top:0}@media (max-width:480px){.vex .module-events .col-xs-4{padding-top:15px;width:100%}.vex .module-events .col-xs-4,.vex .module-events .col-xs-8{width:100%}.vex .module-events .col-xs-4 *,.vex .module-events .col-xs-8 *{font-size:14px}}#events-list-container.module-events .event-title{background:url(/fileadmin/user_upload/dennemeyer/finished/event-icon.png) left 34px no-repeat!important}@media (max-width:768px){#events-list-container.module-events .event-title{background:url(/fileadmin/user_upload/dennemeyer/finished/event-icon.png) 5px 34px no-repeat!important}}#events-list-container.module-events .event-date,#events-list-container.module-events .event-location,#events-list-container.module-events .event-title{padding-left:46px}@media (max-width:768px){#events-list-container.module-events .event-date,#events-list-container.module-events .event-location,#events-list-container.module-events .event-title{text-align:left!important;padding:30px 0 1px 46px}}@media (max-width:768px){#events-list-container.module-events .event-date,#events-list-container.module-events .event-location{padding:1px 0 1px 46px}}#events-list-container.module-events .teaser-text{opacity:.9;font-weight:400;font-size:15px}.filter-information{width:100%;margin:60px 0 -20px;font-size:14px;opacity:.7}.filter-information h3{font-size:18px}ul.f3-widget-paginator li.primary-pill-outline-button{margin-top:-20px;border:2px solid #4b5d66!important;color:#4b5d66!important;transition:all .15s cubic-bezier(.33,.66,.66,1);display:inline-block;font-weight:700;border-top-right-radius:200px;border-bottom-right-radius:200px;border-bottom-left-radius:200px;border-top-left-radius:200px;text-align:center;line-height:1.55;padding:18px 22px!important;font-size:16px;background-color:#fff!important}ul.f3-widget-paginator li i.nc-icon-mini{padding:0!important;font-weight:700!important}ul.f3-widget-paginator li a,ul.f3-widget-paginator li i.nc-icon-mini{display:inline!important;color:#4b5d66!important}.hbspt-max{max-width:700px}@media (max-width:768px){.vex-dialog-message{font-size:30px!important;line-height:1.3!important;margin-bottom:32px!important}}.bs4 .container{padding-left:30px;padding-right:30px}@media (min-width:768px){.bs4 .container{width:750px}}@media (min-width:850px){.bs4 .container{width:820px}}@media (min-width:992px){.bs4 .container{width:950px}}@media (min-width:1100px){.bs4 .container{width:1070px}}@media (min-width:1200px){.bs4 .container{width:1170px}}@media (min-width:1300px){.bs4 .container{width:1270px}}@media (min-width:1500px){.bs4 .container{width:1470px}}.bs4 .row.show{display:-ms-flexbox!important;display:flex!important}.bs4 .hidden{display:block!important}.bs4 p{margin-top:0;margin-bottom:1rem}.bs4 .acsection1__link a:hover,.bs4 .dcsection1__link a:hover,.bs4 .dcsection10__link a:hover{color:#fff}.bs4 .acsection4__continent{margin-bottom:10px}.bs4 .acsection4__country{margin-bottom:20px}.bs4 .acsection4__city{margin-bottom:0}.bs4 .acsection4__link span:after{background-image:url(/fileadmin/assets/customprovider/dennemeyer.com/Images/section4/arrow-orange.svg)}.bs4 .dcsection3__servicetab{border-left:3px solid #ffd1b3}.bs4 .dcsection5__situation:before{background-image:url(/fileadmin/assets/customprovider/dennemeyer.com/Images/section5/icon-situation.svg)}.bs4 .dcsection5__approach:before{background-image:url(/fileadmin/assets/customprovider/dennemeyer.com/Images/section5/icon-approach.svg)}.bs4 .dcsection5__results:before{background-image:url(/fileadmin/assets/customprovider/dennemeyer.com/Images/section5/icon-results.svg)}.bs4 .dcsection5__situation:hover:before{background-image:url(/fileadmin/assets/customprovider/dennemeyer.com/Images/section5/icon-situation-hover.svg)}.bs4 .dcsection5__approach:hover:before{background-image:url(/fileadmin/assets/customprovider/dennemeyer.com/Images/section5/icon-approach-hover.svg)}.bs4 .dcsection5__results:hover:before{background-image:url(/fileadmin/assets/customprovider/dennemeyer.com/Images/section5/icon-results-hover.svg)}@media (min-width:992px){.bs4 .dcsection5__approach,.bs4 .dcsection5__results,.bs4 .dcsection5__situation{margin-top:-50px}}.bs4 .dcsection8__name{margin-top:60px}.bs4 .dcsection8__position{margin-top:-15px}.bs4 .dcsection9 .container{padding-left:30px;padding-right:30px}.bs4 .dcsection9__container{margin-left:0;margin-right:0}.bs4 .dcsection9__bodytext{margin-bottom:90px}@media (min-width:992px){.bs4 .dcsection9__contactcontainer{padding:45px 50px 40px}}.bs4 .dcsection9__contactcontainer p{color:#fff}.bs4 .dcsection7__answer{margin-top:10px;margin-bottom:1rem}.bs4.dcsection3:after{background:none}.bs4.acsection1{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.bs4.dcsection3 .detail_box.active .detail_box_keywords,.bs4.dcsection3 .detail_box:hover .detail_box_keywords{color:#fff}#colorbox{background:#fff;z-index:999999!important;max-height:90vh!important;overflow:hidden;border-radius:6px;left:50%!important;transform:translateX(-50%)!important;max-width:calc(100% - 30px);top:10vh!important}#cboxOverlay{background:rgba(0,0,0,.4);position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999!important}#cboxBottomCenter,#cboxBottomLeft,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxTopCenter,#cboxTopLeft,#cboxTopRight{background:none}#colorbox .feature_manager{width:100%;padding:15px 30px 45px 15px!important}@media (min-width:768px){#colorbox .feature_manager{padding:20px 40px 120px!important}}@media (min-width:1100px){#colorbox .feature_manager{padding:30px 60px 100px!important}}#colorbox .feature_manager .h1{font-family:Benton Sans Med,Arial;color:#ff6700;font-size:24px;line-height:30px;font-weight:400;margin-top:0;margin-bottom:20px}@media (min-width:768px){#colorbox .feature_manager .h1{margin-bottom:10px;font-size:32px;line-height:46px}}#colorbox .table>tbody+tbody{border-top:1px solid #dde4e6}#colorbox .table>tbody+tbody tr:last-of-type td{padding-bottom:15px}#colorbox .table>tbody+tbody[aria-expanded=true]{border-top:none}body .cm_placeholder .h1{font-family:Benton Sans Lt,Arial;font-size:20px;line-height:22px;font-weight:400;background-size:21px}#colorbox .feature_manager h3{font-size:18px;line-height:26px;font-family:Benton Sans Bd,Arial;color:#0f2c35;margin:0;font-weight:unset}.cm_placeholder,.cm_placeholder .cm_placeholder_fg{background-color:#f5f7fa!important}body .cm_placeholder .h1{display:block;margin:0;color:#ffcc24;margin-bottom:20px!important;background-image:url(/fileadmin/assets/customprovider/dennemeyer.com/Images/Icons/icon-warning-48x48.svg);background-repeat:no-repeat;background-position:0;padding-left:30px}@media (min-width:768px){body .cm_placeholder .h1{font-size:28px;line-height:32px;padding-left:40px;background-size:28px;margin-bottom:54px!important}#colorbox .feature_manager h3{font-size:24px;line-height:36px}}body .cm_placeholder .table .td,body .cm_placeholder .table .th,body .cm_placeholder p{font-size:14px!important;line-height:24px!important;margin-bottom:10px}.cm_placeholder .cm_placeholder_fg p a{font-family:Benton Sans Reg,Arial!important;font-size:14px!important;line-height:24px!important}.cm_placeholder .cm_placeholder_fg p a:focus,.cm_placeholder .cm_placeholder_fg p a:hover{color:#ff5122!important}#colorbox .feature_manager.container table{border-bottom:0}#colorbox .feature_manager.container table td,#colorbox .feature_manager.container table th,body .cm_placeholder .table .td,body .cm_placeholder .table .th,body .cm_placeholder table td,body .cm_placeholder table th{border-top:0;padding:5px}#colorbox .feature_manager.container table td p,body .cm_placeholder table td p{margin-top:0;margin-bottom:0}#colorbox .feature_manager.container p{margin:12px 0 0}#colorbox .feature_manager.container p,#colorbox .feature_manager.container table,#colorbox .feature_manager.container table td,#colorbox .feature_manager.container table th,body .cm_placeholder .table,body .cm_placeholder .table .td,body .cm_placeholder .table .th,body .cm_placeholder p,body .cm_placeholder table,body .cm_placeholder table td,body .cm_placeholder table th{font-family:Benton Sans Reg,Arial!important;font-size:12px!important;line-height:16px!important;color:#4b5d66!important;word-break:break-word}#colorbox .feature_manager.container table tr.table_row_header td{width:33%}@media (max-width:767px){#colorbox .feature_manager.container table tr.table_row_header td:first-child{font-size:14px!important;line-height:24px!important}}#colorbox .feature_manager a{font-family:Benton Sans Reg,Arial!important;font-size:12px!important}#colorbox .feature_manager a,body .cm_placeholder a{color:#ff5122;text-decoration:none}body .cm_placeholder .custom-switch label{color:#4b5d66!important}@media (min-width:768px){#colorbox .feature_manager.container p,#colorbox .feature_manager.container table,#colorbox .feature_manager.container table td,#colorbox .feature_manager.container table th,body .cm_placeholder .table,body .cm_placeholder .table .td,body .cm_placeholder .table .th,body .cm_placeholder p,body .cm_placeholder table,body .cm_placeholder table td,body .cm_placeholder table th{font-size:14px!important;line-height:24px!important;color:#0f2c35!important}#colorbox .feature_manager a{font-size:14px!important;line-height:24px;color:#ff6700}}#colorbox .feature_manager.container .table .th,#colorbox .feature_manager.container table th,#colorbox .feature_manager .custom-control-label>span{font-family:Benton Sans Reg,Arial!important;font-size:16px}@media (max-width:767px){#colorbox .feature_manager .custom-control-label>span{font-size:14px;position:relative;top:0}#colorbox .feature_manager .col_feature_right{padding-right:15px;width:19.666667%}}#colorbox .feature_manager .custom-control-label>span.disabled,#colorbox .feature_manager .custom-control-label>span.enabled{color:#0f2c35;font-weight:400}#colorbox .feature_manager .custom-control-label>span.display{color:#0f2c35}body .cm_placeholder .custom-switch label{margin:0}#colorbox .feature_manager .custom-control-label,body .cm_placeholder .custom-control-label{border-color:#738993!important}#colorbox .feature_manager .custom-control-input:checked~.custom-control-label,body .cm_placeholder .custom-control-input:checked~.custom-control-label{border-color:#ff6700!important}#colorbox .feature_manager .custom-control-label:before,body .cm_placeholder .custom-control-label:before{margin-top:5px;background-color:#738993}#colorbox .feature_manager .custom-control-input:checked~.custom-control-label:before,body .cm_placeholder .custom-control-input:checked~.custom-control-label:before{background-color:#ff6700}#colorbox .feature_manager .custom-control-label{border-color:#ff6700}#colorbox .feature_manager .custom-control-input:checked~.custom-control-label:before{background-color:#ff6700}#colorbox .feature_manager .summary_outer,.cm_placeholder .summary_outer{clear:both}#colorbox .feature_manager a.summary,body .cm_placeholder a.summary{font-family:Benton Sans Reg,Arial!important;font-size:14px!important;font-weight:400;margin:20px 0 0;padding-right:20px;position:relative;display:inline-block}body .cm_placeholder a.summary{margin:0 0 5px;line-height:21px}.cm_placeholder a.summary:focus,.cm_placeholder a.summary:hover,.feature_manager a.summary:focus,.feature_manager a.summary:hover{color:#ff5122!important}#colorbox .feature_manager a.summary{font-size:16px!important;margin-bottom:20px!important;white-space:nowrap;color:#ff6700}#colorbox .feature_manager a.summary.detail,body .cm_placeholder a.summary.detail{margin-top:0;padding-right:26px;top:9px}#colorbox .feature_manager a.summary.detail{float:right}#colorbox .feature_manager .col_feature_right a.summary.detail{margin:0!important;top:1px}.feature_manager b,.feature_manager strong{font-family:Benton Sans Bd,Arial!important;font-weight:unset}.feature_manager .col_title{font-style:normal;font-family:Benton Sans Reg;display:inline-block;width:100%}@media (max-width:767px){#colorbox .feature_manager a.summary.detail{margin-top:0;margin-bottom:10px!important;font-size:14px!important}}body .cm_placeholder a.summary{margin:20px 0}body .cm_placeholder a.summary:before{content:" ";display:block;position:absolute;right:0;top:5px;width:0;height:0}#colorbox .feature_manager a.summary:before,body .cm_placeholder a.summary:before{border:none!important;background:url(/fileadmin/a/content-icon/chevron_down_orange.svg) no-repeat 50%;width:20px;height:20px;top:1px}#colorbox .feature_manager a.summary.collapsed:before,body .cm_placeholder a.summary.collapsed:before{border:none!important;background:url(/fileadmin/a/content-icon/chevron_right_orange.svg) no-repeat 50%;width:20px;height:20px;top:1px}#colorbox .button_row .btn-primary,body .cm_placeholder a.btn{font-family:Benton Sans Reg,Arial!important;display:inline-block;font-weight:400;border-radius:3px;background-clip:padding-box;cursor:pointer;background:#ff6700;border:1px solid #ff6700;color:#fff;transition:all .15s cubic-bezier(.33,.66,.66,1);padding:11px 15px;font-size:14px!important;line-height:normal;margin-bottom:0}#colorbox .feature_manager .btn-primary:hover,body .cm_placeholder a.btn:hover{background:#ff5122;box-shadow:0 5px 15px 0 rgba(15,44,53,.25);color:#fff;border:1px solid #ff5122}body .cm_placeholder .table{border-top:1px solid #ddd}body .cm_placeholder .table .td:first-child,body .cm_placeholder .table .th:first-child,body .cm_placeholder table td:first-child,body .cm_placeholder table th:first-child{padding-left:0;width:30%}body .cm_placeholder .table .td,body .cm_placeholder .table .th{float:left}body .cm_placeholder .table .td,body .cm_placeholder table td{width:70%;word-wrap:break-word;word-break:break-all}@media (min-width:992px){body .cm_placeholder .table .td:first-child,body .cm_placeholder .table .th:first-child,body .cm_placeholder table td:first-child,body .cm_placeholder table th:first-child{width:20%}body .cm_placeholder .table .td,body .cm_placeholder table td{width:80%}}@media (min-width:1600px){body .cm_placeholder .table .td:first-child,body .cm_placeholder .table .th:first-child,body .cm_placeholder table td:first-child,body .cm_placeholder table th:first-child{width:15%}body .cm_placeholder .table .td,body .cm_placeholder table td{width:85%}}body .cm_placeholder .table{margin-bottom:0;border-bottom:0}@media (min-width:768px){#colorbox .button_row .consent_essentials_only,#colorbox .button_row .row a[target=_blank]{line-height:36px}}#colorbox .button_row .consent_essentials_only{font-family:Benton Sans Reg,Arial!important;display:inline-block;font-weight:400;border-radius:3px;background-clip:padding-box;cursor:pointer;border:1px solid #ff6700;transition:all .15s cubic-bezier(.33,.66,.66,1);padding:11px 15px;font-size:14px!important;line-height:normal;color:#fff;background-color:#ff6700}@media (max-width:767px){#colorbox .button_row .consent_essentials_only{padding:10px;display:block;text-align:center;margin-bottom:0}#colorbox .button_row .btn{display:block;width:100%;margin:0 0 10px;padding:11px 15px;font-size:14px}}#colorbox .button_row .consent_essentials_only:hover{background:#ff5122;box-shadow:0 5px 15px 0 rgba(15,44,53,.25);color:#fff;border:1px solid #ff5122}#colorbox .button_row .consent_essentials_only:active #colorbox .button_row .consent_essentials_only:focus{color:#fff;border-color:#ff6700;background:#ff5122!important;box-shadow:0 5px 15px rgba(15,44,53,.25)}#colorbox .button_row .consent_essentials_only{margin-bottom:10px;margin-top:10px}#cboxLoadedContent{overflow-x:hidden}@media (max-width:767px){#cboxContent,#cboxLoadedContent,#cboxWrapper,#colorbox{max-height:90vh!important}}@media (min-width:768px){#cboxContent,#cboxLoadedContent,#cboxWrapper,#colorbox{max-height:90vh!important}}#colorbox .button_row{border-top:1px solid #ddd;padding:0;position:sticky;bottom:0;z-index:1;background:#fff;max-width:100%;left:0;right:0}#colorbox.details_open .button_row:before{content:"";position:absolute;top:-30px;width:100%;height:30px;background:linear-gradient(0deg,#000,transparent);left:0;opacity:.2}#colorbox .button_row .right_col{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#colorbox .button_row .right_col .btn{-ms-flex-positive:1;flex-grow:1;margin-left:15px;margin-right:15px;padding:8px 15px;font-size:12px!important}#colorbox .os-scrollbar .os-scrollbar-track{background:#e8f0f3}#colorbox .os-scrollbar .os-scrollbar-handle{background:#bccace}#colorbox .os-scrollbar .os-scrollbar-handle.active,#colorbox .os-scrollbar .os-scrollbar-handle:hover{background:#698a95}#colorbox .os-scrollbar.os-scrollbar-vertical{top:30px;bottom:140px;right:10px;width:8px;z-index:0}@media (min-width:768px){#colorbox .os-scrollbar.os-scrollbar-vertical{z-index:1;right:25px}#colorbox .button_row .right_col .btn{-ms-flex:none;flex:none;margin-top:0;font-size:14px!important;padding:11px 15px}#colorbox .button_row .right_col .btn.btn_accept_all{margin-right:0}#colorbox .button_row .right_col .btn.submit_choice{margin-right:7px}#colorbox .button_row .right_col .btn.btn_manage,#colorbox .button_row .right_col .btn.submit_choice{margin-left:auto}#colorbox .button_row .right_col .btn.consent_essentials_only{margin-left:0}#colorbox .button_row .col-lg-4{top:5px}#colorbox .button_row{position:absolute;bottom:0;margin:0;background:#f5f7fa;padding:20px 60px;height:80px;right:0;width:100%}#colorbox .os-padding .button_row{position:fixed;padding:20px 40px}.feature_manager a.btn{float:none}#colorbox .button_row .consent_essentials_only{margin-right:15px;margin-bottom:0;margin-top:0}}@media (min-width:1100px){#colorbox .os-scrollbar.os-scrollbar-vertical{right:35px}#colorbox .os-padding .button_row{padding:20px 60px}}body .cm_placeholder .cm_placeholder_bg.bg_img{z-index:1;filter:blur(0)}body .cm_placeholder .cm_placeholder_fg{margin:10px;padding:10px;z-index:2;position:relative}@media (min-width:768px){body .cm_placeholder .cm_placeholder_fg{margin:20px;padding:15px}}body .cm_placeholder .col-2.offset-10{margin-left:15px}.dcsection4__video .cm_placeholder{text-align:left;position:relative}@media (min-width:768px){.dcsection4__video .cm_placeholder .cm_placeholder_fg{margin:8px;padding:8px}}.dcsection4__video .cm_placeholder a.summary{margin:5px 0}.dcsection4__video .cm_placeholder a.btn{padding:5px 15px;font-size:14px}.dcsection4__video .cm_placeholder .col-2.offset-10{margin-left:0}#colorbox .custom-switch,.cm_placeholder .custom-switch{position:relative;display:inline-block;width:30px;height:18px;min-height:0;margin-top:2px}#colorbox .custom-checkbox input,#colorbox .custom-switch input,.cm_placeholder .custom-checkbox input,.cm_placeholder .custom-switch input{opacity:0;width:0;height:0}#colorbox .custom-control-label,.cm_placeholder .custom-control-label{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:transparent;transition:.4s;border-radius:34px;border:2px solid #738993;height:100%}#colorbox .custom-control-label:before,.cm_placeholder .custom-control-label:before{content:"";height:16px;width:16px;left:-1px;bottom:-1px;background-color:#ff6700;transition:.4s;border-radius:50%;position:absolute}#colorbox .custom-switch input:checked+.custom-control-label,.cm_placeholder .custom-switch input:checked+.custom-control-label{background-color:transparent;border:2px solid #ff6700}#colorbox .custom-switch input:focus+.custom-control-label,.cm_placeholder .custom-switch input:focus+.custom-control-label{box-shadow:none}#colorbox .custom-switch input:checked+.custom-control-label:before,.cm_placeholder .custom-switch input:checked+.custom-control-label:before{transform:translateX(12px);background-color:#ff6700}#colorbox .custom-control-label,.cm_placeholder .custom-control-label{line-height:16px!important}#colorbox .custom-control-label span,.cm_placeholder .custom-control-label span{display:inline-block;padding-left:35px;white-space:nowrap;font-weight:400}.cm_placeholder .manager_categories .custom-checkbox,.feature_manager .manager_categories .custom-checkbox{position:relative;display:block;width:auto;height:25px;margin-top:0;margin-bottom:10px}.feature_manager .manager_categories .custom-control-label{position:absolute;background-color:transparent;transition:none;border-radius:0;padding-left:35px;white-space:nowrap}.feature_manager .manager_categories .custom-control-label.custom-control-label-first{font-size:16px;font-family:FrutigerCondensed,Arial,sans-serif!important}.feature_manager .manager_categories .custom-control-label:before{position:absolute;content:"";height:25px;width:25px;left:0;bottom:auto;background-color:#fff;border:1px solid #626262;transition:none;border-radius:0}.feature_manager .manager_categories .custom-checkbox input:checked+.custom-control-label{background-color:transparent}.feature_manager .manager_categories .custom-checkbox input:focus+.custom-control-label{box-shadow:0}.feature_manager .manager_categories .custom-checkbox input:checked+.custom-control-label:before{transform:translateX(0);background-color:#626262;background-image:url(/fileadmin/templates/img/icon-tick2.png);background-size:25px 25px}.feature_manager .manager_categories .custom-control-label{line-height:28px!important}.feature_manager .row .disabled,.feature_manager .row .enabled{font-size:16px;color:#0f2c35;font-family:Benton Sans Reg,Arial}.feature_manager .col_cat_toggle{position:relative;top:7px}.feature_manager .row.category_row{padding-bottom:8px}.feature_manager .row.feature_table{padding-bottom:11px}.feature_manager .row.detail_row .col-xs-4{word-break:break-all;padding-bottom:20px;padding-top:10px;font-size:14px;line-height:24px}.feature_manager .row.feature_table:before{padding-top:13px;border-top:1px solid #bccace;height:1px;width:calc(100% - 30px);left:15px;position:relative}.feature_manager .feature_table .col-xs-8,.feature_manager .feature_table .col-xs-8 p{color:#818e94;font-size:16px;font-family:Benton Sans Reg,Arial!important}.feature_manager .feature_table .col_feature_toggle{font-size:16px;color:#0f2c35;font-family:Benton Sans Reg,Arial}@media (max-width:767px){.feature_manager .feature_table .col_feature_toggle{font-size:14px}}#colorbox .feature_manager .detail_row,#colorbox .feature_manager .detail_row p{color:#818e94!important;font-family:Benton Sans Lt,Arial!important;line-height:24px}.feature_manager .detail_row p:first-of-type{margin-top:0!important}.feature_manager .detail_row .col-xs-4:first-child{font-style:italic}.feature_manager .row:before{content:""}.feature_manager [class^="row features"]:before{content:"";padding-top:10px;border-top:1px solid #bccace;height:1px;width:calc(100% - 30px);left:15px;position:relative;margin-top:9px}@media (min-width:1099px){#cboxContent,#cboxLoadedContent,#cboxWrapper,#colorbox{width:960px!important;height:700px!important}}body .vex .cm_placeholder .col-2.offset-10{margin-left:0}body .vex .cm_placeholder .custom-control-label:before{margin-top:0;bottom:auto;top:-1px}body .vex .cm_placeholder .cm_placeholder_fg p>a:hover{color:#ff5122!important}body .vex .cm_placeholder .h1{background-size:25px}@media (max-width:1099px){#colorbox{width:100%!important}#cboxContent,#cboxLoadedContent,#cboxWrapper{max-width:100%;width:100%!important}#cboxContent,#cboxLoadedContent,#cboxWrapper,#colorbox{height:600px!important}}@media (max-width:767px){#colorbox{top:5vh!important}.cm_placeholder .cm_placeholder_fg p a{font-size:12px!important;line-height:16px!important}.feature_manager .row.feature_table:before{padding-top:8px}.feature_manager .row.feature_table{padding-bottom:3px}.feature_manager .feature_table .col-xs-8{font-size:14px}.feature_manager .row.detail_row .col-xs-4{padding-bottom:10px;padding-top:5px;width:100%;font-size:12px}.feature_manager .col_cat_summary{width:100%}.feature_manager .col_cat_title{width:80%}#colorbox.details_shown .feature_manager .col_cat_title,.feature_manager .feature_table .col_feature_name{width:60.666667%}.feature_manager .feature_table .col_feature_toggle{width:19.666667%;padding-left:0}.feature_manager .col_cat_toggle{top:0;padding:0}#colorbox.details_shown .feature_manager .col_cat_toggle{top:0;padding-left:0}.feature_manager .row .disabled,.feature_manager .row .enabled{font-size:14px;position:relative;top:2px}#colorbox .button_row .right_col .btn.btn_manage{margin-top:10px}}@media (min-height:550px) and (max-height:850px){#colorbox{top:5vh!important}}@media (min-width:768px) and (max-width:1099px){.feature_manager .col_cat_title,.feature_manager .col_feature_name{width:62.666667%}.feature_manager .col_cat_toggle,.feature_manager .col_feature_toggle{padding-left:0;width:20.666667%}}@media (max-width:991px){#header-main-top a#header-ipgroup{display:none}#header-main-top a#header-associates{border-top-left-radius:3px;border-top-right-radius:3px}#header-main-top a#header-octimine{border-bottom-left-radius:3px;border-bottom-right-radius:3px}}#header-main-top a#header-ipgroup{color:#fff;pointer-events:none}body#body-p3092 #header-main-top a#header-ipgroup{color:#cbdce2;pointer-events:auto}body#body-p3092 #header-main-top a.active{color:#fff;pointer-events:none}
/*# sourceMappingURL=styles.min.css.map */

.cm_placeholder,
.feature_manager.container {
	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
	color: #000 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
	width: 300px;
	max-width: none !important;
}

.cm_placeholder .h1,
.cm_placeholder h1,
.feature_manager h1 {
	font-size: 18px;
	font-weight: bold;
}

.cm_placeholder h3,
.feature_manager h3 {
	font-size: 14px;
	font-weight: bold;
}

.cm_placeholder p,
.feature_manager.container p {
	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
	line-height: 16px !important;
	color: #000 !important;
}

.cm_placeholder a,
.feature_manager a {
	text-decoration: underline;
}

.cm_placeholder a:hover,
.feature_manager a:hover {
	text-decoration: none;
}

.cm_placeholder a.btn,
.feature_manager a.btn {
	font-size: 12px;
	padding: 0 10px;
	border-radius: 0;
	border: 0;
	text-decoration: none;
	margin-top: 5px;
}

.cm_placeholder .row a,
.feature_manager .row a {
	display: inline-block;
	line-height: 28px;
}

.cm_placeholder .custom-control-label,
.feature_manager .custom-control-label {
	line-height: 25px;
	font-weight: bold;
}

.feature_manager .custom-control-label.custom-control-label-first {
	font-size: 14px;
}

.cm_placeholder .custom-checkbox label,
.cm_placeholder .custom-checkbox input,
.cm_placeholder .form-switch label,
.cm_placeholder .form-switch input,
.feature_manager .custom-checkbox label,
.feature_manager .custom-checkbox input,
.feature_manager .form-switch label,
.feature_manager .form-switch input {
	cursor: pointer;
}

.feature_manager .details {
	margin-top: 30px;
}

.feature_manager a.summary {
	position: absolute;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 15px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 25px;
}

.feature_manager a.summary:before {
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	top: 7px;
	width: 0;
	height: 0;
	border-top: 10px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.feature_manager a.summary.collapsed:before {
	top: 7px;
	border-top: 5px solid transparent;
	border-left: 10px solid #000;
	border-bottom: 5px solid transparent;
	border-right: 0;
}

.feature_manager .collapsing {
	-webkit-transition: none;
	transition: none;
}

.cm_placeholder table,
.feature_manager table {
	margin-top: 5px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.cm_placeholder table {
	margin-top: 15px;
}

.cm_placeholder table th,
.cm_placeholder table td,
.feature_manager table th,
.feature_manager table td {
	padding: 3px 5px 3px 0;
	border: 0;
}

.cm_placeholder table th:first-child,
.cm_placeholder table td:first-child,
.feature_manager table th:first-child,
.feature_manager table td:first-child {
	width: 30%;
}

.cm_placeholder {
	width: auto;
	height: 100%;
}

.cm_placeholder .cm_placeholder_bg.bg_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter: blur(5px);
}

.cm_placeholder .cm_placeholder_bg.bg_img:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.cm_placeholder .cm_placeholder_fg {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
}

.cm_placeholder a,
.feature_manager a {
	color: #000;
}

.cm_placeholder a:hover,
.feature_manager a:hover {
	color: #000;
}

.cm_placeholder a.btn,
.feature_manager a.btn {
	color: #fff;
	background-color: #000;
}

.cm_placeholder a.btn:hover,
.feature_manager a.btn:hover {
	color: #fff;
	background-color: #AAA;
}

/** Media Queries **/

@media (min-width: 768px) {
	.feature_manager.container {
		width: 700px;
		padding: 10px !important;
	}
}

@media (min-width: 992px) {
	.feature_manager.container {
		width: 900px;
	}
}

@media (min-width: 768px) {
	.feature_manager a.btn {
		float: right;
		margin-top: 0;
	}

	.cm_placeholder a.btn {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.feature_manager .row a.consent_essentials_only {
		display: block;
		text-align: right;
	}
}

@media (min-width: 992px) {
	.cm_placeholder .cm_placeholder_fg {
		margin: 30px;
		padding: 30px;
	}
}