@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: "(" attr(href) ")";
    }

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

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

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

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

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

    .table {
        border-collapse: collapse !important;
    }

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

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('glyphicons-halflings-regular.eot');
    src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff2') format('woff2'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon,
.product__listing.product__list .product__list--item.tag-highlighted:after,
.product__listing.product__grid .product-item.tag-highlighted:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #181818;
    background-color: #ffffff;
}

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

a {
    color: #181818;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #27809b;
    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: 0;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    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: normal;
    line-height: 1;
    color: #dddddd;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

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: 11px;
    margin-bottom: 11px;
}

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: var(--font-size-h1);
}

h2,
.h2 {
    font-size: var(--font-size-h2);
}

h3,
.h3 {
    font-size: var(--font-size-h3);
}

h4,
.h4 {
    font-size: var(--font-size-h4);
}

h5,
.h5 {
    font-size: var(--font-size-h5);
}

h6,
.h6 {
    font-size: var(--font-size-h6);
}

p {
    margin: 0 0 11px;
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

@media(min-width:640px) {
    .lead {
        font-size: 24px;
    }
}

small,
.small {
    font-size: 100%;
}

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

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

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

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

.text-justify {
    text-align: justify;
}

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

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

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

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

.text-muted {
    color: #dddddd;
}

.text-primary {
    color: #181818;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #000000;
}

.text-success {
    color: #3e5983;
}

a.text-success:hover,
a.text-success:focus {
    color: #2e4160;
}

.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: #181818;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #000000;
}

.bg-primary {
    color: #fff;
    background-color: #181818;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #000000;
}

.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: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px;
}

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

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

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

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 22px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media(min-width:640px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #dddddd;
}

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

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    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.42857143;
    color: #dddddd;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857143;
}

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

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #777777;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 0;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
}

@media(min-width:640px) {
    .container {
        width: 100%;
    }
}

@media(min-width:1024px) {
    .container {
        width: 1024px;
    }
}

@media(min-width:1200px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

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

.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:640px) {

    .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:1024px) {

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

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #dddddd;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}

.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.42857143;
    vertical-align: top;
    border-top: 1px solid #e0e0e0;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #e0e0e0;
}

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

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

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

.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 col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.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 {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width:639px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #e0e0e0;
    }

    .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 {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #777777;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #181818;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #181818;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #181818;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(24, 24, 24, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(24, 24, 24, 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 {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 32px;
    }

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

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

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

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

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

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

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

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 38px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 42px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
}

select.input-sm {
    height: 42px;
    line-height: 42px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 42px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
}

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

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

.form-group-sm .form-control-static {
    height: 42px;
    min-height: 38px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 24px;
}

.input-lg {
    height: 42px;
    padding: 10px 15px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 0;
}

select.input-lg {
    height: 42px;
    line-height: 42px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 42px;
    padding: 10px 15px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 0;
}

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

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

.form-group-lg .form-control-static {
    height: 42px;
    min-height: 44px;
    padding: 11px 15px;
    font-size: 22px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 40px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    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: 42px;
    height: 42px;
    line-height: 42px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.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: #3e5983;
}

.has-success .form-control {
    border-color: #3e5983;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2e4160;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6d8bba;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6d8bba;
}

.has-success .input-group-addon {
    color: #3e5983;
    border-color: #3e5983;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3e5983;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #181818;
}

.has-error .form-control {
    border-color: #181818;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4b4b4b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4b4b4b;
}

.has-error .input-group-addon {
    color: #181818;
    border-color: #181818;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #181818;
}

.has-feedback label~.form-control-feedback {
    top: 27px;
}

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

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

@media(min-width:640px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px;
}

.form-horizontal .form-group {
    margin-left: -12px;
    margin-right: -12px;
}

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

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

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

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0;
    -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: #ffffff;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-default:focus,
.btn-default.focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.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: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #000000;
    border-color: #000000;
}

.btn-default .badge {
    color: #000000;
    background-color: #ffffff;
}

.btn-primary {
    color: #ffffff;
    background-color: #181818;
    border-color: #181818;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.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: #000000;
    border-color: #000000;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #181818;
    border-color: #181818;
}

.btn-primary .badge {
    color: #181818;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: transparent;
}

.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0);
}

.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0);
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0);
}

.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: rgba(0, 0, 0, 0);
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: transparent;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #000000;
    border-color: transparent;
}

.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #000000;
    border-color: rgba(0, 0, 0, 0);
}

.btn-info:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: rgba(0, 0, 0, 0);
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #000000;
    border-color: rgba(0, 0, 0, 0);
}

.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: #000000;
    border-color: rgba(0, 0, 0, 0);
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #000000;
    border-color: transparent;
}

.btn-info .badge {
    color: #000000;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: transparent;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: rgba(0, 0, 0, 0);
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: rgba(0, 0, 0, 0);
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: rgba(0, 0, 0, 0);
}

.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: rgba(0, 0, 0, 0);
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: transparent;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: transparent;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0);
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0);
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0);
}

.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: rgba(0, 0, 0, 0);
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: transparent;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-link {
    color: #181818;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #27809b;
    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: #cccccc;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 15px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 0;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

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

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

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #6a6a6a;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #181818;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #dddddd;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #dddddd;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media(min-width:640px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

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

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

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

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    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-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.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-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    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-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 42px;
    padding: 10px 15px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 0;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 42px;
    line-height: 42px;
}

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 {
    padding: 5px 10px;
    line-height: 24px;
    height: 42px;
    padding: 9px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 42px;
    line-height: 42px;
}

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

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 42px;
    line-height: 42px;
}

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: normal;
    line-height: 1;
    color: #181818;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 0;
}

.input-group-addon.input-lg {
    padding: 10px 15px;
    font-size: 22px;
    border-radius: 0;
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-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-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

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

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    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 {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #dddddd;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #dddddd;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #181818;
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 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.42857143;
    border: 1px solid transparent;
    border-radius: 0 0 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: #cccccc;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media(min-width:640px) {
    .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: 0;
}

.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:640px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0 0 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: 0;
}

.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: #181818;
}

.nav-stacked>li {
    float: none;
}

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

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media(min-width:640px) {
    .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: 0;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media(min-width:640px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0 0 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-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}

@media(min-width:640px) {
    .navbar {
        border-radius: 0;
    }
}

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

.navbar-collapse {
    overflow-x: visible;
    padding-right: 12px;
    padding-left: 12px;
    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:640px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media(max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -12px;
    margin-left: -12px;
}

@media(min-width:640px) {

    .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:640px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media(min-width:640px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 14px 12px;
    font-size: 22px;
    line-height: 22px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media(min-width:640px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -12px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 12px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.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:640px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7px -12px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}

@media(max-width:639px) {
    .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: 22px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media(min-width:640px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.navbar-form {
    margin-left: -12px;
    margin-right: -12px;
    padding: 10px 12px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 9px;
    margin-bottom: 9px;
}

@media(min-width:640px) {
    .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:639px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media(min-width:640px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px;
}

.navbar-btn.btn-sm {
    margin-top: 4px;
    margin-bottom: 4px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}

@media(min-width:640px) {
    .navbar-text {
        float: left;
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media(min-width:640px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -12px;
    }

    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777777;
}

.navbar-default .navbar-nav>li>a {
    color: #777777;
}

.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: #555555;
    background-color: #e7e7e7;
}

.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-toggle {
    border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

@media(max-width:639px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777;
    }

    .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: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

.navbar-default .btn-link {
    color: #777777;
}

.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: #222222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

.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: #080808;
}

.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-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #ffffff;
}

@media(max-width:639px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }

    .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: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #ffffff;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.navbar-inverse .btn-link {
    color: #ffffff;
}

.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: 12px 0;
    margin-bottom: 22px;
    list-style: none;
    background-color: #cccccc;
    border-radius: 0;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #181818;
}

.breadcrumb>.active {
    color: #181818;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 0;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #181818;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #27809b;
    background-color: transparent;
    border-color: #dddddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #181818;
    background-color: #181818;
    border-color: #181818;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #cccccc;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 15px;
    font-size: 22px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.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: #cccccc;
    background-color: #ffffff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #181818;
    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: #dddddd;
}

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

.label-primary {
    background-color: #181818;
}

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

.label-success {
    background-color: #5cb85c;
}

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

.label-info {
    background-color: #000000;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #000000;
}

.label-warning {
    background-color: #f0ad4e;
}

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

.label-danger {
    background-color: #d9534f;
}

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #dddddd;
    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: #181818;
    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: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:640px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #181818;
}

.thumbnail .caption {
    padding: 9px;
    color: #181818;
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

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

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #5a9b27;
    border-color: #5a9b27;
    color: #ffffff;
}

.alert-success hr {
    border-top-color: #4e8722;
}

.alert-success .alert-link {
    color: #e6e6e6;
}

.alert-success hr {
    border-top-color: #4e8722;
}

.alert-success .alert-link,
.alert-success a {
    color: #ffffff;
}

.alert-success .alert-link:hover,
.alert-success a:hover,
.alert-success .alert-link:focus,
.alert-success a:focus,
.alert-success .alert-link:active,
.alert-success a:active {
    color: #ffffff;
}

.alert-success .close {
    opacity: .7;
}

.alert-success .close:hover {
    opacity: 1;
    color: #ffffff;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link,
.alert-info a {
    color: #aad0e2;
}

.alert-info .alert-link:hover,
.alert-info a:hover,
.alert-info .alert-link:focus,
.alert-info a:focus,
.alert-info .alert-link:active,
.alert-info a:active {
    color: #31708f;
}

.alert-info .close {
    opacity: .7;
}

.alert-info .close:hover {
    opacity: 1;
    color: #31708f;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link,
.alert-warning a {
    color: #deceb3;
}

.alert-warning .alert-link:hover,
.alert-warning a:hover,
.alert-warning .alert-link:focus,
.alert-warning a:focus,
.alert-warning .alert-link:active,
.alert-warning a:active {
    color: #8a6d3b;
}

.alert-warning .close {
    opacity: .7;
}

.alert-warning .close:hover {
    opacity: 1;
    color: #8a6d3b;
}

.alert-danger {
    background-color: #c40e0e;
    border-color: #c40e0e;
    color: #ffffff;
}

.alert-danger hr {
    border-top-color: #ac0c0c;
}

.alert-danger .alert-link {
    color: #e6e6e6;
}

.alert-danger hr {
    border-top-color: #ac0c0c;
}

.alert-danger .alert-link,
.alert-danger a {
    color: #ffffff;
}

.alert-danger .alert-link:hover,
.alert-danger a:hover,
.alert-danger .alert-link:focus,
.alert-danger a:focus,
.alert-danger .alert-link:active,
.alert-danger a:active {
    color: #ffffff;
}

.alert-danger .close {
    opacity: .7;
}

.alert-danger .close:hover {
    opacity: 1;
    color: #ffffff;
}

@-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 {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-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: 16px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    background-color: #181818;
    -webkit-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;
}

.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: #000000;
}

.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 {
    zoom: 1;
    overflow: hidden;
}

.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 {
    margin-bottom: 20px;
    padding-left: 0;
}

.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-right-radius: 0;
    border-top-left-radius: 0;
}

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

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 {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #dddddd;
    cursor: not-allowed;
}

.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: #dddddd;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #181818;
    border-color: #181818;
}

.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: #7e7e7e;
}

.list-group-item-success {
    color: #3e5983;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3e5983;
}

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: #3e5983;
    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: #3e5983;
    border-color: #3e5983;
}

.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: #181818;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #181818;
}

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: #181818;
    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: #181818;
    border-color: #181818;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 22px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-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-right-radius: -1;
    border-top-left-radius: -1;
}

.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: -1;
    border-bottom-left-radius: -1;
}

.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-right-radius: -1;
    border-top-left-radius: -1;
}

.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: -1;
    border-bottom-left-radius: -1;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-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-left: 15px;
    padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.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: -1;
    border-top-right-radius: -1;
}

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

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

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.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-left-radius: -1;
    border-bottom-right-radius: -1;
}

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

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

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #e0e0e0;
}

.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 {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 22px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.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: #777777;
    background-color: #f2f4f7;
    border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd;
}

.panel-default>.panel-heading .badge {
    color: #f2f4f7;
    background-color: #777777;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #181818;
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #181818;
    border-color: #181818;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #181818;
}

.panel-primary>.panel-heading .badge {
    color: #181818;
    background-color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #181818;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3e5983;
    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: #3e5983;
}

.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: #181818;
    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: #181818;
}

.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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 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: 0;
    -webkit-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: 0;
}

.well-sm {
    padding: 9px;
    border-radius: 0;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

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

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

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

@media(min-width:640px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media(min-width:1024px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #181818;
    border-radius: 0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #181818;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #181818;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #181818;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #181818;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #181818;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #181818;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #181818;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #181818;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: 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: 0;
    -webkit-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-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    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 {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

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

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    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);
}

.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%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    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%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    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%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.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;
    line-height: 1;
    font-family: serif;
}

.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%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    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:640px) {

    .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 {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical>.btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-header,
.modal-footer,
.tabs .tabs-list,
.cart__content,
.yCmsComponent>[class="content"],
.yCmsContentSlot>[class="content"] {
    clear: both;
}

.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,
.tabs .tabs-list:before,
.tabs .tabs-list:after,
.cart__content:before,
.cart__content:after,
.yCmsComponent>[class="content"]:before,
.yCmsComponent>[class="content"]:after,
.yCmsContentSlot>[class="content"]:before,
.yCmsContentSlot>[class="content"]:after {
    content: " ";
    display: table;
}

.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,
.tabs .tabs-list:after,
.cart__content:after,
.yCmsComponent>[class="content"]:after,
.yCmsContentSlot>[class="content"]:after {
    clear: both;
}

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

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

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

@media(max-width:639px) {
    .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:639px) {
    .visible-xs-block {
        display: block !important;
    }
}

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

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

@media(min-width:640px) and (max-width:1023px) {
    .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:640px) and (max-width:1023px) {
    .visible-sm-block {
        display: block !important;
    }
}

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

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

@media(min-width:1024px) 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:1024px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

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

@media(min-width:1024px) 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:639px) {
    .hidden-xs {
        display: none !important;
    }
}

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

@media(min-width:1024px) 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;
    }
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(97.6%);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35);
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: alpha(opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.ui-datepicker {
    border: 1px solid #e0e0e0;
    background: #ffffff;
    color: #181818;
}

.ui-datepicker .ui-datepicker-header {
    color: #181818;
    background-color: transparent;
    border: none;
    font-weight: bold;
}

.ui-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    color: #181818;
    cursor: pointer;
    font-family: 'Glyphicons Halflings', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 15px;
    line-height: 1;
    margin-top: 5px;
    width: 30px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
    float: left;
    text-align: left;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "\e079";
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
    float: right;
    text-align: right;
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\e080";
}

.ui-datepicker .ui-icon {
    display: none;
}

.ui-widget-header .ui-datepicker-prev-hover.ui-state-hover,
.ui-widget-header .ui-datepicker-next-hover.ui-state-hover {
    border: 0 none;
    background: transparent;
    color: #27809b;
    top: 2px;
}

.ui-datepicker th {
    font-weight: 400;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-color: #eeeeee;
    text-align: center;
    color: #181818;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #27809b;
    color: #ffffff;
    border-color: #27809b;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #181818;
    color: #ffffff;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35);
}

@font-face {
    font-family: Inter, Roboto, sans-serif;
    src: url("AzoSans-Light.eot?");
    src: url("AzoSans-Light.eot?#iefix") format("embedded-opentype"), url("AzoSans-Light.woff2") format("woff2"), url("AzoSans-Light.woff") format("woff"), url("AzoSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter, Roboto, sans-serif;
    src: url("AzoSans-Regular.eot?");
    src: url("AzoSans-Regular.eot?#iefix") format("embedded-opentype"), url("AzoSans-Regular.woff2") format("woff2"), url("AzoSans-Regular.woff") format("woff"), url("AzoSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter, Roboto, sans-serif;
    src: url("AzoSans-Medium.eot?");
    src: url("AzoSans-Medium.eot?#iefix") format("embedded-opentype"), url("AzoSans-Medium.woff2") format("woff2"), url("AzoSans-Medium.woff") format("woff"), url("AzoSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter, Roboto, sans-serif;
    src: url("AzoSans-Bold.eot?");
    src: url("AzoSans-Bold.eot?#iefix") format("embedded-opentype"), url("AzoSans-Bold.woff2") format("woff2"), url("AzoSans-Bold.woff") format("woff"), url("AzoSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'duni-icons';
    src: url('duni-icons.eot?5if4us');
    src: url('duni-icons.eot?5if4us#iefix') format('embedded-opentype'), url('duni-icons.ttf?5if4us') format('truetype'), url('duni-icons.woff?5if4us') format('woff'), url('duni-icons.svg?5if4us#duni-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

html,
body {
    position: relative;
    overscroll-behavior: none;
    height: 100%;
    line-height: var(--line-height-base);
}

body.offcanvas {
    overflow-y: hidden;
}

.no-margin {
    margin: 0 !important;
}

@media(min-width:1200px) {
    .container-lg {
        float: none;
        margin: 0 auto !important;
        overflow: hidden;
    }
}

button {
    font-weight: bold;
}

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

ul,
ol {
    padding-left: 15px;
}

@media(max-width:1023px) {
    .form-control {
        height: 42px;
        padding: 10px 15px;
        font-size: 22px;
        line-height: 1.3333333;
        border-radius: 0;
        font-size: 16px;
    }

    select.form-control {
        height: 42px;
        line-height: 42px;
    }

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

option {
    font-size: 0.875em;
    line-height: 18px;
    padding: 6px 13px;
    width: 100%;
}

button {
    color: #181818;
    text-decoration: none;
    position: relative;
}

a {
    cursor: pointer;
    color: #181818;
}

a:hover {
    color: #27809b;
}

a.duni-button {
    text-decoration: none;
}

a.duni-button:hover {
    text-decoration: none;
    color: #444444;
}

a.underline {
    text-decoration: underline !important;
}

.content[id] a {
    color: #181818;
    text-decoration: underline;
}

.content[id] a.disabled {
    color: #cccccc;
    cursor: not-allowed;
}

.content[id] a.disabled:hover,
.content[id] a.disabled:focus,
.content[id] a.disabled:active {
    color: #cccccc;
    pointer-events: none;
    cursor: not-allowed;
}

.content[id] a:hover,
.content[id] a:focus,
.content[id] a:active {
    color: #27809b;
    text-decoration: underline;
    cursor: pointer;
}

.content[id] a:hover .disabled,
.content[id] a:focus .disabled,
.content[id] a:active .disabled {
    color: #cccccc;
    cursor: not-allowed;
}

.content[id] a>span {
    text-decoration: underline;
}

.content[id] a:hover>span {
    color: #27809b !important;
    text-decoration: underline;
}

.content[id] [style*="color:"] {
    color: inherit !important;
}

.content[id] [style*="color:"]>a {
    color: #181818;
    text-decoration: underline;
}

.content[id] [style*="color:"]>a.disabled {
    color: #cccccc;
    cursor: not-allowed;
}

.content[id] [style*="color:"]>a.disabled:hover,
.content[id] [style*="color:"]>a.disabled:focus,
.content[id] [style*="color:"]>a.disabled:active {
    color: #cccccc;
    pointer-events: none;
    cursor: not-allowed;
}

.content[id] [style*="color:"]>a:hover,
.content[id] [style*="color:"]>a:focus,
.content[id] [style*="color:"]>a:active {
    color: #27809b;
    text-decoration: underline;
    cursor: pointer;
}

.content[id] [style*="color:"]>a:hover .disabled,
.content[id] [style*="color:"]>a:focus .disabled,
.content[id] [style*="color:"]>a:active .disabled {
    color: #cccccc;
    cursor: not-allowed;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #181818;
}

.open>.dropdown-menu {
    padding: 15px 0 0 0;
}

.dropdown-menu li {
    margin-top: 3px;
}

.dropdown-menu li:first-child {
    margin-top: 0px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 25px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #181818;
    white-space: nowrap;
}

.display-none {
    display: none;
}

.page-title {
    margin-bottom: 30px;
}

@media(min-width:640px) {

    .item-label,
    .item-value {
        display: block;
    }
}

@media(max-width:639px) {

    .item-label,
    .item-value {
        display: inline-block;
        line-height: 22px;
        vertical-align: top;
        width: 49%;
    }

    .item-value {
        padding-left: 12px;
    }

    .item-action {
        margin-top: 24px;
    }
}

.item-label {
    text-transform: uppercase;
    font-weight: 300;
}

.item-value {
    font-size: 18px;
    padding-bottom: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.container__full {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .container__full {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.flex {
    display: flex;
}

.justify-content-left {
    justify-content: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-right {
    justify-content: flex-end;
}

.well {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f2f4f7;
    border: none;
    border-bottom: 1px solid #334b5c;
    padding: 12px 15px;
    margin: 0;
    clear: both;
}

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

.well:after {
    clear: both;
}

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

.well:after {
    clear: both;
}

.well.well-single-headline {
    padding-left: 0;
    padding-right: 0;
}

.well.well-xs {
    padding: 0px 15px 5px;
}

.well.well-xs .well-headline {
    padding-top: 15px;
    margin: 0;
}

.well.well-xs .well-content {
    padding-top: 24px;
}

.well.well-sm {
    padding: 12px 24px;
}

.well.well-md {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .well.well-md {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.well.well-lg {
    padding-top: 45px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .well.well-lg {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.well.well-primary {
    background-color: #181818;
    color: #ffffff;
}

.well.well-secondary {
    background-color: #b1b1b1;
    color: #181818;
}

.well.well-tertiary {
    background-color: #ffffff;
    color: #ffffff;
}

.well.well-tertiary .item-label {
    color: #181818;
}

.well.well-tertiary .item-value {
    color: #fff;
}

.well.well-tertiary .item-value a {
    color: #fff;
    text-decoration: underline;
}

.well.well-quaternary {
    background-color: #f2f2f2;
    color: #181818;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.well.well-quinary {
    background-color: #ffffff;
    color: #181818;
    border-color: #e0e0e0;
    padding-left: 0;
    padding-right: 0;
}

.well.well-quinary .well-headline {
    background-color: #ffffff;
    color: #ffffff;
}

.well.well-quinary .well-content {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .well.well-quinary .well-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.well-headline {
    margin-left: -15px;
    margin-right: -15px;
    font-size: var(--font-size-base);
    font-weight: 700;
    border-bottom: 1px solid #334b5c;
    padding: 5px 30px 15px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .well-headline {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.well-headline-sub {
    font-weight: 400;
    padding-left: 10px;
}

@media(max-width:639px) {
    .well-headline {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.well-single-headline {
    padding-bottom: 0;
    border-bottom: 0;
}

.well-content {
    padding-top: 48px;
    padding-bottom: 24px;
    clear: both;
}

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

.well-content:after {
    clear: both;
}

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

.well-content:after {
    clear: both;
}

.well>.col-no-padding {
    padding-left: 0;
    padding-right: 0;
}

.well .well-headline {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .well .well-headline {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:639px) {

    .well,
    .well.well-lg {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:1023px) {
    body.offcanvas {
        max-height: 100vh;
        max-height: -webkit-fill-available;
    }

    main {
        -webkit-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .container {
        width: 100%;
    }

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

.text-success {
    color: #ffffff;
}

.alert-success svg path {
    fill: #ffffff;
}

.alert-info svg path {
    fill: #31708f;
}

.alert-warning svg path {
    fill: #8a6d3b;
}

.alert-danger svg path {
    fill: #ffffff;
}

.alert-danger .close {
    color: #ffffff;
}

.tooltip .tooltip-inner {
    display: inline-block;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    text-decoration: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: var(--font-size-xs);
    background: #181818;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 2px;
}

.tooltip.show {
    opacity: 1;
}

.link {
    cursor: pointer;
}

hr {
    border-color: #cccccc;
}

footer {
    margin-top: 30px;
    background: #282828;
    color: #ffffff;
    font-weight: 300;
}

@media(min-width:640px) {
    footer .container {
        max-width: 1200px;
        width: auto;
    }
}

.footer__top {
    padding-bottom: 50px;
    padding-top: 50px;
}

@media(max-width:1024px) {
    .footer__top {
        padding-bottom: 38px;
    }
}

@media(max-width:640px) {
    .footer__top .footer__nav--container {
        margin-bottom: 10px;
        text-align: center;
    }
}

.footer__top .footer__nav--container .footer__nav--links {
    padding-left: 0px;
    width: 100%;
    margin: 0px;
    list-style: none;
}

.footer__top .footer__nav--container .footer__nav--links .footer__link {
    margin-top: 10px;
}

.footer__top .footer__nav--container .footer__nav--links a {
    color: #ffffff;
    font-size: 14px;
}

.footer__left {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .footer__left {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.footer__right {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .footer__right {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(min-width:640px) and (max-width:1023px) {
    .footer__right {
        padding-top: 0px;
    }
}

@media(max-width:1024px) {
    .footer__right {
        border-top: 1px solid #ffffff;
        padding-top: 30px;
        margin-top: 25px;
    }
}

.footer__right .footer__dropdown {
    display: flex;
    justify-content: center;
}

@media(min-width:1024px) {
    .footer__right .footer__dropdown {
        justify-content: flex-end;
    }
}

.footer__right .footer__dropdown form {
    margin-bottom: 10px;
    width: 120px;
}

.footer__right .footer__dropdown select.form-control {
    padding: 2px 13px;
}

.footer__right .footer__dropdown .form-group {
    margin-bottom: 0;
}

.footer__right .footer__dropdown .form-control {
    cursor: pointer;
    background-color: #282828;
    color: #ffffff;
    padding: 7px 10px;
    height: 26px;
    line-height: 20px;
    font-size: 14px;
}

.footer__right .footer__dropdown .form-control option {
    background-color: #282828;
}

.footer__right .footer__dropdown .form-control:focus::-ms-value {
    background-color: #282828;
}

.footer__copyright {
    background: #ffffff;
    padding: 25px 0;
    color: #181818;
    text-align: center;
}

#Dunib2bCategoryNavComponent .nav__links--primary {
    margin-left: 0;
}

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

ul.nav__links li {
    float: left;
    list-style-type: none;
}

ul.nav__links::after {
    clear: both;
}

@media(max-width:1023px) {
    ul.nav__links:before {
        content: " ";
        display: table;
    }
}

.navigation.navigation--top {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .navigation.navigation--top {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.navigation--top>.row {
    display: flex;
}

@media(min-width:640px) and (max-width:1023px) {
    .navigation--top>.row {
        flex-direction: row-reverse;
        align-items: center;
    }
}

.navigation--top>.row>* {
    padding-left: 10px;
    padding-right: 10px;
}

.navigation--top .nav__left {
    padding: 8px 15px 8px 0;
    flex: 1;
    font-size: 13px;
    color: #27809b;
}

@media(min-width:1024px) {
    .navigation--top .nav__left {
        padding-left: 10px;
        padding-top: 10px;
    }
}

@media(max-width:1023px) {
    .navigation--top .nav__left .brand__nav .brand__nav-item {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.navigation--top .nav__right {
    padding-right: 0;
}

.navigation--top .nav__right .nav__links--account {
    margin: 0;
    padding-left: 0;
    display: none;
}

@media(min-width:640px) {
    .navigation--top .nav__right .nav__links--account {
        display: block;
    }
}

.navigation--top .nav__right .nav__links--account div[data-smartedit-component-id="HeaderLinksSlot"] {
    display: inline-block;
    float: left;
}

.navigation--top .nav__right .nav__links--account div[data-smartedit-component-id="HeaderLinksSlot"] li:last-child a {
    padding-right: 12px;
}

.navigation--top .nav__right .nav__links--account li {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
}

.navigation--top .nav__right .nav__links--account li:last-child a {
    padding-right: 0;
}

.navigation--top .nav__right .nav__links--account li.logged_in {
    padding: 10px;
}

.navigation--top .nav__right .nav__links--account li button {
    background: transparent none repeat scroll 0% 0%;
    border: medium none;
    color: #0068b3;
    font-size: 1em;
    text-transform: uppercase;
}

.navigation--top .nav__right .nav__links--account li button:hover {
    background: none;
    text-decoration: none;
    color: #27809b;
}

.navigation--top .nav__right .nav__links--account li a {
    color: inherit;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    padding: 12px;
    display: block;
    font-size: 1em;
    line-height: 1.329em;
}

.navigation--top .nav__right .nav__links--account li a:hover {
    text-decoration: none;
    color: #27809b;
}

.navigation--top .nav__right .nav__links--account .myAccountLinksHeader,
.navigation--top .nav__right .nav__links--account .myCompanyLinksHeader {
    background-color: transparent;
    color: inherit;
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding: 0 12px;
}

.navigation--top .nav__right .nav__links--account .myAccountLinksHeader::after,
.navigation--top .nav__right .nav__links--account .myCompanyLinksHeader::after {
    clear: both;
}

.navigation--top .nav__right .nav__links--account .myAccountLinksHeader:hover,
.navigation--top .nav__right .nav__links--account .myCompanyLinksHeader:hover,
.navigation--top .nav__right .nav__links--account .myAccountLinksHeader:focus,
.navigation--top .nav__right .nav__links--account .myCompanyLinksHeader:focus {
    color: #27809b;
    text-decoration: none;
}

.navigation--top .nav__right .nav__links--account .myAccountLinksHeader.show,
.navigation--top .nav__right .nav__links--account .myCompanyLinksHeader.show {
    background-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding: 0 12px;
}

#accNavComponentDesktopOne,
#accNavComponentDesktopTwo {
    background-color: transparent;
    z-index: 2;
}

#accNavComponentDesktopOne ul.nav__links,
#accNavComponentDesktopTwo ul.nav__links {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    background-color: #ffffff;
    overflow: auto;
}

@media(max-width:1023px) {

    #accNavComponentDesktopOne ul.nav__links,
    #accNavComponentDesktopTwo ul.nav__links {
        padding-bottom: 32px;
    }
}

#accNavComponentDesktopOne ul.nav__links .mega__nav,
#accNavComponentDesktopTwo ul.nav__links .mega__nav {
    max-width: 1380px;
    padding: 10px;
    margin: 0 auto;
}

#accNavComponentDesktopOne ul.nav__links li,
#accNavComponentDesktopTwo ul.nav__links li {
    list-style: none;
    border: none;
    padding: 0;
}

#accNavComponentDesktopOne .modal__bg,
#accNavComponentDesktopTwo .modal__bg {
    position: relative;
    right: 0;
    z-index: 1;
}

#accNavComponentDesktopOne .mega__nav-products .mega__nav-list,
#accNavComponentDesktopTwo .mega__nav-products .mega__nav-list {
    column-count: 1;
}

.sub__navigation {
    width: 100%;
    display: none;
    position: absolute;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    z-index: 2;
    background: #ffffff;
}

@media(min-width:1024px) {
    .sub__navigation {
        z-index: 20;
        left: 0;
        border: none;
        padding: 0;
    }

    .sub__navigation .nav__links {
        padding: 0 10px;
    }
}

@media(max-width:1023px) {
    .sub__navigation {
        top: 64px;
        bottom: 0;
        padding: 0;
        left: 0;
        width: 100%;
    }

    .sub__navigation .nav__links {
        padding: 24px 10px;
        height: calc(100dvh - 64px);
    }
}

@media(max-width:639px) {
    .navigation--middle .row:first-child {
        border: none;
    }
}

.navigation--middle .btn {
    background-color: transparent;
    width: 100%;
    padding: 0;
    height: 100%;
    color: #181818;
    border: none;
}

.navigation--middle .nav__right {
    padding-right: 25px;
}

@media(max-width:1024px) {
    .navigation--middle .nav__right {
        padding-right: 20px;
    }
}

.navigation--middle .nav__right ul.nav__links--shop_info {
    margin-bottom: 0;
}

@media(max-width:1024px) {
    .navigation--middle .nav__right ul.nav__links--shop_info {
        padding-left: 10px;
    }
}

@media(min-width:640px) {
    .navigation--middle .nav__right ul.nav__links--shop_info {
        float: right;
    }
}

@media(max-width:639px) {
    .navigation--middle .nav__right ul.nav__links--shop_info {
        border-left: 1px solid #cccccc;
        display: table-cell;
        text-align: center;
        vertical-align: top;
        padding: 0;
    }

    .navigation--middle .nav__right ul.nav__links--shop_info li {
        float: none;
    }
}

@media(min-width:640px) {
    .navigation--middle .nav__right ul.nav__links--shop_info .componentContainer .yCmsComponent {
        display: inline;
    }
}

.navigation--middle .nav__right ul.nav__links--shop_info .nav-location {
    min-width: 60px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.navigation--middle .nav__right ul.nav__links--shop_info .nav-location span {
    font-size: 30px;
    top: 27%;
    color: #181818;
}

@media(min-width:640px) {
    .navigation--middle .nav__right ul.nav__links--shop_info .nav-location {
        float: right;
        padding: 0px 10px;
    }
}

@media(min-width:1024px) {
    .navigation--middle .nav__right ul.nav__links--shop_info .nav-location {
        padding: 0px 30px;
    }
}

@media(max-width:639px) {
    .navigation--middle .componentContainer {
        text-align: center;
        vertical-align: top;
        border-left: 1px solid #cccccc;
    }
}

.navigation--middle .nav-order-tools,
.navigation--middle .nav-location,
.navigation--middle .nav-cart {
    height: 60px;
}

.navigation--middle .nav-order-tools:hover,
.navigation--middle .nav-location:hover,
.navigation--middle .nav-cart:hover,
.navigation--middle .btn:hover,
.navigation--middle .nav-order-tools:active,
.navigation--middle .nav-location:active,
.navigation--middle .nav-cart:active,
.navigation--middle .btn:active,
.navigation--middle .nav-order-tools:focus,
.navigation--middle .nav-location:focus,
.navigation--middle .nav-cart:focus,
.navigation--middle .btn:focus {
    background-color: transparent;
    box-shadow: none;
}

.navigation--middle .nav-cart {
    float: right;
    padding: 0 10px;
}

@media(min-width:640px) {
    .navigation--middle .nav-cart {
        padding-left: 30px;
    }
}

@media(max-width:639px) {
    .navigation--middle .nav-cart {
        position: relative;
        float: none;
        padding: 0;
    }
}

@media(min-width:640px) {
    .navigation--middle .nav-cart .mini-cart-price {
        overflow: hidden;
        margin-left: 5px;
        margin-right: 5px;
        float: right;
        font-size: var(--font-size-base);
        font-weight: 600;
        position: relative;
        top: 4px;
    }
}

.navigation--middle .nav-cart .mini-cart-link {
    color: #181818;
}

@media(min-width:640px) {
    .navigation--middle .nav-cart .mini-cart-link {
        line-height: 55px;
        white-space: nowrap;
    }
}

@media(max-width:639px) {
    .navigation--middle .nav-cart .mini-cart-link {
        display: block;
    }

    .navigation--middle .nav-cart .mini-cart-link .mini-cart-icon {
        color: #181818;
        left: -7px;
        top: 10px;
    }

    .navigation--middle .nav-cart .mini-cart-link .mini-cart-count {
        font-size: 12px;
        position: absolute;
        right: 44%;
        top: -13px;
        margin: 0;
    }

    .navigation--middle .nav-cart .mini-cart-link .nav-items-total {
        display: inline-block;
        background-color: #181818;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        color: #ffffff;
        line-height: 25px;
    }
}

.navigation--middle .nav-cart .mini-cart-count {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}

@media(min-width:640px) {
    .navigation--middle .nav-cart .mini-cart-count:before {
        content: "(";
        position: relative;
        top: 4px;
    }

    .navigation--middle .nav-cart .mini-cart-count:after {
        content: ")";
        position: relative;
        top: 4px;
    }
}

.navigation--middle .nav-cart .mini-cart-count .nav-items-total {
    position: relative;
    right: 0px;
    top: 5px;
}

@media(min-width:640px) {
    .navigation--middle .nav-cart .mini-cart-icon {
        float: right;
        position: relative;
        top: 5px;
    }
}

.navigation--middle .nav-cart .mini-cart-icon .glyphicon-shopping-cart {
    font-size: 22px;
}

@media(min-width:640px) and (max-width:1023px) {
    .navigation--middle .nav-cart .mini-cart-icon .glyphicon-shopping-cart {
        margin-left: 5px;
    }
}

@media(max-width:639px) {

    .navigation--middle .mobile__nav__row.mobile__nav__row--table,
    .navigation--middle .mobile__nav__row .mobile__nav__row--table {
        display: table !important;
        width: 100%;
    }

    .navigation--middle .mobile__nav__row .mobile__nav__row--table-group {
        display: table-row-group !important;
    }

    .navigation--middle .mobile__nav__row .mobile__nav__row--table-row {
        display: table-row !important;
    }

    .navigation--middle .mobile__nav__row .mobile__nav__row--table-row:before {
        display: table;
        content: " ";
    }

    .navigation--middle .mobile__nav__row .mobile__nav__row--table-cell {
        display: table-cell !important;
        vertical-align: top;
    }

    .navigation--middle .mobile__nav__row .nav__links--shop_info .componentContainer {
        margin-bottom: 0;
        overflow: hidden;
    }

    .navigation--middle .mobile__nav__row span.glyphicon-align-justify {
        position: relative;
        cursor: pointer;
        margin: 0 auto;
        color: #181818;
        font-size: 29px;
        top: 2px;
    }

    .navigation--middle .mobile__nav__row .componentContainer .nav-order-tools,
    .navigation--middle .mobile__nav__row .componentContainer .nav-cart {
        font-size: 30px;
        line-height: 60px;
        padding: 0;
        width: 100%;
    }

    .navigation--middle .mobile__nav__row .componentContainer .mobile__nav__row--table-cell {
        border-right: 1px solid #cccccc;
    }

    .navigation--middle .mobile__nav__row .componentContainer .mobile__nav__row--table-cell:last-child {
        border-right: none;
    }
}

@media(max-width:639px) {
    .navigation--middle .mobile__nav__row .mobile__nav__row--seperator {
        border-left: 1px solid #cccccc;
    }
}

@media(max-width:639px) {
    .navigation--middle .mobile__nav__row--btn {
        padding: 0;
        vertical-align: top;
        height: 60px;
        font-size: 30px;
        line-height: 60px;
    }

    .navigation--middle .mobile__nav__row--btn .nav-order-tools,
    .navigation--middle .mobile__nav__row--btn .mini-cart-link,
    .navigation--middle .mobile__nav__row--btn .mobile__nav__row--btn-search {
        padding: 0;
        width: 100%;
    }

    .navigation--middle .mobile__nav__row--btn .nav-order-tools:hover,
    .navigation--middle .mobile__nav__row--btn .mini-cart-link:hover,
    .navigation--middle .mobile__nav__row--btn .mobile__nav__row--btn-search:hover,
    .navigation--middle .mobile__nav__row--btn .nav-order-tools:focus,
    .navigation--middle .mobile__nav__row--btn .mini-cart-link:focus,
    .navigation--middle .mobile__nav__row--btn .mobile__nav__row--btn-search:focus,
    .navigation--middle .mobile__nav__row--btn .nav-order-tools:active,
    .navigation--middle .mobile__nav__row--btn .mini-cart-link:active,
    .navigation--middle .mobile__nav__row--btn .mobile__nav__row--btn-search:active {
        background-color: transparent;
        color: #181818;
        text-decoration: none;
    }

    .navigation--middle .mobile__nav__row--btn span.glyphicon {
        color: #181818;
    }
}

.navigation--middle .mobile-menu {
    height: 60px;
}

.navigation--middle .mobile-menu button {
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
    height: 100%;
    width: 100%;
    padding: 0px;
}

.navigation--middle .mobile-menu span {
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    color: #181818;
    font-size: 29px;
    top: 2px;
}

.navigation--bottom {
    background-color: #142939;
    border-bottom: 1px solid #142939;
}

@media(max-width:1023px) {
    .navigation--bottom {
        border-bottom: none;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .sm-back::before {
        content: "\e079";
        float: none;
    }
}

@media(max-width:1023px) {
    .navigation--bottom.js-enquire-offcanvas-navigation .close-nav {
        display: inline-block;
        cursor: pointer;
        height: 60px;
        width: 20%;
        vertical-align: top;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
    }
}

@media(max-width:1023px) {
    .navigation--bottom.js-enquire-offcanvas-navigation .close-nav button {
        background-color: #ffffff;
        height: 100%;
        width: 100%;
        display: inline-block;
        color: transparent;
        overflow: hidden;
        border: none;
    }
}

.navigation--bottom.js-enquire-offcanvas-navigation .close-nav button span {
    color: #181818;
    font-size: 25px;
}

.navigation--bottom:before,
.navigation--bottom:after {
    content: " ";
    display: table;
}

.navigation--bottom:after {
    clear: both;
}

@media(min-width:1200px) {
    .navigation--bottom a {
        padding: 20px 32px;
    }
}

.navigation--bottom .column-20-percent {
    float: left;
    width: 20%;
}

@media(max-width:1023px) {
    .navigation--bottom {
        width: 380px;
        position: absolute;
        left: -380px;
        background-color: #ffffff;
    }

    .navigation--bottom li {
        float: none;
    }
}

@media(max-width:639px) {
    .navigation--bottom {
        width: 100%;
        height: 83vh;
        left: -100%;
        margin-left: 0;
    }
}

.navigation--bottom .nav__links--products {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

@media(min-width:1024px) {
    .navigation--bottom .nav__links--products {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--products.active {
        position: relative;
        left: -100%;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--products {
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #ffffff;
        padding: 0;
        position: relative;
        left: 0;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--products li {
        float: none;
        overflow: hidden;
        background-color: #ffffff;
        border-bottom: 1px solid #e0e0e0;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--products li.liUserSign {
        border-bottom: 1px solid #ffffff;
    }

    .navigation--bottom .nav__links--products li.liUserSign:hover {
        background-color: #ffffff;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--products li.liUserSign a.userSign {
        width: 80%;
        display: inline-block;
        text-transform: uppercase;
        padding-right: 24px;
    }
}

.navigation--bottom .nav__links--products .nav__links--secondary {
    display: none;
    background: #ffffff;
    position: absolute;
    z-index: 20;
    left: 0;
    border: 1px solid #cccccc;
    border-top: 0;
    padding: 0 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.navigation--bottom .nav__links--products .nav__links--secondary .sm-back {
    display: none;
}

.navigation--bottom .nav__links--products .nav__links--secondary .row {
    position: relative;
}

.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section {
    position: static;
    padding: 10px;
}

.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section.double {
    position: relative;
    min-height: 1px;
    padding: 10px 0 10px 0;
}

.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-section-column {
    float: left;
    padding: 0 10px;
}

.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-list {
    padding-left: 0;
    list-style: none;
}

.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-list li {
    border-bottom: 1px solid #e0e0e0;
}

.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-list li:last-child {
    border-bottom: none;
}

.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-list li a {
    display: block;
    color: #181818;
    line-height: 30px;
    padding-left: 5px;
}

.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-list li a:hover,
.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-list li a:focus {
    background-color: #e0e0e0;
    text-decoration: none;
}

.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-list.has-title {
    margin-top: 40px;
}

.navigation--bottom .nav__links--products .nav__links--secondary .title+.sub-navigation-list.has-title {
    margin-top: 0;
}

.navigation--bottom .nav__link {
    display: inline-block;
    width: 100%;
}

.navigation--bottom .show-sub .nav__link a:after {
    content: "\e908";
    transform: rotate(180deg);
}

.navigation--bottom .show-sub .sub__navigation {
    top: 60px;
}

@media(min-width:1024px) {
    .navigation--bottom .show-sub .sub__navigation {
        display: block !important;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--primary-has__sub {
        position: static;
    }
}

.navigation--bottom .nav__links--primary-has__sub .nav__link a {
    position: relative;
    display: flex;
}

.navigation--bottom .nav__links--primary-has__sub .nav__link a:after {
    transition: all ease .3s;
    content: "\e908";
    font-family: "duni-icons";
    position: relative;
    display: inline-block;
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--primary-has__sub .nav__link a:after {
        content: '\e909';
        transform: rotate(0deg);
    }
}

.navigation--bottom .nav__links--primary-has__sub .nav__link--drill__down {
    display: inline-block;
    width: 33%;
    color: #181818;
    min-height: 30px;
    padding: 20px 0;
}

.navigation--bottom .nav__links--primary {
    margin-left: 24px;
    margin-right: 24px;
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--primary.active .sub__navigation {
        display: block;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--primary .sm-back {
        color: #181818;
        padding: 5px 50px;
        border-bottom: 1px solid #e0e0e0;
        font-size: 18px;
        line-height: 50px;
    }

    .navigation--bottom .nav__links--primary .sm-back::after {
        content: ' ';
    }

    .navigation--bottom .nav__links--primary .sm-back::before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: .8em;
        margin-right: 1em;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--primary .row {
        margin: 0;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--primary .sub-navigation-section {
        padding: 0;
        background: #ffffff;
    }
}

@media(min-width:1024px) {
    .navigation--bottom .nav__links--primary .sub-navigation-section {
        position: static;
        padding: 10px;
    }
}

.navigation--bottom .nav__links--primary .sub-navigation-section .title {
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
}

@media(max-width:1199px) {
    .navigation--bottom .nav__links--primary .sub-navigation-section .title {
        color: rgba(0, 0, 0, 0.7);
    }
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--primary .sub-navigation-section .title {
        padding: 10px 20px 10px 50px;
        text-transform: uppercase;
        border-bottom: 1px solid #e0e0e0;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--primary .sub-navigation-section .sub-navigation-list {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }
}

@media(min-width:1024px) {
    .navigation--bottom .nav__links--primary .sub-navigation-section .sub-navigation-list {
        padding-left: 0px;
        list-style: none;
        margin-top: 0;
    }

    .navigation--bottom .nav__links--primary .sub-navigation-section .sub-navigation-list a {
        display: block;
        color: #181818;
        line-height: 30px;
        padding: 0 0 0 5px;
    }

    .navigation--bottom .nav__links--primary .sub-navigation-section .sub-navigation-list a:hover {
        background-color: #e0e0e0;
        text-decoration: none;
    }
}

.navigation--bottom .nav__links--primary .sub-navigation-section .sub-navigation-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    float: none;
}

@media(min-width:1024px) {
    .navigation--bottom .nav__links--primary .sub-navigation-section .sub-navigation-list li:last-child {
        border: none;
    }
}

.navigation--bottom .nav__links--mobile.offcanvasGroup1 .offcanvasGroup2 li,
.navigation--bottom .nav__links--mobile.offcanvasGroup1 .offcanvasGroup3 li {
    border-bottom: 1px solid #ffffff;
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--mobile {
        overflow: hidden;
    }

    .navigation--bottom .nav__links--mobile li {
        overflow: hidden;
        background-color: #03426f;
        border: none;
    }

    .navigation--bottom .nav__links--mobile li a {
        color: #ffffff;
    }

    .navigation--bottom .nav__links--mobile .subNavList {
        padding-left: 0;
    }

    .navigation--bottom .nav__links--mobile .subNavList li {
        padding: 5px 0;
        background: #ffffff;
    }
}

@media(max-width:1023px) {

    .navigation--bottom .nav__links--mobile div.sub-nav .myAccountLinksHeader,
    .navigation--bottom .nav__links--mobile div.sub-nav .myCompanyLinksHeader {
        display: block;
        cursor: pointer;
        max-height: 60px;
        text-transform: uppercase;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--mobile div.sub-nav a {
        border-bottom: 1px solid #ffffff;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .nav__links--mobile div.sub-nav a span {
        float: right;
        line-height: 50px;
        left: 0;
        position: relative;
        height: 30px;
        top: -14px;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .userGroup {
        position: relative;
        line-height: 50px;
        background-color: #ffffff;
        padding: 5px 12px 5px 20px;
        cursor: pointer;
        color: #181818;
        display: inline-block;
        width: 80%;
        float: left;
        height: 60px;
        text-transform: uppercase;
        text-align: left;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .userGroup a {
        border: none;
        color: #181818;
    }

    .navigation--bottom .userGroup a:hover {
        background-color: transparent !important;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .userGroup .myAcctUserIcon {
        font-size: 20px;
        position: relative;
        top: 4px;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .userGroup .userName {
        display: inline-block;
        padding-left: 10px;
    }
}

@media(max-width:1023px) {
    .navigation--bottom .userGroup #signedInUserOptionsToggle {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        padding: 0;
    }
}

@media(max-width:1023px) {

    .navigation--bottom .glyphicon-chevron-up,
    .navigation--bottom .glyphicon-chevron-down {
        position: absolute;
        left: 260px;
        line-height: 60px;
        top: 0;
    }
}

@media(max-width:639px) {

    .navigation--bottom .glyphicon-chevron-up,
    .navigation--bottom .glyphicon-chevron-down {
        left: 68vw;
    }
}

@media(min-width:640px) {
    main {
        -webkit-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }
}

@media(min-width:640px) and (max-width:1023px) {
    main.offcanvas {
        position: relative;
        -webkit-transform: translate(380px, 0);
        -ms-transform: translate(380px, 0);
        -o-transform: translate(380px, 0);
        transform: translate(380px, 0);
    }
}

@media(max-width:639px) {
    main.offcanvas {
        position: relative;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

@media(max-width:639px) {
    .offcanvas .sticky-nav-top {
        left: 0;
        position: absolute;
        height: 60px;
        width: 100vw;
    }
}

@media(max-width:1023px) {
    .sticky-nav-top {
        position: absolute;
        left: 0px;
        top: -60px;
        width: 380px;
        padding: 0px;
        margin-bottom: 0;
        z-index: 9999;
        text-align: right;
    }
}

@media(max-width:639px) {
    .sticky-nav-top {
        position: absolute;
        top: -60px;
        height: 60px;
        left: -60px;
        z-index: 999;
        width: 100vw;
    }
}

.sticky-nav-top .liUserSign {
    background-color: #ffffff;
}

@media(max-width:1023px) {
    .sticky-nav-top .userSign {
        text-align: left;
        width: 80%;
        display: inline-block;
        color: #181818;
        padding: 20px 30% 20px 50px;
    }
}

@media(max-width:1023px) {
    html.offcanvas {
        overflow-x: hidden;
    }
}

.nav-order-tools {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

@media(min-width:640px) {
    .nav-order-tools {
        border-left: 0px;
        border-right: 1px solid #cccccc;
        padding: 0px 15px;
    }
}

@media(min-width:1024px) {
    .nav-order-tools {
        padding: 0px 30px;
    }
}

@media(max-width:639px) {
    .nav-order-tools {
        position: static;
    }
}

.nav-order-tools:before {
    position: relative;
    top: 23%;
    display: inline;
    font-family: 'Glyphicons Halflings', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e032";
    color: #181818;
    font-size: 30px;
}

@media(max-width:639px) {
    .nav-order-tools:before {
        top: 3px;
    }
}

.quote__list {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 49px;
    text-align: right;
}

.quote__list a {
    font-size: 25px;
    background-color: transparent;
    padding: 0;
    border: 0;
    color: #181818;
}

.quote__list a .glyphicon {
    top: 4px;
}

@media(min-width:640px) {
    .quote__list {
        border-left: 0px;
        padding: 0px 19px;
    }
}

@media(min-width:1024px) {
    .quote__list {
        padding: 0px 34px;
    }
}

@media(max-width:639px) {
    .quote__list {
        position: static;
    }
}

.js-nav-order-tools--active .nav-order-tools__child-wrap {
    display: block;
}

.js-nav-quote-list--active .quote__list--nav {
    display: block;
}

.quote__list--nav {
    text-align: left;
    position: absolute;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    right: 40px;
    top: 26px;
    width: 260px;
    z-index: 10;
}

.quote__list--nav a {
    font-size: 16px;
    line-height: 1.42857143;
}

@media(max-width:639px) {
    .quote__list--nav {
        width: 100vw;
        top: 103px;
    }
}

.quote__list--nav a {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #181818;
    padding: 24px 36px;
}

.quote__list--nav a:hover {
    background-color: transparent;
}

.nav-order-tools__child-wrap {
    font-size: 16px;
    line-height: 1.42857143;
    text-align: left;
    position: absolute;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    right: -1px;
    top: 60px;
    width: 260px;
    z-index: 10;
}

@media(max-width:639px) {
    .nav-order-tools__child-wrap {
        width: 100vw;
        top: 103px;
    }
}

.nav-order-tools__child-wrap div {
    border-bottom: 1px solid transparent;
}

.nav-order-tools__child-wrap div:last-child {
    border-bottom: none;
}

.nav-order-tools__child-wrap a {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #181818;
    padding: 24px 36px;
}

.nav-order-tools__child-wrap a:hover {
    background-color: transparent;
}

.search-results-highlight {
    font-weight: bold;
}

header {
    background: #ffffff;
    margin-bottom: 24px;
}

.page-cartPage header,
.page-homepage header,
.page-productGrid header,
.page-searchGrid header,
.page-search header,
.page-cartPage header,
.pageType-CategoryPage header {
    margin-bottom: 0;
}

.cookie-alert--top {
    margin-bottom: 0;
}

#consent-management-alert .consent-management-list {
    max-width: 100%;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

#consent-management-alert .consent-management-list__item {
    position: relative;
    margin-top: 0;
    margin-bottom: 3px;
    list-style-type: none;
}

@media(max-width:1023px) {
    #consent-management-alert .consent-management-list__item {
        border-left: 0 none;
        border-right: 0 none;
        margin-left: -20px;
        margin-right: -20px;
    }
}

#consent-management-alert .consent-management-list__title {
    padding: 0 15px 0 62px;
    display: block;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: bold;
}

#consent-management-alert .consent-management-list__title:before {
    font-family: 'Glyphicons Halflings', sans-serif;
    content: '\e114';
    font-size: var(--font-size-base);
    position: absolute;
    left: 20px;
    top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#consent-management-alert .consent-management-list__title:hover,
#consent-management-alert .consent-management-list__title:focus {
    cursor: pointer;
    outline: none;
}

#consent-management-alert .is-expanded .consent-management-list__title:before {
    content: "\e113";
}

#consent-management-alert .consent-management-list__label {
    width: 85%;
    font-size: 15px;
}

@media(max-width:1023px) {
    #consent-management-alert .consent-management-list__label {
        width: 60%;
        font-size: 14px;
    }
}

#consent-management-alert .consent-management-list__content-inner {
    padding: 10px 40px 0 65px;
    font-size: var(--font-size-base);
}

@media(max-width:1023px) {
    #consent-management-alert .consent-management-list__content-inner {
        font-size: 14px;
    }
}

#consent-management-alert .consent-management-list__content {
    transition: height 0.3s ease-out;
    height: 0;
    overflow: hidden;
}

#consent-management-alert .consent-buttons-group {
    position: absolute;
    top: 10px;
    right: 20px;
}

@media(max-width:639px) {
    #consent-management-alert .consent-buttons-group {
        right: 30px;
    }
}

#consent-management-alert .consent-buttons-group .btn {
    padding: 4px 38px;
    font-size: 13px;
    margin-left: 10px;
}

@media(max-width:639px) {
    #consent-management-alert .consent-buttons-group .btn {
        padding: 4px;
        font-size: 12px;
        margin-left: 0;
    }
}

.page-headline {
    color: #181818;
    font-size: var(--font-size-h3);
    line-height: 36px;
    font-weight: 400;
    padding: 24px 0;
    margin: 0;
}

.page-headline.border {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 29px;
}

.page-sub-headline {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.571;
}

.text-variant-bold {
    font-weight: 700;
}

.text-variant-medium {
    font-weight: 500;
}

.full-width-padding {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .full-width-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.half-width-padding {
    padding-left: 20px;
    padding-right: 20px;
}

@media(max-width:1024px) {
    .half-width-padding {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.btn-formblock {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 27px;
}

.btn {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.375;
    border-radius: 1px;
}

.btn.glyphicon {
    padding: 3px 0 4px 0;
}

.btn.glyphicon:before {
    font-size: 25px;
}

.btn,
.btn:active,
.btn.active {
    box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0;
}

.btn-small {
    padding: 6px 15px;
    font-size: 16px;
    line-height: 1.375;
    border-radius: 1px;
}

.btn-icon {
    padding-left: 89px;
    position: relative;
}

.btn-icon:before {
    position: absolute;
    font-size: 25px;
    top: 9px;
    left: 24px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.btn-icon:after {
    content: "";
    position: absolute;
    left: 73px;
    top: -1px;
    border-right: 1px solid currentColor;
    height: 44px;
}

:hover.btn-icon:after {
    border-right-width: 1px;
}

.btn-edit-confirm {
    width: 48%;
}

.btn-block+.btn-block {
    margin-top: 12px;
}

.btn-block-xs+.btn-block-xs {
    margin-left: 12px;
}

@media(max-width:639px) {
    .btn-block-xs {
        width: 100%;
    }

    .btn-block-xs+.btn-block-xs {
        margin-top: 12px;
        margin-left: 0;
    }
}

.btn-default {
    border: 1px solid;
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-default .badge {
    color: #000000;
    background-color: #ffffff;
}

.btn-primary {
    border: 3px solid;
    color: #ffffff;
    background-color: #181818;
    border-color: #181818;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #444444;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    color: #ffffff;
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn-primary .badge {
    color: #181818;
    background-color: #ffffff;
}

.pagination {
    margin: 0;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    float: unset;
    padding: unset;
    line-height: unset;
    color: inherit;
    background-color: transparent;
}

.pagination .link-button {
    line-height: normal;
    background-color: transparent;
    text-decoration: underline;
    border: none;
    display: flex;
    align-items: center;
    font-size: var(--font-size-base);
}

.pagination .link-button:hover,
.pagination .link-button:focus,
.pagination .link-button:active {
    text-decoration: underline;
}

.pagination .duni-select-mirror .options {
    max-height: 300px;
    overflow-y: auto;
}

.pagination .duni-select-mirror .selected {
    padding: 24px 24px !important;
    border: 1px solid #cccccc;
}

.breadcrumb-section {
    background: #cccccc;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .breadcrumb-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.breadcrumb-section .breadcrumb {
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    margin: 0;
}

.image-gallery__image {
    cursor: pointer;
}

.image-gallery__zoom-icon {
    font-size: 20px;
    opacity: 0.5;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

@media(min-width:640px) {
    .page-productDetails .carousel {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.product-details.page-title {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .product-details.page-title {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.product-main-info {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .product-main-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.product-main-info .product-details {
    padding: 0;
}

.variant-section {
    margin-bottom: 36px;
}

.variant-section .variant-selector .variant-name {
    font-size: 13px;
    font-weight: 600;
    color: #181818;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
}

.variant-section .variant-selector .variant-name .variant-selected {
    font-weight: normal;
    text-transform: none;
}

.variant-section .variant-selector .variant-list {
    padding-left: 0;
    list-style: none;
    clear: both;
    margin-left: -24px;
}

.variant-section .variant-selector .variant-list:before,
.variant-section .variant-selector .variant-list:after {
    content: " ";
    display: table;
}

.variant-section .variant-selector .variant-list:after {
    clear: both;
}

.variant-section .variant-selector .variant-list:before,
.variant-section .variant-selector .variant-list:after {
    content: " ";
    display: table;
}

.variant-section .variant-selector .variant-list:after {
    clear: both;
}

.variant-section .variant-selector .variant-list li {
    float: left;
    margin: 0 0 0 24px;
}

.variant-section .variant-selector .variant-list li a,
.variant-section .variant-selector .variant-list li span {
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    background: #fff;
    color: #181818;
    text-decoration: none;
}

@media(max-width:1023px) {

    .variant-section .variant-selector .variant-list li a,
    .variant-section .variant-selector .variant-list li span {
        height: 42px;
        width: 42px;
        line-height: 42px;
    }
}

.variant-section .variant-selector .variant-list li a img,
.variant-section .variant-selector .variant-list li span img {
    width: 100%;
    height: auto;
    vertical-align: top;
    border: 1px solid transparent;
}

.variant-section .variant-selector .variant-list li:hover a,
.variant-section .variant-selector .variant-list li.active a {
    background: #181818;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border: 1px solid #181818;
    color: #fff;
}

.variant-section .variant-selector .variant-list li:hover a img,
.variant-section .variant-selector .variant-list li.active a img {
    border: 1px solid #fff;
}

.variant-section .variant-selector .variant-list li.disabled span {
    color: #999;
    cursor: not-allowed;
}

.variant-section .variant-selector .variant-select {
    margin: 12px 0 0;
}

.rating {
    clear: both;
}

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

.rating:after {
    clear: both;
}

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

.rating:after {
    clear: both;
}

.rating .rating-stars {
    margin: 0 5px 0 0;
    padding: 3px 0 1px;
    position: relative;
}

@media(max-width:1023px) {
    .rating .rating-stars {
        font-size: 22px;
        float: none;
        clear: both;
    }

    .rating .rating-stars:before,
    .rating .rating-stars:after {
        content: " ";
        display: table;
    }

    .rating .rating-stars:after {
        clear: both;
    }

    .rating .rating-stars:before,
    .rating .rating-stars:after {
        content: " ";
        display: table;
    }

    .rating .rating-stars:after {
        clear: both;
    }
}

.rating .rating-stars .greenStars {
    position: absolute;
    overflow: hidden;
    top: 3px;
    left: 0;
    white-space: nowrap;
    width: 0;
}

.rating .rating-stars span {
    color: #dee3e8;
    margin: 0 0.1em;
    overflow: hidden;
}

.rating .rating-stars span.fh {
    width: 0.47em;
    margin-right: 0;
    float: left !important;
}

.rating .rating-stars span.lh {
    width: 0.5em;
    text-indent: -0.44em;
    margin-left: 0;
    float: left !important;
}

.rating .rating-stars span.active {
    color: #181818;
}

.rating.rating-set .rating-stars {
    cursor: pointer;
    display: inline-block;
}

.rating a {
    font-size: 13px;
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.rating a:before {
    border-left: 1px solid #dddddd;
    content: "";
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}

.tabs-responsive .tab-container {
    float: none;
    padding: 0;
}

@media(max-width:1023px) {
    .tabs-responsive .tabhead {
        border-bottom: 1px solid #f2f4f7;
    }
}

.tab-review .review-pagination-bar {
    margin: 12px 0;
    clear: both;
}

.tab-review .review-pagination-bar:before,
.tab-review .review-pagination-bar:after {
    content: " ";
    display: table;
}

.tab-review .review-pagination-bar:after {
    clear: both;
}

.tab-review .review-pagination-bar:before,
.tab-review .review-pagination-bar:after {
    content: " ";
    display: table;
}

.tab-review .review-pagination-bar:after {
    clear: both;
}

.tab-review .review-pagination-bar .right {
    float: right;
}

.tab-review .review-pagination-bar .right .pager {
    float: left;
    margin: 0 12px;
}

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

.tab-review .review-list .review-entry {
    margin: 12px 0;
}

.tab-review .review-list .review-entry .title {
    font-weight: bold;
}

.tab-review .review-list .review-entry .autor {
    color: #dddddd;
}

.tab-review .write-review {
    display: none;
}

#AddToCart-PickUpInStoreAction {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 20px;
}

@media(min-width:640px) {
    #AddToCart-PickUpInStoreAction {
        float: left;
        width: 50%;
    }
}

@media(min-width:1024px) {
    #AddToCart-PickUpInStoreAction {
        float: left;
        width: 100%;
    }
}

.AddToCart-PickUpInStoreAction {
    margin-top: 12px;
}

#AddToCart-AddToCartAction {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 20px;
}

@media(min-width:640px) {
    #AddToCart-AddToCartAction {
        float: left;
        width: 50%;
    }
}

@media(min-width:1024px) {
    #AddToCart-AddToCartAction {
        float: left;
        width: 100%;
    }
}

.image-gallery img {
    width: 100%;
    height: auto;
    -webkit-touch-callout: none;
}

.image-gallery .zoomImg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: none;
    max-width: none;
    z-index: 9999;
    border: 0;
    opacity: 0;
}

.image-gallery .zoomImg img {
    width: 100%;
    height: 100%;
}

.image-gallery .zoomImgMask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.addtocart-component {
    margin-top: 12px;
}

.addtocart-component .stock-wrapper {
    font-size: 13px;
    margin: 25px 0;
}

.addtocart-component .stock-wrapper * {
    float: left;
    margin: 0;
}

.addtocart-component .stock-wrapper .futureStockLink {
    margin-left: 12px;
}

.addtocart-component .actions .btn {
    margin-bottom: 12px;
}

.addtocart-component div.a2a_kit a.a2a_dd.share {
    background: url("../../_ui/responsive/common/images/productShareIcon.png") no-repeat left center;
    padding-left: 25px;
}

.addtocart-component div.a2a_kit a.a2a_dd.share .a2a_img {
    display: none;
}

.addtocart-component .qty-selector .input-group-btn,
#add_to_cart_storepickup_form .qty-selector .input-group-btn,
.addtocart-component .qty-selector .btn,
#add_to_cart_storepickup_form .qty-selector .btn {
    width: 44px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.addtocart-component .qty-selector .form-control,
#add_to_cart_storepickup_form .qty-selector .form-control {
    width: 50px;
    height: 44px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

@media(max-width:1023px) {
    .addtocart-component {
        margin-top: 24px;
    }

    .addtocart-component .qty-selector .input-group-btn,
    .addtocart-component .qty-selector .btn,
    .addtocart-component .qty-selector .form-control {
        width: 62.4px;
    }
}

@media(max-width:639px) {
    .addtocart-component .qty-selector {
        margin-left: auto;
        margin-right: auto;
    }

    .addtocart-component .stock-wrapper {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

.add-to-cart .add-to-cart-item .thumb {
    float: left;
    margin-right: 12px;
}

.add-to-cart .add-to-cart-item .thumb img {
    max-width: 65px;
}

.add-to-cart .add-to-cart-item .details {
    font-size: 18px;
    margin-left: 77px;
}

.add-to-cart .add-to-cart-item .details .name {
    font-weight: bold;
    color: inherit;
}

.add-to-cart .add-to-cart-item .price {
    font-size: 22px;
    text-align: right;
    font-weight: bold;
}

.duni-add-to-cart-button.duni-button {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-left: 0;
    margin-top: 16px;
}

@media(min-width:1200px) {
    .duni-add-to-cart-button.duni-button {
        margin-left: 8px;
        margin-top: 0;
    }
}

.addtocart .text-muted {
    color: #777777;
}

.owl-carousel {
    display: none;
    width: 90%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dots {
    display: flex;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 64px;
    height: 64px;
    background: #181818;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-dot:hover {
    background-color: #27809b;
}

.owl-carousel .owl-prev {
    left: -32px;
}

.owl-carousel .owl-next {
    right: -32px;
}

.owl-carousel .owl-nav {
    top: calc(50% - 64px / 2);
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    border: none;
    font: inherit;
}

.owl-carousel:not(.owl-loaded) .item,
.owl-carousel:not(.owl-initialized) .item {
    display: none;
}

.owl-carousel:not(.owl-loaded) .item:first-child,
.owl-carousel:not(.owl-initialized) .item:first-child {
    display: inline-block;
}

.owl-carousel.owl-initialized .item {
    display: inline-block;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center;
    display: flex;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel.js-owl-scroll {
    flex-direction: row;
    overflow: hidden;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-scrollbar {
    margin-top: 40px;
    border-radius: 3px;
    height: 3px;
    width: 100%;
    background: #eeeeee;
    border: 0;
    position: relative;
}

.owl-scrollbar .owl-scroll-handle {
    height: 3px;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    background: #777777;
    position: absolute;
    top: 0;
    left: 0;
}

.owl-scrollbar .owl-scroll-handle:hover {
    transition: transform 0.2s ease-in-out;
}

.owl-scrollbar .owl-scroll-progress {
    background: #333;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.carousel-wrapper {
    max-width: 1380px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

@media(min-width:1024px) {
    .carousel-wrapper:hover .owl-nav:not(.disabled) {
        display: flex;
        opacity: 1;
    }
}

@media(min-width:640px) {
    .carousel-wrapper:hover.vertical-scroll .owl-nav:not(.disabled) {
        display: flex;
        opacity: 1;
    }
}

.carousel-wrapper:not(.owl-loaded) .item-wrapper,
.carousel-wrapper:not(.owl-initialized) .item-wrapper {
    min-width: 85%;
    margin-right: 8px;
    height: auto;
    max-width: 300px;
}

@media(min-width:640px) {

    .carousel-wrapper:not(.owl-loaded) .item-wrapper,
    .carousel-wrapper:not(.owl-initialized) .item-wrapper {
        min-width: 42%;
        margin-right: 24px;
    }
}

@media(min-width:1024px) {

    .carousel-wrapper:not(.owl-loaded) .item-wrapper,
    .carousel-wrapper:not(.owl-initialized) .item-wrapper {
        min-width: 28%;
    }
}

.carousel-wrapper .mb-track-x {
    opacity: 1;
    height: 1px;
    background-color: #bfbfbf;
    width: 60%;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
}

.carousel-wrapper .mb-track-x .mb-bar {
    left: 0;
    min-height: 3px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    background: none;
}

.carousel-wrapper .mb-track-x .mb-bar:before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background-color: #181818;
}

.carousel-wrapper .mb-content {
    display: flex;
}

.carousel-wrapper .item-wrapper {
    max-width: 100%;
    display: flex;
    height: 100%;
}

.carousel-wrapper .product-item {
    margin: 0;
    padding: 24px;
    position: relative;
}

.carousel-wrapper .item-wrapper {
    width: 100%;
}

.carousel,
.carousel__component--carousel {
    width: auto;
    margin: 12px -12px;
}

@media(min-width:1024px) {

    .carousel.vertical-scroll .wrapper,
    .carousel__component--carousel.vertical-scroll .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

.carousel .item,
.carousel__component--carousel .item,
.carousel .carousel__item,
.carousel__component--carousel .carousel__item,
.carousel .product-item,
.carousel__component--carousel .product-item {
    height: 100%;
}

.carousel .product-item,
.carousel__component--carousel .product-item {
    padding: 24px;
}

.carousel-component {
    clear: both;
}

.carousel-component:before,
.carousel-component:after {
    content: " ";
    display: table;
}

.carousel-component:after {
    clear: both;
}

.carousel-component:before,
.carousel-component:after {
    content: " ";
    display: table;
}

.carousel-component:after {
    clear: both;
}

.carousel-component .carousel__component--headline {
    color: #181818;
    font-size: var(--font-size-h2);
    margin: 10px 0 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.carousel-component+.carousel-component,
.carousel-component .carousel__component {
    margin-top: 0;
    border-top: 4px solid #cccccc;
    padding-top: 36px;
}

.carousel-component .nav-container {
    position: absolute;
    top: calc(50% + 64px);
    width: 90%;
    left: 5%;
    z-index: 1;
}

.carousel-component:hover .nav-container .owl-prev:not(.disabled),
.carousel-component:hover .nav-container .owl-next:not(.disabled) {
    display: flex;
}

.rotating-image-componet {
    clear: both;
}

.rotating-image-componet:before,
.rotating-image-componet:after {
    content: " ";
    display: table;
}

.rotating-image-componet:after {
    clear: both;
}

.rotating-image-componet:before,
.rotating-image-componet:after {
    content: " ";
    display: table;
}

.rotating-image-componet:after {
    clear: both;
}

.rotating-image-componet .carousel.rotating-image {
    margin: 0;
}

.rotating-image-componet .owl-item .item {
    padding: 0;
    margin: 0;
}

.rotating-image-componet .owl-item img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
}

.rotating-image-componet .owl-controls .owl-pagination {
    display: block !important;
}

.image-gallery .image-gallery__image .owl-item .item {
    padding: 0;
}

.image-gallery .image-gallery__image .owl-item img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
}

@media(min-width:1024px) and (max-width:1199px) {
    .image-gallery .image-gallery__image .owl-controls {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .image-gallery .image-gallery__image .owl-controls {
        display: none !important;
    }
}

.slick-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 64px;
    height: 64px;
    background: #181818;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
}

.slick-arrow:hover {
    background-color: #27809b;
}

.simpleimagecomponent a {
    display: block;
}

.simpleimagecomponent a img {
    width: 100%;
    height: auto;
}

.banner-component {
    width: 100%;
}

.banner-component a {
    clear: both;
    display: block;
    color: #181818;
    text-decoration: none;
}

.banner-component a:before,
.banner-component a:after {
    content: " ";
    display: table;
}

.banner-component a:after {
    clear: both;
}

.banner-component a:before,
.banner-component a:after {
    content: " ";
    display: table;
}

.banner-component a:after {
    clear: both;
}

.banner-component .title {
    font-weight: bold;
}

.banner-component .thumb {
    padding: 12px 0;
}

.banner-component .thumb img {
    width: 100%;
    height: auto;
}

@media(max-width:639px) {

    .simple-banner-component,
    .banner__component {
        margin-left: -12px;
        margin-right: -12px;
    }
}

.simple-banner-component article a,
.banner__component article a {
    display: inline;
}

.simple-banner-component a,
.banner__component a {
    display: block;
}

.simple-banner-component img,
.banner__component img {
    width: 100%;
    height: auto;
}

.image-map-component img {
    width: 100%;
    height: auto;
}

.cms-image-component img {
    width: 100%;
    height: auto;
}

.tabs {
    margin: 72px 0 0;
}

@media(max-width:1023px) {
    .tabs {
        border-top: 1px solid #dddddd;
    }
}

.tabs .tabs-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #dddddd;
    display: table;
    margin: 0 auto;
    border: 0;
}

.tabs .tabs-list>li {
    position: relative;
    display: block;
}

.tabs .tabs-list>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.tabs .tabs-list>li>a:hover,
.tabs .tabs-list>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.tabs .tabs-list>li.disabled>a {
    color: #dddddd;
}

.tabs .tabs-list>li.disabled>a:hover,
.tabs .tabs-list>li.disabled>a:focus {
    color: #dddddd;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.tabs .tabs-list .open>a,
.tabs .tabs-list .open>a:hover,
.tabs .tabs-list .open>a:focus {
    background-color: #eeeeee;
    border-color: #181818;
}

.tabs .tabs-list .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.tabs .tabs-list>li>a>img {
    max-width: none;
}

.tabs .tabs-list>li {
    float: left;
    margin-bottom: -1px;
}

.tabs .tabs-list>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}

.tabs .tabs-list>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.tabs .tabs-list>li.active>a,
.tabs .tabs-list>li.active>a:hover,
.tabs .tabs-list>li.active>a:focus {
    color: #cccccc;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.tabs .tabs-list.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.tabs .tabs-list.nav-justified>li {
    float: none;
}

.tabs .tabs-list.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.tabs .tabs-list.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media(min-width:640px) {
    .tabs .tabs-list.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .tabs .tabs-list.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.tabs .tabs-list.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0;
}

.tabs .tabs-list.nav-justified>.active>a,
.tabs .tabs-list.nav-justified>.active>a:hover,
.tabs .tabs-list.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media(min-width:640px) {
    .tabs .tabs-list.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0 0 0 0;
    }

    .tabs .tabs-list.nav-justified>.active>a,
    .tabs .tabs-list.nav-justified>.active>a:hover,
    .tabs .tabs-list.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.tabs .tabs-list .current-info {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.tabs .tabs-list li {
    padding: 0 24px;
}

.tabs .tabs-list li a {
    text-transform: uppercase;
    color: #181818;
    padding: 0 0 5px 0;
    border: 0;
    border-bottom: 4px solid transparent;
}

.tabs .tabs-list li a:focus,
.tabs .tabs-list li a:hover {
    cursor: pointer;
    background-color: transparent;
}

.tabs .tabs-list li+li:before {
    content: "";
    position: absolute;
    height: 15px;
    left: 0;
    top: 2px;
    border-left: 1px solid #dddddd;
}

.tabs .tabs-list li.active a,
.tabs .tabs-list li.active a:hover,
.tabs .tabs-list li.active a:focus {
    color: #181818;
    font-weight: bold;
    border: 0;
    border-bottom: 4px solid #181818;
}

.tabs .tabhead {
    height: 75px;
    display: table;
}

@media(max-width:639px) {
    .tabs .tabhead {
        display: none !important;
    }
}

@media(min-width:640px) and (max-width:1023px) {
    .tabs .tabhead {
        display: none !important;
    }
}

.tabs .tabhead+.tabbody {
    display: none !important;
}

.tabs .tabhead.active {
    font-weight: bold;
}

.tabs .tabhead.active+.tabbody {
    display: block !important;
}

.tabs .tabhead a {
    padding: 0 12px;
    color: inherit;
    line-height: 1;
    text-decoration: none;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

@media(max-width:1024px) {
    .tabs .tabhead a {
        padding-left: 20px;
    }
}

.tabs .tabhead .glyphicon {
    padding: 0 12px;
    display: table-cell;
    vertical-align: middle;
}

.tabs .tabhead .glyphicon:before {
    content: "\e080";
}

@media(max-width:1024px) {
    .tabs .tabhead .glyphicon {
        padding-right: 20px;
    }
}

.tabs .tabhead.active .glyphicon:before {
    content: "\e114";
}

.tabs .tabbody {
    border-bottom: 1px solid #dddddd;
    padding: 20px 0px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #eeeeee;
}

@media(max-width:1024px) {
    .tabs .tabbody {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(min-width:1024px) {
    .tabs .tabbody {
        border-top: 1px solid #dddddd;
    }
}

@media(max-width:639px) {
    .tabs.tabs-responsive .tabs-list {
        display: none !important;
    }
}

@media(min-width:640px) and (max-width:1023px) {
    .tabs.tabs-responsive .tabs-list {
        display: none !important;
    }
}

.tabs.tabs-responsive .tabhead {
    text-transform: uppercase;
    display: none !important;
    border-bottom-color: #dddddd;
}

.tabs.tabs-responsive .tabhead.active {
    border-bottom: 4px solid #181818;
}

@media(max-width:1023px) {
    .tabs.tabs-responsive .tabhead {
        display: table !important;
    }
}

.tabs.tabs-accordion .tabs-list {
    display: none !important;
}

.tabs.tabs-accordion .tabhead {
    display: table !important;
    margin-bottom: 20px;
}

.languagecurrencycomponent {
    float: right !important;
}

.languagecurrencycomponent form {
    display: inline-block;
}

.languagecurrencycomponent form+form {
    margin-left: 12px;
}

.ui-helper-hidden-accessible {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.thumb {
    position: relative;
}

.thumb .badges {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    overflow: hidden;
}

.thumb .badges .badge {
    float: left;
    clear: left;
    margin-bottom: 12px;
}

.com-space>* {
    padding: 12px 0;
}

.flex-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-column>* {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.product-classifications .headline {
    font-weight: bold;
    padding: 12px;
}

.product-classifications table.table td.attrib {
    width: 50%;
}

.no-space {
    padding: 0 !important;
}

.no-space .yCmsComponent {
    padding: 0 !important;
}

.simple-responsive-banner-component a,
.banner__component--responsive a {
    display: block;
}

.simple-responsive-banner-component img,
.banner__component--responsive img {
    width: 100%;
    height: auto;
}

.error-page {
    text-align: center;
}

.back-link {
    padding: 24px 0px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .back-link {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.back-link.border {
    border-bottom: 1px solid #dddddd;
}

.back-link button {
    padding: 0;
}

.back-link .glyphicon {
    border-right: 1px solid #dddddd;
    border-radius: 0;
    padding-right: 10px;
    line-height: 16px;
    top: -2px;
}

.back-link .label {
    color: #181818;
    font-size: var(--font-size-h3);
    line-height: 36px;
    font-weight: 400;
    padding: 24px 0;
    margin: 0;
    padding-left: 10px;
    white-space: normal;
}

.back-link .label.border {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 29px;
}

.back-link.product-details .label {
    font-weight: 600;
}

.accordion {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.accordion .panel-group {
    margin: 0;
}

.accordion .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion .panel .panel-heading {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ffffff;
    position: relative;
    padding: 0;
}

.accordion .panel .panel-heading .accordion-toggle {
    display: block;
    color: #181818;
    padding: 24px 30px;
}

.accordion .panel .panel-heading .accordion-toggle:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
}

.accordion .panel .panel-heading .accordion-toggle:before:before {
    content: '';
}

.accordion .panel .panel-heading .accordion-toggle:before.glyphicon-search {
    background-image: url(../../_ui/responsive/common/images/search.svg);
}

.accordion .panel .panel-heading .accordion-toggle:before.glyphicon-align-justify {
    background-image: url(../../_ui/responsive/common/images/menu.svg);
}

.accordion .panel .panel-heading .accordion-toggle:before.glyphicon-shopping-cart {
    background-image: url(../../_ui/responsive/common/images/cart.svg);
}

.accordion .panel .panel-heading .accordion-toggle:before.glyphicon-remove {
    background-image: url(../../_ui/responsive/common/images/close.svg);
}

.accordion .panel .panel-heading .accordion-toggle:before {
    content: "\e113";
}

.accordion .panel .panel-heading .accordion-toggle.collapsed:before {
    content: "\e114";
}

.accordion .panel .panel-heading .accordion-lnk {
    position: absolute;
    left: 63px;
    top: 24px;
}

.accordion .panel .panel-heading .accordion-lnk.no-subs {
    display: block;
    position: static;
    padding: 24px;
}

.accordion .panel .panel-collapse .panel-heading {
    background-color: #e6e6e6;
}

.accordion .panel .panel-collapse .panel-heading .accordion-lnk {
    left: 87px;
}

.accordion .panel .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 87px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-heading {
    background-color: #d9d9d9;
}

.accordion .panel .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 111px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 111px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #cccccc;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 135px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 135px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #bfbfbf;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 159px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 159px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #b3b3b3;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 183px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 183px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #a6a6a6;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 207px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 207px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #999999;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 231px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 231px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #8c8c8c;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 255px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 255px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #808080;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 279px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 279px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
    background-color: #737373;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
    left: 303px;
}

.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
    padding-left: 303px;
}

.accordion .panel .panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 0;
}

.pageType-CategoryPage .map img {
    min-width: 100%;
}

.searchEmptyPageMiddle-component {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .searchEmptyPageMiddle-component {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(min-width:1024px) {
    .product__list--wrapper {
        padding: 0;
        margin: 0 0 0 -20px;
    }
}

@media(min-width:640px) {
    .product__list--wrapper .pagination-wrap {
        padding-right: 0;
    }
}

.searchSpellingSuggestionPrompt {
    padding-left: 20px;
    padding-right: 20px;
}

@media(max-width:640px) {
    .pagination-bar .sort-refine-bar button {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.results h1 {
    color: #181818;
    font-size: var(--font-size-h3);
    line-height: 36px;
    font-weight: 400;
    padding: 24px 0;
    margin: 0;
    margin-top: 24px;
    padding-left: 24px;
    padding-bottom: 0;
}

.results h1.border {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 29px;
}

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

.product__listing .product__listing--promo {
    color: #3e5983;
    color: #ffffff;
    margin-bottom: 12px;
}

a.product__listing .product__listing--promo:hover,
a.product__listing .product__listing--promo:focus {
    color: #2e4160;
}

@media(min-width:1024px) {
    .product__listing .product__listing--promo {
        padding-right: 20px;
        margin: 0 -10px;
    }
}

.product__listing .product__list--price-panel {
    text-align: right;
}

.product__listing .product__list--name {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 12px 106px;
    color: inherit;
}

.product__listing .product__listing--description {
    margin: 0 210px 0 106px;
}

@media(max-width:639px) {
    .product__listing .product__listing--description {
        display: none !important;
    }
}

.product__listing .addtocart {
    clear: both;
}

@media(min-width:1024px) {

    .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListPickUpInStoreAction,
    .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListAddToCartAction,
    .product__listing .addtocart .pickup-in-store-available .SearchResultsList-ListPickUpInStoreAction,
    .product__listing .addtocart .pickup-in-store-available .SearchResultsList-ListAddToCartAction,
    .product__listing .addtocart .pickup-in-store-available .SearchResultsGrid-ListPickUpInStoreAction,
    .product__listing .addtocart .pickup-in-store-available .SearchResultsGrid-ListAddToCartAction {
        width: 49%;
        display: inline-block;
        float: left;
    }

    .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListAddToCartAction {
        position: relative;
        right: 1%;
        float: right;
    }

    .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListPickUpInStoreAction {
        position: relative;
        left: 1%;
    }
}

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

    .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListAddToCartAction,
    .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListPickUpInStoreAction {
        width: calc(49% - 4px);
    }
}

@media(min-width:1024px) and (max-width:1199px) {
    .product__listing .addtocart .pickup-in-store-available {
        margin: 0 -4.8px;
    }

    .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListPickUpInStoreAction,
    .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListAddToCartAction,
    .product__listing .addtocart .pickup-in-store-available .SearchResultsList-ListPickUpInStoreAction,
    .product__listing .addtocart .pickup-in-store-available .SearchResultsList-ListAddToCartAction,
    .product__listing .addtocart .pickup-in-store-available .SearchResultsGrid-ListPickUpInStoreAction,
    .product__listing .addtocart .pickup-in-store-available .SearchResultsGrid-ListAddToCartAction {
        padding: 0 4px;
    }
}

.product__listing.product__list .product__list--item.tag-highlighted,
.product__listing.product__grid .product-item.tag-highlighted {
    position: relative;
}

.product__listing.product__list .product__list--item.tag-highlighted:before,
.product__listing.product__grid .product-item.tag-highlighted:before {
    content: "";
    z-index: -1;
    position: absolute;
    border: 2px solid #181818;
    top: 14px;
    left: 12px;
    right: 12px;
    bottom: 14px;
}

.product__listing.product__list .product__list--item.tag-highlighted:after,
.product__listing.product__grid .product-item.tag-highlighted:after {
    content: "\e006";
    top: 18px;
    left: 16px;
    color: #181818;
    width: 24px;
    line-height: 22px;
    height: 24px;
    font-size: 18px;
    padding: 0;
    text-align: center;
    position: absolute;
}

.product__listing.product__list .product__list--item {
    padding: 24px 30px;
    border-top: 1px solid #cccccc;
}

.product__listing.product__list .product__list--item:nth-of-type(2n) {
    background-color: #eeeeee;
}

@media(max-width:1024px) {
    .product__listing.product__list .product__list--item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.product__listing.product__list .product__list--item.tag-highlighted:before {
    left: 0;
    right: 0;
    top: 1px;
    bottom: 0;
}

.product__listing.product__list .product__list--item.tag-highlighted:after {
    font-size: var(--font-size-base);
    top: 8px;
    left: 7px;
}

.product__listing.product__list .product__list--item.tag-highlighted:first-child:before {
    top: 0;
}

.product__listing.product__list .product__list--item.tag-highlighted:nth-of-type(2n) {
    background: transparent;
}

.product__listing.product__list .product__list--item.tag-highlighted:nth-of-type(2n):before {
    top: 1px;
    background-color: #eeeeee;
}

.product__listing.product__list .product__list--thumb {
    float: left;
    margin-right: 12px;
    display: block;
}

.product__listing.product__list .product__list--thumb>img {
    width: 96px;
}

.product__listing.product__list .product__list--price-panel {
    float: right;
    width: 200px;
}

.product__listing.product__list .ProductListComponent-ListPickUpInStoreAction,
.product__listing.product__list .ProductListComponent-ListAddToCartAction,
.product__listing.product__list .SearchResultsList-ListPickUpInStoreAction,
.product__listing.product__list .SearchResultsList-ListAddToCartAction {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
}

@media(min-width:640px) {

    .product__listing.product__list .ProductListComponent-ListPickUpInStoreAction,
    .product__listing.product__list .ProductListComponent-ListAddToCartAction,
    .product__listing.product__list .SearchResultsList-ListPickUpInStoreAction,
    .product__listing.product__list .SearchResultsList-ListAddToCartAction {
        float: left;
        width: 33.33333333%;
    }
}

@media(min-width:640px) {

    .product__listing.product__list .ProductListComponent-ListPickUpInStoreAction,
    .product__listing.product__list .ProductListComponent-ListAddToCartAction,
    .product__listing.product__list .SearchResultsList-ListPickUpInStoreAction,
    .product__listing.product__list .SearchResultsList-ListAddToCartAction {
        left: 33.33333333%;
    }
}

.product__listing.product__list .ProductListComponent-ListOrderFormAction,
.product__listing.product__list .SearchResultsList-ListOrderFormAction {
    float: left;
    width: 50%;
    left: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
}

@media(min-width:640px) {

    .product__listing.product__list .ProductListComponent-ListOrderFormAction,
    .product__listing.product__list .SearchResultsList-ListOrderFormAction {
        float: left;
        width: 33.33333333%;
    }
}

@media(min-width:640px) {

    .product__listing.product__list .ProductListComponent-ListOrderFormAction,
    .product__listing.product__list .SearchResultsList-ListOrderFormAction {
        left: 0%;
    }
}

@media(max-width:639px) {
    .product__listing.product__list .product__list--price-panel {
        text-align: left;
        float: none;
        margin-left: 106px;
        width: auto;
    }
}

.product__listing.product__grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product__listing.product__grid .product-item.tag-highlighted {
    position: relative;
}

@media(min-width:640px) {
    .product__listing.product__grid .product-item:nth-child(4n+1) {
        clear: both;
    }
}

@media(max-width:639px) {
    .product__listing.product__grid .product-item:nth-child(even) {
        clear: both;
        margin-right: 0;
    }

    .product__listing.product__grid .product-item:nth-child(odd) {
        clear: both;
        margin-left: 0;
    }
}

.product__listing.product__grid .search-result {
    order: 99999999;
}

.product__listing.product__grid .search-result-0 {
    order: 0;
}

.product__listing.product__grid .content-result-0 {
    order: 5;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-0 {
        order: 15;
    }
}

.product__listing.product__grid .search-result-1 {
    order: 10;
}

.product__listing.product__grid .content-result-1 {
    order: 15;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-1 {
        order: 35;
    }
}

.product__listing.product__grid .search-result-2 {
    order: 20;
}

.product__listing.product__grid .content-result-2 {
    order: 25;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-2 {
        order: 55;
    }
}

.product__listing.product__grid .search-result-3 {
    order: 30;
}

.product__listing.product__grid .content-result-3 {
    order: 35;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-3 {
        order: 75;
    }
}

.product__listing.product__grid .search-result-4 {
    order: 40;
}

.product__listing.product__grid .content-result-4 {
    order: 45;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-4 {
        order: 95;
    }
}

.product__listing.product__grid .search-result-5 {
    order: 50;
}

.product__listing.product__grid .content-result-5 {
    order: 55;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-5 {
        order: 115;
    }
}

.product__listing.product__grid .search-result-6 {
    order: 60;
}

.product__listing.product__grid .content-result-6 {
    order: 65;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-6 {
        order: 135;
    }
}

.product__listing.product__grid .search-result-7 {
    order: 70;
}

.product__listing.product__grid .content-result-7 {
    order: 75;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-7 {
        order: 155;
    }
}

.product__listing.product__grid .search-result-8 {
    order: 80;
}

.product__listing.product__grid .content-result-8 {
    order: 85;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-8 {
        order: 175;
    }
}

.product__listing.product__grid .search-result-9 {
    order: 90;
}

.product__listing.product__grid .content-result-9 {
    order: 95;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-9 {
        order: 195;
    }
}

.product__listing.product__grid .search-result-10 {
    order: 100;
}

.product__listing.product__grid .content-result-10 {
    order: 105;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-10 {
        order: 215;
    }
}

.product__listing.product__grid .search-result-11 {
    order: 110;
}

.product__listing.product__grid .content-result-11 {
    order: 115;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-11 {
        order: 235;
    }
}

.product__listing.product__grid .search-result-12 {
    order: 120;
}

.product__listing.product__grid .content-result-12 {
    order: 125;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-12 {
        order: 255;
    }
}

.product__listing.product__grid .search-result-13 {
    order: 130;
}

.product__listing.product__grid .content-result-13 {
    order: 135;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-13 {
        order: 275;
    }
}

.product__listing.product__grid .search-result-14 {
    order: 140;
}

.product__listing.product__grid .content-result-14 {
    order: 145;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-14 {
        order: 295;
    }
}

.product__listing.product__grid .search-result-15 {
    order: 150;
}

.product__listing.product__grid .content-result-15 {
    order: 155;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-15 {
        order: 315;
    }
}

.product__listing.product__grid .search-result-16 {
    order: 160;
}

.product__listing.product__grid .content-result-16 {
    order: 165;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-16 {
        order: 335;
    }
}

.product__listing.product__grid .search-result-17 {
    order: 170;
}

.product__listing.product__grid .content-result-17 {
    order: 175;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-17 {
        order: 355;
    }
}

.product__listing.product__grid .search-result-18 {
    order: 180;
}

.product__listing.product__grid .content-result-18 {
    order: 185;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-18 {
        order: 375;
    }
}

.product__listing.product__grid .search-result-19 {
    order: 190;
}

.product__listing.product__grid .content-result-19 {
    order: 195;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-19 {
        order: 395;
    }
}

.product__listing.product__grid .search-result-20 {
    order: 200;
}

.product__listing.product__grid .content-result-20 {
    order: 205;
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-20 {
        order: 415;
    }
}

@media(min-width:640px) {
    .product__listing.product__grid .content-result-9 {
        display: none;
    }
}

.search-empty {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.search-empty .headline {
    margin-bottom: 20px;
}

.search-empty .search-suggestions {
    margin-bottom: 20px;
}

.product-category-page .product-categories .refine-bar {
    padding-bottom: 12px;
    padding-top: 12px;
}

.product-category-page .product-categories .pcp-prod,
.product-category-page .product-categories .pcp-banner {
    padding-left: 0;
    padding-right: 0;
}

.product-category-page .product-categories .pcp-banner .simple-responsive-banner-component,
.product-category-page .product-categories .pcp-banner .banner__component--responsive {
    margin-right: -20px;
}

.product-category-page .product-categories .pcp-banner {
    padding-top: 12px;
}

@media(min-width:1024px) {
    .search-list-page-right-result-list-slot {
        margin-left: -20px;
        margin-top: -20px;
    }

    .search-list-page-right-result-list-component {
        padding-left: 20px;
    }

    .product-list-right-slot {
        margin-left: -20px;
    }

    .product-list-right-component {
        margin-left: 0;
        padding-top: 20px;
    }

    .product-list-right-component .pagination-bar {
        margin-top: 0;
    }
}

.search-results-highlight {
    font-weight: 500;
    font-style: normal;
}

.product__facet {
    margin: 0;
    padding: 0;
}

.product__facet .sort-form {
    display: none;
}

.product__facet .facet .facet__list {
    padding-left: 0;
    list-style: none;
}

.product__facet .facet .facet__list .facet__list__checkbox:checked+.facet__list__label .facet__list__mark {
    background: #181818;
    border: 1px solid #181818;
    -webkit-box-shadow: inset 0 0 0 1px @check-box-bg;
    box-shadow: inset 0 0 0 1px @check-box-bg;
}

.product__facet .facet .facet__list .facet__list__checkbox:checked+.facet__list__label .facet__list__text {
    color: #181818;
}

.product__facet .facet .facet__list .facet__list__checkbox:focus+.facet__list__label .facet__list__mark {
    border: 1px solid #181818;
    -webkit-box-shadow: inset 0 0 0 1px @check-box-bg;
    box-shadow: inset 0 0 0 1px @check-box-bg;
}

.product__facet .facet .facet__list .facet__list__text {
    line-height: 20px;
}

.product__facet .facet .facet__values__more {
    display: block;
}

.product__facet .facet .facet__values__less {
    display: none;
}

.product__facet .facet .facet__form {
    padding-top: 10px;
}

.product__facet .facet .facet__form .input-group {
    background-color: #ffffff;
    min-height: 32px;
    border: 1px solid #cccccc;
}

.product__facet .facet .facet__form .input-group .form-control {
    border: 0 none;
    height: 32px;
    box-shadow: none;
}

.product__facet .facet .facet__form .input-group .btn {
    width: 40px;
    height: 32px;
    line-height: 32px;
    padding: 0;
}

.product__facet .facet .facet__form .input-group .btn .glyphicon-search {
    color: #181818;
    font-size: 17px;
    top: 0;
}

.product__facet .facet .facet__form .line-text {
    margin: 24px 0;
}

.product__facet .facet .facet__form__hidden {
    display: none;
}

.product__facet .facet .facet__results__hidden {
    display: none;
}

#colorbox .product-grid-left-refinements-slot,
#colorbox .search-grid-page-left-refinements-slot {
    padding: 0 16px 0;
}

#colorbox .product-grid-left-refinements-slot .facet--applied,
#colorbox .search-grid-page-left-refinements-slot .facet--applied {
    display: none;
}

#colorbox .product-grid-left-refinements-slot .sort-form,
#colorbox .search-grid-page-left-refinements-slot .sort-form {
    padding-top: 20px;
    margin-bottom: 16px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0;
    padding-bottom: 20px;
}

#colorbox .product-grid-left-refinements-slot .sort-form form,
#colorbox .search-grid-page-left-refinements-slot .sort-form form {
    width: 100%;
}

#colorbox .product-grid-left-refinements-slot .false-selector,
#colorbox .search-grid-page-left-refinements-slot .false-selector {
    border: none;
    padding: 0;
    font-size: 16px;
    height: auto;
}

#colorbox .product-grid-left-refinements-slot .false-selector .prefix,
#colorbox .search-grid-page-left-refinements-slot .false-selector .prefix,
#colorbox .product-grid-left-refinements-slot .false-selector .selected,
#colorbox .search-grid-page-left-refinements-slot .false-selector .selected {
    padding: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

#colorbox .product-grid-left-refinements-slot .false-selector .prefix .duni-icon,
#colorbox .search-grid-page-left-refinements-slot .false-selector .prefix .duni-icon,
#colorbox .product-grid-left-refinements-slot .false-selector .selected .duni-icon,
#colorbox .search-grid-page-left-refinements-slot .false-selector .selected .duni-icon {
    display: none;
}

#colorbox .product-grid-left-refinements-slot .false-selector .options,
#colorbox .search-grid-page-left-refinements-slot .false-selector .options {
    position: relative;
    width: 100%;
    border: none;
    top: 0;
    left: unset;
    border-radius: 0;
}

#colorbox .product-grid-left-refinements-slot .false-selector .options .option,
#colorbox .search-grid-page-left-refinements-slot .false-selector .options .option {
    border: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: block;
    font-size: var(--font-size-control-label);
    padding: 0;
    text-transform: none;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
}

#colorbox .product-grid-left-refinements-slot .false-selector .options .option:before,
#colorbox .search-grid-page-left-refinements-slot .false-selector .options .option:before {
    content: '';
    content: "";
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 50%;
    top: calc(24px / 4);
    margin-right: 16px;
}

#colorbox .product-grid-left-refinements-slot .false-selector .options .option:hover,
#colorbox .search-grid-page-left-refinements-slot .false-selector .options .option:hover {
    background-color: transparent;
}

#colorbox .product-grid-left-refinements-slot .false-selector .options .option.selected,
#colorbox .search-grid-page-left-refinements-slot .false-selector .options .option.selected {
    border: none;
    margin-bottom: 25px;
    margin-top: 10px;
    position: relative;
}

#colorbox .product-grid-left-refinements-slot .false-selector .options .option.selected:before,
#colorbox .search-grid-page-left-refinements-slot .false-selector .options .option.selected:before {
    background: #27809b;
    border: none;
}

#colorbox .product-grid-left-refinements-slot .false-selector .options .option.selected:after,
#colorbox .search-grid-page-left-refinements-slot .false-selector .options .option.selected:after {
    content: "";
    border-radius: 50%;
    background: #ffffff;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 7.2px;
    top: 13px;
}

@media(max-width:1023px) {
    #colorbox .product__facet {
        display: block !important;
    }

    .product__facet .facet {
        width: 100%;
        margin: 0;
    }

    .product__facet .facet .facet__values {
        display: none;
    }

    .product__facet .facet.active .facet__arrow:before {
        content: "\e114";
    }

    .product__facet .facet.active .facet__values {
        display: block;
    }
}

.sort-refine-bar .form-group select {
    width: auto;
}

.item__list {
    margin-top: 30px;
    margin-bottom: 24px;
    padding-left: 0;
    list-style: none;
}

.item__list.item__list__cart--guest .item__info {
    width: auto;
}

.item__list .item__list--item {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

.item__list .item__list--item:nth-child(4n+4)+li .add-to-cart-order-form-wrap,
.item__list .item__list--item:nth-child(4n+4)+li .add-to-cart-order-form-wrap:after {
    background-color: #eeeeee;
}

.item__list .item__list--item:nth-child(4n+4)+li .add-to-cart-order-form-wrap .order-form-scroll.down {
    bottom: 0;
    z-index: 9999;
}

.item__list .item__list--item:last-child {
    padding-right: 30px;
}

.item__list .item__list--item .item__po-number,
.item__list .item__list--item .item__wholesaler {
    overflow-x: hidden;
    word-break: break-all;
}

.item__list .item__list--item .btn-group.open .dropdown-menu {
    padding: 0;
}

.item__list .item__list--item .btn-group.open .dropdown-menu li {
    margin: 0;
}

.item__list .item__list--item .btn-group.open .dropdown-menu li:first-child {
    border-bottom: 1px solid #e0e0e0;
}

.item__list .item__list--item .btn-group.open a {
    padding: 18px 35px 18px 25px;
}

.item__list .item__list--item .item__configurations--display .btn {
    padding-left: 0;
}

.item__list .item__list--item .item__configurations--display .btn:hover {
    color: #27809b;
}

.item__list .item__list--header {
    padding-left: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.item__list .item__list--header li {
    display: table-cell;
    background-color: #ffffff;
    color: #181818;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    padding: 7px 10px;
}

.item__list .item__list--header li:last-child {
    padding-right: 30px;
}

.item__list .item__toggle {
    font-size: 17px;
    width: 29px;
}

.item__list .item__toggle>* {
    cursor: pointer;
}

.item__list .item__toggle .open .glyphicon:before {
    content: "\e113";
}

.item__list .item__image {
    width: 144px;
    padding: 0 24px;
}

.item__list .item__image img {
    max-width: 96px;
}

.item__list .item__name {
    font-size: var(--font-size-h5);
}

.item__list .item__quantity {
    text-align: center;
}

.item__list .item__quantity .form-control {
    display: inline-block;
    width: 72px;
    height: 48px;
    text-align: center;
}

.item__list .item__delivery .item__delivery--label {
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

.item__list .item__delivery .item__delivery--label .backorder {
    color: #c40e0e;
}

.item__list .item__total--column {
    text-align: right;
}

.item__list .item__total {
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    padding-left: 0;
}

.item__list .item__remove,
.item__list .item__menu {
    width: 49px;
    text-align: right;
}

.item__list .item__remove .btn,
.item__list .item__menu .btn {
    font-size: 25px;
    background-color: transparent;
    padding: 0;
    border: 0;
    color: #181818;
}

.item__list .item__remove .btn .glyphicon,
.item__list .item__menu .btn .glyphicon {
    top: 4px;
}

.item__list #cartOrderGridForm .product-grid-container table {
    background-color: #eeeeee;
}

.item__list #cartOrderGridForm .product-grid-container table th {
    background-color: #e4e4e4;
    color: #181818;
}

.item__list .promo {
    font-size: 16px;
    font-weight: 700;
    color: #00a651;
}

.item__list .promo ul {
    padding-left: 0;
    list-style: none;
}

.item__list .out-of-stock {
    color: #ed1c24;
}

.item__list .read-only-grid .grid-row>td {
    border-bottom: 1px solid #cccccc;
}

.item__list .read-only-grid .grid-prod-img {
    width: 100px;
    padding: 25px 40px 20px 45px;
    vertical-align: top;
}

.item__list .read-only-grid .grid-prod-img+td {
    padding-bottom: 5px;
}

.item__list .read-only-grid .grid-variant,
.item__list .read-only-grid .grid-size {
    font-weight: 700;
}

.item__list .read-only-grid .grid-variant+.grid-variant:before,
.item__list .read-only-grid .grid-size+.grid-variant:before {
    content: "|";
    font-size: 15px;
    margin: 0 10px;
    width: 1px;
    color: #dddddd;
}

.item__list .read-only-grid .grid-prod-info {
    display: inline-block;
    padding-top: 0;
    padding-right: 48px;
}

.item__list .read-only-grid .grid-qty .grid-qty-label {
    font-size: 12px;
    text-transform: uppercase;
}

.item__list .read-only-grid .grid-price:before {
    content: "|";
    font-size: 15px;
    margin: 0 10px;
    width: 1px;
    color: #dddddd;
}

@media(min-width:1024px) {
    .item__list>li .add-to-cart-order-form-wrap {
        border-bottom: 1px solid #e0e0e0;
    }

    .item__list .item__list--item {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .item__list .item__list--item .item__sku__input,
    .item__list .item__list--item .item__toggle,
    .item__list .item__list--item .item__image,
    .item__list .item__list--item .item__info,
    .item__list .item__list--item .item__price,
    .item__list .item__list--item .item__quantity,
    .item__list .item__list--item .item__delivery,
    .item__list .item__list--item .item__total,
    .item__list .item__list--item .item__remove,
    .item__list .item__list--item .item__menu,
    .item__list .item__list--item .item__quantity__total {
        display: table-cell;
        padding: 0 12px;
        vertical-align: middle;
    }

    .item__list .item__info {
        width: 25%;
        padding: 0 12px;
    }

    .item__list .item__delivery {
        padding-left: 3%;
    }

    .item__list .secondary-name {
        display: block;
    }
}

@media(min-width:640px) {
    .item__list #cartOrderGridForm {
        max-height: 460px;
        overflow: scroll;
    }

    .item__list #cartOrderGridForm table tr:first-child>th:first-child,
    .item__list #cartOrderGridForm table tr>td:first-child {
        border-right: 0;
        padding-left: 48px;
    }
}

@media(max-width:1023px) {
    .item__list {
        border-top: 1px solid #e0e0e0;
        margin-top: 0;
        clear: both;
    }

    .item__list .item__toggle .glyphicon {
        width: 50px;
        height: 50px;
    }

    .item__list .item__image {
        float: left;
        margin: 0;
    }

    .item__list .item__price .visible-xs {
        display: inline !important;
    }

    .item__list .item__remove,
    .item__list .item__menu {
        position: absolute;
        right: 12px;
        top: 8px;
        padding: 0;
        margin: 0;
    }

    .item__list .item__remove .btn,
    .item__list .item__menu .btn {
        text-align: center;
        width: 50px;
        height: 50px;
    }

    .item__list .item__total {
        float: right;
    }

    .item__list .item__quantity__total {
        clear: both;
        float: none;
        width: auto;
        padding-right: 24px;
    }

    .item__list .item__quantity__total>.details {
        cursor: pointer;
    }

    .item__list .item__quantity__total .qty {
        clear: both;
        line-height: 42px;
        padding-top: 12px;
    }

    .item__list .item__quantity__total .qty:before,
    .item__list .item__quantity__total .qty:after {
        content: " ";
        display: table;
    }

    .item__list .item__quantity__total .qty:after {
        clear: both;
    }

    .item__list .item__quantity__total .qty:before,
    .item__list .item__quantity__total .qty:after {
        content: " ";
        display: table;
    }

    .item__list .item__quantity__total .qty:after {
        clear: both;
    }

    .item__list .item__quantity__total .qty label {
        float: left;
        margin: 0 12px 0 0;
    }

    .item__list .item__quantity__total .qty input {
        float: left;
        width: 70px;
        text-align: center;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 12px;
    }

    .item__list .item__quantity__total .qty .qtyValue {
        float: left;
    }

    .item__list .item__quantity__total .qty .glyphicon {
        float: right;
        line-height: 40px;
        padding-left: 5px;
    }

    .item__list .item__quantity__total .open .qty .glyphicon:before {
        content: "\e114";
    }

    .item__list #cartOrderGridForm .product-grid-container {
        font-size: 14px;
        margin: 0;
    }

    .item__list #cartOrderGridForm .product-grid-container .variant-detail {
        padding-left: 24px;
        padding-top: 12px;
    }

    .item__list #cartOrderGridForm .product-grid-container .variant-detail img {
        padding-right: 12px;
    }

    .item__list #cartOrderGridForm .product-grid-container .variant-select {
        padding-top: 22px;
        padding-right: 24px;
        vertical-align: top;
    }

    .item__list #cartOrderGridForm .product-grid-container>table {
        border-bottom: 1px solid #cccccc;
    }

    .item__list #cartOrderGridForm .product-grid-container>table tr td {
        border-bottom: none;
    }

    .item__list #cartOrderGridForm .product-grid-container .variant-summary {
        background-color: transparent;
    }

    .item__list #cartOrderGridForm .product-grid-container .variant-summary>td {
        padding: 0 24px 24px;
    }

    .item__list #cartOrderGridForm .product-grid-container .variant-summary .variant-summary-items {
        border: none;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .item__list #cartOrderGridForm .product-grid-container .variant-summary table tr td {
        padding: 0 10px 0 0;
    }

    .item__list #cartOrderGridForm .product-grid-container .variant-summary table tr td:last-child {
        padding: 0;
    }

    .item__list .read-only-grid .grid-prod-img {
        padding-left: 24px;
        padding-right: 30px;
    }

    .item__list .read-only-grid .grid-variant {
        display: block;
    }

    .item__list .read-only-grid .grid-variant+.grid-variant:before {
        content: none;
    }

    .item__list--item {
        position: relative;
    }

    .item__list--item>div {
        margin-left: 144px;
        padding: 0 80px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.account-orderdetail .item__list {
    clear: both;
    margin-top: 0;
}

.cart-header {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 12px;
}

@media(max-width:1024px) {
    .cart-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cart-header.border {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 29px;
}

.cart-header .cart-headline {
    color: #181818;
    font-size: var(--font-size-h3);
    line-height: 36px;
    font-weight: 400;
    padding: 24px 0;
    margin: 0;
    padding: 0px;
}

.cart-header .cart-headline.border {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 29px;
}

.cart-header .cart__id--label {
    font-size: 18px;
    font-weight: 500;
    padding: 0 5px 0 10px;
}

.cart-header .cart__id--label:before {
    content: "|";
    position: relative;
    left: -2px;
    color: #000000;
    font-weight: 400;
    vertical-align: top;
}

.cart-header .cart__id--label .cart__id {
    padding-left: 5px;
}

.cart-top-bar {
    background: #eeeeee;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .cart-top-bar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cart-top-bar a.help {
    font-size: 16px;
    position: relative;
    padding-right: 25px;
}

.cart-top-bar a.help .glyphicon {
    color: #181818;
    font-size: 1.5em;
    position: absolute;
    right: 0;
    top: -1px;
}

.cart-top-bar .help-popup-content-holder {
    display: none;
}

.cart-restoration-bar {
    background: #F2F4F7;
    margin-bottom: 24px;
    padding: 12px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .cart-restoration-bar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.help-popup-content strong {
    display: block;
    margin-bottom: 15px;
}

.cart__content {
    margin-left: -12px;
    margin-right: -12px;
}

.cart__top--totals {
    text-align: right;
    font-size: 15px;
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .cart__top--totals {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cart__top--totals .cart__top--amount {
    margin-left: 5px;
}

.cart__top--totals .cart__top--amount:before {
    content: "|";
    position: relative;
    left: -2px;
    color: #000000;
    font-weight: 400;
    top: -1px;
}

.cart__actions.border {
    border-bottom: 1px solid #e0e0e0;
}

.cart__actions,
.cart__actions--top {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 32px;
}

@media(max-width:1024px) {

    .cart__actions,
    .cart__actions--top {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:640px) {

    .cart__actions,
    .cart__actions--top {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
}

.item__list__cart {
    margin-top: 15px;
    margin-bottom: 10px;
}

.item__list__cart table td {
    padding: 0;
}

.item__list__cart>table tbody>.entry-group-header>th {
    background-color: #e4e4e4;
    font-size: var(--font-size-base);
    font-weight: 700;
    color: #000000;
    padding-right: 35px;
}

.item__list__cart>table tbody>.entry-group-header a {
    color: #181818;
}

.item__list__cart>table table td {
    background-color: #f4f4f4;
}

.item__list__cart>table table tbody>.entry-group-header>th {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 35px;
}

@media(min-width:1024px) {

    .item__list__cart .item__remove,
    .item__list__cart .item__menu {
        width: 60px;
    }
}

.item__list__cart .item__list--item {
    border-top: 1px solid #e0e0e0;
}

.item__list__cart .item__list--item .item__image {
    padding: 10px;
}

@media(min-width:1024px) {

    .item__list__cart .item__list--item .item__remove,
    .item__list__cart .item__list--item .item__menu {
        padding-right: 26px;
    }
}

.item__list__cart .item__list--item .item__menu {
    overflow: visible;
}

.item__list__cart .item__list--item .item__menu .dropdown-menu {
    padding: 5px 0;
}

.item__list__cart .item__list--item .btn-group.open .dropdown-menu {
    padding: 0;
}

.item__list__cart .item__list--item .btn-group.open .dropdown-menu li {
    margin: 0;
    border-top: 1px solid #e0e0e0;
}

.item__list__cart .item__list--item .btn-group.open .dropdown-menu li:first-child {
    border: none;
}

.item__list__cart .item__list--item .btn-group.open a {
    padding: 18px 35px 18px 25px;
}

.item__list__cart .item__list--comment {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.item__list__cart .item__list--comment .item__comment {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .item__list__cart .item__list--comment .item__comment {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.item__list__cart .item__list--comment .item__comment textarea {
    min-height: inherit;
    resize: none;
    margin-bottom: 20px;
}

.item__list__cart .item__list--comment .item__comment--role {
    margin-top: 42px;
}

.item__list__cart .item__list--comment .item__comment--author {
    font-weight: 700;
}

.item__list__cart .item__quantity {
    text-align: left;
}

.item__list__cart .notification.has-error {
    padding: 0 30px;
    text-align: center;
    margin-top: 10px;
}

.item__list__cart .item__configurations {
    margin: 10px 0;
}

@media(max-width:480px) {
    .item__list__cart .item__configuration--entry {
        margin-bottom: 5px;
    }
}

.item__list__cart .item__configurations--edit .btn {
    padding-left: 0;
}

.item__list__cart .item__configurations--edit .btn:hover {
    color: #27809b;
}

@media(min-width:1024px) {
    .item__list__cart .item__availability {
        width: 22%;
    }
}

.cart__head--link:after {
    content: "|";
    position: relative;
    left: 5px;
    color: #000000;
    font-weight: 400;
    vertical-align: top;
}

.cart__head--link:first-child:after {
    content: "";
    position: relative;
    left: 0px;
    color: #000000;
    font-weight: 400;
    vertical-align: top;
}

.save__cart--link,
.new__cart--link,
.cart__quotes--link,
.export__cart--link,
.clear-cart.cart__head--link {
    text-align: right;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    float: right;
    padding: 0 5px;
}

@media(max-width:1023px) {

    .save__cart--link,
    .new__cart--link,
    .cart__quotes--link,
    .export__cart--link,
    .clear-cart.cart__head--link {
        text-align: left;
    }
}

@media(max-width:639px) {

    .save__cart--link,
    .new__cart--link,
    .cart__quotes--link,
    .export__cart--link,
    .clear-cart.cart__head--link {
        text-align: center;
        margin-top: 0;
    }
}

.cart-totals {
    font-size: var(--font-size-h4);
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

@media(max-width:1024px) {
    .cart-totals {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.cart-totals .cart-totals-left {
    padding-left: 50px;
}

.cart-totals .cart-totals-right {
    font-weight: 700;
    padding-left: 0;
    padding-right: 60px;
}

.cart-totals .cart-price {
    font-weight: 700;
}

.cart-totals .discount {
    color: #00a651;
}

.cart-totals .quote-discount-link {
    text-transform: uppercase;
}

.cart-totals .grand-total {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cart-totals .cart-totals-taxes {
    clear: both;
    font-size: var(--font-size-xxs);
    font-weight: 400;
    color: gray;
    text-transform: none;
    letter-spacing: normal;
}

.cart-totals .cart-totals-taxes.text-success {
    color: #ffffff;
}

@media(max-width:1023px) and (min-width:640px) {

    .cart-totals .cart-totals-left,
    .cart-totals .cart-totals-right,
    .cart-totals .cart-totals-taxes {
        padding-left: 34px;
        padding-right: 34px;
    }
}

@media(max-width:639px) {

    .cart-totals .cart-totals-left,
    .cart-totals .cart-totals-right,
    .cart-totals .cart-totals-taxes {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media(max-width:639px) {
    .cart__actions {
        margin: 0;
    }

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

    .cart__actions .row {
        margin: 0;
    }
}

.express-checkout {
    background-color: #eeeeee;
    padding: 24px 48px;
    margin: 24px 0;
}

@media(min-width:640px) {
    .express-checkout {
        margin-right: 20px;
    }
}

@media(min-width:1024px) {
    .express-checkout {
        margin-right: 30px;
    }
}

.express-checkout .headline {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 12px 0;
}

.express-checkout ul {
    margin-top: 5px;
}

.express-checkout ul li {
    list-style-type: disc;
}

@media(max-width:1023px) and (min-width:640px) {
    .express-checkout {
        padding: 24px;
        margin-right: 20px;
    }
}

@media(max-width:639px) {
    .express-checkout {
        margin: 0 0 20px 0;
        padding: 24px;
    }
}

.cartpotproline,
.cartproline {
    font-size: 21px;
    padding-bottom: 29px;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {

    .cartpotproline,
    .cartproline {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cartpotproline .info,
.cartproline .info {
    font-size: 16px;
}

.promotion {
    font-size: 16px;
    font-weight: 700;
    color: #00a651;
}

.error-details-section .action {
    text-align: center;
    margin: 12px 0;
}

.doFlowSelectedChange,
#selectPciOption {
    margin-top: 24px;
}

@media(max-width:639px) {

    .cartpotproline,
    .cartproline {
        padding: 12px 24px 29px;
    }

    .btn--continue-shopping,
    .btn--continue-checkout,
    .btn-create-quote {
        margin-bottom: 19px;
    }

    .doFlowSelectedChange {
        margin-top: 24px;
    }
}

#cboxContent .cart_popup_error_msg {
    margin-bottom: 24px;
}

.content__empty {
    min-height: 400px;
    width: 100%;
}

.content__empty .content {
    margin: 0 auto;
    width: 80vw;
    max-width: 600px;
    text-align: center;
}

.content__empty .content h2 {
    line-height: 48px;
    margin: 40px auto 25px;
    max-width: 440px;
}

@media(min-width:640px) {
    .content__empty .content h2 {
        margin-top: 80px;
    }
}

.content__empty .content p,
.content__empty .content ul li {
    font-size: 13px;
    line-height: 22px;
    color: #000000;
}

.content__empty .content ul {
    list-style-type: none;
}

.content__empty .content ul li {
    margin-bottom: 10px;
}

#colorbox.mini-cart__popup #cboxTitle {
    min-height: 105px;
}

#colorbox.mini-cart__popup #cboxContent #cboxLoadedContent {
    margin-top: 105px;
}

.mini-cart .mini-cart-body {
    clear: both;
}

.mini-cart .mini-cart-body:before,
.mini-cart .mini-cart-body:after {
    content: " ";
    display: table;
}

.mini-cart .mini-cart-body:after {
    clear: both;
}

.mini-cart .mini-cart-body:before,
.mini-cart .mini-cart-body:after {
    content: " ";
    display: table;
}

.mini-cart .mini-cart-body:after {
    clear: both;
}

.mini-cart .mini-cart-body .legend {
    margin-bottom: 12px;
}

.mini-cart .mini-cart-body .legend a {
    float: right;
}

.mini-cart .mini-cart-body .mini-cart-list {
    padding-left: 0;
    list-style: none;
}

.mini-cart .mini-cart-body .mini-cart-list li+li {
    margin-top: 12px;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .thumb {
    float: left;
    margin-right: 12px;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .thumb img {
    max-width: 65px;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details {
    margin-left: 77px;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .name {
    font-weight: 700;
    color: inherit;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .price {
    text-align: right;
    font-weight: 700;
}

.mini-cart .mini-cart-body .mini-cart-totals {
    border: 1px solid #e0e0e0;
    border-width: 1px 0;
    margin: 12px 0 36px;
    padding: 12px;
}

.mini-cart .mini-cart-body .mini-cart-totals .key {
    float: left;
}

.mini-cart .mini-cart-body .mini-cart-totals .value {
    text-align: right;
}

.mini-cart .mini-cart-body .mini-cart-checkout-button {
    margin: 12px 0;
}

.mini-cart .mini-cart-body img {
    width: 100%;
}

#quoteForm .form__actions {
    margin-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    #quoteForm .form__actions {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:639px) {

    #quoteForm .form__actions--cancel,
    #quoteForm .form__actions--done {
        margin-bottom: 19px;
    }
}

.cart__quote__edit .quote__head {
    color: #ffffff;
    background-color: #142939;
    padding: 24px 0;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .cart__quote__edit .quote__head {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cart__quote__edit .quote__head .quote__head--label {
    color: #181818;
    font-size: 15px;
    margin-bottom: 0;
}

.cart__quote__edit .quote__head .label__value {
    display: inline-block;
}

.cart__quote__edit .quote__head .glyphicon {
    font-size: 30px;
    position: absolute;
    height: 30px;
    line-height: 20px;
}

.cart__quote__edit .quote__head .quote__head--title {
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 37px;
    display: inline-block;
}

@media(max-width:639px) {
    .cart__quote__edit .quote__head .quote__head--title {
        margin-bottom: 10px;
    }
}

#quoteFormDiv {
    background: #ffffff;
    padding-top: 29px;
}

#quoteFormDiv label {
    color: #181818;
    font-size: 14px;
    font-weight: 700;
}

.quote__comments--wrapper {
    padding-top: 24px;
    padding-bottom: 54px;
}

.quote__form--section {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .quote__form--section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.quote__estimate .quote__estimate--amount {
    display: block;
}

textarea.quote__comments--textarea {
    min-height: 100px;
    max-width: 100%;
    width: 100%;
}

.quote__comments--toggle,
.quote__form--toggle {
    background: none;
    border: none;
}

.quote__comments--toggle.collapsed:after,
.quote__form--toggle.collapsed:after {
    font-family: 'Glyphicons Halflings', sans-serif;
    content: "\e114";
}

.quote__comments--toggle:after,
.quote__form--toggle:after {
    font-family: 'Glyphicons Halflings', sans-serif;
    content: "\e113";
    position: relative;
    top: 2px;
}

.quote__comments--toggle:focus,
.quote__form--toggle:focus {
    border: none;
    outline: #142939;
}

.quote__form--toggle {
    color: #ffffff;
}

.quote__comments__header {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 24px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 34px;
}

@media(max-width:1024px) {
    .quote__comments__header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.quote__comments {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
}

@media(max-width:1024px) {
    .quote__comments {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.quote__comments .quote__comments--header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 24px;
}

#quoteFormDiv .quote__comments {
    margin-top: 0;
}

.quote__comments .quote__comments--time {
    font-weight: 700;
}

@media(max-width:640px) {
    .quote__comments .quote__comments--time {
        margin-bottom: 5px;
    }
}

.quote__comments .quote__comments--role {
    font-weight: 700;
}

.quote__comments .quote__comments--comment {
    word-break: break-all;
}

@media(min-width:1024px) {
    .form-element-icon.datepicker.quote__expiration .glyphicon {
        top: 10px;
    }
}

@media(min-width:640px) and (max-width:1023px) {
    .form-element-icon.datepicker.quote__expiration .glyphicon {
        top: 28px;
    }
}

@media(min-width:1024px) {
    .quote__expiration .form-group {
        display: table;
        width: 100%;
        margin-bottom: 0;
        margin-top: 12px;
    }
}

@media(min-width:1024px) {
    .quote__expiration--label {
        display: table-cell;
        text-align: right;
        padding-right: 12px;
    }
}

@media(min-width:640px) and (max-width:1023px) {
    .quote__expiration--label {
        margin-bottom: 0px;
    }
}

@media(min-width:1024px) {
    .quote__expiration--input {
        display: table-cell;
    }
}

@media(min-width:640px) and (max-width:1023px) {
    .quote__expiration--input {
        padding: 6px 12px;
        height: 28px;
    }
}

.clear__cart-modal {
    display: none;
}

@media(min-width:1024px) {
    #colorbox #cboxTitle .headline-text {
        display: block !important;
    }
}

.pickup-component .find-store-display {
    clear: both;
}

.pickup-component .find-store-display:before,
.pickup-component .find-store-display:after {
    content: " ";
    display: table;
}

.pickup-component .find-store-display:after {
    clear: both;
}

.pickup-component .find-store-display:before,
.pickup-component .find-store-display:after {
    content: " ";
    display: table;
}

.pickup-component .find-store-display:after {
    clear: both;
}

.pickup-component .find-store-display .store-navigation {
    float: left;
    width: 50%;
    border-right: 1px solid #181818;
}

.pickup-component .find-store-display .store-navigation .pickup-product {
    display: none;
    height: 56px;
    display: table;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.pickup-component .find-store-display .store-navigation .pickup-product .thumb,
.pickup-component .find-store-display .store-navigation .pickup-product .name,
.pickup-component .find-store-display .store-navigation .pickup-product .price {
    height: 56px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.pickup-component .find-store-display .store-navigation .pickup-product .thumb {
    width: 56px;
    padding: 12px;
}

.pickup-component .find-store-display .store-navigation .pickup-product .thumb img {
    height: 100%;
    width: 100%;
}

.pickup-component .find-store-display .store-navigation .pickup-product .price {
    padding: 0 12px;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product {
    height: 56px;
    display: table;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar {
    height: 56px;
    display: table-cell;
    padding-right: 12px;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group {
    border: 1px solid #cccccc;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group-btn {
    vertical-align: top;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .form-control {
    border: 0 none;
    height: 42px;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .btn {
    box-shadow: none !important;
    height: 42px;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .btn .glyphicon {
    top: 0;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me {
    height: 56px;
    display: table-cell;
    padding: 0 12px;
    vertical-align: middle;
    display: none;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me .near-store span {
    margin-right: 12px;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager {
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    clear: both;
    background: #fff;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager:before,
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
    content: " ";
    display: table;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
    clear: both;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager:before,
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
    content: " ";
    display: table;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
    clear: both;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager .prev {
    float: left;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager .next {
    float: right;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager .position {
    text-align: center;
    margin: 0 80px;
}

.pickup-component .find-store-display .display-details {
    float: left;
    width: 50%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.pickup-component .find-store-display .display-details .store-image {
    float: right;
    width: 150px;
}

.pickup-component .find-store-display .display-details .store-image img {
    width: 100%;
    height: auto;
}

.pickup-component .find-store-display .display-details .distance {
    text-align: right;
    margin-top: 12px;
}

.pickup-component .find-store-display .display-details .store-info .name {
    font-weight: bold;
}

.pickup-component .find-store-display .display-details .store-info .address {
    color: #dddddd;
}

.pickup-component .find-store-display .display-details .store-links {
    margin: 12px 0;
}

.pickup-component .find-store-display .display-details .store-links a {
    display: block;
}

.pickup-component .find-store-display .display-details .store-openings .title {
    font-weight: bold;
}

.pickup-component .find-store-display .display-details .store-openings dl dt {
    width: 60px;
    text-align: left;
    float: left;
}

.pickup-component .find-store-display .display-details .store-openings dl dd {
    margin-left: 80px;
}

.pickup-component .find-store-display .display-details .pickup-product {
    height: 125px;
    width: 100%;
    font-weight: bold;
    border-top: 1px solid #ddd;
}

.pickup-component .find-store-display .display-details .pickup-product .variants {
    height: 30px;
    margin-top: -30px;
    padding: 5px 12px;
    font-weight: normal;
}

.pickup-component .find-store-display .display-details .pickup-product .variants span:after {
    content: ", ";
}

.pickup-component .find-store-display .display-details .pickup-product .variants span:last-child:after {
    content: "";
}

.pickup-component .find-store-display .display-details .pickup-product .thumb {
    float: left;
    width: 112px;
    height: 112px;
    padding: 12px;
}

.pickup-component .find-store-display .display-details .pickup-product .thumb img {
    height: 100%;
    width: auto;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info {
    display: table;
    height: 56px;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name,
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name {
    font-weight: normal;
    width: 100%;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
    padding: 0 12px;
    text-align: right;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price .stock {
    white-space: nowrap;
}

.pickup-component .find-store-display .display-details .pickup-product .action {
    height: 70px;
    padding: 12px;
    text-align: right;
}

.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}

.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group {
    width: 142px;
}

.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group input {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    height: 44px;
}

.pickup-component .pickup-store-list {
    padding-left: 0;
    list-style: none;
    height: 280px;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.pickup-component .pickup-store-list li.loading {
    height: 56px;
    background: #f2f4f7;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #181818;
    text-align: center;
    line-height: 56px;
}

.pickup-component .pickup-store-list li.loading .glyphicon {
    color: #181818;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

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

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

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

.pickup-component .pickup-store-list .pickup-store-list-entry {
    height: 56px;
}

.pickup-component .pickup-store-list .pickup-store-list-entry input {
    display: none;
}

.pickup-component .pickup-store-list .pickup-store-list-entry label {
    margin: 0;
    height: 100%;
    font-size: 16px;
    padding: 0 0 0 12px;
    display: table;
    width: 100%;
    cursor: pointer;
    position: relative;
    background: #f2f4f7;
    border-bottom: 1px solid #ddd;
}

.pickup-component .pickup-store-list .pickup-store-list-entry label:hover {
    background: #f2f2f2;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-name {
    display: block;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-city {
    display: block;
    font-weight: normal;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability {
    display: table;
    height: 100%;
    width: 80px;
    border-left: 1px solid #ddd;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 5px;
    text-align: center;
    white-space: nowrap;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span div {
    font-size: 10px;
}

.inline-layer {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.9s ease-out;
    -o-transition: 0.9s ease-out;
    transition: 0.9s ease-out;
}

.inline-layer.open {
    height: auto !important;
}

@media(min-width:1024px) {
    .pickup-component .find-store-display .pickup-store-list {
        margin: 0 -1px 0 0;
    }

    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry label {
        padding-right: 14px;
    }

    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry label:after {
        content: "";
        display: block;
        width: 1px;
        height: auto;
        position: absolute;
        top: -1px;
        right: 0;
        bottom: -1px;
        background: #181818;
    }

    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked+label {
        background: #181818;
    }

    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked+label .pickup-store-info {
        color: #fff;
    }

    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked+label .store-availability {
        color: #fff;
    }

    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked+label:after {
        display: block;
        content: "";
        width: 28px;
        height: 28px;
        position: absolute;
        top: 50%;
        right: -1px;
        background: transparent;
        border: 14px solid transparent;
        border-right-color: #fff;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media(max-width:1023px) {
    .pickup-component {
        overflow: hidden;
    }

    .pickup-component .find-store-display {
        width: 200%;
        -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;
    }

    .pickup-component .find-store-display .store-navigation {
        width: 50%;
        border: 0;
    }

    .pickup-component.show-store .find-store-display {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .pickup-component .qty-selector input {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        width: 60px;
    }

    .pickup-component .action {
        padding-top: 0 !important;
    }
}

@media(max-width:639px) {
    .pickup-component .find-store-display .display-details .store-image {
        float: none;
        width: auto;
        margin-bottom: 12px;
        clear: both;
    }

    .pickup-component .find-store-display .display-details .store-image:before,
    .pickup-component .find-store-display .display-details .store-image:after {
        content: " ";
        display: table;
    }

    .pickup-component .find-store-display .display-details .store-image:after {
        clear: both;
    }

    .pickup-component .find-store-display .display-details .store-image:before,
    .pickup-component .find-store-display .display-details .store-image:after {
        content: " ";
        display: table;
    }

    .pickup-component .find-store-display .display-details .store-image:after {
        clear: both;
    }

    .pickup-component .find-store-display .display-details .store-image img {
        width: 50%;
        height: auto;
        float: left;
        max-width: 150px;
    }

    .pickup-component .find-store-display .display-details .store-image .distance {
        width: 50%;
        text-align: left;
        float: left;
        margin: 0;
        padding: 0 0 0 12px;
    }

    .pickup-component .find-store-display .display-details .store-image .distance strong {
        display: block;
    }

    .pickup-component .find-store-display .display-details .pickup-product {
        position: relative;
    }

    .pickup-component .find-store-display .display-details .pickup-product .thumb {
        width: 56px;
        height: 56px;
        padding: 5px;
    }

    .pickup-component .find-store-display .display-details .pickup-product .action {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #fff;
        white-space: nowrap;
        padding-top: 0;
    }

    .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector {
        margin-right: 5px;
    }

    .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group {
        min-width: 120px;
    }

    .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group input {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        width: 60px;
    }

    .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pickup-component .find-store-display .display-details .pickup-product .action .btn {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.pickup-component .display-details .store-tabs {
    position: relative;
    padding: 0 0 12px 12px;
    height: 252px;
}

.pickup-component .display-details .store-tabs .tabs-list {
    padding-left: 0;
    list-style: none;
    background-image: linear-gradient(to right, #f6f6f6 0%, #ffffff 8px);
    position: absolute;
    right: 0;
    top: 12px;
    padding: 10px 0;
}

.pickup-component .display-details .store-tabs .tabs-list .current-info {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.pickup-component .display-details .store-tabs .tabs-list:before,
.pickup-component .display-details .store-tabs .tabs-list:after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 10px;
    left: 0;
    width: 100%;
}

.pickup-component .display-details .store-tabs .tabs-list:before {
    top: 0;
    background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}

.pickup-component .display-details .store-tabs .tabs-list:after {
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}

.pickup-component .display-details .store-tabs .tabs-list li {
    margin: 5px 0;
    border: 1px solid transparent;
    border-left: 0;
    color: #999;
    position: relative;
}

.pickup-component .display-details .store-tabs .tabs-list li a {
    color: inherit;
    font-size: 18px;
    padding: 5px 10px;
    display: block;
    border-left: 2px solid transparent;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.pickup-component .display-details .store-tabs .tabs-list li.active {
    border: 1px solid #eee;
    border-left: 0;
    background: #fff;
    color: #000;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
    border-right: 2px solid #181818;
}

.pickup-component .display-details .store-tabs .tabs-list li.active a {
    border-left: 2px solid transparent !important;
}

.pickup-component .display-details .store-tabs .tabs-list li a:hover,
.pickup-component .display-details .store-tabs .tabs-list li a:focus {
    color: #000;
    border-left: 2px solid #181818;
}

.pickup-component .display-details .store-tabs .tabs-list li a:hover:before,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:before {
    display: block;
    content: attr(aria-label);
    width: auto;
    height: 20px;
    line-height: 20px;
    background: #181818;
    position: absolute;
    top: 0;
    left: -10px;
    margin: 6px 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    font-size: 12px;
    padding: 0 5px;
    color: #fff;
    white-space: nowrap;
    z-index: 100;
}

.pickup-component .display-details .store-tabs .tabs-list li a:hover:after,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-left: 5px solid #181818;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    margin: 6px 0;
    -webkit-transform: translate(-100%, 5px);
    -ms-transform: translate(-100%, 5px);
    -o-transform: translate(-100%, 5px);
    transform: translate(-100%, 5px);
}

.pickup-component .display-details .store-tabs .content {
    margin-right: 52px;
    overflow: auto;
    height: 100%;
}

.pickup-component .display-details .store-tabs .tabhead {
    display: none;
}

.pickup-component .display-details .store-tabs .pickup-map {
    height: 232px;
}

.addressbook-component {
    border: 1px solid #eee;
    padding: 0;
    margin: 140px 0;
}

.addressbook-component .addressbook-header {
    background: #eee;
    position: relative;
    border-bottom: 1px solid #181818;
    padding: 12px;
    height: 56px;
    display: table;
    width: 100%;
}

.addressbook-component .addressbook-header .headline {
    line-height: 16px;
    font-weight: bold;
    font-size: 16px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.addressbook-component .addressbook-header .headline .back-to-storelist {
    display: none;
}

.addressbook-component .addressbook-header .close-addressbook {
    display: table-cell;
}

.addressbook-component .find-address-display {
    clear: both;
}

.addressbook-component .find-address-display:before,
.addressbook-component .find-address-display:after {
    content: " ";
    display: table;
}

.addressbook-component .find-address-display:after {
    clear: both;
}

.addressbook-component .find-address-display:before,
.addressbook-component .find-address-display:after {
    content: " ";
    display: table;
}

.addressbook-component .find-address-display:after {
    clear: both;
}

.addressbook-component .find-address-display .address-navigation {
    float: left;
    width: 50%;
    border-right: 1px solid #181818;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager {
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    border-top: 1px solid #DDDDDD;
    margin-top: -1px;
    clear: both;
    background: #fff;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager:before,
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
    content: " ";
    display: table;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
    clear: both;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager:before,
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
    content: " ";
    display: table;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
    clear: both;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager .prev {
    float: left;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager .next {
    float: right;
}

.addressbook-component .find-address-display .address-navigation .address-navigation-pager .position {
    text-align: center;
    margin: 0 80px;
}

.addressbook-component .find-address-display .display-details {
    float: left;
    width: 50%;
}

.addressbook-component .find-address-display .display-details .address-details {
    padding: 12px;
    height: 252px;
    overflow: hidden;
}

.addressbook-component .find-address-display .display-details .address-actions {
    height: 56px;
    width: 100%;
    font-weight: bold;
    border-top: 1px solid #ddd;
    padding: 10px 10px;
    position: relative;
}

.addressbook-component .find-address-display .display-details .address-actions .set-default {
    position: absolute;
    top: -50px;
    right: 10px;
}

.addressbook-component .address-list {
    padding-left: 0;
    list-style: none;
    height: 280px;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.addressbook-component .address-list .address-list-entry {
    height: 56px;
    overflow: hidden;
}

.addressbook-component .address-list .address-list-entry input {
    display: none;
}

.addressbook-component .address-list .address-list-entry label {
    margin: 0;
    height: 100%;
    font-size: 16px;
    padding: 0 0 0 12px;
    display: table;
    width: 100%;
    cursor: pointer;
    position: relative;
    background: #eee;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.addressbook-component .address-list .address-list-entry label:hover {
    background: #f2f2f2;
}

.addressbook-component .address-list .address-list-entry .address-info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.addressbook-component .address-list .address-list-entry .address-info .inner {
    max-height: 56px;
    overflow: hidden;
    display: block;
}

.addressbook-component .address-list .address-list-entry .address-list-entry-name {
    display: block;
}

.addressbook-component .address-list .address-list-entry .address-list-entry-city {
    display: block;
    font-weight: normal;
}

.addressbook-component .address-list .address-list-entry .address-actions {
    display: table;
    height: 100%;
    width: auto;
}

.addressbook-component .address-list .address-list-entry .address-actions span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    text-align: center;
}

.inline-layer {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.9s ease-out;
    -o-transition: 0.9s ease-out;
    transition: 0.9s ease-out;
}

.inline-layer.open {
    height: auto !important;
}

@media(min-width:1024px) {
    .addressbook-component .find-address-display .address-list {
        margin: 0 -1px 0 0;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry label {
        padding-right: 14px;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry label:after {
        content: "";
        display: block;
        width: 1px;
        height: auto;
        position: absolute;
        top: -1px;
        right: 0;
        bottom: -1px;
        background: #181818;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label {
        background: #181818;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label .address-info {
        color: #fff;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label .address-actions {
        color: #fff;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label:after {
        display: block;
        content: "";
        width: 28px;
        height: 28px;
        position: absolute;
        top: 50%;
        right: -1px;
        background: transparent;
        border: 14px solid transparent;
        border-right-color: #fff;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media(max-width:1023px) {
    .addressbook-component {
        overflow: hidden;
    }

    .addressbook-component .find-address-display {
        width: 200%;
        -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;
    }

    .addressbook-component .find-address-display .address-navigation {
        width: 50%;
        border: 0;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label {
        background: #181818;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label .address-info {
        color: #fff;
    }

    .addressbook-component .find-address-display .address-list .address-list-entry input:checked+label .address-actions {
        color: #fff;
    }
}

.login-page__headline,
.user-register__headline {
    color: #181818;
    font-size: var(--font-size-h3);
    line-height: 36px;
    font-weight: 400;
    padding: 24px 0;
    margin: 0;
}

.login-page__headline.border,
.user-register__headline.border {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 29px;
}

@media(max-width:1023px) {
    .login-left-content-slot {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.login-left-content-slot .login-left-content-component {
    max-width: 400px;
    margin: 50px auto 0;
}

.login-right-content-slot {
    margin-right: 30px;
    margin-left: 10px;
}

@media(max-width:1023px) {
    .login-right-content-slot {
        margin-left: 20px;
        margin-right: 20px;
    }
}

form .forgotten-password {
    margin-bottom: 25px;
}

.forgotten-password.alert {
    padding-left: 0;
    padding-right: 0;
}

.forgotten-password .description {
    margin-bottom: 12px;
}

#colorbox .forgotten-password .btn-primary {
    margin-top: 35px;
}

.register-form-action,
.login-form-action {
    margin-top: 35px;
}

.forgotten-password+.login-form-action {
    margin-top: 0;
}

.alert-dismissable .close,
.alert-dismissible .close {
    right: 0;
}

.register__container {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .register__container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:639px) {
    .login-form-action .btn-default {
        margin-top: 36px;
    }
}

@media(max-width:639px) {
    .register-section .forgotten-password {
        margin-bottom: 45px;
    }
}

.checkout-login {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .checkout-login {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-login .headline {
    color: #181818;
    font-size: var(--font-size-h3);
    line-height: 36px;
    font-weight: 400;
    padding: 24px 0;
    margin: 0;
}

.checkout-login .headline.border {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 29px;
}

.checkout-login .btn.btn-block+.btn.btn-block {
    margin-top: 12px;
}

.checkout__new-account {
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding: 24px 0 55px;
}

.checkout__new-account .accountActions-bottom {
    margin-top: 35px;
}

.checkout__new-account__headling {
    font-size: 24px;
    font-weight: bold;
}

.checkout__new-account__form {
    text-align: left;
    margin-top: 25px;
}

@media(max-width:639px) {
    .checkout__new-account {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

.checkout-headline {
    font-weight: 400;
    line-height: 48px;
    font-size: 42px;
    color: #181818;
    padding: 0 25px;
    margin-top: 40px;
}

@media(min-width:640px) {
    .checkout-headline {
        margin-top: 80px;
    }
}

.checkout-summary-headline {
    color: #181818;
    font-size: var(--font-size-h3);
    line-height: 36px;
    font-weight: 400;
    padding: 24px 0;
    margin: 0;
    padding-right: 30px;
}

.checkout-summary-headline.border {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 29px;
}

@media(max-width:1024px) {
    .checkout-summary-headline {
        padding-right: 20px;
    }
}

@media(max-width:640px) {
    .checkout-summary-headline {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-summary-headline span {
    color: #dddddd;
    margin-right: 5px;
    top: 2px;
}

@media(max-width:639px) {
    .checkout-summary-headline {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.checkout-order {
    padding: 0 20px;
}

.checkout-body-styling {
    padding: 16px 0 0;
    border-top: 0;
}

.checkout-steps {
    margin-top: 40px;
    border-bottom: 1px solid rgba(40, 40, 40, 0.2);
    border-top: 1px solid rgba(40, 40, 40, 0.2);
}

.checkout-steps .step-head {
    color: #181818;
    font-weight: 500;
    font-size: var(--font-size-base);
    line-height: 26px;
    position: relative;
    display: table;
    width: 100%;
    min-height: 76px;
    padding: 25px 0;
    padding-left: 55px;
    border-bottom: 1px solid rgba(40, 40, 40, 0.2);
    counter-increment: checkout;
}

.checkout-steps .step-head:before {
    content: '0' counter(checkout);
    position: absolute;
    left: 0;
    top: 18px;
    width: 40px;
    height: 40px;
    line-height: 26px;
    font-size: var(--font-size-base);
    background-color: #181818;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.checkout-steps .step-head.step-head--checked:before {
    content: "";
    background-color: #7FCD91;
    background-image: url(/_ui/responsive/theme-duni/images/checkout/check-white.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.checkout-steps .step-head:after {
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/_ui/responsive/theme-duni/images/checkout/arrow-down.svg);
    top: 28px;
    right: 0;
    position: absolute;
}

.checkout-steps .step-head.active:after {
    background-image: url(/_ui/responsive/theme-duni/images/checkout/arrow-up.svg);
}

.checkout-steps .step-head .title {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.checkout-steps .step-head .edit {
    color: #181818;
    font-size: 0px;
    display: table-cell;
    vertical-align: top;
}

.checkout-steps .step-body .step-body-form {
    margin-top: 20px;
}

.checkout-steps .step-body .step-body-form .form-group {
    margin: 0;
}

.checkout-steps .step-body .step-body-form .radiobuttons_paymentselection {
    margin-bottom: 5px;
}

.checkout-steps .step-body .step-body-form .control-guide,
.checkout-steps .step-body .step-body-form .step-note {
    margin-top: 25px;
    color: #898b8e;
    padding-left: 29px;
    background-image: url(/_ui/responsive/theme-duni/images/checkout/info.svg);
    background-repeat: no-repeat;
    background-position: left top;
}

.checkout-steps .step-body .step-body-form .control-guide strong,
.checkout-steps .step-body .step-body-form .step-note strong {
    color: #181818;
    font-weight: 700;
}

.checkout-steps .step-body select.form-control {
    box-shadow: none;
    letter-spacing: 1px;
    line-height: 23px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/_ui/responsive/theme-duni/images/checkout/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 35px;
}

@media screen and (max-width:639px) {
    .checkout-steps .step-body select.form-control {
        max-width: none;
    }
}

.checkout-steps .step-body select.form-control option {
    font-size: inherit;
    line-height: inherit;
}

.checkout-steps .step-body .checkout-next,
.checkout-steps .step-body .checkoutSummaryButton {
    margin: 25px 0;
    padding: 8px 16px;
    height: 58px;
    width: 100%;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 2px;
    float: right;
}

@media(min-width:640px) {

    .checkout-steps .step-body .checkout-next,
    .checkout-steps .step-body .checkoutSummaryButton {
        max-width: 200px;
    }

    .checkout-steps .step-body .checkout-next.btn-place-order,
    .checkout-steps .step-body .checkoutSummaryButton.btn-place-order {
        max-width: unset;
    }
}

.checkout-steps .step-body .checkout-next.checkout-next--address,
.checkout-steps .step-body .checkoutSummaryButton.checkout-next--address {
    margin: 0;
    color: #181818;
    font-weight: 500;
    text-decoration: underline;
    padding: 0;
    border: none;
    background-color: transparent;
    width: auto;
    line-height: 58px;
    white-space: nowrap;
}

.checkout-steps .step-body hr {
    margin: 0 -24px;
    border-color: #dddddd;
}

.checkout-steps .step-body .checkout-indent {
    margin-top: 20px;
}

.checkout-steps .step-body .checkout-indent .checkout-addresses #selectDeliveryAddress {
    display: block;
    width: 100%;
}

.checkout-steps .step-body .checkout-indent .checkout-addresses .shipping-address-selector-group {
    display: flex;
    flex-wrap: nowrap;
}

.checkout-steps .step-body .checkout-indent .checkout-addresses .address-list-select {
    flex: auto;
}

.checkout-steps .step-body .checkout-indent .checkout-addresses .address-add-new {
    margin-left: 20px;
    color: #181818;
    text-decoration: none;
}

@media(min-width:640px) {
    .checkout-steps .step-body .checkout-indent .checkout-addresses {
        gap: 80px;
        display: flex;
    }
}

.checkout-steps .step-body .checkout-indent .checkout-address {
    min-height: 58px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #282828;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    padding: 9px 20px;
    display: flex;
    align-items: center;
}

.checkout-steps .step-body .checkout-indent .headline {
    display: none;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.checkout-shipping .checkout-shipping-items {
    display: none;
}

.checkout-shipping .checkout-shipping-items .checkout-shipping-items-header {
    text-transform: uppercase;
    margin: 15px 0;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
}

.checkout-shipping .checkout-shipping-items ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.checkout-shipping .checkout-shipping-items ul li {
    padding-top: 6px;
    line-height: 22px;
}

.checkout-shipping .checkout-shipping-items ul li:first-child {
    padding-top: 1px;
}

.checkout-shipping .checkout-shipping-items ul li .name {
    font-weight: 700;
}

.checkout-shipping .simplify-pickup-locations {
    background: #f2f4f7;
    padding: 12px;
}

.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header {
    clear: both;
    background: #b3bfd0;
    padding: 12px;
    line-height: 35px;
    margin: -12px -12px 12px -12px;
}

.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:before,
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
    content: " ";
    display: table;
}

.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
    clear: both;
}

.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:before,
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
    content: " ";
    display: table;
}

.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
    clear: both;
}

.checkout-shipping .simplify-pickup-locations ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.checkout-shipping .simplify-pickup-locations ul li+li {
    border-top: 1px solid #b3bfd0;
}

.checkout-shipping .simplify-pickup-locations ul a {
    color: #181818;
    background: #fff;
    display: block;
    padding: 12px;
    text-decoration: none;
}

@media(max-width:1199px) {
    .checkout-shipping .checkout-shipping-items .qty {
        text-align: right;
    }

    .checkout-shipping .checkout-shipping-items .checkout-pickup-items {
        padding-bottom: 0;
    }
}

.checkout-paymentmethod {
    padding: 16px 0 0;
    border-top: 0;
    padding-top: 0;
}

.step-body .checkout-paymentmethod hr {
    margin-top: 25px;
}

#addressbook,
#savedpayments,
#savedpaymentsbody {
    display: none;
    padding-bottom: 20px;
}

#colorbox #addressbook,
#colorbox #savedpayments,
#colorbox #savedpaymentsbody {
    display: block;
}

#addressbook ul,
#savedpayments ul,
#savedpaymentsbody ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

#addressbook ul li,
#savedpayments ul li,
#savedpaymentsbody ul li {
    padding: 12px 0;
}

.checkout-order-summary .checkout-order-summary-list {
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #dddddd;
    margin: 0;
}

@media(min-width:640px) {
    .checkout-order-summary .checkout-order-summary-list:first-of-type .checkout-order-summary-list-heading {
        padding-top: 15px;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading:only-child {
        border-bottom: 0;
    }
}

.checkout-order-summary .checkout-order-summary-list li {
    clear: both;
    padding: 24px;
}

.checkout-order-summary .checkout-order-summary-list li:before,
.checkout-order-summary .checkout-order-summary-list li:after {
    content: " ";
    display: table;
}

.checkout-order-summary .checkout-order-summary-list li:after {
    clear: both;
}

.checkout-order-summary .checkout-order-summary-list li:before,
.checkout-order-summary .checkout-order-summary-list li:after {
    content: " ";
    display: table;
}

.checkout-order-summary .checkout-order-summary-list li:after {
    clear: both;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading {
    background-color: #ffffff !important;
    color: #ffffff;
    padding: 15px 20px;
    border-bottom: 1px solid #ffffff;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading>div {
    float: left;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .title {
    font-weight: 700;
    padding-right: 5px;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .address {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 85%;
}

.checkout-order-summary .checkout-order-summary-list .thumb {
    float: left;
    margin-right: 24px;
    width: 65px;
}

.checkout-order-summary .checkout-order-summary-list .thumb img {
    width: 100%;
    height: auto;
}

.checkout-order-summary .checkout-order-summary-list .price {
    float: right;
    margin-left: 12px;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
}

.checkout-order-summary .checkout-order-summary-list .details {
    font-size: 16px;
    margin-left: 85px;
}

.checkout-order-summary .checkout-order-summary-list .details .name {
    font-weight: 700;
}

.checkout-order-summary .checkout-order-summary-list .details .qty span {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 12px;
}

.checkout-order-summary .checkout-order-summary-list .updateQuantityProduct-toggle {
    float: right;
}

.checkout-order-summary .checkout-order-summary-list .stock-status {
    clear: both;
    padding: 12px 0;
    font-size: 16px;
}

@media(max-width:1023px) {
    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .address {
        width: 100%;
    }
}

.checkout-order-summary .subtotals {
    color: #181818;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

.checkout-order-summary .subtotals .subtotal,
.checkout-order-summary .subtotals .shipping,
.checkout-order-summary .subtotals .subtotals__item--state-discount,
.checkout-order-summary .subtotals .tax,
.checkout-order-summary .subtotals .net_total {
    margin-bottom: 25px;
}

.checkout-order-summary .subtotals .subtotal span,
.checkout-order-summary .subtotals .shipping span,
.checkout-order-summary .subtotals .subtotals__item--state-discount span,
.checkout-order-summary .subtotals .tax span,
.checkout-order-summary .subtotals .net_total span {
    float: right;
    font-weight: 400;
}

.checkout-order-summary .subtotals .subtotal {
    padding-top: 0;
}

.checkout-order-summary .subtotals .totals {
    font-size: var(--font-size-base);
    line-height: 26px;
    color: #181818;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid rgba(40, 40, 40, 0.2);
    padding-top: 25px;
    margin-bottom: 40px;
}

.checkout-order-summary .subtotals .totals span {
    float: right;
}

.subtotals__item--state-discount {
    color: #00a651;
}

.label-spacing {
    padding-right: 5px;
}

@media(max-width:639px) {
    .place-order-form {
        padding: 0 24px;
    }

    .checkout-order-summary {
        padding: 16px 0 0;
        border-top: 0;
        margin: 0;
        padding: 0;
    }

    .checkout-order-summary .checkout-order-summary-list {
        padding-left: 0;
        list-style: none;
        border: none;
        padding: 0;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading {
        background-color: transparent !important;
        color: #181818;
        padding: 25px 24px;
        border-color: #dddddd;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .title {
        text-transform: uppercase;
        font-size: 19px;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items {
        border-bottom: 1px solid #dddddd;
    }
}

.checkout-review {
    margin-top: 20px;
}

.checkout-review .checkout-order-summary .subtotals {
    margin-top: 0;
}

.btn-close-terms-and-conditions {
    margin: 30px 0;
}

.checkout-help {
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 15px;
    padding: 12px;
    margin-top: 72px;
}

@media(max-width:639px) {
    .checkout-help {
        margin-top: 30px;
        margin-left: 24px;
        margin-right: 24px;
    }
}

.checkout-success {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .checkout-success {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-success__body {
    margin: 80px 0 55px;
    text-align: center;
}

.checkout-success__body__headline {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.termsAndConditions-section {
    padding-bottom: 24px;
}

label.terms {
    margin: 15px 0;
}

fieldset#cardDate>.control-label,
fieldset#startDate>.control-label {
    font-weight: bold;
    margin-bottom: 5px;
}

fieldset#cardDate .form-group .control-label,
fieldset#startDate .form-group .control-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid #cboxLoadedContent {
    margin-top: 100px;
    padding: 0;
}

@media(max-width:1023px) {
    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid #cboxLoadedContent {
        margin-top: 130px;
    }
}

@media(max-width:639px) {
    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid #cboxLoadedContent {
        margin-top: 170px;
    }
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid .grid-row {
    border-top: 1px solid #e0e0e0;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid .grid-row:nth-child(2n+2) {
    background: #eeeeee;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid .grid-prod-info {
    display: inline-block;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td {
    padding: 10px 10px 15px;
    vertical-align: top;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td>span {
    display: block;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td.grid-prod-img {
    padding-left: 48px;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-variant,
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-size {
    font-weight: bold;
    min-width: 80px;
}

.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-variant {
    display: block;
    font-size: var(--font-size-base);
}

@media(max-width:639px) {
    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td {
        padding: 10px 15px 15px;
    }

    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td:nth-child(2n+2) {
        background-color: transparent;
    }

    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-prod-info {
        display: block;
        text-align: left;
    }

    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-prod-info span {
        display: inline-block;
    }

    .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-price {
        float: right;
    }
}

.arrow_note {
    display: block;
    width: 100%;
    padding: 30px 0;
    padding-right: 16px;
    margin: 16px 0 0;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../../_ui/responsive/common/images/right-arrow-grey.svg);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.29px;
}

.arrow_note span {
    margin-right: 5px;
}

.arrow_note span a {
    color: #181818;
    text-decoration: underline;
    margin-left: 5px;
}

@media(max-width:639px) {
    .checkout-coupon-list {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.checkout-order-summary .checkout-coupon-list {
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
}

@media(max-width:639px) {
    .checkout-order-summary .checkout-coupon-list {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.coupon-list__headline {
    font-size: 21px;
    line-height: 38px;
    font-weight: 700;
}

.coupon-list {
    padding-left: 0;
    list-style: none;
    margin-top: 6px;
    margin-bottom: 0;
}

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

.cart-voucher {
    margin: 21px 0;
}

.cart-voucher.has-error input.form-control {
    background: #fff;
    border-color: #181818;
}

.cart-voucher__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.81px;
    line-height: normal;
}

.cart-voucher__label .accordion-icon {
    background-image: url(/_ui/responsive/theme-duni/images/chevron.svg);
    height: 16px;
    width: 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: all ease-in-out 0.3s;
}

.cart-voucher__label.collapsed .accordion-icon {
    background-image: url(/_ui/responsive/theme-duni/images/chevron.svg);
    transform: rotate(-90deg);
}

#applyVoucherForm {
    display: flex;
}

input.form-control.cart-voucher__input {
    flex: 1;
    float: left;
    margin-right: 0;
    height: 58px;
}

input.form-control.cart-voucher__input+.btn-default {
    height: 58px;
    font-size: 13px;
    font-weight: 500;
}

.cart-voucher__input::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #181818;
    text-transform: uppercase;
}

.cart-voucher__input:-ms-input-placeholder,
.cart-voucher__input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #181818;
    text-transform: uppercase;
}

.cart-voucher__help-block {
    display: none;
}

.has-error .cart-voucher__help-block,
.has-success .cart-voucher__help-block {
    display: block;
}

@media(max-width:1199px) and (min-width:1024px) {
    .cart-voucher__input {
        width: 70%;
    }
}

.voucher-list {
    padding-left: 0;
    list-style: none;
    margin-top: -5px;
}

.voucher-list__item-box {
    display: inline-block;
    border: 1px solid #dddddd;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 15px;
    margin-top: 12px;
}

.voucher-list__item-remove {
    color: #cdcdcd;
    padding: 12px;
    cursor: pointer;
    margin: -12px -12px -12px 0;
    position: relative;
    top: 2px;
}

@media(max-width:1023px) {
    .voucher-list__item {
        display: inline-block;
        padding-right: 5px;
    }
}

.gift__coupons {
    text-align: center;
    border-top: 1px solid #dddddd;
    margin: 0 auto 55px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    width: 80%;
}

@media(max-width:1024px) {
    .gift__coupons {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.gift__coupons span {
    display: block;
}

@media(max-width:480px) {
    .gift__coupons {
        width: 90%;
    }
}

@media(min-width:1024px) {
    .gift__coupons {
        width: 40%;
    }
}

.gift__coupons .gift__coupon--title {
    margin-bottom: 5px;
}

.gift__coupon .gift__coupon--name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

#couponCollapse {
    margin: 21px 0;
}

#couponCollapse .alert {
    margin-top: 20px;
    padding: 20px;
    font-size: var(--font-size-xxs);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 20px;
}

#couponCollapse .alert svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-right: 12px;
}

#storeFinder {
    max-width: 1300px;
    margin: 40px auto;
    padding: 0 25px;
}

.store-finder-header .store__finder--search {
    display: flex;
    align-items: center;
    overflow-y: hidden;
}

.store-finder-header .store__finder--search .search-name {
    flex: 1;
}

.store-finder-header .store__finder--search #storeFinderForm {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    margin-bottom: 30px;
}

.store-finder-header .store__finder--search #storeFinderForm .form-group {
    width: 100%;
    margin: 0;
}

.store-finder-header .store__finder--search #storeFinderForm .form-control {
    color: #181818;
    background: transparent;
    margin-bottom: 0;
    box-shadow: none;
    font-size: var(--font-size-xxs);
}

.store__finder--panel {
    overflow: hidden;
}

.map-list {
    display: flex;
}

.map-list .store__finder--navigation {
    max-width: 60%;
    width: 100%;
    overflow-y: auto;
    position: relative;
}

.map-list .store__finder--navigation table {
    margin-top: 0 !important;
}

.map-list .store__finder--navigation .dataTables_length {
    display: none;
}

.map-list .store__finder--navigation.loading {
    max-height: 320px;
}

.map-list .store__finder--navigation.loading table {
    background: white;
    height: 100%;
}

.map-list .store__finder--navigation.loading table tbody {
    display: none;
}

.map-list .store__finder--navigation.loading .loader {
    display: inline-block;
}

.map-list .store__finder--navigation.loading .dataTables_wrapper {
    display: none;
}

.map-list .store__finder--navigation .loader {
    display: none;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
}

.map-list .store__finder--navigation .dataTables_info,
.map-list .store__finder--navigation .dataTables_filter {
    display: none;
}

.map-list .store__finder--details {
    max-width: 40%;
    padding: 12px;
}

.store__finder {
    display: none;
    padding: 0;
}

.store__finder .store__finder--pagination {
    line-height: 44px;
    clear: both;
    display: inline-block;
    width: 100%;
    max-width: 60%;
    padding: 20px 20px 20px 0;
}

.store__finder .store__finder--pagination:before,
.store__finder .store__finder--pagination:after {
    content: " ";
    display: table;
}

.store__finder .store__finder--pagination:after {
    clear: both;
}

.store__finder .store__finder--pagination:before,
.store__finder .store__finder--pagination:after {
    content: " ";
    display: table;
}

.store__finder .store__finder--pagination:after {
    clear: both;
}

.store__finder .store__finder--pagination button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #292929;
    line-height: normal;
}

.store__finder .store__finder--pagination button:first-child {
    margin-right: 20px;
}

.store__finder .store__finder--pagination button:disabled {
    border: 1px solid #dddddd;
}

.store__finder .store__finder--pagination button:disabled svg {
    opacity: 0.5;
}

.store__finder .store__finder--pagination button svg {
    vertical-align: middle;
}

@media(max-width:1023px) {
    .store__finder .store__finder--pagination {
        max-width: 100%;
        padding: 20px 0;
    }
}

.store__finder .store__finder--navigation,
.store__finder .store__finder--details {
    width: 100%;
}

.store__finder .store__finder--map {
    width: 100%;
    height: 500px;
}

.store__finder .stores-nearby {
    margin-bottom: 12px;
}

.store__finder .store__finder--navigation-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    position: relative;
}

.store__finder .store__finder--navigation-list li.loading {
    height: 56px;
    background: #f2f4f7;
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 56px;
}

.store__finder .store__finder--navigation-list li.loading .glyphicon {
    color: #ff4444;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

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

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

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

.store__finder .store__finder--navigation-list .list__entry td {
    padding: 0;
}

.store__finder .store__finder--navigation-list .list__entry input {
    display: none;
}

.store__finder .store__finder--navigation-list .list__entry label {
    margin: 0;
    height: 98px;
    font-size: 16px;
    padding: 16px 19px;
    display: flex;
    width: 100%;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    box-shadow: inset 0 -1px 0 #dddddd;
    background-color: #ffffff;
    text-transform: none;
}

.store__finder .store__finder--navigation-list .list__entry label:hover {
    background: #dadada;
}

.store__finder .store__finder--navigation-list .list__entry label .logo,
.store__finder .store__finder--navigation-list .list__entry label .default-logo {
    width: 105px;
    height: 48px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    position: relative;
    margin-right: 20px;
}

.store__finder .store__finder--navigation-list .list__entry label .logo img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.store__finder .store__finder--navigation-list .list__entry label .default-logo img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

@media(max-width:639px) {
    .store__finder .store__finder--navigation-list .list__entry label {
        display: flex;
        flex-direction: column;
        position: relative;
        height: auto;
        padding: 16px 79px 16px 16px;
    }

    .store__finder .store__finder--navigation-list .list__entry label .default-logo,
    .store__finder .store__finder--navigation-list .list__entry label .logo {
        margin-bottom: 10px;
    }

    .store__finder .store__finder--navigation-list .list__entry label .entry__distance {
        position: absolute;
        height: 48px;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.store__finder .store__finder--navigation-list .list__entry input:checked+label {
    background: #dadada;
    transition: all 500ms ease;
}

.store__finder .store__finder--navigation-list .list__entry .entry__info {
    flex: 1;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    font-size: 10px;
}

.store__finder .store__finder--navigation-list .list__entry .entry__name {
    display: block;
    font-weight: 500;
    font-size: var(--font-size-xxs);
}

.store__finder .store__finder--navigation-list .list__entry .entry__city {
    display: block;
    font-weight: normal;
}

.store__finder .store__finder--navigation-list .list__entry .entry__distance {
    display: table;
    height: 100%;
    width: 60px;
    border-left: 1px solid #cdcdcd;
    float: right;
    font-size: 10px;
}

.store__finder .store__finder--navigation-list .list__entry .entry__distance span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 5px;
    text-align: center;
    white-space: nowrap;
}

.store__finder .store__finder--navigation-list colgroup col {
    display: none;
}

.store__finder .store__finder--details {
    box-shadow: inset 0 0 0 1px #d9d9d9;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.store__finder .store__finder--details .store__finder--details-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.store__finder .store__finder--details .store__finder--details-back {
    margin-bottom: 20px;
    display: none;
}

.store__finder .store__finder--details .store__finder--details-image {
    margin-bottom: 20px;
}

.store__finder .store__finder--details .store__finder--details-image img {
    width: 170px;
    height: 50px;
    object-fit: contain;
}

.store__finder .store__finder--details .info__name {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.store__finder .store__finder--details a {
    color: inherit;
    text-decoration: underline;
}

.store__finder .store__finder--details hr {
    clear: both;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 1px;
    position: relative;
    border: 0;
}

.store__finder .store__finder--details hr:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    height: 1px;
    right: 0;
    left: 0;
    background: #ddd;
}

.store__finder .store__finder--details .store__finder--details-map {
    background: #eee;
}

.store__finder .store__finder--details .store__finder--details-openings dl dt {
    text-align: left !important;
    width: 60px;
}

.store__finder .store__finder--details .store__finder--details-openings dl dd {
    margin-left: 60px;
}

.store__finder .store__finder--details .store__finder--details-openings ul {
    padding-left: 0;
    list-style: none;
}

.store__finder .info__address {
    text-align: center;
    font-size: var(--font-size-xxs);
}

.store__finder .info__address a {
    text-decoration: none;
    display: block;
}

.store__finder .info__address a span {
    text-decoration: underline;
}

.store__finder .js-store-phone {
    margin-top: 25px;
}

@media(max-width:1023px) {
    .store__finder .back__to__storelist {
        margin-bottom: 10px;
    }

    .store__finder .map-list {
        width: 200%;
        margin: 0;
        -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;
    }

    .store__finder .map-list>* {
        padding: 0;
    }

    .store__finder .map-list .store__finder--navigation {
        width: 50%;
    }

    .store__finder .map-list .store__finder--details {
        display: none;
    }

    .store__finder .store__finder--pagination {
        line-height: 22px;
    }

    .store__finder.show-store .store__finder--pagination {
        color: rgba(0, 0, 0, 0);
        height: 46px;
    }

    .store__finder.show-store .store__finder--pagination * {
        display: none;
    }

    .store__finder.show-store .map-list {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .store__finder.show-store .map-list .store__finder--navigation .store__finder--navigation-list {
        display: none;
    }

    .store__finder.show-store .map-list .store__finder--details {
        width: 100%;
        max-width: 50%;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .store__finder.show-store .map-list .store__finder--details .store__finder--details-back {
        position: absolute;
        top: 10px;
        left: 20px;
    }

    .store__finder .map-list .store__finder--navigation {
        max-width: 100%;
        margin-right: 0;
    }

    .store__finder .store__finder--details .store__finder--details-back {
        display: flex;
        margin-left: 0;
        line-height: normal;
        padding: 10px 15px 10px 0;
        border: none;
    }

    .store__finder .store__finder--details .store__finder--details-back svg {
        width: 13px;
        height: 15px;
        margin-right: 10px;
    }
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
}

#cboxTopCenter {
    height: 14px;
}

#cboxTopRight {
    width: 14px;
    height: 14px;
}

#cboxBottomLeft {
    width: 14px;
}

#cboxBottomCenter {
    height: 43px;
}

#cboxBottomRight {
    width: 14px;
}

#cboxMiddleLeft {
    width: 14px;
}

#cboxMiddleRight {
    width: 14px;
}

#cboxContent {
    background: #fff;
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: bold;
    color: #7C7C7C;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxPrevious {
    left: 0px;
    background-position: -51px -25px;
}

#cboxPrevious:hover {
    background-position: -51px 0px;
}

#cboxNext {
    left: 27px;
    background-position: -75px -25px;
}

#cboxNext:hover {
    background-position: -75px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0px;
    right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0px;
}

@media(max-width:639px) {
    #cboxTitle {
        height: 108px;
        padding-left: 24px;
        padding-right: 24px;
        clear: both;
    }

    #cboxTitle:before,
    #cboxTitle:after {
        content: " ";
        display: table;
    }

    #cboxTitle:after {
        clear: both;
    }

    #cboxTitle:before,
    #cboxTitle:after {
        content: " ";
        display: table;
    }

    #cboxTitle:after {
        clear: both;
    }

    #cboxLoadedContent {
        margin-top: 108px;
        padding: 15px 24px 34px 24px;
    }

    #cboxLoadedContent .addressEntry ul {
        margin-top: -29px;
    }
}

.modal__top {
    padding-bottom: 36px;
    margin-bottom: 34px;
    border-bottom: 1px solid #cccccc;
}

.modal__top .modal__top--label {
    color: #181818;
    font-weight: bold;
    font-style: italic;
}

.modal__top .modal__top--text {
    font-style: italic;
}

.modal__text--bold {
    font-weight: bold;
}

.modal__bottom {
    margin-bottom: 48px;
    font-size: 15px;
}

.quote-discount__modal--label {
    font-size: 15px;
    font-weight: 600;
    color: #181818;
    text-transform: capitalize;
    vertical-align: middle;
    display: table-cell;
    height: 40px;
}

.quote-discount__modal--input {
    margin-bottom: 21px;
    width: 100%;
}

.quote-discount__modal--input input[type=number] {
    -moz-appearance: textfield;
}

.quote-discount__modal--input input[type=number]::-webkit-inner-spin-button,
.quote-discount__modal--input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quote-discount__modal--input__label {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    padding-right: 12px;
    width: 25px;
    text-align: right;
}

.quote-discount__modal--original__total {
    font-size: 15px;
    font-style: italic;
    border-bottom: 1px solid #cccccc;
    color: #181818;
    padding-bottom: 17px;
    margin-bottom: 13px;
    margin-top: 12px;
}

.quote-discount__modal--new__total {
    color: #181818;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 51px;
}

.price del {
    color: #000;
    font-weight: bold;
}

.price ins {
    color: #181818;
    text-decoration: none;
}

a.price ins:hover,
a.price ins:focus {
    color: #000000;
}

.price.msrp {
    color: #666;
}

.account-navigation {
    margin-bottom: 12px;
}

.account-navigation .account-navigation-header {
    padding: 12px;
    text-transform: uppercase;
}

.account-navigation .account-navigation-header a {
    display: block;
}

.account-navigation .account-navigation-list {
    margin: 12px;
    padding-left: 0;
    list-style: none;
}

@media(min-width:640px) and (max-width:1023px) {
    .account-navigation .account-navigation-list {
        display: none !important;
    }
}

@media(max-width:639px) {
    .account-navigation .account-navigation-list {
        display: none !important;
    }
}

.account-navigation .account-navigation-list li.title {
    margin-top: 12px;
    font-weight: 700;
}

.account-navigation .account-navigation-list li.active {
    font-weight: 700;
}

.account-navigation .account-navigation-list li a:hover,
.account-navigation .account-navigation-list li afocus {
    color: #181818;
}

.account-home .account-home-section {
    margin-bottom: 24px;
}

.account-home .account-home-section .account-home-section-header {
    background: #f2f4f7;
    padding: 12px;
    text-transform: uppercase;
}

.account-home .account-home-section .account-home-section-content {
    height: 100px;
    padding: 12px;
    border: 1px solid #f2f4f7;
    border-top: 0;
}

.account-home .account-home-section .account-home-section-content ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

@media(max-width:1023px) {
    .account-home .account-home-section {
        margin-bottom: 12px;
    }

    .account-home .account-home-section .account-home-section-content {
        height: auto;
        padding: 0;
    }

    .account-home .account-home-section .account-home-section-content ul li a {
        padding: 12px;
        display: block;
    }

    .account-home .account-home-section .account-home-section-content ul li+li {
        border-top: 1px solid #eee;
    }
}

.address-book {
    white-space: nowrap;
    display: flex !important;
    align-items: center;
    position: relative;
    height: 32px;
    align-self: center;
}

.address-book .address-add-new {
    font-size: var(--font-size-xxs);
    text-decoration: underline;
    color: #181818;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    display: block;
}

.address-book .dropdown-toggle {
    padding: 0;
    margin: 0;
    height: 25px;
    width: 30px;
    background: transparent;
}

.address-book .dropdown-toggle .open-submenu {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.address-book .dropdown-menu {
    top: 12px !important;
    will-change: transform;
    min-width: 250px;
    right: 0;
    left: auto !important;
    transform: translateY(32px) !important;
    text-align: center;
    padding: 8px;
}

@media(min-width:640px) {
    .address-book .dropdown-menu {
        display: block;
        border: none;
        background: transparent;
        position: relative !important;
        top: unset !important;
        left: unset !important;
        z-index: unset;
        min-width: unset;
        box-shadow: unset;
        padding: unset;
        transform: unset !important;
    }

    .address-book .address-add-new {
        margin: 12px 0;
    }

    .address-book button {
        display: none;
    }
}

@media(min-width:1400px) {
    .account-section {
        margin: 0 auto;
        width: 1400px;
    }
}

.account-section .pagination-bar {
    margin: 15px 0 0;
}

.account-section .pagination-bar .pagination-toolbar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    border-bottom: none;
}

.account-section .pagination-bar .pagination-toolbar .sort-refine-bar {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .account-section .pagination-bar .pagination-toolbar .sort-refine-bar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-section .pagination-bar .pagination-toolbar .sort-refine-bar form {
    padding: 0;
}

.account-section .pagination-bar .pagination-bar-results {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #dddddd;
}

@media(max-width:1024px) {
    .account-section .pagination-bar .pagination-bar-results {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:639px) {
    .account-section .pagination-bar .pagination-bar-results {
        border-bottom: 1px solid #dddddd;
    }
}

.account-section .pagination-bar.bottom .pagination-toolbar {
    padding-top: 5px;
    border: none;
}

@media(max-width:639px) {
    .account-section .pagination-bar .pagination-toolbar {
        margin: 0;
    }

    .account-section .pagination-bar .pagination-bar-results {
        border-bottom: 1px solid #dddddd;
        padding-left: 24px;
        padding-right: 24px;
    }

    .account-section .account-overview-table,
    .account-section div.responsive-table {
        margin-left: -12px;
        margin-right: -12px;
    }
}

.account-section .addressBackBtn,
.account-section .orderTopBackBtn {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.account-section .account-section-header {
    color: #181818;
    font-size: var(--font-size-h3);
    line-height: 36px;
    font-weight: 400;
    padding: 24px 0;
    text-transform: capitalize;
    border-bottom: 1px solid #dddddd;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.account-section .account-section-header.border {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 29px;
}

@media(max-width:1024px) {
    .account-section .account-section-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-section .account-section-header.account-section-header-secondary {
    color: #181818;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    padding-bottom: 12px;
}

.account-section .account-section-header.no-border {
    border-bottom: none;
}

.account-section .account-section-header .account-section-header-add {
    font-size: 16px;
    font-weight: 700;
    margin-top: 4px;
}

.account-section .account-section-header__subheadline {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.571;
    text-transform: none;
}

.account-section .account-orderdetail+.account-section-content .pagination-bar {
    margin-top: 0;
}

.account-section .container-lg .account-section-content {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .account-section .container-lg .account-section-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(min-width:1200px) {
    .account-section .container-lg .account-section-content {
        padding: 0;
    }
}

@media(min-width:1200px) {
    .account-section .container-lg .account-section-content .account-section-form {
        padding: 0 5px;
    }
}

.account-section .account-section-content .item__list--item .item__total {
    padding-right: 34px;
}

.account-section .account-section-content .account-section-header {
    color: #181818;
    font-size: var(--font-size-h3);
    line-height: 36px;
    font-weight: 400;
    padding: 24px 0;
    text-transform: capitalize;
    border-bottom: 1px solid #dddddd;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.account-section .account-section-content .account-section-header.border {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 29px;
}

@media(max-width:1024px) {
    .account-section .account-section-content .account-section-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-section .account-section-content .account-section-header.no-border {
    border-bottom: none;
}

.account-section .account-section-content .account-section-header .container-lg {
    float: none;
    padding: 0 12px;
}

@media(min-width:1200px) {
    .account-section .account-section-content .account-section-header .container-lg {
        padding: 0;
    }
}

@media(min-width:1200px) {
    .account-section .account-section-content .back-link .container-lg {
        padding: 0;
    }
}

.account-section .account-section-content .account-section-form {
    margin: 48px 0;
}

.account-section .account-section-content .account-section-form .accountActions {
    padding-left: 0;
    padding-right: 0;
}

@media(max-width:640px) {
    .account-section .account-section-content .account-section-form .accountButtons:last-child {
        padding-top: 24px;
    }
}

.account-section .account-section-content .account-section-form .account-section-form__toggle-list {
    list-style-type: none;
    width: 100%;
    position: relative;
}

.account-section .account-section-content .account-section-form .account-section-form__toggle-list li {
    border-top: 1px solid #dddddd;
    width: 100%;
    display: inline-flex;
    align-items: center;
    height: 4em;
}

.account-section .account-section-content .account-section-form .account-section-form__toggle-list li:last-child {
    border-bottom: 1px solid #dddddd;
}

.account-section .account-section-content .account-section-form .account-section-form__toggle-list li .toggle-switch {
    position: absolute;
    right: 0;
}

.account-section .account-section-content .account-section-form .account-section-form__toggle-list label {
    margin-bottom: 0;
}

.account-section .account-section-content .consent-management-intro {
    padding-bottom: 10px;
}

.account-section .account-section-content .consent-management-list {
    max-width: 100%;
    line-height: 1.6;
    padding: 0;
}

.account-section .account-section-content .consent-management-list__item {
    border: 1px solid #dddddd;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}

@media(max-width:1023px) {
    .account-section .account-section-content .consent-management-list__item {
        border-left: 0 none;
        border-right: 0 none;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.account-section .account-section-content .consent-management-list__title {
    padding: 25px 15px 18px 62px;
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.account-section .account-section-content .consent-management-list__title:before {
    font-family: 'Glyphicons Halflings', sans-serif;
    content: '\e114';
    font-size: var(--font-size-base);
    position: absolute;
    left: 20px;
    top: 23px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.account-section .account-section-content .consent-management-list__title:hover,
.account-section .account-section-content .consent-management-list__title:focus {
    cursor: pointer;
    outline: none;
}

.account-section .account-section-content .is-expanded .consent-management-list__title:before {
    content: "\e113";
}

.account-section .account-section-content .consent-management-list__label {
    width: 85%;
    color: #181818;
    font-size: 15px;
}

@media(max-width:1023px) {
    .account-section .account-section-content .consent-management-list__label {
        width: 75%;
        font-size: 14px;
    }
}

.account-section .account-section-content .consent-management-list__content-inner {
    padding: 0 40px 10px 65px;
    font-size: var(--font-size-base);
}

@media(max-width:1023px) {
    .account-section .account-section-content .consent-management-list__content-inner {
        font-size: 14px;
    }
}

.account-section .account-section-content .consent-management-list__content {
    transition: height 0.3s ease-out;
    height: 0;
    overflow: hidden;
}

.account-section .account-section-content form {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .account-section .account-section-content form {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-section .account-section-content form .accountActions-bottom {
    padding: 0;
}

.account-section .account-section-content #quoteForm {
    padding: 0;
}

.account-section .account-section-content #addNewPermissionForm .account-select-form {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .account-section .account-section-content #addNewPermissionForm .account-select-form {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-section .account-section-content.content-empty {
    margin: 45px 0;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .account-section .account-section-content.content-empty {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-section .account-section-content .account-orderhistory-pagination {
    padding-top: 12px;
}

.account-section .account-section-content .account-orderhistory-pagination .pagination-bar .sort-refine-bar {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .account-section .account-section-content .account-orderhistory-pagination .pagination-bar .sort-refine-bar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-section .account-section-content .account-orderhistory-pagination .pagination-bar form {
    padding: 0;
}

.account-section .account-section-content .account-orderhistory-pagination .account-orderhistory-pagination-text {
    line-height: 32px;
}

.account-section .account-section-content .account-orderhistory-pagination .pager {
    margin: 0;
}

.account-section .account-section-content .account-orderhistory-sort {
    background: #f2f4f7;
    padding: 12px;
}

.account-section .account-section-content table>tbody>tr>td:nth-child(2) a {
    font-weight: 500;
}

.account-section .account-section-content .accountActions {
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
}

.account-section .account-section-content .cart-voucher form,
.account-section .account-section-content .cart-items form,
.account-section .account-section-content .item-action form {
    padding: 0;
}

@media(min-width:1024px) {
    .account-section .account-section-content .item__btn {
        margin-bottom: 12px;
    }
}

@media(max-width:1023px) {
    .account-section .account-section-content .item__btn {
        margin-top: 24px;
    }
}

.account-section .account-section-content .disable-link,
.account-section .account-section-content .enable-link {
    display: inline-block;
    text-align: right;
    margin: 25px 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: var(--font-size-base);
}

@media(max-width:639px) {

    .account-section .account-section-content .disable-link,
    .account-section .account-section-content .enable-link {
        text-align: center;
        float: none;
        padding-right: 0 !important;
        width: 100%;
    }
}

.account-section .account-section-content .disable-link button,
.account-section .account-section-content .enable-link button {
    background: transparent;
    border: 0 none;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
}

.account-section .account-section-content .disable-link button[disabled],
.account-section .account-section-content .enable-link button[disabled] {
    color: #000000;
}

.account-section .account-section-content .disable-link form,
.account-section .account-section-content .enable-link form {
    display: inline-block;
}

.account-section .account-section-content .enable-link+.disable-link,
.account-section .account-section-content .disable-link+.enable-link,
.account-section .account-section-content .disable-link+.disable-link,
.account-section .account-section-content .enable-link+.enable-link {
    padding-left: 20px;
    position: relative;
}

.account-section .account-section-content .enable-link+.disable-link:before,
.account-section .account-section-content .disable-link+.enable-link:before,
.account-section .account-section-content .disable-link+.disable-link:before,
.account-section .account-section-content .enable-link+.enable-link:before {
    content: "";
    display: block;
    position: absolute;
    height: 24px;
    width: 1px;
    left: 10px;
    background: #dddddd;
    top: 0;
}

@media(max-width:639px) {

    .account-section .account-section-content .enable-link+.disable-link:before,
    .account-section .account-section-content .disable-link+.enable-link:before,
    .account-section .account-section-content .disable-link+.disable-link:before,
    .account-section .account-section-content .enable-link+.enable-link:before {
        display: none;
    }
}

@media(max-width:639px) {

    .account-section .account-section-content .enable-link+.disable-link,
    .account-section .account-section-content .disable-link+.enable-link,
    .account-section .account-section-content .disable-link+.disable-link,
    .account-section .account-section-content .enable-link+.enable-link {
        padding-left: 0;
    }
}

.account-section .account-section-content .disable-link a,
.account-section .account-section-content .disable-link button,
.account-section .account-section-content .disable-link form {
    color: #ed1c24;
}

@media(max-width:639px) {
    .account-section .account-section-content .remove-item-column {
        position: absolute;
        right: -4px;
        top: -5px;
        width: auto;
    }

    .account-section .account-section-content .restore-item-column {
        position: absolute;
        right: -4px;
        top: 50px;
        width: auto;
    }
}

.account-section .account-section-content .restore-item-link {
    text-transform: uppercase;
    font-weight: 700;
}

.account-section .account-section-content .restore-item-link .glyphicon-share-alt {
    font-size: 24px;
    padding: 13px;
    transform: scale(-1, 1);
    margin-right: 13px;
}

.account-section .account-section-content .edit-item-link {
    margin-top: 12px;
    display: block;
}

.account-section .account-section-content .remove-item-link .glyphicon-remove {
    font-size: 21px;
    padding: 0 14px;
}

@media(max-width:639px) {
    .account-section .account-section-content .remove-item-link .glyphicon-remove {
        padding: 14px;
        margin-right: 20px;
    }
}

.account-section .account-section-content .saved__carts__overview--table .responsive-table-item {
    position: relative;
    padding-right: 35px;
}

@media(min-width:640px) {
    .account-section .account-section-content .saved-cart .saved-cart-name {
        width: 15%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 0;
    }

    .account-section .account-section-content .saved-cart .saved-cart-description {
        width: 30%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 0;
    }
}

.account-section .account-section-action {
    margin-top: 24px;
}

@media(max-width:639px) {
    .account-section .account-section-action .row {
        margin: 0;
    }

    .account-section .account-section-action .btn-primary {
        margin-bottom: 24px;
    }
}

.account-section .accountActions-bottom {
    clear: both;
    margin-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .account-section .accountActions-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:639px) {
    .account-section .accountActions-bottom .btn-primary {
        margin-bottom: 24px;
    }
}

.account-section .cancel-panel .orderBackBtn {
    padding-right: 0;
}

@media(max-width:640px) {
    .account-section .cancel-panel .orderBackBtn {
        padding-right: 20px;
        margin-bottom: 20px;
    }
}

@media(min-width:640px) {
    .account-section .cancel-panel {
        padding-left: 0;
    }
}

.account-section .btn.btn-block+.btn.btn-block {
    margin-top: 12px;
}

.account-section .account-consignment {
    margin-top: 24px;
}

.account-section .global-alerts {
    position: sticky;
    top: 0;
    z-index: 1;
}

.account-section .account-list .separator {
    margin-bottom: 16px;
}

.account-section .account-list ul {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.account-section .account-list ul li {
    text-overflow: ellipsis;
    overflow: hidden;
}

.account-section .account-list .account-list-header {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 1.5;
    margin-top: -1px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .account-section .account-list .account-list-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-section .account-list .account-list-header .account-list-header-add {
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    position: relative;
    top: 2px;
}

.account-section .account-list .account-cards {
    border-left: 1px solid #dddddd;
    padding: 40px 20px;
}

.account-section .account-list .account-cards.card-select {
    border-top: 1px solid #dddddd;
    border-left: none;
}

.account-section .account-list .account-cards .account-cards-actions {
    display: flex;
    width: 100%;
    justify-content: end;
}

.account-section .account-list .account-cards .account-cards-actions-default {
    flex: auto;
    align-content: center;
}

@media(min-width:640px) {
    .account-section .account-list .account-cards .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .account-section .account-list .account-cards .row:before {
        content: none;
    }

    .account-section .account-list .account-cards .row:after {
        content: '';
    }
}

.account-section .account-list .account-cards .search-empty {
    list-style: none;
    border-left: 0;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 30px 30px 25px;
    margin-bottom: 0;
    min-height: 150px;
    clear: both;
}

.account-section .account-list .account-cards .search-empty span {
    padding: 0;
    text-align: right;
}

.account-section .account-list .account-cards .search-empty>ul>li {
    margin-bottom: 3px;
}

.account-section .account-list .account-cards .search-empty>ul>li:first-child {
    text-transform: uppercase;
    font-weight: 500;
}

@media(max-width:1024px) {
    .account-section .account-list .account-cards .search-empty {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-section .account-list .account-cards .action-links {
    height: 20px;
}

.account-section .account-list .account-cards .action-links.removeAddressFromBookButton {
    margin-right: 20px;
}

.account-section .account-list .account-cards .action-links svg path {
    fill: #181818;
}

.account-section .account-list .account-cards .action-links:hover .glyphicon-remove,
.account-section .account-list .account-cards .action-links:hover .glyphicon-pencil {
    color: #181818;
}

.account-section .account-list .account-cards .card {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 25px;
    height: 100%;
    outline: 1px solid #cccccc;
}

@media(max-width:639px) {
    .account-section .account-list .account-cards .card {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

.account-section .account-list .account-cards .account-cards-actions-buttons {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.account-section .account-list .account-set-default-address {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.account-section .account-list .account-default-address {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #181818;
}

.account-section .account-list .address-details {
    padding: 10px 0;
    border-top: solid thin #181818;
    border-bottom: solid thin #181818;
    font-size: var(--font-size-base);
    flex: auto;
}

.account-section .account-list .address-title {
    font-size: var(--font-size-sm);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
}

.account-section .continue__shopping,
.account-section .orderBackBtn {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {

    .account-section .continue__shopping,
    .account-section .orderBackBtn {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-profil .account-profil-info {
    margin: 0 0 12px;
}

.account-profil .account-profil-info .account-profil-info-line {
    line-height: 2em;
}

.account-profil .account-profil-info .account-profil-info-line span {
    display: inline-block;
    width: 100px;
}

.account-profil a.btn {
    margin-top: 12px;
}

.account-profil .btn+.btn {
    margin-left: 12px;
}

.account-orderdetail {
    clear: both;
}

.account-orderdetail.well {
    padding-left: 0;
    padding-right: 0;
}

@media(min-width:1024px) {
    .account-orderdetail .item__list .item__list--item .item__total {
        padding-right: 30px;
    }
}

.account-orderdetail .well-content {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .account-orderdetail .well-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-orderdetail:before,
.account-orderdetail:after {
    content: " ";
    display: table;
}

.account-orderdetail:after {
    clear: both;
}

.account-orderdetail:before,
.account-orderdetail:after {
    content: " ";
    display: table;
}

.account-orderdetail:after {
    clear: both;
}

.account-orderdetail .col-sm-9>.col-sm-4:nth-child(3n+1) {
    clear: both;
}

.account-orderdetail .order-savings {
    color: #00a651;
    font-weight: 700;
    padding: 12px 12px 29px 0;
}

.account-orderdetail .order-savings+.order-savings {
    padding-top: 0;
}

.account-orderdetail .item-box {
    background: #afb2b5;
    padding: 12px;
    margin-bottom: 6px;
    margin-top: 6px;
    clear: both;
}

.account-orderdetail .item-box:before,
.account-orderdetail .item-box:after {
    content: " ";
    display: table;
}

.account-orderdetail .item-box:after {
    clear: both;
}

.account-orderdetail .item-box:before,
.account-orderdetail .item-box:after {
    content: " ";
    display: table;
}

.account-orderdetail .item-box:after {
    clear: both;
}

.account-orderdetail .order-data {
    background-color: #F2F4F7;
    padding: 12px;
}

.account-orderdetail .orderDetail_itemHeader {
    font-size: 20px;
    background-color: #ffffff;
    padding: 12px 24px;
}

.account-orderdetail .button-panel {
    float: right;
    max-width: 200px;
}

.account-orderdetail .account-orderdetail-item-section-body ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.account-orderdetail .account-orderdetail-item-section-body ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    clear: both;
}

.account-orderdetail .account-orderdetail-item-section-body ul li:before,
.account-orderdetail .account-orderdetail-item-section-body ul li:after {
    content: " ";
    display: table;
}

.account-orderdetail .account-orderdetail-item-section-body ul li:after {
    clear: both;
}

.account-orderdetail .account-orderdetail-item-section-body ul li:before,
.account-orderdetail .account-orderdetail-item-section-body ul li:after {
    content: " ";
    display: table;
}

.account-orderdetail .account-orderdetail-item-section-body ul li:after {
    clear: both;
}

.account-orderdetail .account-orderdetail-item-section-body ul li+li {
    border-top: 1px solid #eee;
}

.account-orderdetail .account-orderdetail-item-section-body ul .thumb {
    float: left;
    margin-right: 12px;
    max-width: 100px;
}

.account-orderdetail .account-orderdetail-item-section-body ul .price-total {
    float: right;
    padding-right: 12px;
}

.account-orderdetail .account-orderdetail-item-section-body ul .details .name {
    font-weight: 700;
}

.account-orderdetail .account-orderdetail-item-section-body ul .promo {
    color: #00a651;
}

@media(min-width:1024px) and (max-width:1199px) {
    .account-orderdetail .account-orderdetail-item-section-body ul .promo {
        padding-left: 22px;
    }
}

@media(min-width:1200px) {
    .account-orderdetail .account-orderdetail-item-section-body ul .promo {
        padding-left: 0;
    }
}

.account-orderdetail .account-orderdetail-item-section-body ul .promo li {
    border-bottom: 0;
}

.account-orderdetail .account-orderdetail__footer {
    padding-top: 55px;
}

.account-orderdetail .account-orderdetail__footer>div {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .account-orderdetail .account-orderdetail__footer>div {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-orderdetail .order-savings__headline {
    font-size: 21px;
    color: #181818;
    font-weight: 500;
}

.account-orderdetail .orderTotal {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 24px;
}

.account-orderdetail .orderTotal .text-right {
    font-weight: 700;
}

.account-orderdetail .orderTotal .totals {
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
}

.account-orderdetail .orderTotal .discount {
    color: #00a651;
}

.account-orderdetail .order-store-address .order-track-number,
.account-orderdetail .order-store-hours .order-track-number {
    color: #ed1c24;
}

.account-orderdetail .order-billing-address ul {
    padding: 0;
}

.account-orderdetail .order-billing-address ul li {
    list-style: none;
}

.account-orderdetail .order-billing-address .label-order,
.account-orderdetail .order-payment-data .label-order,
.account-orderdetail .order-ship-to .label-order,
.account-orderdetail .order-shipping-method .label-order,
.account-orderdetail .order-tracking-no .label-order,
.account-orderdetail .order-store-address .label-order,
.account-orderdetail .order-store-hours .label-order {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 2px;
}

.account-orderdetail .order-billing-address .value-order-date,
.account-orderdetail .order-payment-data .value-order-date,
.account-orderdetail .order-ship-to .value-order-date,
.account-orderdetail .order-shipping-method .value-order-date,
.account-orderdetail .order-tracking-no .value-order-date,
.account-orderdetail .order-store-address .value-order-date,
.account-orderdetail .order-store-hours .value-order-date {
    display: inline-block;
    min-width: 15%;
}

.account-orderdetail .value-order {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:639px) {

    .account-orderdetail .order-shipping-method,
    .account-orderdetail .order-tracking-no,
    .account-orderdetail .order-payment-data,
    .account-orderdetail .order-store-hours {
        padding-top: 24px;
    }
}

.account-orderdetail .account-orderdetail-orderTotalDiscount-section {
    clear: both;
    margin-bottom: 24px;
}

.account-orderdetail .account-orderdetail-orderTotalDiscount-section .order-total__taxes {
    text-align: right;
}

.account-orderdetail .account-orderdetail-orderTotalDiscount-section .order-savings__info {
    color: #00a651;
    font-weight: 700;
    text-transform: uppercase;
}

.account-address-removal-popup .address,
.account-address-add-new .address {
    margin-bottom: 10px;
}

.account-address-removal-popup .duni-form .form-group.has-error .help-block,
.account-address-add-new .duni-form .form-group.has-error .help-block {
    text-align: left;
}

@media(max-width:639px) {

    #colorbox.popup_confirm_address_removal #cboxContent #cboxLoadedContent,
    #colorbox.address-add-new__colorbox #cboxContent #cboxLoadedContent {
        height: 100dvh !important;
    }
}

#colorbox.popup_confirm_address_removal hr,
#colorbox.address-add-new__colorbox hr {
    margin-top: 0;
}

.savedcart_restore_confirm_modal .restore-current-cart-form {
    margin-top: 48px;
}

.not-active {
    pointer-events: none;
    cursor: default;
    font-weight: 400 !important;
    color: black !important;
}

.page-address-book .main__inner-wrapper>.global-alerts,
.address-messages {
    z-index: 1;
    position: sticky;
    top: 0;
}

.page-address-book .main__inner-wrapper>.global-alerts .alert-info,
.address-messages .alert-info {
    background-color: #E3FCE4;
    border-color: #d6e9c6;
    color: #3F934D;
}

.quick-view-popup .product-image {
    float: left;
    width: 33%;
}

.quick-view-popup .product-image a {
    display: block;
}

.quick-view-popup .product-image img {
    width: 100%;
    height: auto;
}

.quick-view-popup .product-details {
    margin-left: 33%;
    padding-left: 24px;
}

.quick-view-popup .product-details .name {
    font-size: inherit;
    font-weight: bold;
}

.quick-view-popup .product-details .rating:after {
    clear: none;
}

.quick-view-popup .product-details .price {
    font-size: inherit;
    font-weight: bold;
}

.quick-view-popup .addtocart-component {
    clear: both;
    padding-top: 24px;
}

table {
    width: 100%;
}

table th {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #181818;
    padding: 8px 10px;
    vertical-align: top;
}

table th:last-child {
    text-align: right;
}

table tr.entry-group-header a {
    color: lightgrey;
}

table tr.entry-group-header a:hover {
    color: black;
}

table tr.entry-group-header .error {
    background-color: PaleVioletRed;
}

table .entry-group-error-message {
    text-transform: none;
}

table div.left-align {
    text-align: left;
}

table td {
    padding: 24px 10px;
    vertical-align: top;
}

.responsive-table th:first-child {
    padding-left: 30px;
}

@media(max-width:1024px) {
    .responsive-table th:first-child {
        padding-left: 20px;
    }
}

.responsive-table th:last-child {
    text-align: right;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .responsive-table th:last-child {
        padding-right: 20px;
    }
}

@media(min-width:640px) {
    .responsive-table td:nth-child(2) {
        padding-left: 20px;
    }
}

@media(min-width:1024px) {
    .responsive-table td:nth-child(2) {
        padding-left: 30px;
    }
}

.responsive-table td:last-child {
    text-align: right;
    padding-right: 30px;
}

@media(max-width:640px) {
    .responsive-table td:last-child {
        padding-right: 20px;
    }
}

.responsive-table-item {
    padding: 12px;
}

@media(max-width:640px) {
    .responsive-table-item {
        padding: 10px 20px;
    }
}

.responsive-table-item:nth-child(even) {
    background-color: #eeeeee;
}

.responsive-table-item a.responsive-table-link {
    color: #181818;
}

.responsive-table-item a:hover,
.responsive-table-item a:focus {
    color: #27809b;
}

.responsive-table-item td:last-child {
    text-align: right;
}

@media(max-width:639px) {
    .responsive-table-item {
        display: block;
    }

    .responsive-table-item .status strong {
        display: block;
    }

    .responsive-table-item td {
        display: inline-block;
        width: 40%;
        padding: 3px 10px;
    }

    .responsive-table-item td:last-child {
        text-align: left;
    }

    .responsive-table-item td.responsive-table-cell {
        width: 55%;
    }

    .responsive-table-item td.responsive-table-cell-bold {
        font-weight: 600;
    }
}

.dataTables_paginate {
    display: flex;
    justify-content: end;
    align-items: center;
}

.dataTables_scrollBody {
    margin-bottom: 16px;
}

.dt-scroll-foot {
    margin: 0;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    float: unset;
    padding: unset;
    line-height: unset;
    color: inherit;
    background-color: transparent;
    margin-top: 16px;
    margin-bottom: 40px;
    overflow: unset !important;
}

.dt-scroll-foot .link-button {
    line-height: normal;
    background-color: transparent;
    text-decoration: underline;
    border: none;
    display: flex;
    align-items: center;
    font-size: var(--font-size-base);
}

.dt-scroll-foot .link-button:hover,
.dt-scroll-foot .link-button:focus,
.dt-scroll-foot .link-button:active {
    text-decoration: underline;
}

.dt-scroll-foot .duni-select-mirror .options {
    max-height: 300px;
    overflow-y: auto;
}

.dt-scroll-foot .duni-select-mirror .selected {
    padding: 24px 24px !important;
    border: 1px solid #cccccc;
}

.dt-scroll-foot .duni-select-mirror .options {
    top: unset;
    bottom: 100%;
    box-shadow: 0 -20px 20px 0 rgba(0, 0, 0, 0.3);
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 10px;
    margin-bottom: 20px;
}

input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

label {
    color: #181818;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

label.uncased {
    text-transform: none;
}

.help-block {
    font-size: 11px;
    font-style: normal;
    margin-bottom: 0;
}

.form-control:focus {
    border-color: #181818;
    outline: 0;
    box-shadow: none;
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #777777;
}

select.form-control {
    text-transform: uppercase;
    font-size: 13px;
}

.has-error .control-label {
    color: #181818;
}

.has-error input.form-control {
    background: #ffffff;
    border-color: #c40e0e;
}

.has-error .help-block {
    font-weight: 400;
    color: #c40e0e;
}

.has-success .control-label {
    color: #181818;
}

.has-success input.form-control {
    background: transparent;
    border-color: #dddddd;
}

.has-success .help-block {
    font-weight: 400;
    color: #5a9b27;
}

legend {
    font-size: 18px;
    border-bottom: 0;
    margin-top: 24px;
    margin-bottom: 24px;
}

.form-element-icon {
    position: relative;
}

.form-element-icon .glyphicon {
    position: absolute;
}

.form-element-icon.datepicker .glyphicon {
    top: 32px;
    right: 10px;
    color: #181818;
    cursor: pointer;
}

@media(max-width:1023px) {
    .form-element-icon.datepicker .glyphicon {
        top: 38px;
    }
}

fieldset>div:last-of-type input,
fieldset>div:last-of-type label {
    margin-bottom: 0;
}

.legend {
    margin-bottom: 24px;
}

.input-sm {
    height: 42px;
    padding: 9px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0;
}

select.input-sm {
    height: 42px;
    line-height: 42px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.loading-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(40, 40, 40, 0.6);
    z-index: 110;
}

.textpage-faqs th:last-child {
    text-align: left;
}

.duni-card-holder {
    min-height: calc(100dvh - 500px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.duni-card-content {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    padding: clamp(16px, 25%, 120px);
    margin-top: 40px;
    margin-bottom: 40px;
}

.duni-card-content a {
    text-decoration: underline;
}

.section1 {
    margin: 10px 0;
}

.zoneA .disp-img {
    height: 108px;
    margin: 10px 0 0 0;
    border-bottom: 1px dotted #A5A5A5;
    position: relative;
}

.zoneA .disp-img:first-child {
    margin: 0;
}

.zoneA .disp-img a {
    display: block;
}

.zoneA .disp-img .title {
    display: block;
    margin-left: 106px;
    border-bottom: 1px dotted #A5A5A5;
    margin-bottom: 10px;
}

.zoneA .disp-img .thumb {
    position: absolute;
    top: 0;
}

.zoneA .disp-img .details {
    width: 124px;
    height: 96px;
    margin-left: 106px;
    display: block;
}

.zoneA .action {
    display: none;
}

.zoneB .simple_disp-img:first-child {
    margin: 0 0 10px 0;
}

#homepage_slider.stripViewer {
    position: relative;
    overflow: hidden;
    margin: 0;
}

#homepage_slider.stripViewer ul {
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 1%;
    list-style-type: none;
}

#homepage_slider.stripViewer ul li {
    float: left;
}

#homepage_slider .svw {
    width: 50px;
    height: 20px;
    background-color: #ffffff;
}

#homepage_slider .svw ul {
    position: relative;
    left: -999em;
}

#homepage_slider .tooltip {
    padding: 0.5em;
    background-color: #ffffff;
    color: #000000;
    border: 5px solid #dedede;
}

.stripTransmitter {
    overflow: auto;
    padding: 0 15px;
    width: 438px !important;
    height: 51px;
    border-bottom: 1px dotted #A5A5A5;
    background-color: #eee;
}

.stripTransmitter ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}

.stripTransmitter ul li {
    width: 30px;
    float: left;
}

.stripTransmitter a {
    line-height: 47px;
    display: block;
    padding: 0 0 0 0;
    text-align: center;
    text-decoration: none;
    font-size: 1.4em;
}

.stripTransmitter a:hover,
.stripTransmitter a.current {
    font-weight: bold;
}

.section4 .disp-img {
    margin: 0 0 15px 0;
}

.section4 .disp-img .title {
    border-bottom: 1px solid #a5a5a5;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    white-space: nowrap;
    display: block;
    margin: 0 0 10px 0;
}

.section4 .disp-img .thumb {
    margin: 0 0 5px 0;
    display: block;
}

.section4 .disp-img .action {
    display: none;
}

.alert {
    padding-left: 30px;
    padding-right: 30px;
    font-size: var(--font-size-sm);
    font-family: Inter, Roboto, sans-serif;
}

@media(max-width:1024px) {
    .alert {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.alert.alert-sticky {
    position: sticky;
    top: 0;
    z-index: 1;
}

.alert-success {
    background-color: #5a9b27;
    border-color: #5a9b27;
    color: #ffffff;
}

.alert-success hr {
    border-top-color: #4e8722;
}

.alert-success .alert-link {
    color: #e6e6e6;
}

.alert-success hr {
    border-top-color: #4e8722;
}

.alert-success .alert-link,
.alert-success a {
    color: #ffffff;
}

.alert-success .alert-link:hover,
.alert-success a:hover,
.alert-success .alert-link:focus,
.alert-success a:focus,
.alert-success .alert-link:active,
.alert-success a:active {
    color: #ffffff;
}

.alert-success .close {
    opacity: .7;
}

.alert-success .close:hover {
    opacity: 1;
    color: #ffffff;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link,
.alert-info a {
    color: #aad0e2;
}

.alert-info .alert-link:hover,
.alert-info a:hover,
.alert-info .alert-link:focus,
.alert-info a:focus,
.alert-info .alert-link:active,
.alert-info a:active {
    color: #31708f;
}

.alert-info .close {
    opacity: .7;
}

.alert-info .close:hover {
    opacity: 1;
    color: #31708f;
}

.alert-warning,
.alert-caution {
    background-color: #edc805;
    border-color: #edc805;
    color: #181818;
}

.alert-warning hr,
.alert-caution hr {
    border-top-color: #d4b304;
}

.alert-warning .alert-link,
.alert-caution .alert-link {
    color: #000000;
}

.alert-warning hr,
.alert-caution hr {
    border-top-color: #d4b304;
}

.alert-warning .alert-link,
.alert-caution .alert-link,
.alert-warning a,
.alert-caution a {
    color: #7e7e7e;
}

.alert-warning .alert-link:hover,
.alert-caution .alert-link:hover,
.alert-warning a:hover,
.alert-caution a:hover,
.alert-warning .alert-link:focus,
.alert-caution .alert-link:focus,
.alert-warning a:focus,
.alert-caution a:focus,
.alert-warning .alert-link:active,
.alert-caution .alert-link:active,
.alert-warning a:active,
.alert-caution a:active {
    color: #181818;
}

.alert-warning .close,
.alert-caution .close {
    opacity: .7;
}

.alert-warning .close:hover,
.alert-caution .close:hover {
    opacity: 1;
    color: #181818;
}

.alert-danger,
.alert-error {
    background-color: #c40e0e;
    border-color: #c40e0e;
    color: #ffffff;
}

.alert-danger hr,
.alert-error hr {
    border-top-color: #ac0c0c;
}

.alert-danger .alert-link,
.alert-error .alert-link {
    color: #e6e6e6;
}

.alert-danger hr,
.alert-error hr {
    border-top-color: #ac0c0c;
}

.alert-danger .alert-link,
.alert-error .alert-link,
.alert-danger a,
.alert-error a {
    color: #ffffff;
}

.alert-danger .alert-link:hover,
.alert-error .alert-link:hover,
.alert-danger a:hover,
.alert-error a:hover,
.alert-danger .alert-link:focus,
.alert-error .alert-link:focus,
.alert-danger a:focus,
.alert-error a:focus,
.alert-danger .alert-link:active,
.alert-error .alert-link:active,
.alert-danger a:active,
.alert-error a:active {
    color: #ffffff;
}

.alert-danger .close,
.alert-error .close {
    opacity: .7;
}

.alert-danger .close:hover,
.alert-error .close:hover {
    opacity: 1;
    color: #ffffff;
}

#colorbox .alert-dismissible {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#colorbox .alert-dismissible .close {
    float: none;
}

.product-details-toggle {
    position: relative;
    cursor: pointer;
    margin-bottom: 24px;
    padding-right: 24px;
}

.product-details-toggle.name {
    font-weight: 600;
}

.product-details.open .product-details-toggle {
    margin-bottom: 0;
}

.product-details-toggle .glyphicon {
    float: right;
    font-size: 16px;
    line-height: 35px;
}

.product-details.open .product-details-toggle .glyphicon:before {
    content: "\e114";
}

.product-details-toggle-wrap {
    display: none;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .product-details-toggle-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.product-details.open+.product-details-toggle-wrap {
    display: block;
}

.product-details-toggle-wrap .product-details {
    font-size: 26px;
}

.product-details-toggle-wrap img {
    width: 175px;
    margin: 0 30px 35px 0;
    float: left;
}

@media(min-width:640px) {
    .product-details-toggle-wrap .product-details {
        text-align: right;
    }
}

@media(max-width:639px) {
    .product-details-toggle {
        padding: 0 29px 0 12px;
    }

    .product-details-toggle .glyphicon {
        right: 12px;
    }

    .product-details-toggle-wrap {
        margin: 0;
    }

    .product-details-toggle-wrap img {
        float: none;
        width: 100%;
        margin: 0 0 24px 0;
    }

    .product-details-toggle-wrap .product-details {
        margin-bottom: 24px;
    }
}

.product-action {
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .product-action {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.product-action ol {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.product-action ol li {
    font-size: 22px;
    float: right;
    margin: 15px 0 15px 24px;
    line-height: 44.85714286px;
}

.product-action #total-price {
    font-size: 22px;
    font-weight: 700;
}

.product-action div {
    float: left;
    margin: 15px 0;
    line-height: 44.85714286px;
}

@media(max-width:639px) {
    .product-action {
        margin-bottom: 0;
    }

    .product-action ol li {
        margin-right: 0;
    }
}

@media(max-width:480px) {

    .product-action ol li,
    .product-action .btn {
        width: 100%;
    }

    .product-action div {
        float: none;
        line-height: 1.42857;
        margin-bottom: 0;
    }
}

.update-future-stock {
    text-align: right;
    padding: 20px 7px 15px 0;
    background-color: #ffffff;
}

.update-future-stock .update_future_stock_button,
.update-future-stock .hide_future_stock_info {
    font-size: 16px;
    font-weight: 700;
}

.update-future-stock .hide_future_stock_info {
    display: none;
}

.product-grid-container .sku-quantity,
#cboxContent .sku-quantity {
    font-size: 16px;
    line-height: 24px;
    width: 60px;
    padding: 9px 10px;
    margin: 5px 0 3px;
    border: 1px solid #cccccc;
    text-align: center;
}

.product-grid-container .td_stock,
#cboxContent .td_stock {
    display: block;
    padding-bottom: 5px;
}

.product-grid-container .td_stock .in-stock,
#cboxContent .td_stock .in-stock {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}

.product-grid-container .future_stock,
#cboxContent .future_stock {
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.product-grid-container .future_stock .future_stock_value,
#cboxContent .future_stock .future_stock_value {
    margin: 2px 0 8px 0;
}

.product-grid-container .data-grid-total,
#cboxContent .data-grid-total {
    display: inline-block;
    padding-top: 5px;
    border-top: 1px solid #dddddd;
    font-size: 15px;
    font-weight: 700;
}

.product-grid-container table td .price {
    font-size: 18px;
    font-weight: bold;
}

.product-grid-container table td.out-of-stock .variant-prop,
.product-grid-container table td.out-of-stock .price {
    opacity: 0.3;
}

.product-grid-container table td.out-of-stock .sku-quantity {
    opacity: 0.3;
    background-color: #fff;
}

@media(min-width:640px) {
    .add-to-cart-order-form-wrap {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }

    .add-to-cart-order-form-wrap::after {
        background-color: white;
        bottom: 0;
        content: "";
        height: 17px;
        position: absolute;
        width: 100%;
    }

    .add-to-cart-order-form-wrap::before {
        background-color: white;
        right: 0;
        content: "";
        position: absolute;
        height: 100%;
    }

    .add_to_cart_order_form {
        overflow: scroll;
        max-height: 907px;
    }

    .order-form-scroll {
        cursor: pointer;
        background-color: #181818;
        opacity: 0.4;
        color: #fff;
        text-align: center;
        position: absolute;
        display: none;
    }

    .order-form-scroll.right {
        width: 50px;
        height: 75px;
        line-height: 75px;
        right: 0px;
        top: 50%;
        margin-top: -35px;
    }

    .order-form-scroll.left {
        width: 50px;
        height: 75px;
        line-height: 75px;
        left: 0;
        top: 50%;
        margin-top: -35px;
    }

    .order-form-scroll.up {
        width: 75px;
        height: 50px;
        line-height: 50px;
        top: 0;
        left: 50%;
        margin-left: -35px;
    }

    .order-form-scroll.down {
        width: 75px;
        height: 50px;
        line-height: 50px;
        bottom: 17px;
        left: 50%;
        margin-left: -35px;
    }

    .product-grid-container-dim-3,
    .product-grid-container-dim-2 {
        width: 100%;
    }

    .product-grid-container table {
        border-bottom: 1px solid #e0e0e0;
        background-color: #ffffff;
    }

    .product-grid-container table:nth-child(2n) {
        background: #eeeeee;
    }

    .product-grid-container table tr:first-child>th:first-child {
        border-right: 1px solid #334b5c;
        white-space: nowrap;
    }

    .product-grid-container table tr>td:first-child {
        border-right: 1px solid #e0e0e0;
        padding-top: 24px;
    }

    .product-grid-container table th {
        text-align: center;
    }

    .product-grid-container table td {
        text-align: center;
        padding: 25px 10px 15px;
        vertical-align: top;
        max-width: 200px;
    }
}

@media(min-width:640px) and (max-width:1024px) {
    .add-to-cart-order-form-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:639px) {
    #cboxContent .sku-quantity {
        font-size: 19px;
    }

    .product-grid-container {
        font-size: 19px;
        margin-left: -12px;
        margin-right: -12px;
    }

    .product-grid-container table {
        table-layout: fixed;
        width: 100%;
    }

    .product-grid-container table tr td {
        border-bottom: 1px solid #e0e0e0;
    }

    .product-grid-container table tr .variant-detail {
        width: 60%;
        padding: 15px 0 15px 24px;
    }

    .product-grid-container table tr .variant-detail img {
        float: left;
        padding-right: 24px;
    }

    .product-grid-container table tr .variant-detail .description {
        padding: 12px 0;
    }

    .product-grid-container table tr .variant-select {
        width: 40%;
        text-align: right;
        font-weight: 600;
        padding-right: 24px;
        vertical-align: middle;
    }

    .product-grid-container table .hidden-size {
        display: none;
    }

    .product-grid-container table .variant-summary {
        display: none;
        background-color: #e0e0e0;
    }

    .product-grid-container table .variant-summary .variant-summary-items {
        margin: 15px 0;
    }

    .product-grid-container table .variant-summary tr td {
        padding: 0 24px;
        font-weight: bold;
    }

    .product-grid-container table .variant-summary tr td:last-child {
        text-align: right;
    }

    .product-grid-container table .variant-summary tr:first-child td {
        font-weight: normal;
    }

    .product-grid-container table .variant-summary span {
        display: none;
    }

    .product-grid-container table .editSize {
        display: none;
    }

    .product-grid-container table.selected .variant-summary {
        display: table-row;
    }

    .product-grid-container table.selected .editSize {
        display: inline;
    }

    .product-grid-container table.selected .selectSize {
        display: none;
    }

    .variantSelectMobile #cboxLoadedContent {
        overflow: visible !important;
        padding-left: 0;
        padding-right: 0;
    }

    .variantSelectMobile #cboxContent table {
        width: 100%;
    }

    .variantSelectMobile #cboxContent table td {
        display: block;
        font-weight: 600;
        text-align: center;
        padding: 25px 0 10px 0;
    }

    .variantSelectMobile #cboxContent table td:first-child {
        width: auto;
    }

    .variantSelectMobile #cboxContent table td:nth-child(2n+2) {
        background: #eeeeee;
    }

    .variantSelectMobile #cboxContent .product-grid-container {
        margin: 0;
    }

    .variantSelectMobile #cboxContent .orderForm_grid_group {
        position: relative;
    }

    .variantSelectMobile #cboxContent .update-future-stock {
        position: absolute;
        margin-left: -65px;
        left: 50%;
        top: 100px;
    }

    .variantSelectMobile #cboxContent .variant-detail {
        padding: 0 0 60px 0;
    }

    .variantSelectMobile #cboxContent .variant-detail img {
        display: inline-block;
        max-width: 200px;
        float: none;
        padding: 0;
    }

    .variantSelectMobile #cboxContent .variant-detail .description {
        padding: 0;
    }

    .variantSelectMobile #cboxContent .variant-detail .description>div {
        display: inline;
    }

    .variantSelectMobile #cboxContent .mobile-cart-actions {
        padding: 24px;
        border-bottom: none;
        background-color: #fff !important;
    }

    .variantSelectMobile #cboxContent .mobile-cart-actions .btn {
        width: 100%;
    }

    .variantSelectMobile #cboxContent .variant-select,
    .variantSelectMobile #cboxContent .variant-summary {
        display: none;
    }

    .variantSelectMobile #cboxContent .variant-prop>span {
        font-weight: 400;
    }

    .variantSelectMobile #cboxContent .sku-quantity {
        font-weight: 400;
        line-height: 60px;
        width: 120px;
        height: 80px;
    }
}

#orderFormContainer .headline,
#orderFormContainer .advanced-search-wrap {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {

    #orderFormContainer .headline,
    #orderFormContainer .advanced-search-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#resultsList.item__list .item__list--item:last-child {
    padding-right: 0;
}

.quick-order__introduction {
    padding-top: 11px;
    margin-top: 12px;
    line-height: 22px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .quick-order__introduction {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:1023px) {
    .quick-order__introduction {
        margin-bottom: 12px;
    }
}

.quick-order__actions {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .quick-order__actions {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:639px) {
    .quick-order__actions .pull-right {
        float: none !important;
    }
}

.quick-order__add-to-cart-btn {
    margin-top: 12px;
}

.quick-order__add-to-cart-btn .btn {
    width: 100%;
}

.quick-order__reset-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: var(--font-size-base);
    line-height: 1.375;
    border: none;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 11px;
    margin-top: 12px;
}

@media(max-width:639px) {
    .quick-order__reset-link {
        margin: 24px 0;
        text-align: center;
        width: 100%;
        padding-top: 5px;
    }
}

.quick-order__list {
    margin-top: 12px;
}

.quick-order__list.item__list .item__list--item:last-child {
    padding-right: 0;
}

@media(min-width:1024px) {
    .quick-order__list.item__list .item__remove {
        padding-right: 30px;
        width: 64px;
    }
}

#quickOrder .item__list .item__info {
    width: auto;
}

@media(min-width:1024px) {
    #quickOrder .item__quantity {
        text-align: left;
    }
}

@media(min-width:1024px) {
    #quickOrder .item__sku__input input {
        max-width: 300px;
    }
}

@media(min-width:1024px) {
    #quickOrder .item__list--header .item-sku-input {
        width: 25%;
    }
}

@media(max-width:1023px) {
    #quickOrder .item__list--header .item-sku-input {
        width: 100%;
        padding: 0 20px;
    }
}

@media(min-width:1023px) {
    #quickOrder .item__list--header .item__info {
        width: 20%;
    }
}

#quickOrder .item__list--header .item__total--column {
    text-align: left;
}

#quickOrder .item__list--header li:first-child {
    padding-left: 30px;
}

#quickOrder .item__sku__input {
    padding-left: 30px;
    width: 33%;
}

@media(max-width:1023px) {
    #quickOrder .item__sku__input {
        padding-left: 20px;
        margin: 0 0 10px;
        width: 100%;
    }
}

#quickOrder .item__list--item:nth-child(odd) {
    background: #eeeeee;
}

#quickOrder .item__list--item:nth-child(4n+4) {
    background-color: transparent;
}

@media(max-width:1023px) {
    #quickOrder .item__list--item {
        display: inline-block;
        width: 100%;
    }
}

@media(min-width:1024px) {
    #quickOrder .item__list--item .item__info {
        width: 20%;
    }
}

#quickOrder .item__list--item .item__info .item__name {
    display: block;
    padding-right: 20px;
}

@media(max-width:1023px) {
    #quickOrder .item__list--item .item__quantity {
        padding-top: 10px;
        text-align: left;
    }
}

@media(min-width:1024px) {
    #quickOrder .item__list--item .item__total {
        text-align: left;
        padding-left: 10px;
    }
}

@media(max-width:1023px) {
    #quickOrder .item__list--item .item__total {
        float: left;
    }
}

.account-section .account-section-content .import-csv__form {
    padding: 0;
}

.import-csv__well {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .import-csv__well {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.import-csv__file-spec {
    padding-top: 19px;
}

.import-csv__file-spec-item {
    padding-top: 5px;
}

.import-csv__file-upload {
    padding-top: 24px;
}

.import-csv__actions {
    margin-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .import-csv__actions {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(min-width:640px) {
    .import-csv__file-upload {
        border-left: 1px solid #dddddd;
        padding-top: 19px;
        padding-bottom: 12px;
        padding-left: 48px;
    }
}

@media(max-width:639px) {
    .import-csv__well {
        margin: 0;
    }
}

.file-upload {
    margin-top: 15px;
}

.file-upload.has-error {
    margin-bottom: 0;
    border-color: #d9534f;
}

.file-upload__label {
    display: block;
}

.file-upload__wrapper {
    position: relative;
    overflow: hidden;
    margin-right: 24px;
}

.file-upload__input {
    position: absolute;
    right: -3px;
    top: -3px;
    bottom: -3px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
}

.file-upload__file-name {
    font-size: 19px;
    display: inline-block;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    position: relative;
    top: 8px;
}

@media print {
    a[href]:after {
        content: "";
    }

    abbr[title]:after {
        content: "";
    }

    .breadcrumb-section {
        border-top: 2px solid #cccccc;
        border-bottom: 2px solid #cccccc;
    }

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

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

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

    .footer__left {
        width: 100%;
    }

    .footer__right {
        display: none;
    }

    .owl-wrapper {
        width: 100% !important;
    }

    .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
        width: 25% !important;
        display: none !important;
    }

    .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(-n+4) {
        display: block !important;
    }

    .owl-controls {
        display: none !important;
    }

    .cart-voucher,
    .cart-actions--print {
        width: 100% !important;
    }

    .image-gallery__image,
    .image-gallery__image .owl-wrapper,
    .image-gallery__image .owl-wrapper .owl-item {
        width: 190% !important;
    }

    .tabs .tabhead+.tabbody {
        display: block !important;
    }

    .back-link .label {
        border: 0;
    }

    .carousel-component {
        overflow: hidden;
        height: 320px;
    }
}

.skip,
.skiptocontent,
.skiptonavigation {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.replenishment-cancel-button span {
    color: #181818;
    font-size: 21px;
    padding: 13px;
}

.right-cartName {
    margin-left: 60%;
    font-size: 12px;
    text-align: right;
}

.responsive-table-cell.less-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.replenishment-order-history {
    margin-top: 48px;
}

.account-section .backlink {
    padding-left: 30px;
    padding-right: 30px;
}

.sort-refine-bar .form-group select {
    width: 150px;
}

@media(max-width:639px) {
    .sort-refine-bar .form-group select {
        width: 100%;
    }
}

.responsive-table th:last-child {
    text-align: center;
    padding-right: 70px;
}

.responsive-table-item td:last-child {
    text-align: center;
    padding-right: 70px;
}

@media(max-width:639px) {
    .responsive-table-item td:last-child {
        text-align: left;
        padding-right: 0;
    }
}

.replenishment-order-cancel-modal #cboxLoadedContent {
    margin-top: 90px;
}

.replenishment-order-cancel-modal #cboxTitle {
    height: 90px;
}

.replenishment-order-cancel-modal .modal-actions {
    margin-top: 30px;
}

.orderListTable {
    margin-top: -13px;
    background-color: #fff;
}

.orderListTable th,
.orderListTable td {
    padding-left: 24px;
    padding-right: 24px;
    vertical-align: top;
}

.orderListTable tbody>tr:nth-child(even) {
    background-color: #eeeeee;
}

.orderListTable tbody>tr:nth-child(odd):last-child {
    border-bottom: 1px solid #cccccc;
}

@media(max-width:639px) {

    .orderListTable th,
    .orderListTable td {
        padding-left: 12px;
    }

    .order-approval-list .responsive-table-item td {
        padding-left: 0;
    }

    #reorderButton {
        margin-top: 24px;
    }

    .replenishment-overview-table .replenishment-order-number {
        width: 51%;
    }

    .replenishment-overview-table .responsive-table-item {
        position: relative;
    }

    .replenishment-overview-table .replenishment-cancel-button {
        position: absolute;
        right: 5px;
        top: 0;
    }
}

.read-only-grid .grid-row>td tr:first-child td {
    padding-top: 12px;
}

.quote-header {
    position: relative;
    background: #eeeeee;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .quote-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.quote-header.pre-table {
    margin-bottom: 10px;
}

.quote-header.no-margin-top {
    margin-top: 0;
}

.customer-approval-comments .responsive-table-item td:last-child,
.customer-approval-comments th:last-child {
    text-align: left;
}

.page-order-approval-details .enable-link,
.page-order-approval-details .disable-link {
    margin: 25px 0;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.comment-modal textarea {
    width: 100%;
    height: 150px;
}

.comment-modal .headline {
    margin-bottom: 5px;
}

.comment-modal .help-block {
    margin-bottom: 36px;
    margin-top: 0;
    font-size: 12px;
    text-align: right;
}

@media(max-width:1023px) {
    .comment-modal .form-actions div:first-child {
        margin-bottom: 20px;
    }
}

.checkbox.big {
    position: relative;
}

.checkbox.big #Terms1 {
    margin-left: -35px;
    height: 24px;
    width: 24px;
    margin-top: 0;
}

@media(max-width:640px) {
    .checkbox.big #Terms1 {
        margin-left: 0;
    }
}

.checkbox.big label {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 35px;
    color: #181818;
    text-transform: none;
    width: 80%;
}

.checkbox.big label a {
    color: #181818;
}

@media(max-width:480px) {
    .checkbox.big label {
        width: 100%;
    }
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #requestQuoteForm .headline {
    margin-bottom: 5px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #requestQuoteForm #quoteRequestDescription {
    width: 100%;
    min-height: 245px;
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #requestQuoteForm .help-block {
    font-size: 12px;
    text-align: right;
    margin-bottom: 25px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .form-group {
    margin-bottom: 36px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .column.scheduleform {
    margin-top: 36px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .scheduleform-checkboxes {
    margin-top: 24px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .scheduleform-checkboxes label {
    text-transform: none;
    font-size: 14px;
    color: #181818;
    font-weight: normal;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .replenishmentFrequency_left .has-error .form-group {
    margin-bottom: 0;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .replenishmentFrequency_left .has-error .help-block {
    margin-bottom: 30px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .form-actions {
    margin-top: 48px;
}

@media(max-width:480px) {
    .page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .form-actions #placeReplenishmentOrder {
        padding: 12px 6px;
    }
}

.checkout-success-body-quote-text {
    margin-bottom: 30px;
}

.advancedSearch .headline {
    color: #181818;
    font-size: var(--font-size-h3);
    line-height: 36px;
    font-weight: 400;
    padding: 24px 0;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.advancedSearch .headline.border {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 29px;
}

@media(max-width:1024px) {
    .advancedSearch .headline {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.advancedSearch .advanced-search-wrap {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .advancedSearch .advanced-search-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.advancedSearch .advanced-search-wrap .checkbox {
    margin-top: 0;
}

.advancedSearch .advanced-search-wrap .searchButton {
    margin-top: 17px;
}

.advancedSearch .advanced-search-wrap .only-productId label {
    font-weight: 600;
}

.advancedSearch .advanced-search-wrap .product-id-tag-box {
    cursor: pointer;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 9px 15px;
    margin-bottom: 15px;
    margin-right: 24px;
}

.advancedSearch .advanced-search-wrap .product-id-tag-box .glyphicon {
    padding-left: 17px;
    color: #dddddd;
}

.advancedSearch .pagination-bar {
    margin-top: 35px;
    margin-bottom: 0;
}

.advancedSearch .pagination-bar .pagination-toolbar {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .advancedSearch .pagination-bar .pagination-toolbar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.advancedSearch .pagination-bar.bottom {
    margin-top: 0;
}

.advancedSearch .pagination-bar.bottom .pagination-toolbar {
    border-top: 0;
    border-color: #cccccc;
}

.advancedSearch .pagination-bar.pagination-empty {
    border-top: 1px solid #e0e0e0;
}

.advancedSearch .pagination-bar.pagination-empty .total-results {
    margin-bottom: 30px;
    margin-top: 30px;
}

.advancedSearch .pagination-bar.top .pagination-toolbar {
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    border-bottom: none;
}

.advancedSearch .pagination-bar .total-results {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.advancedSearch .pagination-bar .sort-refine-bar+.total-results {
    margin-top: 30px;
}

.advancedSearch .product-action {
    margin-bottom: 0;
}

.advancedSearch .product-action.bottom {
    border-top: 0;
}

.advancedSearch .item-list {
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
}

.advancedSearch .item-list .item-variants {
    display: none;
}

.advancedSearch .item-list .item-list-item:nth-child(4n+4),
.advancedSearch .item-list .item-list-item:nth-child(4n+5) {
    background-color: transparent;
}

.advancedSearch .item-list .item-list-item:nth-of-type(2n+1)+.add-to-cart-order-form-wrap,
.advancedSearch .item-list .item-list-item:nth-of-type(2n+1) {
    background-color: #eeeeee;
}

.advancedSearch .item-list .item-list-item .item-image {
    padding-left: 30px;
}

@media(max-width:640px) {
    .advancedSearch .item-list .item-list-item .item-image {
        padding-left: 20px;
    }
}

.advancedSearch .add-to-cart-order-form-wrap {
    display: none;
}

.advancedSearch .item-quantity-total {
    height: 42px;
}

.advancedSearch .item-quantity-total .qty *:not(.glyphicon) {
    display: none;
}

.advancedSearch .create-order-form {
    position: relative;
}

.advancedSearch .create-order-form .create-order-form-button {
    position: absolute;
    right: 0;
    top: -78px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .advancedSearch .create-order-form .create-order-form-button {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.advancedSearch .create-order-form .create-order-form-button.bottom {
    bottom: -86px;
    top: auto;
}

.advancedSearch .create-order-form .item-list {
    border-top: 1px solid #e0e0e0;
}

.advancedSearch .create-order-form .item-list .item-variants {
    display: table-cell;
}

.advancedSearch .create-order-form .item-list .item-toggle,
.advancedSearch .create-order-form .item-list .item-description,
.advancedSearch .create-order-form .item-list .item-quantity,
.advancedSearch .create-order-form .item-list .item-total-column {
    display: none;
}

.advancedSearch .create-order-form .item-list .item-id-checkbox {
    margin-top: 10px;
}

.advancedSearch .create-order-form .item-list .item-id-checkbox .form-control-checkbox {
    font-size: 16px;
}

.advancedSearch .create-order-form .item-list .variant-checkboxes {
    margin-top: 12px;
    border-top: 1px solid #cccccc;
    padding-top: 12px;
}

.advancedSearch .pagination-no-sorting+.create-order-form .create-order-form-button {
    top: -64px;
}

.advancedSearch .pagination-no-sorting+.create-order-form .create-order-form-button.bottom {
    top: auto;
    bottom: -65px;
}

.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button {
    position: static;
    border-top: 1px solid #e0e0e0;
    padding-top: 24px;
    padding-bottom: 24px;
    clear: both;
}

.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button:before,
.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button:after {
    content: " ";
    display: table;
}

.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button:after {
    clear: both;
}

.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button:before,
.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button:after {
    content: " ";
    display: table;
}

.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button:after {
    clear: both;
}

.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button.bottom {
    border-top: 0;
    border-bottom: 1px solid #e0e0e0;
}

.advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button .btn {
    float: right;
}

@media(max-width:639px) {
    .advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button {
        padding: 24px;
        margin-bottom: 0;
    }

    .advancedSearch .pagination-with-pager+.create-order-form .create-order-form-button .btn {
        width: 100%;
    }
}

@media(min-width:1024px) {
    .advancedSearch .item-info {
        width: 30%;
    }

    .advancedSearch .item-description {
        width: 20%;
    }

    .advancedSearch #cartOrderGridForm {
        max-height: 453px;
    }

    .advancedSearch .create-order-form .item-price {
        width: 20%;
    }
}

@media(min-width:640px) {
    .advancedSearch .advanced-search-wrap .only-productId {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 12px;
    }

    .advancedSearch .pagination-bar .sort-refine-bar,
    .advancedSearch .pagination-bar .total-results {
        float: left;
    }

    .advancedSearch .pagination-bar .sort-refine-bar {
        margin-right: 24px;
    }

    .advancedSearch .create-order-form .details-price-wrap {
        text-align: right;
    }
}

@media(max-width:1023px) {
    .advancedSearch .pagination-bar .sort-refine-bar+.total-results {
        margin-top: 48px;
    }

    .advancedSearch .item-list-item {
        clear: both;
    }

    .advancedSearch .item-list-item:before,
    .advancedSearch .item-list-item:after {
        content: " ";
        display: table;
    }

    .advancedSearch .item-list-item:after {
        clear: both;
    }

    .advancedSearch .item-list-item:before,
    .advancedSearch .item-list-item:after {
        content: " ";
        display: table;
    }

    .advancedSearch .item-list-item:after {
        clear: both;
    }

    .advancedSearch .item-list .item-quantity {
        float: left;
        text-align: left;
        padding-top: 12px;
        padding-right: 0;
        line-height: 42px;
    }

    .advancedSearch .item-list .item-quantity label {
        float: left;
        margin: 0 12px 0 0;
    }

    .advancedSearch .item-list .item-quantity input {
        float: left;
        margin-right: 12px;
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
        width: 70px;
    }

    .advancedSearch .item-list .item-total {
        margin: 0;
        padding: 12px 24px 0 0;
        line-height: 42px;
    }
}

@media(max-width:639px) {
    .advancedSearch .pagination-bar .pagination-toolbar {
        padding-left: 24px;
        padding-right: 24px;
    }

    .advancedSearch .pagination-bar .sort-refine-bar+.total-results {
        margin-top: 30px;
    }

    .advancedSearch .pagination-bar.pagination-empty {
        padding-left: 24px;
        padding-right: 24px;
    }

    .advancedSearch .create-order-form .create-order-form-button {
        right: 10px;
        top: -65px;
    }

    .advancedSearch .create-order-form .create-order-form-button.bottom {
        bottom: -161px;
    }
}

@media(max-width:480px) {
    .advancedSearch .create-order-form .create-order-form-button {
        position: static;
        margin-bottom: 35px;
    }

    .advancedSearch .create-order-form .create-order-form-button .btn {
        width: 100%;
    }
}

.account-section .account-section-content .label-value {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

@media(min-width:640px) {
    .account-section .account-section-content .label-value {
        margin-top: 10px;
    }
}

.account-section .account-section-content .accountActions {
    padding-left: 20px;
    padding-right: 20px;
}

@media(max-width:1024px) {
    .account-section .account-section-content .accountActions {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.account-section .account-section-content .accountActions-link {
    clear: both;
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .account-section .account-section-content .accountActions-link {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:639px) {
    .account-section .account-section-content .accountActions-link {
        margin-top: 29px;
    }
}

@media(max-width:639px) {

    .account-section .account-section-content .accountActions-link .disable-link,
    .account-section .account-section-content .accountActions-link .enable-link {
        margin: 8px 0;
    }
}

.account-section .account-list .account-cards .card .glyphicon-ok {
    font-size: 20px;
    color: #000000;
    padding-right: 15px;
    padding-top: 15px;
}

.account-section .account-list .account-cards .card .roles-wrapper {
    margin: 8px 0 5px;
}

.account-section .account-list .account-cards .card .roles-wrapper>ul {
    display: block;
    width: 100%;
}

.account-section .account-list .account-cards .selected {
    background-color: #e6f0fb;
}

.account-section .account-list .account-cards .selected .glyphicon-ok {
    color: #181818;
}

.account-section .account-list .account-cards .selected:first-child {
    border-left: 1px solid #dddddd;
}

.account-section .account-list .search-empty {
    margin: 0;
    padding: 24px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.account-section .account-list .remove-item,
.account-section .account-list .edit-item {
    color: #e0e0e0;
}

.account-section .account-header-done-btn {
    margin-top: 15px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .account-section .account-header-done-btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-status-inactive {
    color: #000000;
}

.accountActions-bottom {
    clear: both;
    margin-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .accountActions-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:639px) {
    .account-section .account-section-content #addNewPermissionForm form .confirm {
        margin-bottom: 24px;
    }

    .account-section .account-section-content .accountActions-bottom .btn-default {
        margin-top: 0;
    }

    .account-section .account-section-content .accountActions-bottom .btn.confirm {
        margin-bottom: 30px;
    }

    .account-section .pagination-bar.top+.account-list .account-cards {
        margin-top: -1px;
    }

    .account-section .account-list .account-list-header {
        padding-left: 24px;
        padding-right: 24px;
    }

    .account-section .account-list .account-cards {
        border: none;
    }

    .account-section .account-list .account-cards .card {
        border-left: 0;
        border-right: 0;
    }

    .account-section .account-list .account-cards .card:first-child {
        margin: 0;
    }

    .account-section .account-list .account-cards .selected:first-child {
        border-left: none;
    }

    .account-section .account-list .add-user-action-menu .add-user-action-buttons {
        display: none;
    }

    .account-section .account-list .add-user-action-menu.open .add-user-action {
        background-color: #181818;
        color: #ffffff;
        padding: 16px 20px;
        text-transform: uppercase;
    }

    .account-section .account-list .add-user-action-menu.open .add-user-action-buttons {
        display: block;
        position: absolute;
        right: 0;
        width: 120px;
        top: 38px;
        z-index: 9000;
    }

    .account-section #unittree {
        padding-left: 0;
        padding-right: 0;
    }
}

.cts-msg-history {
    margin-top: 24px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:1024px) {
    .cts-msg-history {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cts-msg-history-item {
    margin-top: 24px;
    display: none;
}

.cts-msg-history-item-info {
    font-size: 19px;
    margin-bottom: 12px;
    padding: 0 24px;
}

@media(max-width:639px) {
    .cts-msg-history-item-info {
        padding: 0;
    }
}

.cts-msg-history-item-info .author {
    font-weight: bold;
}

.cts-msg-history-item .well {
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.cts-msg-history-item .well.well-tertiary {
    border: 1px solid #ffffff;
    opacity: .5;
}

.cts-msg-history-item .well.well-closed {
    background-color: #a1eeae;
}

.cts-msg-history-item .well.well-reopen {
    background-color: #a3e2ff;
}

@media(max-width:639px) {
    .cts-msg-history-item .well {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        margin-left: -24px;
        margin-right: -24px;
    }
}

.cts-msg-history-item-msg {
    font-size: 19px;
}

.cts-msg-history-item.ct-msg-visible {
    display: block;
}

.cts-msg-history-item-agent .well,
.cts-msg-history-item-agent .cts-msg-history-item-info {
    text-align: initial;
}

.cts-msg-history #ct-toggle-all-messages {
    display: block;
    text-align: center;
    margin-top: 24px;
}

.cts-msg-history-item-modified-field {
    margin-left: 5px;
}

.cts-msg-history-item-modified-field:before {
    content: "|";
    position: relative;
    left: -3px;
    top: -2px;
    color: #000000;
}

.cts-msg-history-item-modified-field--status {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.cts-msg-history-item-modified-field--status-inprocess,
.cts-msg-history-item-modified-field--status-open,
.cts-msg-history-item-modified-field--status-reopen {
    color: #0486e0;
}

.cts-msg-history-item-modified-field--status-completed,
.cts-msg-history-item-modified-field--status-closed {
    color: #18bc33;
}

#supportTicketForm textarea.form-control {
    height: 240px;
}

.cts-attach-list {
    padding-left: 0;
    list-style: none;
    border-top: 1px solid #e0e0e0;
    margin: 24px -24px 0;
    padding: 12px 24px 0;
    font-size: 19px;
}

.cts-attach-file {
    padding: 3px 0;
}

.cts-attach-file .glyphicon {
    color: #27809b;
    font-size: 1.125em;
    margin-right: 3px;
    top: 4px;
}

.cart-actions {
    padding: 20px 0;
}

.navigation--bottom .nav__links--products li .title a {
    padding: 10px 5px;
    font-size: 18px;
    font-weight: bold;
    color: #181818;
}

.navigation--bottom .nav__links--products li .title a:hover {
    text-decoration: underline;
}

.site-search ul.ui-autocomplete li .thumb img {
    width: 96px;
}

:root {
    --font-size-base: 16px;
    --line-height-base: 27px;
    --font-size-large: 22px;
    --line-height-large: 33px;
    --font-size-sm: 16px;
    --line-height-sm: 24px;
    --font-size-xs: 14px;
    --line-height-xs: 21px;
    --font-size-xxs: 13px;
    --line-height-xxs: 19px;
    --font-size-xxxs: 12px;
    --line-height-xxxs: 18px;
    --font-size-h1: 60px;
    --line-height-h1: 69px;
    --font-weight-h1: 400;
    --font-size-h2: 38px;
    --line-height-h2: 45px;
    --font-weight-h2: 400;
    --font-size-h3: 28px;
    --line-height-h3: 30px;
    --font-weight-h3: 400;
    --font-size-h4: 22px;
    --line-height-h4: 26px;
    --font-weight-h4: 500;
    --font-size-h5: 20px;
    --line-height-h5: 24px;
    --font-weight-h5: 400;
    --font-size-h6: 18px;
    --line-height-h6: 20px;
    --font-weight-h6: 500;
    --font-size-button: 14px;
    --font-size-button-icon-only: 20px;
    --font-size-title-sm: 14px;
    --font-size-label: var(--font-size-xs);
    --font-size-control-label: var(--font-size-base);
    --font-size-control-label-focused: var(--font-size-xs);
    --font-size-help-block: 11px;
}

@media(max-width:1023px) {
    :root {
        --font-size-large: 20px;
        --line-height-large: 30px;
        --font-size-sm: 14px;
        --line-height-sm: 21px;
        --font-size-xs: 13px;
        --line-height-xs: 19px;
        --font-size-xxs: 12px;
        --line-height-xxs: 18px;
        --font-size-xxxs: 12px;
        --line-height-xxxs: 18px;
        --font-size-h1: 40px;
        --line-height-h1: 46px;
        --font-weight-h1: 400;
        --font-size-h2: 30px;
        --line-height-h2: 30px;
        --font-weight-h2: 400;
        --font-size-h3: 24px;
        --line-height-h3: 28px;
        --font-weight-h3: 400;
        --font-size-h4: 19px;
        --line-height-h4: 22px;
        --font-weight-h4: 500;
        --font-size-h5: 22px;
        --line-height-h5: 24px;
        --font-weight-h5: 400;
        --font-size-h6: 18px;
        --line-height-h6: 20px;
        --font-weight-h6: 500;
        --font-size-button: 14px;
        --font-size-button-icon-only: 20px;
        --font-size-title-sm: 14px;
    }
}

p {
    line-height: var(--line-height-base);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h5,
.h5,
h6,
.h6,
.preamble {
    font-weight: 400;
}

h4,
.h4 {
    font-weight: 500;
}

.preamble {
    font-size: var(--font-size-h4);
}

.font-weight-normal {
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500;
}

small,
.small {
    font-size: var(--font-size-sm);
}

.text-sm {
    font-size: var(--font-size-sm);
    line-height: 24px;
}

.text-xs {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
}

.text-xxs {
    font-size: var(--font-size-xxs);
    line-height: var(--line-height-xxs);
}

.title-sm {
    font-size: var(--font-size-xs);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-disabled {
    color: #cccccc;
}

.font-weight-bold .duni-icon:before {
    font-weight: bolder;
}

.duni-icon {
    font-family: 'duni-icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.duni-icon-add:before {
    content: "\e900";
}

.duni-icon-add-small:before {
    content: "\e901";
}

.duni-icon-alert:before {
    content: "\e902";
}

.duni-icon-ar:before {
    content: "\e903";
}

.duni-icon-arrow-big-down:before {
    content: "\e904";
}

.duni-icon-arrow-big-left:before {
    content: "\e905";
}

.duni-icon-arrow-big-right:before {
    content: "\e906";
}

.duni-icon-arrow-big-up:before {
    content: "\e907";
}

.duni-icon-arrow-medium-down:before {
    content: "\e908";
}

.duni-icon-arrow-medium-left:before {
    content: "\e909";
}

.duni-icon-arrow-medium-right:before {
    content: "\e90a";
}

.duni-icon-arrow-medium-up:before {
    content: "\e90b";
}

.duni-icon-arrow-small-down:before {
    content: "\e90c";
}

.duni-icon-arrow-small-left:before {
    content: "\e90d";
}

.duni-icon-arrow-small-right:before {
    content: "\e90e";
}

.duni-icon-arrow-small-up:before {
    content: "\e90f";
}

.duni-icon-back-to-top:before {
    content: "\e910";
}

.duni-icon-booktag:before {
    content: "\e911";
}

.duni-icon-cart:before {
    content: "\e912";
}

.duni-icon-check:before {
    content: "\e913";
}

.duni-icon-close:before {
    content: "\e914";
}

.duni-icon-close2:before {
    content: "\e915";
}

.duni-icon-document:before {
    content: "\e916";
}

.duni-icon-export:before {
    content: "\e917";
}

.duni-icon-eye:before {
    content: "\e918";
}

.duni-icon-facebook:before {
    content: "\e919";
}

.duni-icon-filter:before {
    content: "\e91a";
}

.duni-icon-go-back:before {
    content: "\e91b";
}

.duni-icon-heart-filled:before {
    content: "\e91c";
}

.duni-icon-heart:before {
    content: "\e91d";
}

.duni-icon-home:before {
    content: "\e91e";
}

.duni-icon-info:before {
    content: "\e91f";
}

.duni-icon-language:before {
    content: "\e920";
}

.duni-icon-link:before {
    content: "\e921";
}

.duni-icon-menu:before {
    content: "\e922";
}

.duni-icon-message:before {
    content: "\e923";
}

.duni-icon-mobile:before {
    content: "\e924";
}

.duni-icon-more:before {
    content: "\e925";
}

.duni-icon-trash:before {
    content: "\e926";
}

.duni-icon-offer:before {
    content: "\e927";
}

.duni-icon-pinterest:before {
    content: "\e928";
}

.duni-icon-play:before {
    content: "\e929";
}

.duni-icon-profile-settings:before {
    content: "\e92a";
}

.duni-icon-profile:before {
    content: "\e92b";
}

.duni-icon-quick-order:before {
    content: "\e92c";
}

.duni-icon-reciept:before {
    content: "\e92d";
}

.duni-icon-request:before {
    content: "\e92e";
}

.duni-icon-sample:before {
    content: "\e92f";
}

.duni-icon-save-cart:before {
    content: "\e930";
}

.duni-icon-search:before {
    content: "\e931";
}

.duni-icon-sign-in:before {
    content: "\e932";
}

.duni-icon-sign-out:before {
    content: "\e933";
}

.duni-icon-slidein:before {
    content: "\e934";
}

.duni-icon-sort:before {
    content: "\e935";
}

.duni-icon-subtract:before {
    content: "\e936";
}

.duni-icon-ticket:before {
    content: "\e937";
}

.duni-icon-youtube:before {
    content: "\e938";
}

.duni-icon-zoom:before {
    content: "\e939";
}

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

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

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

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

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

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

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

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

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

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

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

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

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

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

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

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media(min-width:480px) {
    .d-xs-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-xs-flex {
        display: flex !important;
    }

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

    .flex-xs-row {
        flex-direction: row !important;
    }

    .flex-xs-column {
        flex-direction: column !important;
    }

    .flex-xs-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xs-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xs-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xs-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xs-start {
        justify-content: flex-start !important;
    }

    .justify-content-xs-end {
        justify-content: flex-end !important;
    }

    .justify-content-xs-center {
        justify-content: center !important;
    }

    .justify-content-xs-between {
        justify-content: space-between !important;
    }

    .justify-content-xs-around {
        justify-content: space-around !important;
    }

    .align-items-xs-start {
        align-items: flex-start !important;
    }

    .align-items-xs-end {
        align-items: flex-end !important;
    }

    .align-items-xs-center {
        align-items: center !important;
    }

    .align-items-xs-baseline {
        align-items: baseline !important;
    }

    .align-items-xs-stretch {
        align-items: stretch !important;
    }

    .align-content-xs-start {
        align-content: flex-start !important;
    }

    .align-content-xs-end {
        align-content: flex-end !important;
    }

    .align-content-xs-center {
        align-content: center !important;
    }

    .align-content-xs-between {
        align-content: space-between !important;
    }

    .align-content-xs-around {
        align-content: space-around !important;
    }

    .align-content-xs-stretch {
        align-content: stretch !important;
    }

    .align-self-xs-auto {
        align-self: auto !important;
    }

    .align-self-xs-start {
        align-self: flex-start !important;
    }

    .align-self-xs-end {
        align-self: flex-end !important;
    }

    .align-self-xs-center {
        align-self: center !important;
    }

    .align-self-xs-baseline {
        align-self: baseline !important;
    }

    .align-self-xs-stretch {
        align-self: stretch !important;
    }
}

@media(min-width:640px) {
    .d-sm-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-sm-flex {
        display: flex !important;
    }

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

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media(min-width:1024px) {
    .d-md-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

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

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

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

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

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

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

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

    .d-lg-flex {
        display: flex !important;
    }

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

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

.m-auto {
    margin: auto !important;
}

.m-auto,
.m-auto {
    margin-top: auto !important;
}

.m-auto,
.m-auto {
    margin-bottom: auto !important;
}

.m-auto,
.m-auto {
    margin-right: auto !important;
}

.m-auto,
.m-auto {
    margin-bottom: auto !important;
}

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

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

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

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

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

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

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.mt-1,
.my-1 {
    margin-top: 2px !important;
}

.mb-1,
.my-1 {
    margin-bottom: 2px !important;
}

.mr-1,
.mx-1 {
    margin-right: 2px !important;
}

.ml-1,
.mx-1 {
    margin-left: 2px !important;
}

.pt-1,
.py-1 {
    padding-top: 2px !important;
}

.pb-1,
.py-1 {
    padding-bottom: 2px !important;
}

.pr-1,
.px-1 {
    padding-right: 2px !important;
}

.pl-1,
.px-1 {
    padding-left: 2px !important;
}

.mt-2,
.my-2 {
    margin-top: 4px !important;
}

.mb-2,
.my-2 {
    margin-bottom: 4px !important;
}

.mr-2,
.mx-2 {
    margin-right: 4px !important;
}

.ml-2,
.mx-2 {
    margin-left: 4px !important;
}

.pt-2,
.py-2 {
    padding-top: 4px !important;
}

.pb-2,
.py-2 {
    padding-bottom: 4px !important;
}

.pr-2,
.px-2 {
    padding-right: 4px !important;
}

.pl-2,
.px-2 {
    padding-left: 4px !important;
}

.mt-3,
.my-3 {
    margin-top: 8px !important;
}

.mb-3,
.my-3 {
    margin-bottom: 8px !important;
}

.mr-3,
.mx-3 {
    margin-right: 8px !important;
}

.ml-3,
.mx-3 {
    margin-left: 8px !important;
}

.pt-3,
.py-3 {
    padding-top: 8px !important;
}

.pb-3,
.py-3 {
    padding-bottom: 8px !important;
}

.pr-3,
.px-3 {
    padding-right: 8px !important;
}

.pl-3,
.px-3 {
    padding-left: 8px !important;
}

.mt-4,
.my-4 {
    margin-top: 16px !important;
}

.mb-4,
.my-4 {
    margin-bottom: 16px !important;
}

.mr-4,
.mx-4 {
    margin-right: 16px !important;
}

.ml-4,
.mx-4 {
    margin-left: 16px !important;
}

.pt-4,
.py-4 {
    padding-top: 16px !important;
}

.pb-4,
.py-4 {
    padding-bottom: 16px !important;
}

.pr-4,
.px-4 {
    padding-right: 16px !important;
}

.pl-4,
.px-4 {
    padding-left: 16px !important;
}

.mt-5,
.my-5 {
    margin-top: 24px !important;
}

.mb-5,
.my-5 {
    margin-bottom: 24px !important;
}

.mr-5,
.mx-5 {
    margin-right: 24px !important;
}

.ml-5,
.mx-5 {
    margin-left: 24px !important;
}

.pt-5,
.py-5 {
    padding-top: 24px !important;
}

.pb-5,
.py-5 {
    padding-bottom: 24px !important;
}

.pr-5,
.px-5 {
    padding-right: 24px !important;
}

.pl-5,
.px-5 {
    padding-left: 24px !important;
}

.mt-6,
.my-6 {
    margin-top: 32px !important;
}

.mb-6,
.my-6 {
    margin-bottom: 32px !important;
}

.mr-6,
.mx-6 {
    margin-right: 32px !important;
}

.ml-6,
.mx-6 {
    margin-left: 32px !important;
}

.pt-6,
.py-6 {
    padding-top: 32px !important;
}

.pb-6,
.py-6 {
    padding-bottom: 32px !important;
}

.pr-6,
.px-6 {
    padding-right: 32px !important;
}

.pl-6,
.px-6 {
    padding-left: 32px !important;
}

@media(min-width:480px) {
    .m-xs-auto {
        margin: auto !important;
    }

    .m-xs-auto,
    .m-xs-auto {
        margin-top: auto !important;
    }

    .m-xs-auto,
    .m-xs-auto {
        margin-bottom: auto !important;
    }

    .m-xs-auto,
    .m-xs-auto {
        margin-right: auto !important;
    }

    .m-xs-auto,
    .m-xs-auto {
        margin-bottom: auto !important;
    }

    .mt-xs-0,
    .my-xs-0 {
        margin-top: 0 !important;
    }

    .mb-xs-0,
    .my-xs-0 {
        margin-bottom: 0 !important;
    }

    .mr-xs-0,
    .mx-xs-0 {
        margin-right: 0 !important;
    }

    .ml-xs-0,
    .mx-xs-0 {
        margin-left: 0 !important;
    }

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

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

    .pr-xs-0,
    .px-xs-0 {
        padding-right: 0 !important;
    }

    .pl-xs-0,
    .px-xs-0 {
        padding-left: 0 !important;
    }

    .mt-xs-1,
    .my-xs-1 {
        margin-top: 2px !important;
    }

    .mb-xs-1,
    .my-xs-1 {
        margin-bottom: 2px !important;
    }

    .mr-xs-1,
    .mx-xs-1 {
        margin-right: 2px !important;
    }

    .ml-xs-1,
    .mx-xs-1 {
        margin-left: 2px !important;
    }

    .pt-xs-1,
    .py-xs-1 {
        padding-top: 2px !important;
    }

    .pb-xs-1,
    .py-xs-1 {
        padding-bottom: 2px !important;
    }

    .pr-xs-1,
    .px-xs-1 {
        padding-right: 2px !important;
    }

    .pl-xs-1,
    .px-xs-1 {
        padding-left: 2px !important;
    }

    .mt-xs-2,
    .my-xs-2 {
        margin-top: 4px !important;
    }

    .mb-xs-2,
    .my-xs-2 {
        margin-bottom: 4px !important;
    }

    .mr-xs-2,
    .mx-xs-2 {
        margin-right: 4px !important;
    }

    .ml-xs-2,
    .mx-xs-2 {
        margin-left: 4px !important;
    }

    .pt-xs-2,
    .py-xs-2 {
        padding-top: 4px !important;
    }

    .pb-xs-2,
    .py-xs-2 {
        padding-bottom: 4px !important;
    }

    .pr-xs-2,
    .px-xs-2 {
        padding-right: 4px !important;
    }

    .pl-xs-2,
    .px-xs-2 {
        padding-left: 4px !important;
    }

    .mt-xs-3,
    .my-xs-3 {
        margin-top: 8px !important;
    }

    .mb-xs-3,
    .my-xs-3 {
        margin-bottom: 8px !important;
    }

    .mr-xs-3,
    .mx-xs-3 {
        margin-right: 8px !important;
    }

    .ml-xs-3,
    .mx-xs-3 {
        margin-left: 8px !important;
    }

    .pt-xs-3,
    .py-xs-3 {
        padding-top: 8px !important;
    }

    .pb-xs-3,
    .py-xs-3 {
        padding-bottom: 8px !important;
    }

    .pr-xs-3,
    .px-xs-3 {
        padding-right: 8px !important;
    }

    .pl-xs-3,
    .px-xs-3 {
        padding-left: 8px !important;
    }

    .mt-xs-4,
    .my-xs-4 {
        margin-top: 16px !important;
    }

    .mb-xs-4,
    .my-xs-4 {
        margin-bottom: 16px !important;
    }

    .mr-xs-4,
    .mx-xs-4 {
        margin-right: 16px !important;
    }

    .ml-xs-4,
    .mx-xs-4 {
        margin-left: 16px !important;
    }

    .pt-xs-4,
    .py-xs-4 {
        padding-top: 16px !important;
    }

    .pb-xs-4,
    .py-xs-4 {
        padding-bottom: 16px !important;
    }

    .pr-xs-4,
    .px-xs-4 {
        padding-right: 16px !important;
    }

    .pl-xs-4,
    .px-xs-4 {
        padding-left: 16px !important;
    }

    .mt-xs-5,
    .my-xs-5 {
        margin-top: 24px !important;
    }

    .mb-xs-5,
    .my-xs-5 {
        margin-bottom: 24px !important;
    }

    .mr-xs-5,
    .mx-xs-5 {
        margin-right: 24px !important;
    }

    .ml-xs-5,
    .mx-xs-5 {
        margin-left: 24px !important;
    }

    .pt-xs-5,
    .py-xs-5 {
        padding-top: 24px !important;
    }

    .pb-xs-5,
    .py-xs-5 {
        padding-bottom: 24px !important;
    }

    .pr-xs-5,
    .px-xs-5 {
        padding-right: 24px !important;
    }

    .pl-xs-5,
    .px-xs-5 {
        padding-left: 24px !important;
    }

    .mt-xs-6,
    .my-xs-6 {
        margin-top: 32px !important;
    }

    .mb-xs-6,
    .my-xs-6 {
        margin-bottom: 32px !important;
    }

    .mr-xs-6,
    .mx-xs-6 {
        margin-right: 32px !important;
    }

    .ml-xs-6,
    .mx-xs-6 {
        margin-left: 32px !important;
    }

    .pt-xs-6,
    .py-xs-6 {
        padding-top: 32px !important;
    }

    .pb-xs-6,
    .py-xs-6 {
        padding-bottom: 32px !important;
    }

    .pr-xs-6,
    .px-xs-6 {
        padding-right: 32px !important;
    }

    .pl-xs-6,
    .px-xs-6 {
        padding-left: 32px !important;
    }
}

@media(min-width:640px) {
    .m-sm-auto {
        margin: auto !important;
    }

    .m-sm-auto,
    .m-sm-auto {
        margin-top: auto !important;
    }

    .m-sm-auto,
    .m-sm-auto {
        margin-bottom: auto !important;
    }

    .m-sm-auto,
    .m-sm-auto {
        margin-right: auto !important;
    }

    .m-sm-auto,
    .m-sm-auto {
        margin-bottom: auto !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

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

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

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 2px !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 2px !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 2px !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 2px !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 2px !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 2px !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 2px !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 2px !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 4px !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 4px !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 4px !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 4px !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 4px !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 4px !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 4px !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 4px !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 8px !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 8px !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 8px !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 8px !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 8px !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 8px !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 8px !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 8px !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 16px !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 16px !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 16px !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 16px !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 16px !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 16px !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 16px !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 16px !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 24px !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 24px !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 24px !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 24px !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 24px !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 24px !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 24px !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 24px !important;
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 32px !important;
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 32px !important;
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 32px !important;
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 32px !important;
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 32px !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 32px !important;
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 32px !important;
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 32px !important;
    }
}

@media(min-width:1024px) {
    .m-md-auto {
        margin: auto !important;
    }

    .m-md-auto,
    .m-md-auto {
        margin-top: auto !important;
    }

    .m-md-auto,
    .m-md-auto {
        margin-bottom: auto !important;
    }

    .m-md-auto,
    .m-md-auto {
        margin-right: auto !important;
    }

    .m-md-auto,
    .m-md-auto {
        margin-bottom: auto !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

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

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

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 2px !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 2px !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 2px !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 2px !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 2px !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 2px !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 2px !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 2px !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 4px !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 4px !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 4px !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 4px !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 4px !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 4px !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 4px !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 4px !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 8px !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 8px !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 8px !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 8px !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 8px !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 8px !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 8px !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 8px !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 16px !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 16px !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 16px !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 16px !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 16px !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 16px !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 16px !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 16px !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 24px !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 24px !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 24px !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 24px !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 24px !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 24px !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 24px !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 24px !important;
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 32px !important;
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 32px !important;
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 32px !important;
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 32px !important;
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 32px !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 32px !important;
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 32px !important;
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 32px !important;
    }
}

@media(min-width:1200px) {
    .m-lg-auto {
        margin: auto !important;
    }

    .m-lg-auto,
    .m-lg-auto {
        margin-top: auto !important;
    }

    .m-lg-auto,
    .m-lg-auto {
        margin-bottom: auto !important;
    }

    .m-lg-auto,
    .m-lg-auto {
        margin-right: auto !important;
    }

    .m-lg-auto,
    .m-lg-auto {
        margin-bottom: auto !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

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

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

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 2px !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 2px !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 2px !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 2px !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 2px !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 2px !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 2px !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 2px !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 4px !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 4px !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 4px !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 4px !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 4px !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 4px !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 4px !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 4px !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 8px !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 8px !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 8px !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 8px !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 8px !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 8px !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 8px !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 8px !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 16px !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 16px !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 16px !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 16px !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 16px !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 16px !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 16px !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 16px !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 24px !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 24px !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 24px !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 24px !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 24px !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 24px !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 24px !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 24px !important;
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 32px !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 32px !important;
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 32px !important;
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 32px !important;
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 32px !important;
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 32px !important;
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 32px !important;
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 32px !important;
    }
}

body {
    background-color: #ffffff;
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 400;
    min-width: 390px;
    font-size: var(--font-size-base);
    font-family: Inter, Roboto, sans-serif;
}

.yCmsContentSlot:not(.smartEditComponent):empty,
.yCmsContentSlot:not(.smartEditComponent):not(:has(div)) {
    display: none;
}

.learn-more {
    position: relative;
}

.learn-more.prepend {
    padding-left: 20px;
}

.learn-more.prepend:before {
    position: absolute;
    font-family: "duni-icons";
    font-size: inherit;
    text-decoration: none;
    content: "\e909";
    margin-right: 4px;
    bottom: 0;
    left: 0;
    transform: translateY(15%);
}

button.learn-more.prepend:before {
    transform: translateY(0);
}

.learn-more.append {
    padding-right: 20px;
}

.learn-more.append:after {
    position: absolute;
    font-family: "duni-icons";
    font-size: inherit;
    text-decoration: none;
    content: "\e90a";
    margin-left: 4px;
    right: 0;
    bottom: 0;
    transform: translateY(15%);
}

button.learn-more.append:after {
    transform: translateY(0);
}

a {
    color: #181818;
    text-decoration: underline;
}

a.disabled {
    color: #cccccc;
    cursor: not-allowed;
}

a.disabled:hover,
a.disabled:focus,
a.disabled:active {
    color: #cccccc;
    pointer-events: none;
    cursor: not-allowed;
}

a:hover,
a:focus,
a:active {
    color: #27809b;
    text-decoration: underline;
    cursor: pointer;
}

a:hover .disabled,
a:focus .disabled,
a:active .disabled {
    color: #cccccc;
    cursor: not-allowed;
}

strong {
    font-weight: 700;
}

label,
.label {
    color: inherit;
    font-weight: 500;
    font-size: var(--font-size-label);
    text-transform: none;
}

.bg-light {
    background-color: #ffffff;
}

.bg-gray {
    background-color: #cccccc;
}

.bg-gray-ultra-light {
    background-color: #eeeeee;
}

.bg-gray-light {
    background-color: #dddddd;
}

.bg-gray-dark {
    background-color: #777777;
}

.bg-gray-darker {
    background-color: #444444;
}

.bg-dark {
    background-color: #181818;
}

.bg-dark,
.bg-gray-dark,
.bg-gray-darker {
    color: #ffffff;
}

.bg-dark a,
.bg-gray-dark a,
.bg-gray-darker a,
.bg-dark .link-button,
.bg-gray-dark .link-button,
.bg-gray-darker .link-button {
    color: #ffffff;
    text-decoration: underline;
}

.bg-dark a.disabled,
.bg-gray-dark a.disabled,
.bg-gray-darker a.disabled,
.bg-dark .link-button.disabled,
.bg-gray-dark .link-button.disabled,
.bg-gray-darker .link-button.disabled {
    color: #cccccc;
    cursor: not-allowed;
}

.bg-dark a.disabled:hover,
.bg-gray-dark a.disabled:hover,
.bg-gray-darker a.disabled:hover,
.bg-dark .link-button.disabled:hover,
.bg-gray-dark .link-button.disabled:hover,
.bg-gray-darker .link-button.disabled:hover,
.bg-dark a.disabled:focus,
.bg-gray-dark a.disabled:focus,
.bg-gray-darker a.disabled:focus,
.bg-dark .link-button.disabled:focus,
.bg-gray-dark .link-button.disabled:focus,
.bg-gray-darker .link-button.disabled:focus,
.bg-dark a.disabled:active,
.bg-gray-dark a.disabled:active,
.bg-gray-darker a.disabled:active,
.bg-dark .link-button.disabled:active,
.bg-gray-dark .link-button.disabled:active,
.bg-gray-darker .link-button.disabled:active {
    color: #cccccc;
    pointer-events: none;
    cursor: not-allowed;
}

.bg-dark a:hover,
.bg-gray-dark a:hover,
.bg-gray-darker a:hover,
.bg-dark .link-button:hover,
.bg-gray-dark .link-button:hover,
.bg-gray-darker .link-button:hover,
.bg-dark a:focus,
.bg-gray-dark a:focus,
.bg-gray-darker a:focus,
.bg-dark .link-button:focus,
.bg-gray-dark .link-button:focus,
.bg-gray-darker .link-button:focus,
.bg-dark a:active,
.bg-gray-dark a:active,
.bg-gray-darker a:active,
.bg-dark .link-button:active,
.bg-gray-dark .link-button:active,
.bg-gray-darker .link-button:active {
    color: #dddddd;
    text-decoration: underline;
    cursor: pointer;
}

.bg-dark a:hover .disabled,
.bg-gray-dark a:hover .disabled,
.bg-gray-darker a:hover .disabled,
.bg-dark .link-button:hover .disabled,
.bg-gray-dark .link-button:hover .disabled,
.bg-gray-darker .link-button:hover .disabled,
.bg-dark a:focus .disabled,
.bg-gray-dark a:focus .disabled,
.bg-gray-darker a:focus .disabled,
.bg-dark .link-button:focus .disabled,
.bg-gray-dark .link-button:focus .disabled,
.bg-gray-darker .link-button:focus .disabled,
.bg-dark a:active .disabled,
.bg-gray-dark a:active .disabled,
.bg-gray-darker a:active .disabled,
.bg-dark .link-button:active .disabled,
.bg-gray-dark .link-button:active .disabled,
.bg-gray-darker .link-button:active .disabled {
    color: #cccccc;
    cursor: not-allowed;
}

.bg-primary {
    background-color: #181818;
    color: #ffffff;
}

.bg-secondary {
    background-color: #27809b;
    color: #ffffff;
}

.bg-success {
    background-color: #5a9b27;
    color: #ffffff;
}

.bg-caution {
    background-color: #edc805;
}

.bg-error {
    background-color: #c40e0e;
    color: #ffffff;
}

.w-100 {
    width: 100%;
}

.position-relative {
    position: relative;
}

.label-sm {
    font-size: var(--font-size-xxs);
    font-weight: 400;
}

@media(max-width:1023px) {
    .label-sm {
        font-size: 12px;
    }
}

.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical>.btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-header,
.modal-footer,
.tabs .tabs-list,
.cart__content,
.yCmsComponent>[class="content"],
.yCmsContentSlot>[class="content"] {
    clear: both;
}

.main__inner-wrapper {
    min-height: calc(100vh - 500px);
}

.scroll-down {
    display: inline-block;
    cursor: pointer;
    font-size: var(--font-size-xxs);
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    writing-mode: tb-rl;
    color: white;
}

.scroll-down span:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 60px;
    border-left: 1px solid white;
    margin: 11px 0;
}

.scroll-down span svg {
    transform: rotate(90deg);
}

.scroll-down span svg path {
    fill: white;
}

.scroll-down:hover,
.scroll-down:focus {
    text-decoration: none;
    color: #8B8A88;
}

.box-shadow {
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3);
}

.ios-only {
    display: none !important;
}

.android-only {
    display: none !important;
}

body.android .ios-hidden,
body.ios .ios-hidden,
body.android .android-hidden,
body.ios .android-hidden {
    display: none !important;
}

body.android .android-only,
body.ios .ios-only {
    display: inline-flex !important;
}

.text-disabled {
    color: #cccccc;
}

.text-dark-gray {
    color: #777777;
}

.container {
    width: 100%;
    max-width: 1380px;
}

.yCmsComponent>[class="content"],
.yCmsContentSlot>[class="content"] {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    max-width: 1380px;
}

[class="content"] .container {
    padding-left: 0;
    padding-right: 0;
}

.pointer {
    cursor: pointer;
}

.modal-open {
    overflow: hidden;
}

.ratio-1-1 {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}

.ratio-4-3 {
    width: 100%;
    height: auto;
    aspect-ratio: 1.33333333;
    object-fit: cover;
}

.ratio-3-4 {
    width: 100%;
    height: auto;
    aspect-ratio: 0.75;
    object-fit: cover;
}

.ratio-16-9 {
    width: 100%;
    height: auto;
    aspect-ratio: 1.77777778;
    object-fit: cover;
}

.ratio-2-1 {
    width: 100%;
    height: auto;
    aspect-ratio: 2.75;
    object-fit: cover;
}

header .site-logo {
    display: flex;
    align-items: center;
    flex: 1;
}

header .site-logo img {
    width: 100px;
    height: 48px;
}

header .site-logo img.duni-poppies {
    width: 160px;
    height: 39px;
}

header.duni-header {
    margin-bottom: 0;
    font-size: 16px;
    z-index: 11;
    position: relative;
    -webkit-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
}

header.duni-header.js-mainHeader {
    z-index: 10;
}

header.duni-header .link-button {
    text-decoration: none;
}

header.duni-header a:not(.duni-button),
header.duni-header .link {
    text-decoration: none;
    padding: 0;
}

header.duni-header a:not(.duni-button):hover,
header.duni-header .link:hover,
header.duni-header a:not(.duni-button):focus,
header.duni-header .link:focus,
header.duni-header a:not(.duni-button):active,
header.duni-header .link:active {
    text-decoration: none;
    color: #777777;
}

header.duni-header a:not(.duni-button).mega__nav-more,
header.duni-header .link.mega__nav-more {
    margin-bottom: 24px;
    display: inline-block;
}

header.duni-header .label {
    padding: 0;
    display: flex;
    align-items: center;
}

header.duni-header .language-selector-label {
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 0;
}

header.duni-header .duni-icon {
    font-size: var(--font-size-button-icon-only);
}

header.duni-header .header .duni-icon {
    position: relative;
}

header.duni-header .navigation--top {
    padding-top: 14px;
    padding-bottom: 14px;
}

header.duni-header .navigation--top a {
    text-decoration: none;
}

header.duni-header .navigation--top a:hover header.duni-header .navigation--top a:focus {
    text-decoration: none;
}

header.duni-header .navigation--top .duni-select-mirror {
    margin: 0;
}

header.duni-header .navigation--top .duni-select-mirror .options {
    width: 250px;
    transform: translateX(-50%);
    left: 50%;
    top: calc(100% + 14px);
}

@media screen and (min-width:640px) and (max-width:1580px) {
    header.duni-header .navigation--top .duni-select-mirror .options {
        transform: translateX(-100%);
        left: 57px;
    }
}

header.duni-header .navigation--top .duni-select-mirror span.selected {
    padding: 0;
    font-size: inherit;
    text-transform: uppercase;
}

header.duni-header .navigation--top .usp {
    display: flex;
    justify-content: flex-start;
    flex: auto;
}

header.duni-header .navigation--top .usp .label {
    font-size: var(--font-size-xs);
}

header.duni-header .navigation--top .usp .smartEditComponent {
    display: flex;
    justify-content: flex-start;
    flex: auto;
}

@media(min-width:1024px) {
    header.duni-header .navigation--top .usp li.duplicated {
        display: none;
    }
}

header.duni-header #Dunib2bMobileNavComponent {
    display: none;
}

header.duni-header>nav .row {
    max-width: 1380px;
    margin: 0 auto;
    display: flex;
}

header.duni-header>nav .nav-wrap {
    display: flex;
}

header.duni-header>nav .mega-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-xs);
    padding-bottom: 0;
    position: relative;
    z-index: 0;
}

header.duni-header>nav .mega-menu-wrapper a {
    color: #181818;
}

header.duni-header>nav .mega-menu-wrapper a:hover,
header.duni-header>nav .mega-menu-wrapper a:focus {
    color: #777777;
}

header.duni-header>nav .mega-menu-wrapper .nav__link a {
    font-weight: 500;
    text-transform: uppercase;
}

header.duni-header>nav .mega-menu-wrapper .mega__nav-banner a {
    text-decoration: underline;
}

@media(min-width:1024px) {
    header.duni-header>nav .mega-menu-wrapper li {
        padding-bottom: 24px;
    }

    header.duni-header>nav .mega-menu-wrapper li.mega__nav-list-item {
        padding-bottom: 0;
        float: none;
    }
}

header.duni-header>nav .header__minicart {
    position: static;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

@media(min-width:1024px) {
    header.duni-header>nav .header__minicart {
        position: relative;
    }
}

header.duni-header>nav .header__minicart a:not(.duni-button),
header.duni-header>nav .header__minicart button {
    color: #181818;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-decoration: none;
    text-wrap: nowrap;
}

header.duni-header>nav .header__minicart a:not(.duni-button):hover,
header.duni-header>nav .header__minicart button:hover,
header.duni-header>nav .header__minicart a:not(.duni-button):focus,
header.duni-header>nav .header__minicart button:focus {
    color: #777777;
    text-decoration: none;
}

header.duni-header>nav .header__minicart .js-logged_in .duni-icon-arrow-small-down::before {
    transition: all .3s;
    display: inline-block;
}

header.duni-header>nav .header__minicart .js-logged_in.secondaryNavAccount-opened .duni-icon-arrow-small-down::before {
    transform: rotate(180deg) translateY(-1px);
}

header.duni-header>nav .header__minicart-count {
    position: absolute;
    top: 46%;
    right: 28%;
    color: #ffffff;
    background-color: #181818;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 8px;
    text-align: center;
    font-weight: 700;
}

header.duni-header>nav .header__minicart--wishlist .header__minicart-count {
    box-shadow: 0 2px 4px rgba(40, 40, 40, 0.25);
    top: 44%;
    right: 32%;
}

header.duni-header>nav .mini-cart-slot {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

header.duni-header>nav .mini-cart-slot>.yCmsComponent {
    display: flex;
    align-items: center;
    height: 100%;
}

@media(max-width:1023px) {
    header.duni-header>nav .mini-cart-slot {
        flex: 0;
    }
}

header.duni-header>nav.navigation--middle {
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #dddddd;
}

header.duni-header>nav.navigation--middle .category-navigation-container {
    position: initial;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    flex: 2;
}

header.duni-header>nav.navigation--middle .category-navigation {
    background-color: transparent;
    border: none;
}

header.duni-header>nav.navigation--middle .category-navigation .sub__navigation {
    position: absolute;
    top: 45px;
}

@media(min-width:1336px) {
    header.duni-header>nav.navigation--middle .category-navigation .sub__navigation {
        background-color: #ffffff;
    }
}

header.duni-header>nav.navigation--middle .category-navigation .sub__navigation.multi-col {
    width: 100%;
}

header.duni-header>nav.navigation--middle .category-navigation .sub__navigation .container {
    position: relative;
    padding: 0;
    max-width: 1380px;
    width: auto;
}

@media(min-width:1024px) {
    header.duni-header>nav.navigation--middle .category-navigation .sub__navigation .header {
        display: none;
    }
}

header.duni-header>nav.navigation--middle .nav--mobile {
    display: block;
    margin-right: 24px;
}

@media(min-width:1024px) {
    header.duni-header>nav.navigation--middle .nav--mobile {
        display: none;
    }

    header.duni-header>nav.navigation--middle .nav--mobile .mobile-navigation {
        display: none;
    }
}

header.duni-header>nav.navigation--middle .nav--search {
    display: flex;
    flex: auto;
    justify-content: end;
}

header.duni-header>nav.navigation--bottom {
    background-color: transparent;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #dddddd;
}

header.duni-header>nav.navigation--bottom .container {
    display: flex;
    max-width: 1380px;
    width: auto;
    margin: 0 auto;
}

header.duni-header>nav.navigation--bottom .mini-cart-slot {
    display: flex;
}

header.duni-header>nav.navigation--bottom .mini-cart-slot .yCmsComponent {
    flex: 1 0 auto;
    --ms-flex: 1 0 0;
}

@media screen and (max-width:1023px) {
    header.duni-header>nav.navigation--bottom {
        width: auto;
        position: relative;
        left: auto;
        z-index: auto;
    }
}

@media screen and (max-width:639px) {
    header.duni-header>nav.navigation--bottom {
        height: auto;
    }
}

@media screen and (max-width:640px) {
    header.duni-header>nav.navigation--bottom .mini-cart-slot {
        display: none;
    }
}

header.duni-header .nav__links--account li {
    color: #5b6577;
    font-size: 14px;
    padding: 15px;
}

header.duni-header .nav__links--account li a {
    color: #27809b;
    padding: 0;
    font-weight: 700;
}

header.duni-header .nav__links--account li.logged_in {
    padding: 15px;
}

header.duni-header .nav__links--account li .myAccountLinksHeader,
header.duni-header .nav__links--account li .myCompanyLinksHeader {
    padding: 0 18px 0 0;
    color: #27809b;
    height: auto;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../../_ui/responsive/common/images/down-arrow.svg);
}

header.duni-header .nav__links--account li .myAccountLinksHeader.show,
header.duni-header .nav__links--account li .myCompanyLinksHeader.show {
    padding: 0 18px 0 0;
    height: auto;
    line-height: normal;
    background-color: transparent;
    color: #40aecf;
}

header.duni-header .nav__links--account .logged-in-section {
    float: left;
}

@media screen and (max-width:1023px) {
    header.duni-header .nav__links--account {
        float: none;
    }

    header.duni-header .nav__links--account li.logged_in {
        float: left;
        cursor: pointer;
        background-image: url(../../_ui/responsive/common/images/down-arrow-grey.svg);
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 18px;
    }

    header.duni-header .nav__links--account .logged-in-section {
        display: none;
    }
}

@media(max-width:1023px) {
    header.duni-header {
        top: 0;
        left: 0;
        position: sticky;
    }

    header.duni-header .label {
        margin-bottom: 10px;
        height: 20px;
    }

    header.duni-header .navigation--top {
        padding-top: 6px;
        padding-bottom: 6px;
        height: 32px;
        overflow: hidden;
    }

    header.duni-header .usp {
        flex-direction: column;
        align-items: center;
        flex: auto;
    }

    header.duni-header .usp.animate {
        animation: slide-up 20s linear infinite;
    }

    header.duni-header .usp .smartEditComponent {
        flex-direction: column;
        align-items: center;
        flex: auto;
    }

    header.duni-header nav.navigation--middle {
        height: 64px;
        width: 100%;
        z-index: 900;
    }

    header.duni-header nav.navigation--middle .category-navigation-container {
        justify-content: flex-end;
    }

    header.duni-header nav.navigation--middle .js-toggle-sm-navigation .duni-icon-menu {
        display: block;
    }

    header.duni-header nav.navigation--middle .js-toggle-sm-navigation .duni-icon-close {
        display: none;
    }

    body.offcanvas header.duni-header nav.navigation--middle .js-toggle-sm-navigation .duni-icon-menu {
        display: none;
    }

    body.offcanvas header.duni-header nav.navigation--middle .js-toggle-sm-navigation .duni-icon-close {
        display: block;
    }

    body.offcanvas header.duni-header nav.navigation--middle {
        overflow: visible;
    }

    header.duni-header nav.navigation--middle .site-logo {
        flex: 0;
    }

    header.duni-header nav.navigation--middle .category-navigation-container {
        display: none;
        margin-left: 24px;
        margin-right: 24px;
    }

    header.duni-header nav.navigation--middle .mobile-navigation {
        display: none;
        margin-bottom: 0;
        padding: 12px 16px;
    }

    header.duni-header nav.navigation--middle .mobile-navigation .category-navigation ul.nav__links li {
        margin: 24px 0 0 0;
        padding: 0;
    }

    header.duni-header nav.navigation--middle .mobile-navigation .category-navigation ul.nav__links li.nav__links--primary-has__sub>span a {
        display: flex;
        justify-content: space-between;
    }

    header.duni-header nav.navigation--middle .mobile-navigation .category-navigation ul.nav__links .mega__nav-products .mega__nav-list-item {
        display: block;
        margin: 0 0 16px 0;
    }

    header.duni-header nav.navigation--middle .mobile-navigation .category-navigation ul.nav__links .mega__nav-products .mega__nav-list a {
        font-size: 16px;
        font-weight: 400;
    }

    header.duni-header nav.navigation--middle .search-actions button {
        display: flex;
        justify-content: end;
        align-items: center;
        color: #181818;
    }

    header.duni-header nav.navigation--middle .search-actions button:hover,
    header.duni-header nav.navigation--middle .search-actions button:focus {
        background-color: transparent;
        color: #777777;
    }

    header.duni-header #Dunib2bMobileNavComponent {
        display: block;
    }

    #Dunib2bMobileNavComponent {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    #Dunib2bCategoryNavComponent .navigation__overflow>ul .nav__link a,
    #Dunib2bContentNavComponent .navigation__overflow>ul .nav__link a {
        text-transform: capitalize;
        font-size: var(--font-size-h4);
        font-weight: 500;
    }

    main.offcanvas .menu-bar-wrapper .bar:nth-of-type(1) {
        top: 8px;
        transform: rotate(45deg);
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
    }

    main.offcanvas .menu-bar-wrapper .bar:nth-of-type(2) {
        opacity: 0;
    }

    main.offcanvas .menu-bar-wrapper .bar:nth-of-type(3) {
        top: 8px;
        transform: rotate(-45deg);
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
    }

    .menu-bar-wrapper {
        height: 20px;
        position: relative;
        width: 20px;
        transition: 0.3s;
        cursor: pointer;
        display: block;
    }

    .menu-bar-wrapper .bar {
        position: absolute;
        height: 2px;
        width: 18px;
        display: block;
        background-color: #181818;
        transition: 0.4s;
    }

    .menu-bar-wrapper .bar:nth-of-type(1) {
        top: 0;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
        animation: mrotr 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    }

    .menu-bar-wrapper .bar:nth-of-type(2) {
        top: 8px;
        width: 50%;
        transition: ease 0.3s 0.3s;
        animation: fade 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    }

    .menu-bar-wrapper .bar:nth-of-type(3) {
        top: 15px;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
        animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    }
}

@media(max-width:639px) {
    header.duni-header>nav.navigation--middle .row {
        display: flex;
        justify-content: space-between;
    }

    header.duni-header>nav.navigation--middle .row:before,
    header.duni-header>nav.navigation--middle .row:after {
        content: '';
        display: none;
    }
}

main.offcanvas {
    transform: none;
}

main.offcanvas header.duni-header>nav.navigation--middle {
    overflow: visible;
}

main.offcanvas header.duni-header>nav.navigation--middle .mobile-navigation {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    display: block;
    height: calc(100dvh - 64px);
    background: #ffffff;
    overflow-y: auto;
    padding-bottom: 45px;
}

main.offcanvas header.duni-header>nav.navigation--middle .mobile-navigation.category-navigation-open {
    overflow: hidden;
}

main.offcanvas header.duni-header>nav.navigation--middle .btn--mobile-search {
    background: none;
}

main.offcanvas .glyphicon.glyphicon-align-justify {
    background-image: url(../../_ui/responsive/common/images/close.svg);
}

@media(min-width:640px) and (max-width:1335px) {
    header.duni-header .navigation--bottom .nav__links--products li {
        background-color: transparent;
    }
}

.nav-order-tools {
    padding: 16px 18px 16px 12px;
}

.nav-order-tools:before {
    color: #181818;
    font-size: 18px;
    line-height: 18px;
}

@media(min-width:640px) {
    .nav-order-tools {
        padding: 30px;
        border: none;
        height: auto !important;
    }
}

.nav-order-tools__child-wrap {
    top: 72px;
    right: 0;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

@media(max-width:639px) {
    .nav-order-tools__child-wrap {
        position: fixed;
        bottom: 68px;
        top: auto;
    }
}

.nav-order-tools__child-wrap div {
    border-bottom: 0;
}

.nav-order-tools__child-wrap a {
    background: none;
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    color: #181818;
    text-transform: none;
    padding: 0;
}

.nav-order-tools__child-wrap a:first-child {
    margin-bottom: 25px;
}

.nav-order-tools__child-wrap a:hover {
    text-decoration: underline;
}

@media screen and (max-width:639px) {
    .nav-order-tools__child-wrap {
        padding: 15px;
    }
}

.login__modal {
    width: 100%;
}

.login__modal .alert {
    display: none;
    margin-bottom: 0;
    padding: 16px;
}

.login__modal p,
.login__modal .form-wrapper,
.login__modal .forgotten-password {
    padding: 0 40px;
}

.login__modal p {
    margin-bottom: 20px;
}

#colorbox.login__colorbox #cboxContent #cboxLoadedContent .form-group {
    padding: 0 40px;
    margin-bottom: 25px;
}

.login-popup {
    width: 100%;
    z-index: 2;
}

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

.login-popup .card {
    padding: 0;
}

.login-popup .card .card-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
}

.login-popup .card .card-actions>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
}

.login-popup .card .card-actions>div a.duni-button {
    margin: 0 0 16px 0 !important;
    width: 100%;
}

.login-popup .card-body {
    flex-direction: column;
}

.header__minicart .login-popup {
    position: absolute;
    top: 64px;
    right: 0;
    z-index: 1;
}

.header__minicart .login-popup:after {
    content: '';
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(40, 40, 40, 0.6);
    z-index: -1;
}

.header__minicart .login-popup .card {
    padding: 16px;
}

.login-popup .card-redirect-buttons {
    display: flex;
}

@media(min-width:1024px) {
    .login-popup {
        width: 480px;
        right: 0;
        transform: translateX(9ch);
    }

    .login-popup .card {
        padding: 32px 48px;
    }

    .login-popup .card-body {
        flex-direction: row;
    }

    .header__minicart .login-popup:after {
        content: none;
    }

    .header__minicart .login-popup .card {
        padding: 32px 48px;
    }

    .header__minicart .login-popup.dismiss {
        display: block !important;
    }

    .header__minicart .login-popup.hidden {
        display: none !important;
    }
}

@media(max-width:1023px) {
    .header__minicart .login-popup.dismiss {
        display: none;
    }

    .login-popup .card.box-shadow {
        box-shadow: none;
    }
}

.brand__nav {
    font-family: Inter, Roboto, sans-serif;
    color: #27809b;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    max-width: 100%;
}

.brand__nav-item {
    padding: 0 30px;
    line-height: 22px;
    display: flex;
    align-items: center;
    position: relative;
}

@media(min-width:640px) {
    .brand__nav-item:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 22px;
        width: 0;
        border-left: 1px solid white;
    }

    .brand__nav-item:first-of-type {
        padding-left: 0;
        border-left: 0;
    }

    .brand__nav-item:first-of-type:before {
        height: 0;
    }
}

.brand__nav-item--pre {
    display: none;
}

@media(min-width:640px) {
    .brand__nav-item--pre {
        display: flex;
    }
}

.brand__nav-item a {
    display: flex;
}

.brand__nav-item--shoplogo svg {
    height: 28px;
    width: 57px;
}

.brand__nav-item--shoplogo svg path {
    fill: black;
}

.brand__nav-item--shoplogo svg path#vline {
    display: none;
}

.brand__nav-item--biopak svg {
    height: 17px;
    width: 70px;
}

.brand__nav-item--duni:before {
    height: 0;
}

.brand__nav-item--duni svg {
    height: 28px;
    width: 57px;
}

.header-link-slot {
    min-height: 48px;
    background-color: #ffffff;
    width: 100%;
}

.header-link-slot:empty {
    display: none;
}

.search-bar,
.site__search {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.search-bar .ui-front,
.site__search .ui-front {
    width: 100%;
    max-width: 1350px;
    padding: 16px;
    margin: 0;
}

.search-bar .site__search-results-wrapper,
.site__search .site__search-results-wrapper {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.search-bar .site__search-results-wrapper .no-results,
.site__search .site__search-results-wrapper .no-results {
    font-size: var(--font-size-h4);
    text-align: center;
    display: block;
    color: #777777;
}

.search-bar .input-group,
.site__search .input-group {
    width: 100%;
    position: relative;
    padding: 12px 0 12px 16px;
    border: none;
    border-radius: 100px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    background-color: #eeeeee;
    overflow: hidden;
}

@media(min-width:1024px) {

    .search-bar .input-group,
    .site__search .input-group {
        max-width: 500px;
    }
}

.search-bar .input-group .form-control,
.site__search .input-group .form-control {
    font-size: 16px;
    color: #181818;
    outline: none;
    box-shadow: none;
    z-index: 0;
    padding: 0 16px 0 36px;
    border: none;
    background: transparent;
    transition: ease-in all 0.3s;
}

.search-bar .input-group .form-control::placeholder,
.site__search .input-group .form-control::placeholder {
    opacity: 1;
    color: #666666;
}

.search-bar .input-group .input-group-btn,
.site__search .input-group .input-group-btn {
    z-index: 1;
    width: 25px;
    height: 25px;
    top: 12px;
    position: absolute;
    left: 16px;
    transition: ease-in all 0.3s;
}

.search-bar .input-group .input-group-btn .link-button:hover,
.site__search .input-group .input-group-btn .link-button:hover {
    text-decoration: none;
}

.search-bar .site__search-form,
.site__search .site__search-form {
    margin-right: 58px;
}

.search-bar .site__search-form .link-button,
.site__search .site__search-form .link-button {
    text-decoration: none;
}

@media(min-width:1024px) {

    .search-bar .site__search-form,
    .site__search .site__search-form {
        margin-right: 0;
    }
}

.search-bar .btn,
.site__search .btn {
    background-color: transparent;
    padding: 0;
    color: #181818;
    border: none;
}

.search-bar .form-control:focus {
    margin-left: -20px;
}

.search-bar .form-control:focus~.just-icon {
    right: 4px;
}

.search-bar .form-control:focus~.input-group-btn {
    left: -20px;
}

.search-bar .duni-button.just-icon {
    padding: 0;
    border: none;
    background: #27809b;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    right: -45px;
    transition: ease-in all 0.3s;
}

.search-bar .duni-button.just-icon .duni-icon {
    font-size: 15px;
    color: #ffffff;
}

.search-bar .input-group-btn {
    position: relative;
    left: 0;
}

.mobile-navigation {
    min-width: 390px;
    position: absolute;
    left: -100vw;
    width: 100vw;
    -webkit-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    height: 100dvh;
    background-color: #ffffff;
    z-index: 101;
}

.mobile-navigation .menu-prefix {
    font-size: 12px;
    font-weight: 500;
    padding: 16px 32px;
    text-transform: uppercase;
    color: #86868f;
    margin-top: 32px;
    margin-bottom: 0;
}

.mobile-navigation .category-navigation {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
}

.mobile-navigation .category-navigation .view-all {
    display: block;
    padding: 16px 32px;
    color: #004996;
    text-transform: uppercase;
    letter-spacing: 1.39px;
    font-size: 13px;
    font-weight: 500;
}

.mobile-navigation .category-navigation.active {
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    z-index: 9;
}

.mobile-navigation .category-navigation .navigation__overflow {
    height: auto;
    border: none;
    overflow: visible;
}

.mobile-navigation .category-navigation .navigation__overflow>ul {
    flex-direction: column;
    height: auto;
}

.mobile-navigation .category-navigation .navigation__overflow>ul:first-of-type {
    display: none;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li {
    border: none;
    overflow: visible;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation {
    width: 100%;
    left: 100%;
    top: 0;
    height: calc(100dvh - 64px);
    overflow: scroll;
    background-color: #ffffff;
}

@media(max-width:1199px) {
    .mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation {
        padding: 24px 16px;
    }
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .header {
    color: #181818;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    display: inline-flex;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    left: -5px;
    cursor: pointer;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section {
    position: relative;
    padding: 0;
    width: 100%;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section .title {
    border: none;
    background-color: transparent;
    padding: 16px 32px;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section .title.has-child {
    background-position: 94% center;
    padding-right: 100px;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section .title a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.61px;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section:hover .sub-navigation-list,
.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section:active .sub-navigation-list,
.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section:focus .sub-navigation-list {
    display: none;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section.active .sub-navigation-list {
    display: block;
    padding: 0;
    left: 0;
    background: #fff;
    width: 100%;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section.active .sub-navigation-list .sub-navigation-item {
    padding: 16px 32px;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section.active .sub-navigation-list .sub-navigation-item li {
    background-color: transparent;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section.active .sub-navigation-list .sub-navigation-item li.has-child {
    padding-right: 100px;
    background-position: center right;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section.active .sub-navigation-list .sub-navigation-item li a {
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.61px;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section.active .sub-navigation-list .sub-navigation-item .sub-sub-navigation-list {
    display: none;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section.active .sub-navigation-list .sub-navigation-item.active .sub-sub-navigation-list {
    display: block;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
    padding: 0;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section.active .sub-navigation-list .sub-navigation-item.active .sub-sub-navigation-list li {
    padding: 16px 32px;
}

.mobile-navigation .category-navigation .navigation__overflow>ul li .sub__navigation .container .sub-navigation-section.active .sub-navigation-list .sub-navigation-item.active .sub-sub-navigation-list li a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.61px;
}

.mobile-navigation .duni-select-mirror .selected {
    display: none;
}

.mobile-navigation .duni-select-mirror>.options {
    box-shadow: none;
    display: block;
    position: relative;
    background: transparent;
    border: none;
}

.mobile-navigation .duni-select-mirror>.options .option {
    padding: 0;
    margin: 8px 0;
    height: 24px;
}

.mobile-navigation .duni-select-mirror>.options .option:hover,
.mobile-navigation .duni-select-mirror>.options .option:active {
    background: transparent;
}

.mobile-navigation .duni-select-mirror>.options .option:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    border: solid 1px #cccccc;
}

.mobile-navigation .duni-select-mirror>.options .option[data-selected] {
    background-color: transparent;
}

.mobile-navigation .duni-select-mirror>.options .option[data-selected]:after {
    content: "";
    background: #27809b;
    border: none;
}

.mobile-navigation .duni-select-mirror>.options .option[data-selected]:before {
    content: "";
    background: white;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    transform: translateX(-7px);
}

.mega__nav {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.mega__nav>* {
    flex: 1;
}

@media(min-width:1024px) {
    .mega__nav>* {
        width: 50%;
    }
}

.mega__nav .mega__nav-title {
    margin-top: 10px;
    margin-bottom: 30px;
}

.mega__nav .mb-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: start;
}

.mega__nav .mega__nav-business-tiles {
    width: 100%;
    overflow: unset;
    height: unset;
}

.mega__nav .mega__nav-tile {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.mega__nav .mega__nav-tile-img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.33333333;
    margin-bottom: 12px;
}

.mega__nav .mega__nav-tile-description {
    margin-top: 12px;
    margin-bottom: 12px;
}

.mega__nav .mega__nav-tile-more-wrapper {
    margin-top: 0;
}

.mega__nav .mega__nav-tile-more-wrapper a {
    text-decoration: underline;
}

.mega__nav .mega__nav-tile-more-wrapper:hover {
    text-decoration: underline;
}

@media(min-width:1024px) {
    .mega__nav {
        flex-direction: row-reverse;
    }

    .mega__nav .mega__nav-tile {
        max-width: 350px;
    }

    .mega__nav .mb-content {
        align-content: flex-end;
    }

    .mega__nav .mega__nav-tile-img {
        margin-bottom: 12px;
    }

    .mega__nav .mega__nav-tile-more-wrapper {
        margin-top: 12px;
    }

    .mega__nav .mega__nav-title {
        margin-top: 50px;
    }
}

@media(min-width:640px) {
    .mega__nav .mega__nav-tile-img {
        max-width: 350px;
        margin-bottom: 0;
    }

    .mega__nav .mega__nav-tile-description {
        flex: 1;
    }

    .mega__nav .mega__nav-tile-more-wrapper {
        flex: 0;
    }

    .mega__nav .mega__nav-tile-more-wrapper a {
        font-size: var(--font-size-base);
    }
}

.mega__nav-banner {
    width: 100%;
}

@media(min-width:1024px) {
    .mega__nav-banner {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin: 55px 0 24px;
    }
}

.mega__nav-products .mega__nav-list {
    margin: 0;
    padding: 0;
    column-count: 1;
    min-height: 320px;
}

.mega__nav-products .mega__nav-list a {
    font-size: 16px;
}

@media(min-width:640px) {
    .mega__nav-products .mega__nav-list {
        max-height: calc(50vh - 60px - 66px);
        overflow-y: auto;
        column-count: 2;
    }
}

@media(min-width:1336px) {
    .mega__nav-products .mega__nav-list {
        margin-right: 0;
        max-width: 520px;
        max-height: none;
        overflow-y: hidden;
    }
}

.mega__nav-products .mega__nav-list-item {
    width: 100%;
    margin-bottom: 16px;
}

.mega__nav-products .mega__nav-list-item a {
    font-size: 16px;
    text-transform: none;
}

#accNavComponentDesktopOne .nav__links {
    max-height: calc(100dvh - 238px);
}

@media(max-width:1023px) {
    #accNavComponentDesktopOne .nav__links {
        max-height: calc(100dvh - 76px);
    }
}

@media(min-width:640px) {
    #accNavComponentDesktopOne .mega__nav-products .mega__nav-list {
        max-height: unset;
    }
}

.duni-footer {
    background-color: #282828;
    min-height: 300px;
    margin-top: 0;
    font-family: Inter, Roboto, sans-serif;
    padding: 48px 4px 64px;
    font-size: 16px;
}

.duni-footer ul,
.duni-footer li {
    list-style: none;
    padding-left: 0;
}

.duni-footer p,
.duni-footer li {
    color: #898b8e;
}

.duni-footer a,
.duni-footer button {
    color: #ffffff;
    text-decoration: none;
}

.duni-footer a:hover,
.duni-footer button:hover {
    color: #898b8e;
}

.duni-footer a:active,
.duni-footer button:active,
.duni-footer a:focus,
.duni-footer button:focus {
    text-decoration: none;
}

.duni-footer a {
    font-size: 16px;
}

.duni-footer .container {
    max-width: 1380px;
    position: relative;
}

.duni-footer .footer__top {
    margin-bottom: 64px;
    padding: 0;
    flex-direction: column;
}

.duni-footer .footer__nav {
    margin-top: 64px;
    margin-bottom: 64px;
}

.duni-footer .footer__nav .footer__links-section {
    padding: 24px 0;
    border-bottom: 1px solid #ffffff;
    position: relative;
}

.duni-footer .footer__nav .footer__links-section:first-child {
    border-top: 1px solid #ffffff;
}

.duni-footer .footer__nav .footer__links-section .footer__btn {
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.duni-footer .footer__nav .footer__links-section .footer__btn:after {
    font-family: "duni-icons";
    content: "\e908";
    transition: all ease .3s;
}

.duni-footer .footer__nav .footer__links-section .footer__btn.footer__btn--displayed~.footer__links-list {
    display: block;
}

.duni-footer .footer__nav .footer__links-section .footer__btn.footer__btn--displayed:after {
    transform: rotate(180deg);
}

.duni-footer .footer__nav .footer__links-section .footer__btn~.footer__links-list {
    display: none;
}

.duni-footer .footer__nav .footer__links-section .footer__links-list li {
    margin-bottom: 16px;
}

.duni-footer .footer__bottom {
    margin-top: 64px;
}

.duni-footer .footer__top-start {
    order: 2;
}

.duni-footer .footer__top-middle {
    order: 1;
}

.duni-footer .footer__top-middle .footer__media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

.duni-footer .footer__top-middle .footer__media li {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 16px;
    margin-bottom: 0;
    text-align: center;
}

.duni-footer .footer__top-middle .footer__media li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 1px solid #ffffff;
}

.duni-footer .footer__top-middle .footer__media li a:hover {
    border-color: #898b8e;
    background-color: #898b8e;
}

.duni-footer .footer__top-middle .footer__media li img {
    margin-top: 50%;
    transform: translateY(-50%);
}

.duni-footer .footer__top-end {
    order: 0;
}

.duni-footer .footer__bottom {
    margin-top: 64px;
}

.duni-footer .footer__bottom .footer__flex--legal {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.duni-footer .footer__bottom .footer__flex--legal .footer__legal li {
    float: left;
    padding: 0 30px;
}

.duni-footer .footer__bottom .footer__flex--legal .footer__legal li:first-child {
    padding-left: 0;
}

.duni-footer .footer__bottom .footer__flex--legal .footer__legal li:last-child {
    padding-right: 0;
}

.duni-footer .footer__bottom .footer__flex--legal .footer__legal li:nth-child(2) {
    border-left: 1px solid #898b8e;
    border-right: 1px solid #898b8e;
}

.duni-footer .footer__bottom .footer__flex--legal .footer__location {
    padding-left: 37.5px;
    background-image: url(/_ui/responsive/theme-duni/images/footer/map-pin-white.svg);
    background-repeat: no-repeat;
    background-position: left;
}

.duni-footer .footer__bottom .footer__flex--legal .footer__location:hover,
.duni-footer .footer__bottom .footer__flex--legal .footer__location:focus,
.duni-footer .footer__bottom .footer__flex--legal .footer__location:active {
    background-image: url(/_ui/responsive/theme-duni/images/footer/map-pin-hover.svg);
}

.duni-footer .footer__bottom .footer__flex--duni {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.duni-footer .footer__bottom .footer__flex--duni .footer__duni-group {
    display: flex;
    align-items: center;
}

.duni-footer .footer__bottom .footer__flex--duni .footer__duni-group li {
    position: relative;
    margin-right: 25px;
}

@media(min-width:640px) {
    .duni-footer .footer__bottom .footer__flex--duni .footer__duni-group li {
        margin-right: 35px;
    }
}

.duni-footer .footer__bottom .footer__flex--duni .footer__duni-group li:last-child {
    margin-right: 0;
}

.duni-footer .footer__bottom .footer__flex--duni .footer__duni-group li a:hover {
    opacity: .4;
}

.duni-footer .footer__bottom .footer__flex--duni .footer__location {
    padding-left: 37.5px;
    background-image: url(/_ui/responsive/theme-duni/images/footer/map-pin-white.svg);
    background-repeat: no-repeat;
    background-position: left;
    display: block;
}

.duni-footer .footer__bottom .footer__flex--duni .footer__location:hover,
.duni-footer .footer__bottom .footer__flex--duni .footer__location:focus,
.duni-footer .footer__bottom .footer__flex--duni .footer__location:active {
    background-image: url(/_ui/responsive/theme-duni/images/footer/map-pin-hover.svg);
}

.duni-footer .duni-language-selector {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    width: 360px;
    font-size: 16px;
}

.duni-footer .duni-language-selector .duni-select-mirror {
    position: static;
    margin: 0;
    border: none;
}

.duni-footer .duni-language-selector .selected {
    border: none;
    padding: 0;
    font-size: 16px;
}

.duni-footer .duni-language-selector .options {
    max-height: 380px;
    overflow: auto;
    width: 100%;
    left: 0;
    top: 48px;
}

@media(min-width:1024px) {
    .duni-footer {
        padding: 80px 16px;
    }

    .duni-footer .container .footer__media {
        justify-content: center;
    }

    .duni-footer .container .footer__top {
        margin-bottom: 80px;
    }

    .duni-footer .container .footer__nav {
        display: flex;
        justify-content: space-between;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .duni-footer .container .footer__nav .footer__links-section {
        border: none;
    }

    .duni-footer .container .footer__nav .footer__links-section:first-of-type ul {
        column-count: 2;
        width: 470px;
    }

    .duni-footer .container .footer__nav .footer__links-section .footer__btn~.footer__links-list {
        display: block;
    }

    .duni-footer .container .footer__nav .footer__links-section .footer__links-list--two-columns {
        display: flex;
        justify-content: space-between;
    }

    .duni-footer .container .footer__nav .footer__links-list {
        display: block;
    }

    .duni-footer .container .footer__bottom {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .duni-footer .container .footer__bottom .footer__flex--legal {
        justify-content: space-between;
        flex-direction: row;
    }

    .duni-footer .footer__top-start {
        order: 0;
    }

    .duni-footer .footer__top-middle {
        order: 1;
    }

    .duni-footer .footer__top-end {
        order: 2;
        justify-content: flex-end;
        align-items: center;
    }

    .duni-footer .footer__links-section .footer__btn {
        color: #898b8e;
        margin-bottom: 16px;
        background: none;
        pointer-events: none;
    }

    .duni-footer .footer__links-section .footer__btn:after {
        display: none;
    }
}

.page-onboardingPasswordError .global-alerts,
.page-notFound .global-alerts,
.page-mailValidationError .global-alerts,
.page-validationError .global-alerts {
    display: none;
}

.page-onboardingPasswordError .error-page,
.page-notFound .error-page,
.page-mailValidationError .error-page,
.page-validationError .error-page {
    margin: 50px;
}

.page-onboardingPasswordError .error-page h2,
.page-notFound .error-page h2,
.page-mailValidationError .error-page h2,
.page-validationError .error-page h2 {
    font-size: var(--font-size-h3);
    text-transform: uppercase;
    line-height: normal;
}

.page-onboardingPasswordError .error-page p,
.page-notFound .error-page p,
.page-mailValidationError .error-page p,
.page-validationError .error-page p {
    font-size: var(--font-size-xs);
    margin: 20px 0 60px 0;
}

.page-onboardingPasswordError .error-page a,
.page-notFound .error-page a,
.page-mailValidationError .error-page a,
.page-validationError .error-page a {
    font-weight: 500;
    font-size: var(--font-size-xs);
    text-transform: uppercase;
}

.page-onboardingPasswordError .error-details-section,
.page-notFound .error-details-section,
.page-mailValidationError .error-details-section,
.page-validationError .error-details-section {
    margin: 50px auto;
    padding: 70px 50px 50px 50px;
    border: solid 1px #e0e0e0;
    max-width: 1380px;
    text-align: left;
}

.page-onboardingPasswordError .error-details-section .error-details-content,
.page-notFound .error-details-section .error-details-content,
.page-mailValidationError .error-details-section .error-details-content,
.page-validationError .error-details-section .error-details-content {
    max-width: 540px;
    margin: 0 auto;
}

.page-onboardingPasswordError .error-details-section .error-details-content h3,
.page-notFound .error-details-section .error-details-content h3,
.page-mailValidationError .error-details-section .error-details-content h3,
.page-validationError .error-details-section .error-details-content h3 {
    text-transform: uppercase;
    color: #c40e0e;
    font-size: var(--font-size-xs);
}

.page-onboardingPasswordError .error-details-section .error-details-content p,
.page-notFound .error-details-section .error-details-content p,
.page-mailValidationError .error-details-section .error-details-content p,
.page-validationError .error-details-section .error-details-content p {
    margin: 15px 0;
}

.card {
    padding: 32px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.card a {
    display: inline-block;
}

.card .card-body {
    margin-bottom: 0;
}

.card .card-body+.card-actions {
    margin-top: 12px;
    padding-top: 0;
}

.card .card-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

@media(min-width:1024px) {
    .card {
        padding: 40px;
    }
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    word-break: break-word;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #27809b;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.productDetailsPageSectionCrossSelling,
.productDetailsPageSectionCrossSelling-component,
.productDetailsPageSectionUpSelling,
.productDetailsWhereToBuy {
    z-index: 0;
    position: relative;
}

.glyphicon,
.product__listing.product__list .product__list--item.tag-highlighted:after,
.product__listing.product__grid .product-item.tag-highlighted:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
}

.glyphicon:before {
    content: '';
}

.glyphicon.glyphicon-search {
    background-image: url(../../_ui/responsive/common/images/search.svg);
}

.glyphicon.glyphicon-align-justify {
    background-image: url(../../_ui/responsive/common/images/menu.svg);
}

.glyphicon.glyphicon-shopping-cart {
    background-image: url(../../_ui/responsive/common/images/cart.svg);
}

.glyphicon.glyphicon-remove {
    background-image: url(../../_ui/responsive/common/images/close.svg);
}

.nav-order-tools:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    display: inline-block;
    content: ' ';
    background-image: url(../../_ui/responsive/common/images/quick-order.svg);
}

@media(max-width:639px) {
    .nav-order-tools:before {
        background-image: url(../../_ui/responsive/common/images/quick-order-light.svg);
    }
}

.category-suggestion:before {
    content: '\e915';
}

.auto-suggestion:before {
    content: '\e92f';
}

.auto-suggestion:before,
.category-suggestion:before {
    height: 25px;
    width: 25px;
    display: inline-block;
    font-family: "duni-icons";
    position: relative;
    top: 3px;
    margin-right: 20px;
    color: #cccccc;
}

.mb-bar,
.mb-track {
    border-radius: 5px;
    position: absolute;
}

.mb-bar,
.mb-button,
.mb-buttons,
.mb-track {
    position: absolute;
}

.mb-container {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.mb-container:hover.mb-scroll-x>.mb-buttons-x,
.mb-container:hover.mb-scroll-x>.mb-buttons-x>.mb-track-x,
.mb-container:hover.mb-scroll-x>.mb-track-x,
.mb-container:hover.mb-scroll-y>.mb-buttons-y,
.mb-container:hover.mb-scroll-y>.mb-buttons-y>.mb-track-y,
.mb-container:hover.mb-scroll-y>.mb-track-y,
.mb-visible.mb-scroll-x>.mb-buttons-x,
.mb-visible.mb-scroll-x>.mb-buttons-x>.mb-track-x,
.mb-visible.mb-scroll-x>.mb-track-x,
.mb-visible.mb-scroll-y>.mb-buttons-y,
.mb-visible.mb-scroll-y>.mb-buttons-y>.mb-track-y,
.mb-visible.mb-scroll-y>.mb-track-y {
    opacity: 1;
}

.mb-content {
    overflow: auto;
    height: 100%;
    width: auto;
    box-sizing: content-box;
}

.mb-track {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}

.mb-bar {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.mb-track-x {
    left: 5px;
    bottom: 5px;
    width: calc(90%);
    height: 10px;
    opacity: 0;
}

.mb-buttons-y .mb-increase,
.mb-track-y .mb-increase {
    bottom: 0;
}

.mb-track-x .mb-bar {
    left: 0;
    top: 0;
    height: 100%;
    min-width: 10px;
}

.mb-track-y {
    right: 5px;
    top: 5px;
    height: calc(90%);
    width: 10px;
    opacity: 0;
}

.mb-buttons-x .mb-increase,
.mb-buttons-y,
.mb-track-x .mb-increase {
    right: 0;
}

.mb-track-y .mb-bar {
    right: 0;
    top: 0;
    width: 100%;
    min-height: 10px;
}

.mb-progress {
    overflow: hidden;
}

.mb-progress .mb-bar {
    min-height: 0;
}

.mb-buttons-x {
    height: 16px;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.mb-buttons-x .mb-decrease {
    left: 0;
}

.mb-buttons-x .mb-decrease::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mb-buttons-x .mb-increase::before {
    left: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mb-buttons-y {
    width: 16px;
    height: 100%;
    top: 0;
    opacity: 0;
}

.mb-buttons-y .mb-decrease {
    top: 0;
}

.mb-buttons-y .mb-increase::before {
    top: 5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mb-nav .mb-bar {
    border-radius: 0;
    background-color: #969696;
}

.mb-nav .mb-bar:hover {
    background-color: #a3a3a3;
}

.mb-nav .mb-track {
    border-radius: 0;
    background-color: #d6d6d6;
}

.mb-nav .mb-track-x {
    left: 16px;
    height: 16px;
    width: calc(68%);
}

.mb-nav .mb-track-y {
    top: 16px;
    width: 16px;
    height: calc(68%);
}

.mb-button {
    border: none;
    width: 16px;
    height: 16px;
    padding: 0;
    background-color: #969696;
    cursor: pointer;
}

.mb-button:hover {
    background-color: #a3a3a3;
}

.mb-button::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    content: "";
    display: inline-block;
    height: 3px;
    width: 3px;
    left: 0;
    top: 6px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
}

.mb-track-x .mb-decrease {
    left: 0;
}

.mb-track-y .mb-decrease {
    top: 0;
}

.mb-scroll-x .mb-buttons-y {
    height: calc(84%);
}

.mb-scroll-x .mb-buttons-y::before {
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    z-index: 0;
}

.mb-scroll-y .mb-buttons-x {
    width: calc(84%);
}

.mb-wrapper {
    width: 100%;
    height: 100%;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    background-color: #2e222d;
}

.mb-textarea .mb-content {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
}

.mb-textarea .mb-track-x {
    display: none;
}

.duni__accordion {
    max-width: 1380px;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: solid 1px #cccccc;
}

.duni__accordion-title {
    cursor: pointer;
    padding: 24px 0;
    width: 100%;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #cccccc;
}

.duni__accordion-title:after {
    content: "\e908";
    font-family: "duni-icons";
}

.duni__accordion-title--open.product-details-tab {
    padding-bottom: 0;
}

.duni__accordion-title--open+.duni__accordion-body {
    display: block;
}

.duni__accordion-title--open:after {
    transform: rotate(-180deg);
}

.duni__accordion-body {
    display: none;
    padding: 0;
}

.duni__accordion-body h1,
.duni__accordion-body h2,
.duni__accordion-body h3 {
    margin-top: 0;
    font-weight: 500;
}

.duni-gallery-carousel-wrapper {
    margin-top: 16px;
    order: 1;
}

@media(min-width:640px) {
    .duni-gallery-carousel-wrapper {
        margin-top: 0;
        order: 0;
        height: 100%;
    }

    .duni-gallery-carousel-wrapper .sticky {
        position: sticky;
        position: -webkit-sticky;
        transform: translateZ(0);
        top: 16px;
    }
}

.duni-gallery-carousel {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 424px;
    margin: 0 auto;
}

.duni-gallery-carousel.owl-carousel {
    display: flex;
}

.duni-gallery-carousel.owl-carousel .owl-scrollbar {
    margin-bottom: 0;
    margin-top: 8px;
}

.duni-gallery-carousel.owl-carousel .owl-nav {
    top: calc(42%);
}

.duni-gallery-carousel.owl-carousel .owl-prev,
.duni-gallery-carousel.owl-carousel .owl-next {
    width: 32px;
    height: 32px;
}

.duni-gallery-carousel.owl-carousel .owl-next {
    right: -8px;
}

.duni-gallery-carousel.owl-carousel .owl-prev {
    left: -8px;
}

.duni-gallery-carousel.owl-carousel .item {
    aspect-ratio: 1;
    cursor: pointer;
    width: 100%;
    max-width: 98px;
}

.duni-gallery-carousel.owl-carousel .item img {
    max-width: 300px;
    object-fit: contain;
}

.duni-gallery-carousel.owl-carousel:not(:has(.owl-stage-outer)) {
    flex-direction: row;
}

.duni-gallery-carousel.owl-carousel:not(:has(.owl-stage-outer)) .item {
    width: 98px;
    margin: 0 16px 0 0;
}

.duni-gallery-carousel .item {
    display: inline-block;
    background-color: transparent;
    border: solid 1px #cccccc;
    margin: 0;
    padding: 8px;
}

.duni-gallery-carousel .item.item--video-thumbnail {
    position: relative;
}

.duni-gallery-carousel .item.item--video-thumbnail .video-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 24px;
    width: 24px;
    pointer-events: none;
}

.duni-gallery-carousel .item.item--video-thumbnail .video-icon:before {
    background: url(/_ui/responsive/theme-duni/images/play-white.svg) no-repeat center;
    background-size: 24px;
    width: 100%;
    height: 100%;
    content: '';
}

@media(min-width:640px) {
    .duni-gallery-carousel.owl-carousel:not(.owl-loaded) {
        height: 98px;
        transform: translate(0, 0);
        overflow: hidden;
    }

    .duni-gallery-carousel.owl-carousel:not(.owl-loaded):not(:has(.owl-stage-outer)) {
        width: 98px;
        height: auto;
        transform: translate(0, 0%);
        position: absolute;
        left: 0;
        top: 0;
        flex-direction: column;
    }

    .duni-gallery-carousel.owl-carousel:not(.owl-loaded):not(:has(.owl-stage-outer)) .item {
        width: 100%;
        margin: 0 0 8px 0;
    }

    .duni-gallery-carousel.owl-carousel.owl-loaded {
        transform: rotate(90deg) translate(37%, 144%);
        position: absolute;
        left: 0;
    }

    .duni-gallery-carousel.owl-carousel .owl-scrollbar {
        margin-top: 0;
        order: 0;
        margin-bottom: 8px;
    }

    .duni-gallery-carousel.owl-carousel .owl-stage-outer {
        order: 1;
    }

    .duni-gallery-carousel.owl-carousel .owl-stage-outer .item {
        transform: rotate(-90deg);
    }

    .duni-gallery-carousel .item {
        width: 98px;
        height: 98px;
    }
}

@media(min-width:1024px) {
    .duni-gallery-carousel {
        width: 100%;
        height: 114px;
        justify-content: flex-end;
        position: absolute;
        left: 0;
    }

    .duni-gallery-carousel.owl-carousel.owl-loaded {
        margin-top: 16px;
        transform: rotate(90deg) translate(32%, 135%);
    }
}

.page-productDetails .main__inner-wrapper {
    max-width: 1380px;
    margin: 0 auto;
    z-index: 0;
    position: relative;
}

.page-productDetails .main__inner-wrapper.select-open {
    z-index: 2;
}

.page-productDetails .duni-footer {
    position: relative;
    z-index: 1;
}

@media(min-width:1024px) {
    .page-productDetails .back-link {
        padding-left: 0;
        padding-top: 0;
    }
}

.page-productDetails .product-details-panel {
    display: flex;
    flex-direction: column;
    margin: 0 0 32px 0;
}

.page-productDetails .image {
    margin-top: 16px;
    margin-bottom: 32px;
}

.page-productDetails .image .duni__link.app {
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--font-size-xs);
    display: inline-flex;
}

.page-productDetails .image .duni__link.app .duni-icon {
    font-size: var(--font-size-h6);
}

.page-productDetails .image .image__social p {
    text-transform: uppercase;
    font-size: var(--font-size-xxs);
    line-height: 22px;
    letter-spacing: 2px;
    color: #000000;
    padding-right: 40px;
    margin: 0;
}

.page-productDetails .image .image__social-desktop {
    display: flex;
    align-items: center;
}

.page-productDetails .image .image__social button {
    appearance: none;
    margin: 0;
    padding: 0 25px 0 0;
    outline: none;
    border: none;
    background: none;
    display: block;
}

.page-productDetails .image .image__social button svg {
    display: block;
}

.page-productDetails .image .image__social-icons {
    display: flex;
    align-items: center;
}

.page-productDetails .image .image__social-icons a {
    display: block;
    margin-right: 25px;
}

.page-productDetails .image .image__social-icons a svg {
    display: block;
}

.page-productDetails .image .image__social-icons svg path {
    fill: #181818;
}

.page-productDetails .image .image__bottom-bar {
    display: flex;
}

.page-productDetails .image .image__bottom-bar svg {
    height: 20px;
}

.page-productDetails .image .image__bottom-bar-counter {
    flex: 2;
    text-align: right;
}

.page-productDetails .image .image__bottom-bar-counter strong:after {
    content: ' / ';
}

.page-productDetails .image #imageloader {
    display: none;
    height: 0;
}

@media(max-width:1023px) {
    .page-productDetails .image img {
        max-height: 640px;
    }
}

.page-productDetails .image-gallery {
    display: flex;
    flex-direction: column;
}

.page-productDetails .image-gallery img {
    height: 100%;
}

.page-productDetails .image-gallery .carousel {
    padding: 0;
    margin: 0;
}

.page-productDetails .image-gallery .gallery-carousel {
    margin-top: 16px;
}

.page-productDetails .image-gallery .image-gallery__image img {
    width: auto;
    height: auto;
    max-width: 600px;
    max-height: 300px;
    object-fit: contain;
    object-position: top;
    margin: 0 auto;
}

@media(min-width:1024px) {
    .page-productDetails .image-gallery .image-gallery__image img {
        max-width: 100%;
        max-height: 640px;
    }
}

.page-productDetails .image-gallery .image-gallery__image .item {
    aspect-ratio: 1;
    width: auto;
    height: auto;
}

.page-productDetails .image-gallery .image-gallery__image .item.expander {
    display: flex;
}

.page-productDetails .image-gallery .image-gallery__image .item.expander img {
    align-self: center;
    justify-content: center;
}

.page-productDetails .image-gallery .image-gallery__image.carousel-wrapper {
    width: 100%;
    margin: 0 auto;
}

.page-productDetails .image-gallery .image-gallery__image .product-details-wishlist {
    margin-bottom: 20px;
}

.page-productDetails h1 {
    margin: 0;
}

@media(min-width:1024px) {
    .page-productDetails h1 {
        word-break: break-word;
    }
}

.page-productDetails h1 span {
    display: block;
    margin-bottom: 16px;
}

.page-productDetails .secondary-name {
    font-weight: 300;
}

.page-productDetails .sku {
    color: #777777;
    font-size: 16px;
    margin-bottom: 0;
}

.page-productDetails .description {
    margin-bottom: 25px;
}

.page-productDetails .description p {
    margin-bottom: 0;
}

.page-productDetails .price {
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
}

.page-productDetails .price .per-piece {
    color: #777777;
}

.page-productDetails .page-details-variants-select {
    position: relative;
    z-index: 0;
}

.page-productDetails .page-details-variants-select+.duni__link--icon {
    margin-bottom: 30px;
}

@media(min-width:1024px) {
    .page-productDetails .page-details-variants-select+.duni__link--icon {
        margin-bottom: 80px;
    }
}

.page-productDetails .discontinued {
    font-size: 16px;
    margin-bottom: 16px;
    padding: 8px;
}

.page-productDetails .variant-section {
    margin: 0 0 24px;
}

.page-productDetails .variant-section .variant-selector {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.page-productDetails .variant-section .variant-selector .duni-select-mirror .selected {
    border-color: #cccccc;
}

.page-productDetails .variant-section .product__downloads a {
    padding-left: 30px;
    margin-bottom: 20px;
    color: #181818;
    display: block;
    position: relative;
}

.page-productDetails .variant-section .product__downloads a svg {
    position: absolute;
    top: 0;
    left: 0;
}

.page-productDetails .variant-section .product__downloads a span {
    text-decoration: underline;
}

.page-productDetails .product-third {
    position: relative;
    z-index: 1;
}

.page-productDetails .product-details__variants .description {
    font-size: var(--font-size-xxs);
    letter-spacing: 1px;
    border: none;
    margin: 20px 0 25px;
    padding: 0;
}

.page-productDetails .product-details__variants .variant-item h3 {
    font-size: var(--font-size-h4);
    margin: 0 0 8px;
    font-weight: 300;
}

.page-productDetails .product-details__variants .variant-item h3 span {
    color: #777777;
}

.page-productDetails .product-details__variants .variant-item--swatches {
    order: 99;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

@media(min-width:640px) {
    .page-productDetails .product-details__variants .variant-item--swatches~.variant-item--select {
        flex: auto;
    }

    .page-productDetails .product-details__variants .variant-item--swatches~.variant-item--select:nth-of-type(2n + 1) {
        width: calc(50% -(24px / 2));
        margin-left: 12px;
    }

    .page-productDetails .product-details__variants .variant-item--swatches~.variant-item--select:nth-of-type(2n) {
        width: calc(50% -(24px / 2));
        margin-left: 0;
    }
}

.page-productDetails .product-details__variants .variant-item--select {
    order: 0;
    max-width: 100%;
}

.page-productDetails .product-details__variants .variant-item--select h3 {
    margin-bottom: 15px;
}

.page-productDetails .product-details__variants .variant-item--select .duni-select-mirror {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

@media(min-width:640px) {
    .page-productDetails .product-details__variants .variant-item--select {
        flex: auto;
    }
}

@media(min-width:640px) and (min-width:640px) {
    .page-productDetails .product-details__variants .variant-item--select {
        flex: auto;
    }

    .page-productDetails .product-details__variants .variant-item--select:nth-of-type(2n) {
        width: calc(50% - 12px);
        margin-left: 12px;
    }

    .page-productDetails .product-details__variants .variant-item--select:nth-of-type(2n + 1) {
        width: calc(50% - 12px);
    }
}

.page-productDetails .product-details__variants .wrapper-outer .wrapper {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component {
    margin-top: 0;
    display: flex;
}

.page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component label {
    font-size: var(--font-size-xxs);
    text-transform: uppercase;
    color: #000000;
    margin-right: 40px;
    margin-bottom: 0;
}

@media(max-width:1023px) {
    .page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component label {
        margin-left: 15px;
    }
}

@media(max-width:1199px) {
    .page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component label {
        margin-right: 0;
    }
}

.page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component .qty-selector {
    margin-bottom: 0;
}

.page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component .cart-actions {
    flex-direction: column;
}

.page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component .AddToCart-AddToCartAction {
    justify-content: center;
    flex-direction: column;
}

.page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component .AddToCart-AddToCartAction:has(div) {
    margin-bottom: 32px;
}

.page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component .AddToCart-AddToCartAction .addtocart-component {
    position: absolute;
    top: -72px;
    right: 0;
    margin-bottom: 0;
}

.page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component .AddToCart-AddToCartAction .duni-button {
    margin-bottom: 24px;
}

.page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component .add_to_cart_form {
    flex: 1;
    min-width: 200px;
}

@media(min-width:1024px) {
    .page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component {
        flex-direction: row;
        justify-content: space-between;
    }

    .page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component .AddToCart-AddToCartAction {
        flex-direction: row;
        width: 100%;
    }

    .page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component .AddToCart-AddToCartAction .addtocart-component {
        position: relative;
        top: unset;
        right: unset;
    }

    .page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component .AddToCart-AddToCartAction .duni-button {
        margin-top: 0;
        margin-bottom: 0;
    }

    .page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component .AddToCart-AddToCartAction .add_to_cart_form {
        margin-left: 24px;
        width: 300px;
    }

    .page-productDetails .page-details-add-to-cart-button:not(.no-price) .addtocart-component .AddToCart-AddToCartAction:has(div) {
        margin-bottom: 32px;
    }
}

.page-productDetails .page-details-add-to-cart-button .addtocart-component {
    margin-top: 0;
    display: flex;
}

.page-productDetails .page-details-add-to-cart-button .addtocart-component label {
    font-size: var(--font-size-xxs);
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    margin-right: 40px;
    margin-bottom: 0;
}

@media(max-width:1023px) {
    .page-productDetails .page-details-add-to-cart-button .addtocart-component label {
        margin-left: 15px;
    }
}

@media(max-width:1199px) {
    .page-productDetails .page-details-add-to-cart-button .addtocart-component label {
        margin-right: 0;
    }
}

.page-productDetails .page-details-add-to-cart-button .addtocart-component .AddToCart-AddToCartAction {
    display: flex;
    width: 100%;
    padding: 0;
}

.page-productDetails .page-details-add-to-cart-button .addtocart-component .AddToCart-AddToCartAction:has(div) {
    margin-bottom: 32px;
}

.page-productDetails .page-details-add-to-cart-button .addtocart-component .AddToCart-AddToCartAction .duni-button {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
}

.page-productDetails .page-details-add-to-cart-button .addtocart-component .cart-actions {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.page-productDetails .page-details-add-to-cart-button .addtocart-component .add_to_cart_form {
    flex: 1;
    min-width: 200px;
}

@media(min-width:1024px) {
    .page-productDetails .page-details-add-to-cart-button .addtocart-component {
        flex-direction: row;
        justify-content: space-between;
    }

    .page-productDetails .page-details-add-to-cart-button .addtocart-component .AddToCart-AddToCartAction {
        flex-direction: row;
        width: 100%;
    }

    .page-productDetails .page-details-add-to-cart-button .addtocart-component .AddToCart-AddToCartAction .addtocart-component {
        position: relative;
        top: unset;
        right: unset;
    }

    .page-productDetails .page-details-add-to-cart-button .addtocart-component .AddToCart-AddToCartAction .duni-button {
        margin-top: 0;
        margin-bottom: 0;
    }

    .page-productDetails .page-details-add-to-cart-button .addtocart-component .AddToCart-AddToCartAction .add_to_cart_form {
        margin-left: 24px;
        width: 300px;
    }

    .page-productDetails .page-details-add-to-cart-button .addtocart-component .AddToCart-AddToCartAction:has(div) {
        margin-bottom: 32px;
    }
}

.page-productDetails .page-details-add-to-cart-button .AddToCart-DuniCustomiseProductAction {
    width: 100%;
}

.page-productDetails .page-details-add-to-cart-button .AddToCart-AddToCartAction,
.page-productDetails .page-details-add-to-cart-button .AddToCart-DuniCustomiseProductAction,
.page-productDetails .page-details-add-to-cart-button .AddToCart-DuniSampleTicketAction,
.page-productDetails .page-details-add-to-cart-button .AddToCart-DuniContactUsAboutProductAction,
.page-productDetails .page-details-add-to-cart-button .AddToCart-PickUpInStoreAction,
.page-productDetails .page-details-add-to-cart-button .AddToCart-ProfilePrintTicketAction,
.page-productDetails .page-details-add-to-cart-button .AddToCart-WholesalerLinkAction {
    width: 100%;
}

.page-productDetails .page-details-add-to-cart-button .AddToCart-AddToCartAction:has(:not(:empty)),
.page-productDetails .page-details-add-to-cart-button .AddToCart-DuniCustomiseProductAction:has(:not(:empty)),
.page-productDetails .page-details-add-to-cart-button .AddToCart-DuniSampleTicketAction:has(:not(:empty)),
.page-productDetails .page-details-add-to-cart-button .AddToCart-DuniContactUsAboutProductAction:has(:not(:empty)),
.page-productDetails .page-details-add-to-cart-button .AddToCart-PickUpInStoreAction:has(:not(:empty)),
.page-productDetails .page-details-add-to-cart-button .AddToCart-ProfilePrintTicketAction:has(:not(:empty)),
.page-productDetails .page-details-add-to-cart-button .AddToCart-WholesalerLinkAction:has(:not(:empty)) {
    margin-bottom: 32px;
}

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

    .page-productDetails .page-details-add-to-cart-button .AddToCart-DuniSampleTicketAction,
    .page-productDetails .page-details-add-to-cart-button .AddToCart-AddToCartAction {
        display: inline-block;
    }
}

.page-productDetails .page-details-add-to-cart-button .AddToCart-PickUpInStoreAction {
    display: none;
}

.page-productDetails .duni__accordion-body .extended-attributes li:nth-of-type(2n) {
    background-color: #eeeeee;
}

.page-productDetails .duni__accordion-body ul {
    column-rule: solid 1px #cccccc;
    padding-left: 0;
}

.page-productDetails .duni__accordion-body ul.catalog-icon-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 32px;
    justify-content: flex-start;
    margin-top: 8px;
}

.page-productDetails .duni__accordion-body ul.catalog-icon-list li.catalog-icon {
    display: inline-flex;
    flex-direction: column;
    padding: 0;
    max-width: calc(50% - 8px);
    min-width: 175px;
    width: 100%;
}

@media(min-width:640px) and (max-width:1023px) {
    .page-productDetails .duni__accordion-body ul.catalog-icon-list li.catalog-icon {
        max-width: calc(33% - 16px);
    }
}

.page-productDetails .duni__accordion-body ul.catalog-icon-list li.catalog-icon .img-wrapper {
    width: 100%;
    padding: 24px;
    border: solid 1px #cccccc;
    height: 165px;
    align-content: center;
}

.page-productDetails .duni__accordion-body ul.catalog-icon-list li.catalog-icon .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-productDetails .duni__accordion-body ul li {
    margin: 0;
    padding: 10px;
    list-style-type: none;
    font-size: var(--font-size-xxs);
    font-weight: 500;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: flex;
}

.page-productDetails .duni__accordion-body ul li.file {
    padding: 8px 0;
    flex-direction: column;
}

.page-productDetails .duni__accordion-body ul li label,
.page-productDetails .duni__accordion-body ul li span {
    display: inline-block;
    width: 50%;
    color: #181818;
    font-weight: 400;
    font-size: var(--font-size-h6);
    margin: 0;
    word-break: break-word;
    padding-right: 10px;
}

.page-productDetails .duni__accordion-body ul li span {
    text-align: right;
}

.page-productDetails .duni__accordion-body ul li img {
    height: 18px;
}

.page-productDetails #cboxContent {
    max-height: calc(100vh - 40px);
}

.page-productDetails #cboxContent #cboxLoadedContent {
    display: flex;
    justify-content: center;
    max-height: calc(100vh - 85px) !important;
}

.page-productDetails #cboxContent #cboxLoadedContent .zoom-image {
    object-fit: contain;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 85px);
}

@media(min-width:640px) {
    .page-productDetails #cboxContent #cboxLoadedContent .zoom-image {
        max-height: calc(100% - 105px);
    }
}

.page-productDetails .expander .duni-button {
    opacity: 0;
    content: "\e903";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font-size-button-icon-only);
    background-color: #181818;
    color: #ffffff;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.page-productDetails .expander:hover .duni-button {
    opacity: 0.8;
}

.page-productDetails .expander:hover .duni-button:hover {
    background-color: #27809b;
}

.page-productDetails .summary .link-button {
    display: none;
}

.page-productDetails .summary .link-button:after {
    font-family: "duni-icons";
    content: "\e90c";
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 2px;
    transition: all ease-in 0.3s;
}

.page-productDetails .summary .read-more {
    max-height: 70px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out;
}

.page-productDetails .summary .read-more+.link-button {
    display: inline-block;
}

.page-productDetails .summary .read-more.show+.link-button:after {
    transform: rotate(-180deg);
}

.page-productDetails .summary .read-more.show+.link-button .less {
    display: inline;
}

.page-productDetails .summary .read-more.show+.link-button .more {
    display: none;
}

.page-productDetails .summary .read-more:not(.show)+.link-button .less {
    display: none;
}

.page-productDetails .summary .read-more:not(.show)+.link-button .more {
    display: inline;
}

.page-productDetails .summary .read-more:not(.show)::after {
    background: #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    display: block;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page-productDetails .duni__accordion {
    margin-bottom: 0;
}

.page-productDetails .duni-add-to-cart-button.duni-button {
    width: unset;
    margin-left: 0;
}

.page-productDetails .duni-add-to-cart-button.duni-button .duni-icon {
    margin-right: 8px;
}

.page-productDetails .message {
    display: block;
    margin-bottom: 32px;
}

.page-productDetails .carousel-wrapper .duni-add-to-cart-button.duni-button .duni-icon {
    margin-right: 0;
}

.page-productDetails .product-details.sticky-actions--fixed .cart-actions .AddToCart-AddToCartAction {
    margin-bottom: 0 !important;
    padding-bottom: 8px;
    flex-direction: row;
}

.page-productDetails .product-details.sticky-actions--fixed .cart-actions .AddToCart-AddToCartAction .addtocart-component {
    position: relative;
    top: 0;
    left: 0;
    right: unset;
    width: auto;
}

.page-productDetails .product-details.sticky-actions--fixed .cart-actions .AddToCart-AddToCartAction .duni-button {
    margin-bottom: 0 !important;
}

.page-productDetails .product-details.sticky-actions--fixed .cart-actions .AddToCart-AddToCartAction .price {
    margin-bottom: 0;
    display: block;
    margin-left: 4px;
}

.page-productDetails .product-details.sticky-actions--fixed .cart-actions .AddToCart-AddToCartAction .price .article-price {
    font-size: var(--font-size-button);
    font-weight: 400;
}

@media(max-width:1023px) {
    .page-productDetails .product-details.sticky-actions--fixed .cart-actions .AddToCart-AddToCartAction .add-to-cart-label {
        display: none;
    }

    .page-productDetails .product-details.sticky-actions--fixed .cart-actions .AddToCart-AddToCartAction .price .article-price {
        margin-left: 0;
        font-weight: 500;
    }
}

.page-productDetails .product-details .cart-actions .AddToCart-AddToCartAction .price {
    display: none;
}

@media(min-width:1024px) {
    .page-productDetails .product-details-panel {
        flex-direction: row;
    }

    .page-productDetails .product-details-panel.duni-gallery-carousel--4 {
        min-height: 416px;
    }

    .page-productDetails .product-details-panel.duni-gallery-carousel--4 .sticky {
        height: 416px;
    }

    .page-productDetails .product-details-panel.duni-gallery-carousel--4 .owl-carousel.owl-loaded {
        min-width: 416px;
    }

    .page-productDetails .product-details-panel.duni-gallery-carousel--3 {
        min-height: 310px;
    }

    .page-productDetails .product-details-panel.duni-gallery-carousel--3 .sticky {
        height: 310px;
    }

    .page-productDetails .product-details-panel.duni-gallery-carousel--3 .owl-carousel.owl-loaded {
        min-width: 310px;
    }

    .page-productDetails .product-details-panel.duni-gallery-carousel--2 {
        min-height: 204px;
    }

    .page-productDetails .product-details-panel.duni-gallery-carousel--2 .sticky {
        height: 204px;
    }

    .page-productDetails .product-details-panel.duni-gallery-carousel--2 .owl-carousel.owl-loaded {
        min-width: 204px;
    }

    .page-productDetails .product-details-panel.duni-gallery-carousel--1 {
        min-height: 98px;
    }

    .page-productDetails .product-details-panel.duni-gallery-carousel--1 .sticky {
        height: 98px;
    }

    .page-productDetails .product-details-panel.duni-gallery-carousel--1 .owl-carousel.owl-loaded {
        min-width: 98px;
    }

    .page-productDetails .product-details-panel .image {
        flex: 1;
        min-width: calc(100% - 544px);
        max-width: 815px;
    }

    .page-productDetails .product-details-panel .product-details {
        width: 464px;
        margin-left: 80px;
        height: 100%;
    }

    .page-productDetails .product-details-panel .product-details .discontinued-label {
        display: none;
    }

    .page-productDetails .product-details-panel .product-details .discontinued-button {
        margin-bottom: 32px;
    }

    .page-productDetails .product__image-wrapper {
        height: 100%;
    }

    .page-productDetails .duni-gallery-carousel .item {
        width: 98px;
        height: 98px;
        margin: 0;
    }

    .page-productDetails .image-gallery-carousel-wrapper {
        width: 100%;
        max-width: calc(100% - 122px);
        height: 100%;
    }

    .page-productDetails .image-gallery {
        flex-direction: row;
        height: 100%;
    }

    .page-productDetails .image-gallery .duni-gallery-carousel {
        order: 0;
    }

    .page-productDetails .image-gallery .image-gallery__image {
        order: 1;
        width: 100%;
        position: sticky;
        position: -webkit-sticky;
        transform: translateZ(0);
        top: 16px;
    }

    .page-productDetails .image-gallery .image-gallery__image .owl-stage-outer,
    .page-productDetails .image-gallery .image-gallery__image .owl-stage,
    .page-productDetails .image-gallery .image-gallery__image .owl-item {
        max-height: 640px;
    }

    .page-productDetails .image-gallery .image-gallery__image .owl-stage,
    .page-productDetails .image-gallery .image-gallery__image .owl-item {
        height: 100%;
    }

    .page-productDetails .image-gallery .image-gallery__image .owl-item .item {
        width: auto;
        height: auto;
        justify-content: center;
        align-items: center;
    }

    .page-productDetails .item-wrapper {
        margin-bottom: 8px;
    }

    .page-productDetails .price {
        flex-direction: row;
        align-items: flex-end;
    }

    .page-productDetails .anonymous-pricing {
        margin-bottom: 32px;
    }
}

.page-productDetails .page-details-actions {
    padding-top: 8px;
}

.page-productDetails .page-details-actions.sticky-actions .AddToCart-AddToCartAction {
    top: 64px;
    background-color: #ffffff;
    z-index: 1;
    padding: 8px 0;
    width: 100%;
    left: 0;
}

@media(min-width:1024px) {
    .page-productDetails .page-details-actions.sticky-actions .AddToCart-AddToCartAction {
        top: 0;
    }
}

.page-productDetails .page-details-actions.sticky-actions:not(.sticky-actions--fixed-bottom) .AddToCart-AddToCartAction {
    position: sticky;
    position: -webkit-sticky;
    transform: translateZ(0);
}

.page-productDetails .page-details-actions.sticky-actions.sticky-actions--fixed-bottom {
    padding-top: 80px;
}

.page-productDetails .page-details-actions.sticky-actions.sticky-actions--fixed-bottom .AddToCart-AddToCartAction {
    position: fixed;
    top: 64px;
    -webkit-transform: translateZ(0);
    padding: 8px 12px;
}

@media(min-width:1024px) {
    .page-productDetails .page-details-actions.sticky-actions.sticky-actions--fixed-bottom .AddToCart-AddToCartAction {
        padding: 8px 0;
        left: unset;
        width: 464px;
        top: 0;
    }
}

@media(min-width:640px) {
    .page-productDetails .image-gallery-carousel-wrapper {
        margin-left: 134px;
    }

    .page-productDetails .image-gallery__image .owl-stage {
        height: 424px;
    }

    .page-productDetails .variant-section .variant-selector {
        flex-direction: row;
    }
}

.page-productDetails .references-component {
    margin: 15px 30px;
}

.page-productDetails .references-component .mb-track-x {
    opacity: 1;
}

.page-productDetails .references-component .mb-track {
    height: 1px;
    background-color: #bfbfbf;
    width: 100%;
}

.page-productDetails .references-component .mb-track-x .mb-bar {
    left: 0;
    top: -4px;
    min-height: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    background: none;
}

.page-productDetails .references-component .mb-track-x .mb-bar:before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background-color: #181818;
}

.page-productDetails .references-component .headline {
    font-size: 28px;
    font-family: Inter, Roboto, sans-serif;
}

.page-productDetails .references-component .carousel {
    padding: 0;
    margin: 0;
}

@media(min-width:640px) {
    .page-productDetails .references-component .carousel .item-wrapper {
        max-width: 260px;
        margin-right: 20px;
    }
}

.page-productDetails .references-component .carousel .item {
    margin: 0;
    padding: 0;
}

.page-productDetails .references-component .carousel .item .variants {
    text-align: left;
    font-size: 13px;
    line-height: 22px;
    color: #898b8e;
}

.page-productDetails .references-component .carousel .item .item-name {
    overflow: hidden;
    font-size: 13px;
    line-height: 22px;
    color: #181818;
    font-weight: 500;
    text-align: left;
    margin-top: 20px;
}

.page-productDetails .references-component .carousel .item .item-name .name {
    margin: 0;
}

.page-productDetails .references-component .carousel .item .price {
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #181818;
}

.page-productDetails .references-component .carousel .item .price p {
    margin: 0;
    margin-top: 5px;
}

.page-productDetails .references-component .carousel .item .price p .per-piece {
    font-size: 10px;
    line-height: 16px;
    font-family: Inter, Roboto, sans-serif;
}

.page-productDetails .references-component .carousel .item .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 260px;
    height: 260px;
    background-color: #fff;
    padding: 20px;
}

.page-productDetails .references-component .carousel .item .thumb img {
    max-width: 100%;
    max-height: 100%;
}

.personalise img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-bottom: 4px;
}

.personalise .personalise-actions {
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 24px;
}

.personalise .personalise-actions .duni-button.secondary-button {
    width: 100%;
}

@media(min-width:640px) {
    .personalise .personalise-actions .duni-button.secondary-button {
        width: auto;
    }
}

.product-details-article-print-text {
    border-top: solid 1px #cccccc;
    padding-top: 24px;
    margin: 0;
}

.swatches-wrapper {
    width: 100%;
    overflow: auto;
    padding-bottom: 4px;
}

@media(min-width:1024px) {
    .swatches-wrapper {
        overflow: unset;
    }
}

.swatches {
    display: inline-flex;
}

.swatches .swatch {
    margin: 10px;
    height: 32px;
    width: 32px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
}

.swatches .swatch .swatch-label {
    position: absolute;
    top: -25px;
    color: #ffffff;
    background-color: #282828;
    border-radius: 3px;
    padding: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    width: 120px;
    text-align: center;
    z-index: 12;
    line-height: 14px;
    opacity: 0;
    transition: all 0.1s linear;
    pointer-events: none;
    display: block;
    max-width: none;
    text-transform: none;
    font-weight: 500;
}

.swatches .swatch .swatch-label.visible {
    opacity: 1;
    top: -34px;
}

.swatches .swatch:after {
    content: ' ';
    width: 44px;
    height: 44px;
    position: absolute;
    top: -6px;
    left: -6px;
    border-radius: 50%;
}

.swatches .swatch.selected:after {
    outline: solid 2px #181818;
}

.swatches .swatch:not(.selected):hover:after {
    border-color: rgba(40, 40, 40, 0.2);
}

.swatches .swatch.border {
    outline: 1px solid #dddddd;
}

@media(min-width:1024px) {
    .swatches {
        flex-wrap: wrap;
    }
}

.wheretobuy__component {
    max-width: 1380px;
    margin: 40px auto;
}

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

.wheretobuy__component .wheretobuy__contactus {
    background-color: #fff;
    padding: 20px;
}

@media(min-width:1024px) {
    .wheretobuy__component .wheretobuy__contactus {
        padding: 40px 100px 40px 60px;
        min-width: 360px;
    }
}

.wheretobuy__component .wheretobuy__contactus .wheretobuy__component-title {
    font-size: 28px;
    font-family: Inter, Roboto, sans-serif;
}

.wheretobuy__component .wheretobuy__contactus .wheretobuy__retail-link {
    font-size: 16px;
    color: #67a5bf;
    display: block;
    margin-top: 10px;
}

.wheretobuy__component .wheretobuy__contactus .wheretobuy__retail-link:hover {
    text-decoration: underline;
}

.wheretobuy__component .wheretobuy__contactus .wheretobuy__contact-link {
    margin-top: 25px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    background-color: #181818;
    color: #fff;
    padding: 20px 30px;
    padding-left: 55px;
    background-image: url(/_ui/responsive/theme-duni/images/pdp/customer-service.svg);
    background-repeat: no-repeat;
    background-position: left 20px center;
}

.wheretobuy__component .wheretobuy__contactus .wheretobuy__contact-link:hover {
    background-color: #8b8a88;
}

.wheretobuy__component .wheretobuy__suppliers-list {
    list-style: none;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

@media(min-width:1024px) {
    .wheretobuy__component .wheretobuy__suppliers-list {
        padding-left: 80px;
    }
}

.wheretobuy__component .wheretobuy__suppliers-list .wheretobuy__supplier {
    display: inline-block;
    width: 49%;
}

@media(min-width:1024px) {
    .wheretobuy__component .wheretobuy__suppliers-list .wheretobuy__supplier {
        width: auto;
        margin-left: 80px;
    }

    .wheretobuy__component .wheretobuy__suppliers-list .wheretobuy__supplier:first-child {
        margin-left: 0;
    }
}

.wheretobuy__component .wheretobuy__suppliers-list .wheretobuy__supplier img {
    max-width: 100%;
}

.wheretobuy__component .wheretobuy__suppliers-list .wheretobuy__supplier-title {
    color: #181818;
    margin: 0;
    display: block;
}

.product-replacement {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 40px 0 32px;
    margin-top: 40px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-replacement .product-replacement-header {
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateY(-50%);
    background-color: #ffffff;
    padding: 0 16px;
}

.product-replacement .product-replacement-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 16px;
    width: 100%;
}

.product-replacement .product-replacement-information {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
}

.product-replacement .product-replacement-information img {
    width: 128px;
    height: 128px;
    object-fit: contain;
    aspect-ratio: 1;
    margin-right: 16px;
}

.product-replacement .cart-actions {
    padding: 0;
    margin-top: 16px;
}

.product-replacement .product-replacement-actions {
    width: 100%;
    text-align: center;
}

.product-replacement .duni-add-to-cart-button.duni-button {
    width: 100%;
    margin: 0 auto;
}

@media(min-width:1024px) {
    .product-replacement {
        border: 1px solid #cccccc;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .product-replacement .product-replacement-item {
        max-width: 800px;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .product-replacement .product-replacement-information {
        width: 100%;
        max-width: 500px;
    }

    .product-replacement .product-replacement-information img {
        width: 128px;
        height: 128px;
    }

    .product-replacement .product-replacement-actions {
        flex: 1;
    }

    .product-replacement .product-name {
        max-width: 280px;
    }
}

.account-section .account-section-content .account-section-header {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 30px 20px;
    border-bottom: solid 1px #dddddd;
    align-items: center;
    justify-content: space-between;
}

.account-section .account-section-content .account-section-header h1 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}

@media screen and (max-width:1023px) {
    .account-section .account-section-content .account-section-header {
        flex-wrap: wrap;
    }

    .account-section .account-section-content .account-section-header .account-section-header__subheadline {
        flex: 100%;
    }
}

.account-section .account-section-content .account-section-form {
    max-width: 1380px;
    margin: 40px auto;
}

.account-section .account-section-content .account-section-form .account-form-actions {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
    padding: 20px 0;
    border-top: solid 1px #dddddd;
    flex-wrap: wrap;
}

.account-section .account-section-content .account-section-form .account-form-actions .checkbox {
    flex: 100%;
    margin-bottom: 14px;
}

.account-section .account-section-content .account-section-form .account-form-actions .checkbox label {
    font-weight: 500;
    font-size: var(--font-size-xxs);
    letter-spacing: 1.39px;
}

.account-section .account-section-content .account-section-form .account-form-actions .checkbox label a {
    color: #004996;
}

.account-section .account-section-content .account-section-form .account-form-actions button {
    margin-left: 10px;
}

.account-section .account-section-content .help-block#password_minchar,
.account-section .account-section-content .help-block#newPassword_minchar {
    color: #181818;
    font-style: normal;
    font-weight: 400;
}

.account-section .duni-tab-nav {
    max-width: 1380px;
    margin: 16px auto;
    border-bottom: 0;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #cccccc;
}

@media(max-width:639px) {
    .account-section .duni-tab-nav {
        overflow-x: scroll;
        overflow-y: hidden;
        margin-left: 10px;
        margin-right: 10px;
    }

    .account-section .duni-tab-nav li a {
        text-align: center;
    }
}

.account-section .duni-tab-nav>li {
    margin-bottom: -1px;
}

.account-section .duni-tab-nav>li a {
    color: #181818;
    font-weight: 500;
    text-transform: uppercase;
    border-color: #cccccc;
    padding: 14px 32px;
    display: block;
}

.account-section .duni-tab-nav>li.active a,
.account-section .duni-tab-nav>li:hover a {
    border-color: #cccccc;
    border-bottom-color: white;
    text-decoration: underline;
}

.account-section .account-overview-table {
    max-width: 1380px;
    margin: 0 auto;
}

.account-section .account-overview-table label {
    text-transform: none;
    font-weight: 500;
}

@media screen and (max-width:1023px) {
    .account-section .account-overview-table {
        padding: 0 15px;
    }
}

.account-section .pagination-bar {
    margin: 0;
}

.account-section .pagination-bar .pagination-toolbar {
    max-width: 1380px;
    padding: 30px 0;
}

.account-section .pagination-bar .pagination-toolbar .pagination {
    margin: 0;
}

.account-section .pagination-bar.bottom .pagination-toolbar {
    padding: 30px 0;
}

.details-view {
    max-width: 1380px;
    margin: 30px auto;
    padding-top: 20px;
    border: solid 1px #e0e0e0;
}

.details-view h3 {
    font-weight: 700;
    margin: 0;
    padding: 0 20px 20px 20px;
    font-size: var(--font-size-base);
    letter-spacing: 1px;
}

.details-view dl {
    border-top: solid 1px #e0e0e0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.details-view dt,
.details-view dd {
    padding: 10px 20px;
    flex: 25%;
    flex-grow: inherit;
}

.details-view dt:nth-of-type(4n + 1),
.details-view dd:nth-of-type(4n + 1),
.details-view dt:nth-of-type(4n + 2),
.details-view dd:nth-of-type(4n + 2) {
    background-color: #cccccc;
}

@media screen and (max-width:639px) {

    .details-view dt,
    .details-view dd {
        flex: 50%;
    }

    .details-view dt:nth-of-type(4n + 1),
    .details-view dd:nth-of-type(4n + 1),
    .details-view dt:nth-of-type(4n + 2),
    .details-view dd:nth-of-type(4n + 2) {
        background-color: transparent;
    }

    .details-view dt:nth-of-type(2n + 1),
    .details-view dd:nth-of-type(2n + 1) {
        background-color: #cccccc;
    }
}

.details-view dd:nth-of-type(2n - 1) {
    border-right: solid 1px #dddddd;
}

@media screen and (max-width:639px) {
    .details-view dd {
        border-left: solid 1px #dddddd;
    }

    .details-view dd:nth-of-type(2n - 1) {
        border-right: none;
    }
}

ul li .tracktrace {
    font-size: 12px;
    font-weight: 500;
    color: #181818;
    display: block;
    margin-top: 8px;
}

.order-details-tracktrace {
    margin-top: -1px;
}

@media(max-width:1199px) {
    .order-details-tracktrace {
        padding: 0 15px;
    }
}

.order-details-tracktrace .well.well-tertiary {
    border: solid 1px #dddddd;
    padding: 21px 16px;
}

.order-details-tracktrace .well.well-tertiary .well-content {
    padding: 0;
}

.order-details-tracktrace .well.well-tertiary .well-content p {
    margin-bottom: 16px;
}

.ticket__address {
    border: 1px solid #e0e0e0;
    padding: 16px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

@media(min-width:640px) {
    .ticket__address {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.ticket__address h3 {
    margin: 0 0 6px;
    font-size: var(--font-size-base);
    font-weight: 500;
}

.ticket__address p {
    margin-bottom: 16px;
}

@media(min-width:640px) {
    .ticket__address p {
        margin-bottom: 0;
    }
}

.ticket__address .duni-button.secondary-button {
    width: 100%;
}

@media(min-width:640px) {
    .ticket__address .duni-button.secondary-button {
        width: auto;
    }
}

.ticket__address .ticket__address-modal {
    display: none;
}

.customer-ticketing.account-overview-table .item__list .item__list--item {
    padding: 0;
}

.customer-ticketing.account-overview-table .item__list .item__list--item>div {
    padding: 15px 10px;
    font-weight: 500;
}

@media screen and (max-width:1023px) {
    .customer-ticketing.account-overview-table .item__list .item__list--item {
        padding: 15px 0;
    }

    .customer-ticketing.account-overview-table .item__list .item__list--item>div {
        padding: 0 10px;
        font-weight: 400;
    }

    .customer-ticketing.account-overview-table .item__list .item__list--item>div strong {
        font-weight: 700;
    }

    .customer-ticketing.account-overview-table .item__list .item__list--item>div:after {
        display: none;
        padding: 0;
    }

    .customer-ticketing.account-overview-table .item__list .item__list--item>div.item__subject p {
        font-weight: 500;
    }

    .customer-ticketing.account-overview-table .item__list .item__list--item>div.item__status {
        float: right;
        font-weight: 500;
    }
}

@media screen and (max-width:639px) {
    .customer-ticketing.account-overview-table .item__list .item__list--item>div.item__status {
        text-align: right;
    }
}

.customer-ticketing.account-overview-table .item__list .item__subject {
    width: 400px;
}

@media screen and (max-width:1023px) {
    .customer-ticketing.account-overview-table .item__list .item__subject {
        width: auto;
    }
}

.customer-ticketing.account-overview-table .item__list .item__subject a {
    color: #181818;
    font-size: var(--font-size-base);
    line-height: 26px;
}

.customer-ticketing.account-overview-table .item__list .item__subject p {
    margin: 0;
    font-weight: 700;
}

.customer-ticketing.account-overview-table .item__list .item__subject span {
    font-weight: 400;
}

.customer-ticketing.account-overview-table .item__list .item__status {
    width: 150px;
}

.ticket-details .messages dt,
.ticket-details .messages dd {
    flex: 100%;
    background-color: #ffffff;
    border: none;
}

.ticket-details .messages dd {
    border-bottom: solid 1px #cccccc;
}

.ticket-details .messages dd:last-of-type {
    border: none;
}

#supportTicketForm,
#duniSampleRequestTicketForm {
    max-width: 768px;
    margin: 0 auto;
    padding: 10px;
}

#supportTicketForm textarea.form-control,
#duniSampleRequestTicketForm textarea.form-control {
    height: 72px;
}

#supportTicketForm #customer-ticketing-buttons,
#duniSampleRequestTicketForm #customer-ticketing-buttons {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 0 40px;
}

#supportTicketForm #customer-ticketing-buttons a,
#duniSampleRequestTicketForm #customer-ticketing-buttons a,
#supportTicketForm #customer-ticketing-buttons button,
#duniSampleRequestTicketForm #customer-ticketing-buttons button {
    margin-left: 10px;
}

@media(max-width:639px) {

    #supportTicketForm #customer-ticketing-buttons,
    #duniSampleRequestTicketForm #customer-ticketing-buttons {
        flex-wrap: wrap;
    }

    #supportTicketForm #customer-ticketing-buttons a,
    #duniSampleRequestTicketForm #customer-ticketing-buttons a,
    #supportTicketForm #customer-ticketing-buttons button,
    #duniSampleRequestTicketForm #customer-ticketing-buttons button {
        margin: 0 0 16px;
        text-align: center;
    }
}

@media(min-width:640px) {

    #supportTicketForm #customer-ticketing-buttons a.duni-button,
    #duniSampleRequestTicketForm #customer-ticketing-buttons a.duni-button {
        margin-bottom: 20px;
    }
}

.account-orderhistory .item__list--replenishment {
    font-weight: 500;
}

.account-orderhistory .item__list--replenishment .item__replenishment-number a,
.account-orderhistory .item__list--replenishment .item__order-number a {
    font-weight: 400;
    color: 400;
    text-decoration: underline;
}

.account-orderhistory .item__list--replenishment .item__total {
    padding: 0 10px;
    font-size: var(--font-size-xxs);
    font-weight: 400;
}

.account-orderhistory .item__list--replenishment .item__total>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-orderhistory .item__list--replenishment .replenishment-cancel-button {
    background-image: url(../../_ui/responsive/common/images/rubbish-bin.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    width: 24px;
    margin-left: 20px;
}

@media screen and (max-width:1023px) {
    .account-orderhistory .item__list--replenishment .item__list--item {
        display: flex;
        flex-wrap: wrap;
    }

    .account-orderhistory .item__list--replenishment .item__list--item>div {
        font-weight: 400;
        display: flex;
        justify-content: space-between;
        flex: 50%;
        flex: calc(50% - 20px);
        margin: 0 10px;
    }

    .account-orderhistory .item__list--replenishment .item__list--item>div label {
        margin: 0;
        line-height: 21px;
        font-weight: 500;
    }

    .account-orderhistory .item__list--replenishment .item__list--item>div.item__order-number,
    .account-orderhistory .item__list--replenishment .item__list--item>div.item__replenishment-number {
        padding-bottom: 20px;
        flex: 100%;
    }

    .account-orderhistory .item__list--replenishment .item__list--item>div.item__order-number a,
    .account-orderhistory .item__list--replenishment .item__list--item>div.item__replenishment-number a {
        font-weight: 500;
    }

    .account-orderhistory .item__list--replenishment .item__list--item>div.item__total {
        flex: 100%;
        justify-content: flex-end;
        font-weight: 700;
        padding: 20px 0 0 0;
    }

    .account-orderhistory .item__list--replenishment .item__list--item>div.item__total .replenishment-cancel-button {
        position: relative;
        right: auto;
        top: auto;
    }

    .account-orderhistory .item__list--replenishment .item__list--item>div:after {
        display: none;
    }
}

@media screen and (max-width:639px) {
    .account-orderhistory .item__list--replenishment .item__list--item>div {
        flex: 100%;
    }
}

.page-order .account-section-content {
    max-width: 1380px;
    margin: 0 auto;
}

.page-order .reorder-panel {
    display: flex;
    justify-content: flex-end;
    padding: 15px 0;
}

@media screen and (max-width:1199px) {
    .page-order .reorder-panel {
        padding: 15px;
    }
}

@media screen and (max-width:639px) {
    .page-order .reorder-panel {
        padding-top: 0;
    }

    .page-order .reorder-panel>div {
        flex: 1;
    }

    .page-order .reorder-panel .duni-button {
        width: 100%;
    }
}

.page-order .reorder-panel form {
    padding: 0;
}

.page-my-replenishment-details .account-section .account-section-content {
    max-width: 1380px;
    margin: 0 auto;
}

.page-my-replenishment-details .account-section .account-section-content .account-section-header {
    border: none;
}

.page-my-replenishment-details .account-section .account-section-content .disable-link {
    display: flex;
    justify-content: flex-end;
}

.page-my-replenishment-details .account-section .account-section-content .disable-link a {
    color: #181818;
    text-decoration: underline;
    font-weight: 500;
}

.page-my-replenishment-details .replenishment-order-history {
    margin: 0;
}

.page-my-replenishment-details .content-empty {
    padding: 30px 0;
}

.replenishment-order-cancel-modal-content {
    padding: 20px;
    margin: 0;
}

#quickOrder {
    max-width: 1380px;
    margin: 0 auto;
}

#quickOrder .quick-order__introduction {
    margin: 20px 0;
    padding-top: 0;
}

#quickOrder .quick-order__actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 0;
}

#quickOrder .item__list .item__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
}

#quickOrder .item__list .item__image a img {
    max-width: 96px;
    max-height: 96px;
}

#quickOrder .item__sku__input {
    width: 180px;
    padding-left: 20px;
}

#quickOrder .item__sku__input input {
    max-width: 140px;
}

#quickOrder .item__sku__input input::-webkit-inner-spin-button,
#quickOrder .item__sku__input input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#quickOrder .item__list--item .item__info,
#quickOrder .item__list--header .item__info {
    width: 33%;
}

#quickOrder .item__list--item .item__info a,
#quickOrder .item__list--header .item__info a {
    color: #454553;
    font-weight: 700;
    letter-spacing: 0.75px;
}

#quickOrder .item__list--item .item__info a span,
#quickOrder .item__list--header .item__info a span {
    font-weight: 400;
    font-size: 12px;
}

#quickOrder .item__list--item .item__price,
#quickOrder .item__list--item .item__total {
    font-size: var(--font-size-xxs);
    line-height: 24px;
    letter-spacing: 0.81px;
    font-weight: 700;
    text-align: left;
}

#quickOrder .item__quantity {
    width: 80px;
}

#quickOrder .item__quantity input {
    width: 60px;
    padding-right: 5px;
    padding-left: 20px;
}

#quickOrder .item__total--column {
    border: none;
}

#quickOrder .item__total:after {
    display: none;
}

#quickOrder .item__remove button {
    background-image: url(../../_ui/responsive/common/images/rubbish-bin.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    width: 24px;
    display: block;
}

#quickOrder .unfilled-row .item__sku__input:after {
    display: none;
}

#quickOrder .unfilled-row .item__remove {
    display: none;
}

@media screen and (max-width:1023px) {
    #quickOrder .item__sku__input {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 0;
    }

    #quickOrder .item__sku__input input {
        max-width: none;
    }

    #quickOrder .item__list--item {
        position: relative;
    }

    #quickOrder .item__list--item>div h3 {
        margin: 5px 0;
        font-size: 12px;
        font-weight: 500;
        color: #454553;
        text-transform: uppercase;
    }

    #quickOrder .item__list--item>div:after {
        display: none;
    }

    #quickOrder .item__list--item .item__info {
        margin-bottom: 20px;
    }

    #quickOrder .item__list--item .item__info .item__name {
        font-size: var(--font-size-xxs);
        letter-spacing: normal;
    }

    #quickOrder .item__list--item .item__info .item__stock {
        font-size: 11px;
        letter-spacing: normal;
    }

    #quickOrder .item__list--item .item__remove {
        position: absolute;
        top: 75px;
        padding: 0;
        right: 0;
    }

    #quickOrder .item__list--item .item__total {
        float: right;
        width: 200px;
    }
}

@media screen and (max-width:639px) {
    #quickOrder .item__list--item .item__image {
        padding-bottom: 40px;
    }

    #quickOrder .item__list--item .item__total,
    #quickOrder .item__list--item .item__quantity {
        float: left;
        width: 50%;
        padding: 20px;
    }

    #quickOrder .item__list--item .item__quantity {
        clear: both;
    }

    #quickOrder .item__list--item .item__total span {
        font-size: var(--font-size-xxs);
        line-height: 24px;
        letter-spacing: 0.81px;
        font-weight: 700;
    }
}

.duni-address-form__colorbox .modal-description:empty {
    display: none;
}

.duni-address-form__colorbox .paymentmethod-shipping__modal .duni-form .form-group.has-error .help-block {
    text-align: left;
}

.duni-address-form__colorbox label {
    font-size: var(--font-size-xxs);
}

.duni-address-form__colorbox label.header {
    margin-bottom: 24px;
}

.duni-address-form__colorbox label+.small {
    margin-top: -20px;
    font-size: 12px;
}

.duni-address-form__colorbox .alert {
    display: flex;
    flex-wrap: nowrap;
}

.duni-address-form__colorbox .alert.alert-info svg {
    margin-right: 12px;
}

.duni-address-form__colorbox .alert.alert-info svg path {
    fill: #31708f;
}

.duni-address-form__colorbox .duni-button {
    border-radius: 50px;
    padding-left: 16px;
    padding-right: 16px;
}

@media(min-width:640px) {
    .duni-address-form__colorbox .duni-button {
        padding-left: 50px;
        padding-right: 50px;
    }
}

#colorbox.duni-address-form__colorbox input[type=radio]+label,
#colorbox.duni-address-form__colorbox input[type=radio]~label {
    max-width: 100%;
}

#colorbox.duni-address-form__colorbox hr {
    margin-top: 0;
}

@media(min-width:640px) {
    #colorbox.duni-address-form__colorbox #cboxContent .paymentmethod-shipping__modal {
        max-height: calc(90dvh - 84px);
        overflow: auto;
    }
}

.loader-wrapper {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.loader-wrapper.loading {
    display: flex;
}

button .loader-wrapper,
.duni-button .loader-wrapper {
    width: 24px;
    height: 24px;
    border-width: 3px;
    height: 16px;
    background: none;
    left: -24px;
    position: relative;
    margin-left: -24px;
}

button .loader-wrapper::after,
.duni-button .loader-wrapper::after {
    left: 8px;
    top: 14px;
    border-width: 5px;
}

button .loader-wrapper:not(.duni-button--medium),
.duni-button .loader-wrapper:not(.duni-button--medium) {
    margin-left: 0;
    left: -12px;
}

button .loader-wrapper .spinner,
.duni-button .loader-wrapper .spinner {
    position: relative;
    top: -4px;
}

button.primary-button .loader-wrapper .spinner,
.duni-button.primary-button .loader-wrapper .spinner {
    border-color: #ffffff;
    border-bottom-color: transparent;
}

button.primary-button .loader-wrapper .spinner::after,
.duni-button.primary-button .loader-wrapper .spinner::after {
    border-right-color: #ffffff;
}

button.secondary-button .loader-wrapper .spinner,
.duni-button.secondary-button .loader-wrapper .spinner {
    border-color: #dddddd;
    border-bottom-color: transparent;
}

button.secondary-button .loader-wrapper .spinner::after,
.duni-button.secondary-button .loader-wrapper .spinner::after {
    border-right-color: #dddddd;
}

input.loading {
    display: none;
}

input.loading~.spinner {
    display: flex;
}

.spinner {
    position: sticky;
    width: 40px;
    height: 40px;
    border: 4px solid #27809b;
    border-bottom-color: transparent;
    border-radius: 50%;
    top: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    display: none;
}

.spinner.loading,
.loading .spinner {
    display: flex;
}

.spinner::after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 12px;
    top: 24px;
    border: 10px solid transparent;
    border-right-color: #27809b;
    transform: rotate(-40deg);
}

.spinner.spinner-small {
    width: 24px;
    height: 24px;
    border-width: 3px;
}

.spinner.spinner-small::after {
    left: 8px;
    top: 14px;
    border-width: 5px;
}

.listing-grid {
    display: flex;
    position: relative;
}

.listing-grid.loading .loader-wrapper {
    display: flex;
}

.listing-results {
    position: relative;
}

.listing-results .product__list--wrapper {
    margin: 0;
    position: relative;
}

.listing-results .product__list--wrapper .search-term {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.listing-results .product__list--wrapper .search-results-count.suggestion {
    margin: 0;
}

@media screen and (max-width:639px) {
    .listing-results .product__list--wrapper .search-results-count.suggestion {
        margin-top: 40px;
    }
}

.listing-results .product__list--wrapper .product__listing.product__grid {
    justify-content: center;
}

@media(min-width:1024px) {
    .listing-results .product__list--wrapper .product__listing.product__grid {
        justify-content: flex-start;
    }
}

.listing-results .product__list--wrapper .product__listing.product__grid .product-item,
.listing-results .product__list--wrapper .product__listing.product__grid .content-item {
    margin: 8px calc(8px /2);
    width: clamp(175px, calc(50% - 8px), calc(33.33% - 8px));
    padding: 24px;
}

.listing-results .product__list--wrapper .product__listing.product__grid .product-item .duni-add-to-cart-button,
.listing-results .product__list--wrapper .product__listing.product__grid .content-item .duni-add-to-cart-button {
    width: 100%;
}

.listing-results .product__list--wrapper .product__listing.product__grid .product-item .duni-add-to-cart-button.duni-button,
.listing-results .product__list--wrapper .product__listing.product__grid .content-item .duni-add-to-cart-button.duni-button {
    width: 100%;
}

@media(min-width:1200px) {

    .listing-results .product__list--wrapper .product__listing.product__grid .product-item .duni-add-to-cart-button.duni-button,
    .listing-results .product__list--wrapper .product__listing.product__grid .content-item .duni-add-to-cart-button.duni-button {
        width: 56px;
        height: 56px;
        min-width: 56px;
        min-height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-left: 0;
        margin-top: 16px;
    }
}

@media(min-width:1200px) and (min-width:1200px) {

    .listing-results .product__list--wrapper .product__listing.product__grid .product-item .duni-add-to-cart-button.duni-button,
    .listing-results .product__list--wrapper .product__listing.product__grid .content-item .duni-add-to-cart-button.duni-button {
        margin-left: 8px;
        margin-top: 0;
    }
}

.listing-results .product__list--wrapper .product__listing.product__grid .product-item .price,
.listing-results .product__list--wrapper .product__listing.product__grid .content-item .price {
    margin: 16px 0;
}

.listing-results .product__list--wrapper .product__listing.product__grid .product-item .add_to_cart_form,
.listing-results .product__list--wrapper .product__listing.product__grid .content-item .add_to_cart_form {
    margin-top: 16px;
}

@media(min-width:1200px) {

    .listing-results .product__list--wrapper .product__listing.product__grid .product-item,
    .listing-results .product__list--wrapper .product__listing.product__grid .content-item {
        width: clamp(240px, calc(33.333% - 24px), 340px);
        margin: 0 calc(24px /2) 24px;
    }

    .listing-results .product__list--wrapper .product__listing.product__grid .product-item .price,
    .listing-results .product__list--wrapper .product__listing.product__grid .content-item .price,
    .listing-results .product__list--wrapper .product__listing.product__grid .product-item .add_to_cart_form,
    .listing-results .product__list--wrapper .product__listing.product__grid .content-item .add_to_cart_form {
        margin: 0;
    }
}

@media(min-width:1024px) {
    .listing-results {
        width: calc(100% - 364px);
        min-width: calc(100% - 364px);
    }
}

@media(min-width:1200px) {
    .listing-results {
        padding-left: 0;
        padding-right: 0;
    }
}

.listing-facets {
    padding-right: 0;
    padding-left: 16px;
    width: 300px;
    min-width: 300px;
    margin-right: 64px;
}

.listing-facets .product__facet {
    border-right: none;
}

.js-show-facets {
    background: none;
    border: none;
    margin: 0;
}

.product-item,
.content-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 8px 16px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
}

.product-item .js-add-to-wishlist,
.content-item .js-add-to-wishlist,
.product-item .js-remove-from-wishlist,
.content-item .js-remove-from-wishlist {
    margin-bottom: 4px;
}

.product-item .discontinued,
.content-item .discontinued {
    background-color: #c40e0e;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    display: flex;
    align-content: center;
    padding: 6px;
    font-size: var(--font-size-xxs);
    line-height: var(--font-size-xxs);
}

@media(min-width:1024px) {

    .product-item .discontinued,
    .content-item .discontinued {
        font-weight: 500;
    }
}

.product-item img,
.content-item img {
    object-fit: contain;
    aspect-ratio: 1;
}

.product-item img.variant-img,
.content-item img.variant-img {
    width: 32px;
    height: 32px;
}

.product-item .thumb,
.content-item .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
}

.product-item .thumb img,
.content-item .thumb img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
}

.product-item .details,
.content-item .details {
    display: inline-block;
    white-space: normal;
    position: relative;
    margin-top: 16px;
    margin-bottom: 8px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.product-item .details .name,
.content-item .details .name {
    color: #181818;
    font-weight: 400;
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: var(--font-size-base);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item .anonymous-pricing,
.content-item .anonymous-pricing {
    margin-bottom: 0;
}

.product-item .price,
.content-item .price {
    font-weight: 500;
    display: block;
    flex: 1;
    margin: 0;
}

.product-item .price .per-piece,
.content-item .price .per-piece {
    font-weight: 400;
    color: #777777;
    display: block;
}

.product-item .duni-add-to-cart-button,
.content-item .duni-add-to-cart-button {
    width: 100%;
}

.product-item .duni-add-to-cart-button.duni-button,
.content-item .duni-add-to-cart-button.duni-button {
    width: 100%;
}

@media(min-width:1200px) {

    .product-item .duni-add-to-cart-button.duni-button,
    .content-item .duni-add-to-cart-button.duni-button {
        width: 56px;
        height: 56px;
        min-width: 56px;
        min-height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-left: 0;
        margin-top: 16px;
    }
}

@media(min-width:1200px) and (min-width:1200px) {

    .product-item .duni-add-to-cart-button.duni-button,
    .content-item .duni-add-to-cart-button.duni-button {
        margin-left: 8px;
        margin-top: 0;
    }
}

.product-item .actions-wrapper,
.content-item .actions-wrapper {
    display: block;
}

.product-item .actions-wrapper .message,
.content-item .actions-wrapper .message {
    margin-bottom: 0;
}

.product-item .actions-wrapper .link-label,
.content-item .actions-wrapper .link-label {
    display: none;
}

@media(min-width:1200px) {

    .product-item .actions-wrapper,
    .content-item .actions-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media(min-width:1200px) {

    .product-item,
    .content-item {
        padding: 24px;
    }

    .product-item .details,
    .content-item .details {
        margin-top: 24px;
    }
}

.lister__top.product__facet {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px 0 13px;
    border-right: none;
    align-items: center;
    padding: 0 15px;
}

@media(min-width:1024px) {
    .lister__top.product__facet {
        justify-content: space-between;
        padding: 0;
    }
}

.lister__top.product__facet .facet {
    width: 100%;
    clear: none;
}

@media(max-width:1023px) {
    .lister__top.product__facet .facet {
        display: none;
    }
}

.lister__top.product__facet .facet:before,
.lister__top.product__facet .facet:after {
    display: none;
}

.lister__top.product__facet .facet .facet__values {
    margin: 13px 0 0;
}

.lister__top.product__facet .back-link {
    padding: 0;
    margin-bottom: 10px;
    width: calc(100% - 20px);
}

@media(min-width:640px) {
    .lister__top.product__facet .back-link {
        margin-bottom: 0;
    }
}

@media(min-width:1024px) {
    .lister__top.product__facet .back-link {
        width: auto;
    }
}

.lister__top.product__facet .btn.js-show-facets {
    padding: 0;
    line-height: 20px;
}

.page__intro {
    padding: 60px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #898B8E;
    font-size: 13px;
    line-height: 22px;
}

.page__intro * {
    text-align: center;
    margin: 0 auto 25px;
    max-width: 740px;
}

.page__intro h1 {
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    color: #282828;
}

.page__intro a {
    color: #898B8E;
    min-width: 310px;
    text-align: center;
    letter-spacing: 2px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.pagination-bar {
    position: relative;
}

.pagination-bar .pagination-toolbar .pagination {
    margin: 0;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    float: unset;
    padding: unset;
    line-height: unset;
    color: inherit;
    background-color: transparent;
}

.pagination-bar .pagination-toolbar .pagination .link-button {
    line-height: normal;
    background-color: transparent;
    text-decoration: underline;
    border: none;
    display: flex;
    align-items: center;
    font-size: var(--font-size-base);
}

.pagination-bar .pagination-toolbar .pagination .link-button:hover,
.pagination-bar .pagination-toolbar .pagination .link-button:focus,
.pagination-bar .pagination-toolbar .pagination .link-button:active {
    text-decoration: underline;
}

.pagination-bar .pagination-toolbar .pagination .duni-select-mirror .options {
    max-height: 300px;
    overflow-y: auto;
}

.pagination-bar .pagination-toolbar .pagination .duni-select-mirror .selected {
    padding: 24px 24px !important;
    border: 1px solid #cccccc;
}

.pagination-bar.bottom {
    margin-top: 16px;
    margin-bottom: 80px;
}

@media screen and (max-width:639px) {
    .pagination-bar .pagination-toolbar {
        flex-direction: column-reverse;
        margin-left: 0;
    }
}

.sort-form {
    position: relative;
    margin: 0;
}

@media(max-width:640px) {
    .sort-form {
        width: 100%;
    }
}

.sort-form .control-label {
    text-transform: none;
    position: absolute;
    padding: 7px 9px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    border: solid 1px #dddddd;
    border-right: none;
    background-color: #ffffff;
    left: -50px;
    width: 80px;
}

.sort-form .false-selector {
    box-sizing: content-box;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
    cursor: pointer;
    position: relative;
    border-radius: 24px;
    border: 1px solid #cccccc;
    padding-left: 24px;
    padding-right: 24px;
    text-transform: uppercase;
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width:639px) {
    .sort-form .false-selector {
        width: 100%;
        box-sizing: border-box;
    }
}

.sort-form .false-selector .selected,
.sort-form .false-selector .prefix {
    padding: 8px 0;
    display: inline-block;
    color: #181818;
    letter-spacing: normal;
}

.sort-form .false-selector .selected {
    padding-left: 2px;
}

.sort-form .false-selector .prefix {
    padding-right: 2px;
}

.sort-form .false-selector .options {
    display: none;
}

.sort-form .false-selector .options .option {
    display: block;
    background-color: #ffffff;
    padding: 15px;
    color: #181818;
    font-size: 13px;
    letter-spacing: 0.81px;
    border-bottom: solid 1px #dddddd;
}

.sort-form .false-selector .options .option:hover {
    background-color: #cccccc;
}

.sort-form .false-selector .duni-icon-arrow-medium-down:before {
    display: inline-flex;
    transition: all ease-in-out 0.3s;
}

.sort-form .false-selector.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sort-form .false-selector.open .selected,
.sort-form .false-selector.open .prefix {
    color: #181818;
}

.sort-form .false-selector.open .options {
    display: block;
    position: absolute;
    width: 100%;
    border: solid 1px #dddddd;
    border-bottom: none;
    left: -1px;
    box-sizing: content-box;
    z-index: 1;
    top: 42px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

@media(min-width:1024px) {
    .sort-form .false-selector.open .options .option:last-child {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
}

.sort-form .false-selector.open .duni-icon-arrow-medium-down:before {
    transform: rotate(-180deg);
}

.sort-form select {
    display: none;
}

.results-displayed {
    display: flex;
    list-style: none;
    padding-left: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    flex-grow: 1;
    margin: 0 0 10px;
    justify-content: center;
}

@media(min-width:640px) {
    .results-displayed {
        justify-content: flex-start;
        margin-bottom: 0;
    }
}

@media(min-width:1024px) {
    .results-displayed {
        justify-content: flex-end;
        margin-right: 60px;
    }
}

.results-displayed li {
    margin-right: 40px;
}

.results-displayed li:last-of-type {
    margin-right: 0;
}

.results-displayed li .results-displayed__btn {
    color: #000000;
}

.results-displayed li .results-displayed__btn.results-displayed__btn--current {
    color: #181818;
    pointer-events: none;
    font-weight: 500;
}

.results-displayed li .results-displayed__btn:hover {
    color: #181818;
    border-color: #181818;
}

.search-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media(min-width:1024px) {
    .search-results-header {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.search-results-count {
    font-weight: 500;
    order: 0;
}

.search-results-wishlist {
    min-width: 100%;
    order: 2;
    margin-top: 24px;
    text-align: center;
}

.search-results-wishlist .duni-button {
    display: block;
    letter-spacing: 0;
}

.search-results-sort {
    order: 1;
}

.search-results-sort>.duni-button.secondary-button {
    padding-left: 24px;
    padding-right: 16px;
    border-color: #cccccc;
    justify-content: flex-start;
}

.search-results-sort>.duni-button.secondary-button .badge {
    margin-left: 24px;
}

.search-results-counts {
    display: flex;
    justify-content: center;
}

.search-results-counts a,
.search-results-counts span {
    color: #000000;
    font-size: 13px;
    line-height: 22px;
    margin-right: 40px;
}

.search-results-counts a:last-child,
.search-results-counts span:last-child {
    margin-right: 0;
}

.search-results-counts a.active,
.search-results-counts span.active {
    color: #181818;
    font-weight: 500;
}

@media(min-width:1200px) {
    .search-results-sort {
        order: 2;
    }

    .search-results-wishlist {
        flex: auto;
        order: 1;
        min-width: unset;
        margin-top: 0;
        margin-right: 32px;
    }

    .search-results-wishlist .duni-button {
        text-align: end;
    }
}

.facet__name__counter {
    min-width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #181818;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: var(--font-size-xs);
    cursor: pointer;
    padding: 6px;
}

.facet__name__counter:empty {
    display: none;
}

.product__facet .facet {
    border-bottom: none;
}

.product__facet .facet.border-top {
    border-top: solid 1px #cccccc;
}

.product__facet .facet.border-bottom {
    border-bottom: solid 1px #cccccc;
}

.product__facet .facet.facet--collapsed .facet__name:after {
    transform: rotate(-180deg);
}

.product__facet .facet.facet--collapsed .facet__values {
    display: none !important;
}

.product__facet .facet--applied .facet--applied-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font-size-base);
    color: #181818;
    margin-top: 40px;
    margin-bottom: 40px;
}

.product__facet .facet.facet--multilevel a {
    font-size: var(--font-size-base);
    margin-bottom: 16px;
    display: block;
}

.product__facet .facet__name {
    padding-top: 20px;
    margin-bottom: 16px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.product__facet .facet__name .facet__name__value {
    flex: 1;
}

.product__facet .facet__name:after {
    content: "\e90b";
    display: inline-flex;
    font-family: "duni-icons";
    margin-left: 16px;
    transition: all ease-in-out 0.3s;
}

.product__facet .facet__name span {
    word-break: break-word;
}

.product__facet .facet__name:before {
    display: none;
}

@media(max-width:640px) {
    .product__facet .facet__name {
        background-color: white;
    }
}

.product__facet .facet__values {
    margin: 0 0 16px;
}

.product__facet .facet__values .facet__subname {
    font-size: 12px;
    font-weight: 700;
    color: #454553;
    padding: 9px 22px 0 16px;
}

.product__facet .facet__values .facet__list {
    padding: 0;
    margin-bottom: 16px;
}

.product__facet .facet__values .facet__list .facet__text a {
    text-decoration: none;
}

@media(max-width:1023px) {
    .product__facet .facet__values .facet__list .facet__text a {
        pointer-events: none;
    }
}

.product__facet .facet__values .facet__list .facet__text label {
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    flex: 1;
    font-size: var(--font-size-control-label);
}

.product__facet .facet__values .facet__list .facet__text label:hover {
    color: #27809b;
}

.product__facet .facet__values .facet__list .facet__text label .facet__value__count {
    color: #777777;
}

.product__facet .facet__values .facet__list .facet__text .duni-checkbox+label .facet__value__more,
.product__facet .facet__values .facet__list .facet__text .duni-toggle+label .facet__value__more {
    color: #000000;
}

.product__facet .facet__values .facet__list .facet__text.input-toggle {
    margin-top: 20px;
}

.product__facet .facet__values .facet__values__more,
.product__facet .facet__values .facet__values__less {
    padding: 0 16px;
    text-align: center;
}

.product__facet .facet__values .facet__values__more a,
.product__facet .facet__values .facet__values__less a {
    text-transform: uppercase;
    font-weight: 500;
}

.product__facet .facet__text {
    cursor: pointer;
}

@media(max-width:1023px) {
    .product__facet .facet:not(.facet--collapsed) .facet__values {
        display: block;
    }
}

.js-total-counter {
    margin-left: 4px;
}

.page-searchEmpty .search-empty {
    margin: 50px auto;
    max-width: 620px;
}

.page-searchEmpty .search-empty h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
}

.page-searchEmpty .search-empty p {
    color: #181818;
    font-size: 13px;
    line-height: 22px;
    margin: 20px 0 60px 0;
}

.page-searchEmpty .search-empty a {
    display: inline-block;
    padding: 0;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    background: none;
    color: #181818;
    text-decoration: underline;
    border: none;
    letter-spacing: 2px;
}

.page-searchEmpty .error-details-section {
    margin: 50px auto;
    padding: 70px 50px 50px 50px;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    text-align: left;
    width: 100%;
    max-width: 1380px;
}

.page-searchEmpty .error-details-section .error-details-content {
    max-width: 80vw;
    margin: 0 auto;
}

@media(min-width:1024px) {
    .page-searchEmpty .error-details-section .error-details-content {
        max-width: 620px;
    }
}

.page-searchEmpty .error-details-section .error-details-content h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #181818;
    margin-top: 0;
}

.page-searchEmpty .error-details-section .error-details-content ul {
    list-style-type: none;
    padding: 0;
}

.page-searchEmpty .error-details-section .error-details-content ul li {
    background-image: url(/_ui/responsive/theme-duni/images/check.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 37px;
    margin-top: 15px;
}

@media(min-width:1024px) {
    .page-searchEmpty .error-details-section .error-details-content ul li {
        padding-left: 177px;
        position: relative;
    }

    .page-searchEmpty .error-details-section .error-details-content ul li:after {
        content: "";
        position: absolute;
        width: 120px;
        height: 1px;
        background-color: #282828;
        top: 10.5px;
        left: 37px;
    }
}

.page-searchEmpty .error-details-section .error-details-content p {
    margin: 15px 0;
}

.product__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #27809b;
    width: 160px;
    margin: calc(24px / 2);
}

.product__item-thumb,
.product__item-name,
.product__item-price,
.product__item-variants {
    width: 100%;
    text-align: left;
}

.product__item-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dddddd;
    padding: 16px;
    height: 160px;
    margin-bottom: 24px;
    width: 100%;
    aspect-ratio: 1;
}

.product__item-thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    aspect-ratio: 1;
    object-fit: contain;
}

.product__item-name {
    font-family: Inter, Roboto, sans-serif;
    word-break: break-word;
}

.product__item-name .search-results-highlight {
    font-weight: 700;
}

.product__item-price {
    font-weight: 700;
}

.product__item a {
    color: #181818;
    text-decoration: none;
}

.product__item a:hover {
    text-decoration: none;
    color: #777777;
}

.country__selector {
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
}

.country__selector>* {
    width: 100%;
    height: 100vh;
}

.country__selector .country__selector-banner {
    background-repeat: no-repeat;
    background-size: cover;
}

.country__selector .country__selector-content {
    display: flex;
    flex-direction: column;
    position: relative;
}

@media(min-width:640px) {
    .country__selector .country__selector-content {
        justify-content: center;
    }
}

@media(min-width:1024px) {
    .country__selector .country__selector-content {
        padding: 0 5vw;
    }
}

@media(min-width:1200px) {
    .country__selector .country__selector-content {
        padding: 0 10vw;
    }
}

.country__selector .country__selector-content .country__selector-logoWrapper {
    text-align: center;
    padding: 20px;
}

.country__selector .country__selector-content .country__selector-header {
    font-weight: 500;
    line-height: 1.1;
    font-size: 30px;
    text-align: center;
    margin-bottom: 32px;
    text-transform: uppercase;
    padding: 0 20px;
    transition: all 0.4s ease-in;
}

@media(min-width:1024px) {
    .country__selector .country__selector-content .country__selector-header {
        margin-bottom: 60px;
    }
}

.country__selector .country__selector-content .country__selector-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
}

.country__selector .country__selector-content .country__selector-links .country-selector__link {
    width: 100%;
    padding: 12px;
}

@media(min-width:1024px) {
    .country__selector .country__selector-content .country__selector-links .country-selector__link {
        width: 50%;
        padding: 6px;
        margin-bottom: 16px;
    }
}

.country-selector__link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    vertical-align: text-bottom;
    text-decoration: none;
}

.country-selector__link img {
    width: 22px;
    height: 16px;
    margin-right: 16px;
    vertical-align: text-bottom;
}

.breadcrumb-section {
    background-color: #ffffff;
    border-bottom: none;
    padding: 0;
}

.breadcrumb-section .breadcrumb {
    overflow: hidden;
    white-space: nowrap;
    padding: 26px 0;
    margin: 0 auto;
    background: transparent;
    scroll-snap-type: x mandatory;
    font-size: 12px;
}

@media(min-width:1200px) {
    .breadcrumb-section .breadcrumb {
        width: 100%;
    }
}

.breadcrumb-section .breadcrumb li {
    scroll-snap-align: none center;
}

.breadcrumb-section .breadcrumb li a {
    color: #000000;
    font-weight: 400;
    line-height: 16px;
    text-transform: none;
}

.breadcrumb-section .breadcrumb li:before {
    content: ' ';
    padding: 0;
}

.breadcrumb-section .breadcrumb li:after {
    content: '/';
    padding: 12px 6px;
    line-height: 16px;
}

.breadcrumb-section .breadcrumb li.active a {
    font-size: inherit;
    color: #181818;
    font-weight: 500;
}

.breadcrumb-section .breadcrumb li.active:after {
    content: ' ';
}

.breadcrumb-section .breadcrumb li.hidden {
    display: none;
}

@media(max-width:639px) {

    .simple-banner-component,
    .banner__component {
        margin-left: 0;
        margin-right: 0;
    }
}

.banner__component.simple-banner.with-title {
    position: relative;
    max-height: 450px;
    max-width: 100vw;
    overflow: hidden;
}

.banner__component.simple-banner.with-title .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 20px;
    height: 100%;
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

@media(min-width:1024px) {
    .banner__component.simple-banner.with-title .content {
        max-width: 1380px;
        margin: 0 auto;
    }
}

.banner__component.simple-banner.with-title .content h2,
.banner__component.simple-banner.with-title .content h3 {
    letter-spacing: 2px;
    font-weight: normal;
    color: #ffffff;
    margin: 0;
    word-break: break-word;
}

.banner__component.simple-banner.with-title .content h3 {
    margin-top: 25px;
}

@media(min-width:640px) {
    .banner__component.simple-banner.with-title .content h3:before {
        content: '';
        width: 259px;
        height: 1px;
        background: white;
        margin: 13px 20px 12px 0;
        display: inline-block;
    }
}

.banner__component.simple-banner.with-title .content h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin-top: 40px;
}

@media(min-width:1024px) {
    .banner__component.simple-banner.with-title .content h2 {
        margin-top: 80px;
        font-size: 80px;
        line-height: 80px;
    }
}

.banner__component.simple-banner.with-title .content .duni-button {
    margin: 40px 0 100px;
    width: 100%;
    font-weight: 500;
}

@media(min-width:640px) and (max-width:1023px) {
    .banner__component.simple-banner.with-title .content .duni-button {
        margin-left: 20px;
    }
}

@media(min-width:640px) {
    .banner__component.simple-banner.with-title .content .duni-button {
        padding: 19px 76px;
        width: auto;
    }
}

.banner__component.simple-banner.with-title.banner__component--top_centre .content,
.banner__component.simple-banner.with-title.banner__component--bottom_left .content,
.banner__component.simple-banner.with-title.banner__component--noImage .content {
    max-width: 1380px;
    margin: 0 auto;
    color: white;
    display: flex;
}

.banner__component.simple-banner.with-title.banner__component--top_centre .content h2,
.banner__component.simple-banner.with-title.banner__component--bottom_left .content h2,
.banner__component.simple-banner.with-title.banner__component--noImage .content h2 {
    font-family: Inter, Roboto, sans-serif;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
}

.banner__component.simple-banner.with-title.banner__component--top_centre .content div,
.banner__component.simple-banner.with-title.banner__component--bottom_left .content div,
.banner__component.simple-banner.with-title.banner__component--noImage .content div {
    max-width: 640px;
    margin: 0 auto 25px;
    text-align: center;
}

.banner__component.simple-banner.with-title.banner__component--top_centre .content.overflowing h2,
.banner__component.simple-banner.with-title.banner__component--bottom_left .content.overflowing h2,
.banner__component.simple-banner.with-title.banner__component--noImage .content.overflowing h2 {
    margin-top: 20px;
}

.banner__component.simple-banner.with-title.banner__component--top_centre .content.overflowing>div,
.banner__component.simple-banner.with-title.banner__component--bottom_left .content.overflowing>div,
.banner__component.simple-banner.with-title.banner__component--noImage .content.overflowing>div {
    margin-bottom: 0;
}

.banner__component.simple-banner.with-title.banner__component--top_centre .content.overflowing>div a,
.banner__component.simple-banner.with-title.banner__component--bottom_left .content.overflowing>div a,
.banner__component.simple-banner.with-title.banner__component--noImage .content.overflowing>div a {
    margin: 0;
    color: white;
    font-weight: 500;
}

.banner__component.simple-banner.with-title.banner__component--top_centre .content.overflowing>div a:hover,
.banner__component.simple-banner.with-title.banner__component--bottom_left .content.overflowing>div a:hover,
.banner__component.simple-banner.with-title.banner__component--noImage .content.overflowing>div a:hover,
.banner__component.simple-banner.with-title.banner__component--top_centre .content.overflowing>div a:focus,
.banner__component.simple-banner.with-title.banner__component--bottom_left .content.overflowing>div a:focus,
.banner__component.simple-banner.with-title.banner__component--noImage .content.overflowing>div a:focus {
    text-decoration: underline;
}

.banner__component.simple-banner.with-title.banner__component--top_centre .content.overflowing>div a.overflow-link,
.banner__component.simple-banner.with-title.banner__component--bottom_left .content.overflowing>div a.overflow-link,
.banner__component.simple-banner.with-title.banner__component--noImage .content.overflowing>div a.overflow-link {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
    cursor: pointer;
}

.banner__component.simple-banner.with-title.banner__component--noImage .content {
    min-height: 320px;
    position: relative;
    text-align: center;
    align-items: center;
}

.banner__component.simple-banner.with-title.banner__component--noImage .content h2,
.banner__component.simple-banner.with-title.banner__component--noImage .content div {
    font-family: Inter, Roboto, sans-serif;
    color: #181818;
    text-shadow: none;
}

.banner__component.simple-banner.with-title.banner__component--noImage .content h2 {
    text-transform: uppercase;
}

.banner__component.simple-banner.with-title.banner__component--noImage .content div,
.banner__component.simple-banner.with-title.banner__component--noImage .content div a.overflow-link {
    color: #898B8E;
}

@media(min-width:1024px) {
    .banner__component.simple-banner.with-title.banner__component--noImage .content {
        width: 100%;
    }
}

@media(min-width:640px) {
    .banner__component.simple-banner.with-title.banner__component--bottom_left .content {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }

    .banner__component.simple-banner.with-title.banner__component--bottom_left .content h2 {
        text-align: left;
        width: 100%;
        margin-top: 20px;
    }

    .banner__component.simple-banner.with-title.banner__component--top_centre .content {
        align-items: center;
    }
}

@media(max-width:1023px) {
    .banner__component.simple-banner.with-title.with-alignment {
        max-height: none;
    }
}

.banner__component.simple-banner.with-title.with-alignment .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: auto;
}

.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper {
    width: 100%;
    max-width: 650px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .banner__component-pretitle,
.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .banner__component-title,
.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .banner__component-subtitle {
    font-weight: 500;
    width: 100%;
    color: white;
    margin: 0 0 10px;
}

.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .banner__component-pretitle,
.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .banner__component-subtitle {
    font-size: 18px;
    text-transform: uppercase;
}

@media(min-width:1024px) {

    .banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .banner__component-pretitle,
    .banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .banner__component-subtitle {
        font-size: 24px;
    }
}

.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .banner__component-title {
    font-size: 28px;
    line-height: 36px;
}

@media(min-width:1024px) {
    .banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .banner__component-title {
        font-size: 40px;
        line-height: 48px;
    }
}

.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .banner__component-subtitle:before {
    display: none;
}

.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .banner__component-description {
    font-size: 14px;
    line-height: 22px;
    color: white;
}

.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .overflow-link {
    text-decoration: underline;
    cursor: pointer;
    color: inherit;
    font-weight: 500;
}

.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .duni-button {
    margin: 20px 0 0;
    width: auto;
    align-self: flex-start;
}

@media(min-width:640px) and (max-width:1023px) {
    .banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .duni-button {
        margin-top: 40px;
    }
}

@media(min-width:640px) {
    .banner__component.simple-banner.with-title.with-alignment .content .content-wrapper .duni-button {
        padding: 19px 76px;
    }
}

.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper.content-wrapper--center,
.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper.content-wrapper--left,
.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper.content-wrapper--right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}

.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper.content-wrapper--center {
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
}

.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper.content-wrapper--center .duni-button {
    align-self: center;
}

.banner__component.simple-banner.with-title.with-alignment .content .content-wrapper.content-wrapper--right {
    text-align: right;
}

@media(min-width:640px) {

    .banner__component.simple-banner.with-title.with-alignment .content .content-wrapper.content-wrapper--left,
    .banner__component.simple-banner.with-title.with-alignment .content .content-wrapper.content-wrapper--right {
        max-width: 50%;
        text-align: left;
    }

    .banner__component.simple-banner.with-title.with-alignment .content .content-wrapper.content-wrapper--left {
        margin-left: 0;
        margin-right: auto;
    }

    .banner__component.simple-banner.with-title.with-alignment .content .content-wrapper.content-wrapper--right {
        margin-right: 0;
        margin-left: auto;
    }
}

.banner__component.simple-banner.with-title.with-alignment.banner__component--three_quarter {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media(min-width:1024px) {
    .banner__component.simple-banner.with-title.with-alignment.banner__component--three_quarter {
        max-width: 1380px;
    }
}

.banner__component.simple-banner.with-title.with-alignment.banner__component--three_quarter .content,
.banner__component.simple-banner.with-title.with-alignment.banner__component--three_quarter img.duni-responsive-image {
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px);
}

.image-gallery {
    position: relative;
}

.image-gallery__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 40px);
    z-index: 100;
    pointer-events: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 auto;
}

@media(min-width:1200px) {
    .image-gallery__wrapper {
        max-width: 1380px;
    }
}

.image-gallery .banner-carousel {
    margin: 0;
}

.image-gallery .banner-carousel .item {
    width: 100%;
    position: relative;
    z-index: 1;
}

.image-gallery .banner-carousel .duni-menu-button {
    color: #000000;
    background-color: #ffffff;
}

.image-gallery .banner-carousel .duni-menu-button:hover {
    color: rgba(69, 69, 83, 0.65);
}

.image-gallery .banner-carousel .duni-menu-button:disabled {
    color: rgba(69, 69, 83, 0.5);
}

.image-gallery .banner-carousel .duni-menu-button:active,
.image-gallery .banner-carousel .duni-menu-button:focus {
    text-decoration: none;
}

.image-gallery .banner-carousel .owl-wrapper,
.image-gallery .banner-carousel .owl-item,
.image-gallery .banner-carousel .item,
.image-gallery .banner-carousel .banner__component {
    height: 100%;
    margin: 0;
    max-height: calc(100dvh - 64px);
}

.image-gallery .banner-carousel .owl-dots {
    display: flex !important;
    max-width: 1380px;
    margin: -140px auto 0;
    height: 140px;
    position: absolute;
    left: calc(1380px + calc(50% - 700px));
    transform: translateX(-100%);
    z-index: 2;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 30px;
}

@media(min-width:640px) {
    .image-gallery .banner-carousel .owl-dots {
        padding-top: 45px;
        padding-bottom: 60px;
        padding-right: 40px;
        justify-content: flex-end;
    }
}

@media(max-width:1199px) {
    .image-gallery .banner-carousel .owl-dots {
        transform: translate(-100%, -140px);
        margin: 0;
        right: auto;
        left: 100%;
    }
}

@media(max-width:639px) {
    .image-gallery .banner-carousel .owl-dots {
        left: 50%;
        transform: translate(-50%, -140px);
    }
}

.image-gallery .banner-carousel .owl-dots .owl-dot {
    height: 34px;
    width: 34px;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 50%;
    margin: 0;
    position: relative;
}

.image-gallery .banner-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
}

.image-gallery .banner-carousel .owl-dots .owl-dot.active {
    border-color: #ffffff;
}

.simple-banner.simple-banner--biopack {
    height: 360px;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.simple-banner.simple-banner--biopack h2 {
    text-transform: uppercase;
    color: white;
    text-align: center;
    letter-spacing: 1px;
    max-width: 1200px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 36px;
}

@media(min-width:640px) {
    .simple-banner.simple-banner--biopack h2 {
        line-height: 48px;
    }
}

.simple-banner.simple-banner--biopack h3 {
    font-size: var(--font-size-h5);
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
}

button {
    letter-spacing: normal;
}

button:disabled,
button .disabled {
    cursor: not-allowed;
}

.btn,
button,
.duni-button {
    position: relative;
}

.btn>.duni-icon,
button>.duni-icon,
.duni-button>.duni-icon {
    font-size: var(--font-size-button-icon-only);
}

.btn>.duni-icon.text-sm,
button>.duni-icon.text-sm,
.duni-button>.duni-icon.text-sm,
.btn>.duni-icon.text-xs,
button>.duni-icon.text-xs,
.duni-button>.duni-icon.text-xs,
.btn>.duni-icon.text-xxs,
button>.duni-icon.text-xxs,
.duni-button>.duni-icon.text-xxs {
    font-size: inherit;
}

.btn.text-decoration-none,
button.text-decoration-none,
.duni-button.text-decoration-none {
    text-decoration: none !important;
}

.link-button {
    line-height: normal;
    background-color: transparent;
    border: solid 1px transparent;
    color: #181818;
    padding: 0;
    text-decoration: underline;
    font-size: var(--font-size-button);
}

.link-button:disabled,
.link-button.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #cccccc;
}

.link-button:disabled svg path,
.link-button.disabled svg path {
    fill: #cccccc;
}

.link-button:hover,
.link-button:focus,
.link-button:active {
    background-color: transparent;
    border-color: transparent;
    color: #27809b;
}

.link-button:hover:disabled,
.link-button:focus:disabled,
.link-button:active:disabled,
.link-button:hover.disabled,
.link-button:focus.disabled,
.link-button:active.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #cccccc;
}

.link-button:hover:disabled svg path,
.link-button:focus:disabled svg path,
.link-button:active:disabled svg path,
.link-button:hover.disabled svg path,
.link-button:focus.disabled svg path,
.link-button:active.disabled svg path {
    fill: #cccccc;
}

.link-button:hover svg path,
.link-button:focus svg path,
.link-button:active svg path {
    fill: #27809b;
}

.link-button:hover.just-icon:hover,
.link-button:focus.just-icon:hover,
.link-button:active.just-icon:hover {
    color: #444444;
}

.link-button svg path {
    fill: #181818;
}

.link-button.inverted {
    line-height: normal;
    background-color: transparent;
    border: solid 1px transparent;
    color: #ffffff;
}

.link-button.inverted:disabled,
.link-button.inverted.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #cccccc;
}

.link-button.inverted:disabled svg path,
.link-button.inverted.disabled svg path {
    fill: #cccccc;
}

.link-button.inverted:hover,
.link-button.inverted:focus,
.link-button.inverted:active {
    background-color: transparent;
    border-color: transparent;
    color: #dddddd;
}

.link-button.inverted:hover:disabled,
.link-button.inverted:focus:disabled,
.link-button.inverted:active:disabled,
.link-button.inverted:hover.disabled,
.link-button.inverted:focus.disabled,
.link-button.inverted:active.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #cccccc;
}

.link-button.inverted:hover:disabled svg path,
.link-button.inverted:focus:disabled svg path,
.link-button.inverted:active:disabled svg path,
.link-button.inverted:hover.disabled svg path,
.link-button.inverted:focus.disabled svg path,
.link-button.inverted:active.disabled svg path {
    fill: #cccccc;
}

.link-button.inverted:hover svg path,
.link-button.inverted:focus svg path,
.link-button.inverted:active svg path {
    fill: #dddddd;
}

.link-button.inverted:hover.just-icon:hover,
.link-button.inverted:focus.just-icon:hover,
.link-button.inverted:active.just-icon:hover {
    color: #444444;
}

.link-button.inverted svg path {
    fill: #ffffff;
}

.link-button:hover,
.link-button:focus,
.link-button:active {
    text-decoration: underline;
}

.link-button.disabled,
.link-button:disabled {
    color: #cccccc;
    cursor: not-allowed;
}

.link-button.disabled:hover,
.link-button:disabled:hover,
.link-button.disabled:focus,
.link-button:disabled:focus,
.link-button.disabled:active,
.link-button:disabled:active {
    color: #cccccc;
    text-decoration: underline;
}

button.link-button {
    text-transform: uppercase;
    font-family: Inter, Roboto, sans-serif;
    font-weight: 500;
}

.duni-button,
.biopak-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
    padding: 18px 32px 18px 32px;
    font-weight: 500;
    font-size: var(--font-size-button);
    text-transform: uppercase;
    letter-spacing: normal;
    text-decoration: none;
    background: transparent;
    border: none;
    text-align: center;
}

.duni-button:hover,
.biopak-button:hover,
.duni-button:focus,
.biopak-button:focus {
    text-decoration: none;
    color: #444444;
}

.duni-button:disabled,
.biopak-button:disabled,
.duni-button.disabled,
.biopak-button.disabled {
    cursor: not-allowed;
}

.duni-button:disabled:hover,
.biopak-button:disabled:hover,
.duni-button.disabled:hover,
.biopak-button.disabled:hover,
.duni-button:disabled:focus,
.biopak-button:disabled:focus,
.duni-button.disabled:focus,
.biopak-button.disabled:focus {
    text-decoration: none;
}

.duni-button:has(> a),
.biopak-button:has(> a) {
    padding: 0;
}

.duni-button a,
.biopak-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
    padding: 18px 32px 18px 32px;
    font-weight: 500;
    font-size: var(--font-size-button);
    text-transform: uppercase;
    letter-spacing: normal;
    text-decoration: none;
    background: transparent;
    border: none;
    text-align: center;
}

.duni-button a:hover,
.biopak-button a:hover,
.duni-button a:focus,
.biopak-button a:focus {
    text-decoration: none;
    color: #444444;
}

.duni-button a:disabled,
.biopak-button a:disabled,
.duni-button a.disabled,
.biopak-button a.disabled {
    cursor: not-allowed;
}

.duni-button a:disabled:hover,
.biopak-button a:disabled:hover,
.duni-button a.disabled:hover,
.biopak-button a.disabled:hover,
.duni-button a:disabled:focus,
.biopak-button a:disabled:focus,
.duni-button a.disabled:focus,
.biopak-button a.disabled:focus {
    text-decoration: none;
}

.duni-button a:has(> a),
.biopak-button a:has(> a) {
    padding: 0;
}

.duni-button--small,
.biopak-button--small {
    width: 200px;
}

.duni-button--medium,
.biopak-button--medium {
    width: 300px;
}

.duni-button--large,
.biopak-button--large {
    width: 100%;
}

@media(min-width:640px) {

    .duni-button--large,
    .biopak-button--large {
        width: 350px;
    }
}

.duni-button--thick,
.biopak-button--thick {
    font-weight: 500;
}

.duni-button--center,
.biopak-button--center {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.duni-button.duni-menu-button,
.biopak-button.duni-menu-button {
    color: #000000;
    background-color: #ffffff;
}

.duni-button.duni-menu-button:hover,
.biopak-button.duni-menu-button:hover {
    color: rgba(69, 69, 83, 0.65);
}

.duni-button.duni-menu-button:disabled,
.biopak-button.duni-menu-button:disabled {
    color: rgba(69, 69, 83, 0.5);
}

.duni-button.duni-menu-button:active,
.biopak-button.duni-menu-button:active,
.duni-button.duni-menu-button:focus,
.biopak-button.duni-menu-button:focus {
    text-decoration: none;
}

.duni-button.primary-button,
.biopak-button.primary-button {
    line-height: normal;
    background-color: #181818;
    border: solid 1px #181818;
    color: #ffffff;
}

.duni-button.primary-button:disabled,
.biopak-button.primary-button:disabled,
.duni-button.primary-button.disabled,
.biopak-button.primary-button.disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #ffffff;
}

.duni-button.primary-button:disabled svg path,
.biopak-button.primary-button:disabled svg path,
.duni-button.primary-button.disabled svg path,
.biopak-button.primary-button.disabled svg path {
    fill: #ffffff;
}

.duni-button.primary-button:hover,
.biopak-button.primary-button:hover,
.duni-button.primary-button:focus,
.biopak-button.primary-button:focus,
.duni-button.primary-button:active,
.biopak-button.primary-button:active {
    background-color: #444444;
    border-color: #444444;
    color: #ffffff;
}

.duni-button.primary-button:hover:disabled,
.biopak-button.primary-button:hover:disabled,
.duni-button.primary-button:focus:disabled,
.biopak-button.primary-button:focus:disabled,
.duni-button.primary-button:active:disabled,
.biopak-button.primary-button:active:disabled,
.duni-button.primary-button:hover.disabled,
.biopak-button.primary-button:hover.disabled,
.duni-button.primary-button:focus.disabled,
.biopak-button.primary-button:focus.disabled,
.duni-button.primary-button:active.disabled,
.biopak-button.primary-button:active.disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #ffffff;
}

.duni-button.primary-button:hover:disabled svg path,
.biopak-button.primary-button:hover:disabled svg path,
.duni-button.primary-button:focus:disabled svg path,
.biopak-button.primary-button:focus:disabled svg path,
.duni-button.primary-button:active:disabled svg path,
.biopak-button.primary-button:active:disabled svg path,
.duni-button.primary-button:hover.disabled svg path,
.biopak-button.primary-button:hover.disabled svg path,
.duni-button.primary-button:focus.disabled svg path,
.biopak-button.primary-button:focus.disabled svg path,
.duni-button.primary-button:active.disabled svg path,
.biopak-button.primary-button:active.disabled svg path {
    fill: #ffffff;
}

.duni-button.primary-button:hover svg path,
.biopak-button.primary-button:hover svg path,
.duni-button.primary-button:focus svg path,
.biopak-button.primary-button:focus svg path,
.duni-button.primary-button:active svg path,
.biopak-button.primary-button:active svg path {
    fill: #ffffff;
}

.duni-button.primary-button:hover.just-icon:hover,
.biopak-button.primary-button:hover.just-icon:hover,
.duni-button.primary-button:focus.just-icon:hover,
.biopak-button.primary-button:focus.just-icon:hover,
.duni-button.primary-button:active.just-icon:hover,
.biopak-button.primary-button:active.just-icon:hover {
    color: #444444;
}

.duni-button.primary-button svg path,
.biopak-button.primary-button svg path {
    fill: #ffffff;
}

.duni-button.primary-button.inverted,
.biopak-button.primary-button.inverted {
    line-height: normal;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    color: #181818;
}

.duni-button.primary-button.inverted:disabled,
.biopak-button.primary-button.inverted:disabled,
.duni-button.primary-button.inverted.disabled,
.biopak-button.primary-button.inverted.disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #ffffff;
}

.duni-button.primary-button.inverted:disabled svg path,
.biopak-button.primary-button.inverted:disabled svg path,
.duni-button.primary-button.inverted.disabled svg path,
.biopak-button.primary-button.inverted.disabled svg path {
    fill: #ffffff;
}

.duni-button.primary-button.inverted:hover,
.biopak-button.primary-button.inverted:hover,
.duni-button.primary-button.inverted:focus,
.biopak-button.primary-button.inverted:focus,
.duni-button.primary-button.inverted:active,
.biopak-button.primary-button.inverted:active {
    background-color: #dddddd;
    border-color: #dddddd;
    color: #181818;
}

.duni-button.primary-button.inverted:hover:disabled,
.biopak-button.primary-button.inverted:hover:disabled,
.duni-button.primary-button.inverted:focus:disabled,
.biopak-button.primary-button.inverted:focus:disabled,
.duni-button.primary-button.inverted:active:disabled,
.biopak-button.primary-button.inverted:active:disabled,
.duni-button.primary-button.inverted:hover.disabled,
.biopak-button.primary-button.inverted:hover.disabled,
.duni-button.primary-button.inverted:focus.disabled,
.biopak-button.primary-button.inverted:focus.disabled,
.duni-button.primary-button.inverted:active.disabled,
.biopak-button.primary-button.inverted:active.disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #ffffff;
}

.duni-button.primary-button.inverted:hover:disabled svg path,
.biopak-button.primary-button.inverted:hover:disabled svg path,
.duni-button.primary-button.inverted:focus:disabled svg path,
.biopak-button.primary-button.inverted:focus:disabled svg path,
.duni-button.primary-button.inverted:active:disabled svg path,
.biopak-button.primary-button.inverted:active:disabled svg path,
.duni-button.primary-button.inverted:hover.disabled svg path,
.biopak-button.primary-button.inverted:hover.disabled svg path,
.duni-button.primary-button.inverted:focus.disabled svg path,
.biopak-button.primary-button.inverted:focus.disabled svg path,
.duni-button.primary-button.inverted:active.disabled svg path,
.biopak-button.primary-button.inverted:active.disabled svg path {
    fill: #ffffff;
}

.duni-button.primary-button.inverted:hover svg path,
.biopak-button.primary-button.inverted:hover svg path,
.duni-button.primary-button.inverted:focus svg path,
.biopak-button.primary-button.inverted:focus svg path,
.duni-button.primary-button.inverted:active svg path,
.biopak-button.primary-button.inverted:active svg path {
    fill: #181818;
}

.duni-button.primary-button.inverted:hover.just-icon:hover,
.biopak-button.primary-button.inverted:hover.just-icon:hover,
.duni-button.primary-button.inverted:focus.just-icon:hover,
.biopak-button.primary-button.inverted:focus.just-icon:hover,
.duni-button.primary-button.inverted:active.just-icon:hover,
.biopak-button.primary-button.inverted:active.just-icon:hover {
    color: #444444;
}

.duni-button.primary-button.inverted svg path,
.biopak-button.primary-button.inverted svg path {
    fill: #181818;
}

.duni-button.primary-button.inverted a,
.biopak-button.primary-button.inverted a {
    line-height: normal;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    color: #181818;
}

.duni-button.primary-button.inverted a:disabled,
.biopak-button.primary-button.inverted a:disabled,
.duni-button.primary-button.inverted a.disabled,
.biopak-button.primary-button.inverted a.disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #ffffff;
}

.duni-button.primary-button.inverted a:disabled svg path,
.biopak-button.primary-button.inverted a:disabled svg path,
.duni-button.primary-button.inverted a.disabled svg path,
.biopak-button.primary-button.inverted a.disabled svg path {
    fill: #ffffff;
}

.duni-button.primary-button.inverted a:hover,
.biopak-button.primary-button.inverted a:hover,
.duni-button.primary-button.inverted a:focus,
.biopak-button.primary-button.inverted a:focus,
.duni-button.primary-button.inverted a:active,
.biopak-button.primary-button.inverted a:active {
    background-color: #dddddd;
    border-color: #dddddd;
    color: #181818;
}

.duni-button.primary-button.inverted a:hover:disabled,
.biopak-button.primary-button.inverted a:hover:disabled,
.duni-button.primary-button.inverted a:focus:disabled,
.biopak-button.primary-button.inverted a:focus:disabled,
.duni-button.primary-button.inverted a:active:disabled,
.biopak-button.primary-button.inverted a:active:disabled,
.duni-button.primary-button.inverted a:hover.disabled,
.biopak-button.primary-button.inverted a:hover.disabled,
.duni-button.primary-button.inverted a:focus.disabled,
.biopak-button.primary-button.inverted a:focus.disabled,
.duni-button.primary-button.inverted a:active.disabled,
.biopak-button.primary-button.inverted a:active.disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #ffffff;
}

.duni-button.primary-button.inverted a:hover:disabled svg path,
.biopak-button.primary-button.inverted a:hover:disabled svg path,
.duni-button.primary-button.inverted a:focus:disabled svg path,
.biopak-button.primary-button.inverted a:focus:disabled svg path,
.duni-button.primary-button.inverted a:active:disabled svg path,
.biopak-button.primary-button.inverted a:active:disabled svg path,
.duni-button.primary-button.inverted a:hover.disabled svg path,
.biopak-button.primary-button.inverted a:hover.disabled svg path,
.duni-button.primary-button.inverted a:focus.disabled svg path,
.biopak-button.primary-button.inverted a:focus.disabled svg path,
.duni-button.primary-button.inverted a:active.disabled svg path,
.biopak-button.primary-button.inverted a:active.disabled svg path {
    fill: #ffffff;
}

.duni-button.primary-button.inverted a:hover svg path,
.biopak-button.primary-button.inverted a:hover svg path,
.duni-button.primary-button.inverted a:focus svg path,
.biopak-button.primary-button.inverted a:focus svg path,
.duni-button.primary-button.inverted a:active svg path,
.biopak-button.primary-button.inverted a:active svg path {
    fill: #181818;
}

.duni-button.primary-button.inverted a:hover.just-icon:hover,
.biopak-button.primary-button.inverted a:hover.just-icon:hover,
.duni-button.primary-button.inverted a:focus.just-icon:hover,
.biopak-button.primary-button.inverted a:focus.just-icon:hover,
.duni-button.primary-button.inverted a:active.just-icon:hover,
.biopak-button.primary-button.inverted a:active.just-icon:hover {
    color: #444444;
}

.duni-button.primary-button.inverted a svg path,
.biopak-button.primary-button.inverted a svg path {
    fill: #181818;
}

.duni-button.primary-button a,
.biopak-button.primary-button a {
    line-height: normal;
    background-color: #181818;
    border: solid 1px #181818;
    color: #ffffff;
}

.duni-button.primary-button a:disabled,
.biopak-button.primary-button a:disabled,
.duni-button.primary-button a.disabled,
.biopak-button.primary-button a.disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #ffffff;
}

.duni-button.primary-button a:disabled svg path,
.biopak-button.primary-button a:disabled svg path,
.duni-button.primary-button a.disabled svg path,
.biopak-button.primary-button a.disabled svg path {
    fill: #ffffff;
}

.duni-button.primary-button a:hover,
.biopak-button.primary-button a:hover,
.duni-button.primary-button a:focus,
.biopak-button.primary-button a:focus,
.duni-button.primary-button a:active,
.biopak-button.primary-button a:active {
    background-color: #444444;
    border-color: #444444;
    color: #ffffff;
}

.duni-button.primary-button a:hover:disabled,
.biopak-button.primary-button a:hover:disabled,
.duni-button.primary-button a:focus:disabled,
.biopak-button.primary-button a:focus:disabled,
.duni-button.primary-button a:active:disabled,
.biopak-button.primary-button a:active:disabled,
.duni-button.primary-button a:hover.disabled,
.biopak-button.primary-button a:hover.disabled,
.duni-button.primary-button a:focus.disabled,
.biopak-button.primary-button a:focus.disabled,
.duni-button.primary-button a:active.disabled,
.biopak-button.primary-button a:active.disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #ffffff;
}

.duni-button.primary-button a:hover:disabled svg path,
.biopak-button.primary-button a:hover:disabled svg path,
.duni-button.primary-button a:focus:disabled svg path,
.biopak-button.primary-button a:focus:disabled svg path,
.duni-button.primary-button a:active:disabled svg path,
.biopak-button.primary-button a:active:disabled svg path,
.duni-button.primary-button a:hover.disabled svg path,
.biopak-button.primary-button a:hover.disabled svg path,
.duni-button.primary-button a:focus.disabled svg path,
.biopak-button.primary-button a:focus.disabled svg path,
.duni-button.primary-button a:active.disabled svg path,
.biopak-button.primary-button a:active.disabled svg path {
    fill: #ffffff;
}

.duni-button.primary-button a:hover svg path,
.biopak-button.primary-button a:hover svg path,
.duni-button.primary-button a:focus svg path,
.biopak-button.primary-button a:focus svg path,
.duni-button.primary-button a:active svg path,
.biopak-button.primary-button a:active svg path {
    fill: #ffffff;
}

.duni-button.primary-button a:hover.just-icon:hover,
.biopak-button.primary-button a:hover.just-icon:hover,
.duni-button.primary-button a:focus.just-icon:hover,
.biopak-button.primary-button a:focus.just-icon:hover,
.duni-button.primary-button a:active.just-icon:hover,
.biopak-button.primary-button a:active.just-icon:hover {
    color: #444444;
}

.duni-button.primary-button a svg path,
.biopak-button.primary-button a svg path {
    fill: #ffffff;
}

.duni-button.secondary-button,
.biopak-button.secondary-button {
    line-height: normal;
    background-color: transparent;
    border: solid 1px #181818;
    color: #181818;
}

.duni-button.secondary-button:disabled,
.biopak-button.secondary-button:disabled,
.duni-button.secondary-button.disabled,
.biopak-button.secondary-button.disabled {
    background-color: transparent;
    border-color: #dddddd;
    color: #dddddd;
}

.duni-button.secondary-button:disabled svg path,
.biopak-button.secondary-button:disabled svg path,
.duni-button.secondary-button.disabled svg path,
.biopak-button.secondary-button.disabled svg path {
    fill: #dddddd;
}

.duni-button.secondary-button:hover,
.biopak-button.secondary-button:hover,
.duni-button.secondary-button:focus,
.biopak-button.secondary-button:focus,
.duni-button.secondary-button:active,
.biopak-button.secondary-button:active {
    background-color: #181818;
    border-color: #181818;
    color: #ffffff;
}

.duni-button.secondary-button:hover:disabled,
.biopak-button.secondary-button:hover:disabled,
.duni-button.secondary-button:focus:disabled,
.biopak-button.secondary-button:focus:disabled,
.duni-button.secondary-button:active:disabled,
.biopak-button.secondary-button:active:disabled,
.duni-button.secondary-button:hover.disabled,
.biopak-button.secondary-button:hover.disabled,
.duni-button.secondary-button:focus.disabled,
.biopak-button.secondary-button:focus.disabled,
.duni-button.secondary-button:active.disabled,
.biopak-button.secondary-button:active.disabled {
    background-color: transparent;
    border-color: #dddddd;
    color: #dddddd;
}

.duni-button.secondary-button:hover:disabled svg path,
.biopak-button.secondary-button:hover:disabled svg path,
.duni-button.secondary-button:focus:disabled svg path,
.biopak-button.secondary-button:focus:disabled svg path,
.duni-button.secondary-button:active:disabled svg path,
.biopak-button.secondary-button:active:disabled svg path,
.duni-button.secondary-button:hover.disabled svg path,
.biopak-button.secondary-button:hover.disabled svg path,
.duni-button.secondary-button:focus.disabled svg path,
.biopak-button.secondary-button:focus.disabled svg path,
.duni-button.secondary-button:active.disabled svg path,
.biopak-button.secondary-button:active.disabled svg path {
    fill: #dddddd;
}

.duni-button.secondary-button:hover svg path,
.biopak-button.secondary-button:hover svg path,
.duni-button.secondary-button:focus svg path,
.biopak-button.secondary-button:focus svg path,
.duni-button.secondary-button:active svg path,
.biopak-button.secondary-button:active svg path {
    fill: #ffffff;
}

.duni-button.secondary-button:hover.just-icon:hover,
.biopak-button.secondary-button:hover.just-icon:hover,
.duni-button.secondary-button:focus.just-icon:hover,
.biopak-button.secondary-button:focus.just-icon:hover,
.duni-button.secondary-button:active.just-icon:hover,
.biopak-button.secondary-button:active.just-icon:hover {
    color: #444444;
}

.duni-button.secondary-button svg path,
.biopak-button.secondary-button svg path {
    fill: #181818;
}

.duni-button.secondary-button .badge-primary-inverted,
.biopak-button.secondary-button .badge-primary-inverted {
    background-color: #181818;
    color: #ffffff;
}

.duni-button.secondary-button .badge-primary-inverted:hover,
.biopak-button.secondary-button .badge-primary-inverted:hover,
.duni-button.secondary-button .badge-primary-inverted:focus,
.biopak-button.secondary-button .badge-primary-inverted:focus {
    background-color: #ffffff;
    color: #181818;
}

.duni-button.secondary-button.inverted,
.biopak-button.secondary-button.inverted {
    line-height: normal;
    background-color: transparent;
    border: solid 1px #ffffff;
    color: #ffffff;
}

.duni-button.secondary-button.inverted:disabled,
.biopak-button.secondary-button.inverted:disabled,
.duni-button.secondary-button.inverted.disabled,
.biopak-button.secondary-button.inverted.disabled {
    background-color: transparent;
    border-color: #cccccc;
    color: #cccccc;
}

.duni-button.secondary-button.inverted:disabled svg path,
.biopak-button.secondary-button.inverted:disabled svg path,
.duni-button.secondary-button.inverted.disabled svg path,
.biopak-button.secondary-button.inverted.disabled svg path {
    fill: #cccccc;
}

.duni-button.secondary-button.inverted:hover,
.biopak-button.secondary-button.inverted:hover,
.duni-button.secondary-button.inverted:focus,
.biopak-button.secondary-button.inverted:focus,
.duni-button.secondary-button.inverted:active,
.biopak-button.secondary-button.inverted:active {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #181818;
}

.duni-button.secondary-button.inverted:hover:disabled,
.biopak-button.secondary-button.inverted:hover:disabled,
.duni-button.secondary-button.inverted:focus:disabled,
.biopak-button.secondary-button.inverted:focus:disabled,
.duni-button.secondary-button.inverted:active:disabled,
.biopak-button.secondary-button.inverted:active:disabled,
.duni-button.secondary-button.inverted:hover.disabled,
.biopak-button.secondary-button.inverted:hover.disabled,
.duni-button.secondary-button.inverted:focus.disabled,
.biopak-button.secondary-button.inverted:focus.disabled,
.duni-button.secondary-button.inverted:active.disabled,
.biopak-button.secondary-button.inverted:active.disabled {
    background-color: transparent;
    border-color: #cccccc;
    color: #cccccc;
}

.duni-button.secondary-button.inverted:hover:disabled svg path,
.biopak-button.secondary-button.inverted:hover:disabled svg path,
.duni-button.secondary-button.inverted:focus:disabled svg path,
.biopak-button.secondary-button.inverted:focus:disabled svg path,
.duni-button.secondary-button.inverted:active:disabled svg path,
.biopak-button.secondary-button.inverted:active:disabled svg path,
.duni-button.secondary-button.inverted:hover.disabled svg path,
.biopak-button.secondary-button.inverted:hover.disabled svg path,
.duni-button.secondary-button.inverted:focus.disabled svg path,
.biopak-button.secondary-button.inverted:focus.disabled svg path,
.duni-button.secondary-button.inverted:active.disabled svg path,
.biopak-button.secondary-button.inverted:active.disabled svg path {
    fill: #cccccc;
}

.duni-button.secondary-button.inverted:hover svg path,
.biopak-button.secondary-button.inverted:hover svg path,
.duni-button.secondary-button.inverted:focus svg path,
.biopak-button.secondary-button.inverted:focus svg path,
.duni-button.secondary-button.inverted:active svg path,
.biopak-button.secondary-button.inverted:active svg path {
    fill: #181818;
}

.duni-button.secondary-button.inverted:hover.just-icon:hover,
.biopak-button.secondary-button.inverted:hover.just-icon:hover,
.duni-button.secondary-button.inverted:focus.just-icon:hover,
.biopak-button.secondary-button.inverted:focus.just-icon:hover,
.duni-button.secondary-button.inverted:active.just-icon:hover,
.biopak-button.secondary-button.inverted:active.just-icon:hover {
    color: #444444;
}

.duni-button.secondary-button.inverted svg path,
.biopak-button.secondary-button.inverted svg path {
    fill: #ffffff;
}

.duni-button.secondary-button a,
.biopak-button.secondary-button a {
    line-height: normal;
    background-color: transparent;
    border: solid 1px #181818;
    color: #181818;
}

.duni-button.secondary-button a:disabled,
.biopak-button.secondary-button a:disabled,
.duni-button.secondary-button a.disabled,
.biopak-button.secondary-button a.disabled {
    background-color: transparent;
    border-color: #dddddd;
    color: #dddddd;
}

.duni-button.secondary-button a:disabled svg path,
.biopak-button.secondary-button a:disabled svg path,
.duni-button.secondary-button a.disabled svg path,
.biopak-button.secondary-button a.disabled svg path {
    fill: #dddddd;
}

.duni-button.secondary-button a:hover,
.biopak-button.secondary-button a:hover,
.duni-button.secondary-button a:focus,
.biopak-button.secondary-button a:focus,
.duni-button.secondary-button a:active,
.biopak-button.secondary-button a:active {
    background-color: #181818;
    border-color: #181818;
    color: #ffffff;
}

.duni-button.secondary-button a:hover:disabled,
.biopak-button.secondary-button a:hover:disabled,
.duni-button.secondary-button a:focus:disabled,
.biopak-button.secondary-button a:focus:disabled,
.duni-button.secondary-button a:active:disabled,
.biopak-button.secondary-button a:active:disabled,
.duni-button.secondary-button a:hover.disabled,
.biopak-button.secondary-button a:hover.disabled,
.duni-button.secondary-button a:focus.disabled,
.biopak-button.secondary-button a:focus.disabled,
.duni-button.secondary-button a:active.disabled,
.biopak-button.secondary-button a:active.disabled {
    background-color: transparent;
    border-color: #dddddd;
    color: #dddddd;
}

.duni-button.secondary-button a:hover:disabled svg path,
.biopak-button.secondary-button a:hover:disabled svg path,
.duni-button.secondary-button a:focus:disabled svg path,
.biopak-button.secondary-button a:focus:disabled svg path,
.duni-button.secondary-button a:active:disabled svg path,
.biopak-button.secondary-button a:active:disabled svg path,
.duni-button.secondary-button a:hover.disabled svg path,
.biopak-button.secondary-button a:hover.disabled svg path,
.duni-button.secondary-button a:focus.disabled svg path,
.biopak-button.secondary-button a:focus.disabled svg path,
.duni-button.secondary-button a:active.disabled svg path,
.biopak-button.secondary-button a:active.disabled svg path {
    fill: #dddddd;
}

.duni-button.secondary-button a:hover svg path,
.biopak-button.secondary-button a:hover svg path,
.duni-button.secondary-button a:focus svg path,
.biopak-button.secondary-button a:focus svg path,
.duni-button.secondary-button a:active svg path,
.biopak-button.secondary-button a:active svg path {
    fill: #ffffff;
}

.duni-button.secondary-button a:hover.just-icon:hover,
.biopak-button.secondary-button a:hover.just-icon:hover,
.duni-button.secondary-button a:focus.just-icon:hover,
.biopak-button.secondary-button a:focus.just-icon:hover,
.duni-button.secondary-button a:active.just-icon:hover,
.biopak-button.secondary-button a:active.just-icon:hover {
    color: #444444;
}

.duni-button.secondary-button a svg path,
.biopak-button.secondary-button a svg path {
    fill: #181818;
}

.duni-button.just-icon,
.biopak-button.just-icon {
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: var(--font-size-button-icon-only);
    border: none;
}

.duni-button.just-icon-lg,
.biopak-button.just-icon-lg {
    padding: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: var(--font-size-button-icon-only);
}

.duni-button.file-button,
.biopak-button.file-button {
    width: 75px;
    height: 75px;
    border: solid 1px #dddddd;
    background-image: url(../../_ui/responsive/common/images/plus.svg);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.duni-button.link-button,
.biopak-button.link-button {
    line-height: normal;
    background-color: transparent;
    border: solid 1px transparent;
    color: #181818;
    padding: 0;
    text-decoration: underline;
    font-size: var(--font-size-button);
}

.duni-button.link-button:disabled,
.biopak-button.link-button:disabled,
.duni-button.link-button.disabled,
.biopak-button.link-button.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #cccccc;
}

.duni-button.link-button:disabled svg path,
.biopak-button.link-button:disabled svg path,
.duni-button.link-button.disabled svg path,
.biopak-button.link-button.disabled svg path {
    fill: #cccccc;
}

.duni-button.link-button:hover,
.biopak-button.link-button:hover,
.duni-button.link-button:focus,
.biopak-button.link-button:focus,
.duni-button.link-button:active,
.biopak-button.link-button:active {
    background-color: transparent;
    border-color: transparent;
    color: #27809b;
}

.duni-button.link-button:hover:disabled,
.biopak-button.link-button:hover:disabled,
.duni-button.link-button:focus:disabled,
.biopak-button.link-button:focus:disabled,
.duni-button.link-button:active:disabled,
.biopak-button.link-button:active:disabled,
.duni-button.link-button:hover.disabled,
.biopak-button.link-button:hover.disabled,
.duni-button.link-button:focus.disabled,
.biopak-button.link-button:focus.disabled,
.duni-button.link-button:active.disabled,
.biopak-button.link-button:active.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #cccccc;
}

.duni-button.link-button:hover:disabled svg path,
.biopak-button.link-button:hover:disabled svg path,
.duni-button.link-button:focus:disabled svg path,
.biopak-button.link-button:focus:disabled svg path,
.duni-button.link-button:active:disabled svg path,
.biopak-button.link-button:active:disabled svg path,
.duni-button.link-button:hover.disabled svg path,
.biopak-button.link-button:hover.disabled svg path,
.duni-button.link-button:focus.disabled svg path,
.biopak-button.link-button:focus.disabled svg path,
.duni-button.link-button:active.disabled svg path,
.biopak-button.link-button:active.disabled svg path {
    fill: #cccccc;
}

.duni-button.link-button:hover svg path,
.biopak-button.link-button:hover svg path,
.duni-button.link-button:focus svg path,
.biopak-button.link-button:focus svg path,
.duni-button.link-button:active svg path,
.biopak-button.link-button:active svg path {
    fill: #27809b;
}

.duni-button.link-button:hover.just-icon:hover,
.biopak-button.link-button:hover.just-icon:hover,
.duni-button.link-button:focus.just-icon:hover,
.biopak-button.link-button:focus.just-icon:hover,
.duni-button.link-button:active.just-icon:hover,
.biopak-button.link-button:active.just-icon:hover {
    color: #444444;
}

.duni-button.link-button svg path,
.biopak-button.link-button svg path {
    fill: #181818;
}

.duni-button.link-button.inverted,
.biopak-button.link-button.inverted {
    line-height: normal;
    background-color: transparent;
    border: solid 1px transparent;
    color: #ffffff;
}

.duni-button.link-button.inverted:disabled,
.biopak-button.link-button.inverted:disabled,
.duni-button.link-button.inverted.disabled,
.biopak-button.link-button.inverted.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #cccccc;
}

.duni-button.link-button.inverted:disabled svg path,
.biopak-button.link-button.inverted:disabled svg path,
.duni-button.link-button.inverted.disabled svg path,
.biopak-button.link-button.inverted.disabled svg path {
    fill: #cccccc;
}

.duni-button.link-button.inverted:hover,
.biopak-button.link-button.inverted:hover,
.duni-button.link-button.inverted:focus,
.biopak-button.link-button.inverted:focus,
.duni-button.link-button.inverted:active,
.biopak-button.link-button.inverted:active {
    background-color: transparent;
    border-color: transparent;
    color: #dddddd;
}

.duni-button.link-button.inverted:hover:disabled,
.biopak-button.link-button.inverted:hover:disabled,
.duni-button.link-button.inverted:focus:disabled,
.biopak-button.link-button.inverted:focus:disabled,
.duni-button.link-button.inverted:active:disabled,
.biopak-button.link-button.inverted:active:disabled,
.duni-button.link-button.inverted:hover.disabled,
.biopak-button.link-button.inverted:hover.disabled,
.duni-button.link-button.inverted:focus.disabled,
.biopak-button.link-button.inverted:focus.disabled,
.duni-button.link-button.inverted:active.disabled,
.biopak-button.link-button.inverted:active.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #cccccc;
}

.duni-button.link-button.inverted:hover:disabled svg path,
.biopak-button.link-button.inverted:hover:disabled svg path,
.duni-button.link-button.inverted:focus:disabled svg path,
.biopak-button.link-button.inverted:focus:disabled svg path,
.duni-button.link-button.inverted:active:disabled svg path,
.biopak-button.link-button.inverted:active:disabled svg path,
.duni-button.link-button.inverted:hover.disabled svg path,
.biopak-button.link-button.inverted:hover.disabled svg path,
.duni-button.link-button.inverted:focus.disabled svg path,
.biopak-button.link-button.inverted:focus.disabled svg path,
.duni-button.link-button.inverted:active.disabled svg path,
.biopak-button.link-button.inverted:active.disabled svg path {
    fill: #cccccc;
}

.duni-button.link-button.inverted:hover svg path,
.biopak-button.link-button.inverted:hover svg path,
.duni-button.link-button.inverted:focus svg path,
.biopak-button.link-button.inverted:focus svg path,
.duni-button.link-button.inverted:active svg path,
.biopak-button.link-button.inverted:active svg path {
    fill: #dddddd;
}

.duni-button.link-button.inverted:hover.just-icon:hover,
.biopak-button.link-button.inverted:hover.just-icon:hover,
.duni-button.link-button.inverted:focus.just-icon:hover,
.biopak-button.link-button.inverted:focus.just-icon:hover,
.duni-button.link-button.inverted:active.just-icon:hover,
.biopak-button.link-button.inverted:active.just-icon:hover {
    color: #444444;
}

.duni-button.link-button.inverted svg path,
.biopak-button.link-button.inverted svg path {
    fill: #ffffff;
}

.duni-button.link-button:hover,
.biopak-button.link-button:hover,
.duni-button.link-button:focus,
.biopak-button.link-button:focus,
.duni-button.link-button:active,
.biopak-button.link-button:active {
    text-decoration: underline;
}

.duni-button.link-button.disabled,
.biopak-button.link-button.disabled,
.duni-button.link-button:disabled,
.biopak-button.link-button:disabled {
    color: #cccccc;
    cursor: not-allowed;
}

.duni-button.link-button.disabled:hover,
.biopak-button.link-button.disabled:hover,
.duni-button.link-button:disabled:hover,
.biopak-button.link-button:disabled:hover,
.duni-button.link-button.disabled:focus,
.biopak-button.link-button.disabled:focus,
.duni-button.link-button:disabled:focus,
.biopak-button.link-button:disabled:focus,
.duni-button.link-button.disabled:active,
.biopak-button.link-button.disabled:active,
.duni-button.link-button:disabled:active,
.biopak-button.link-button:disabled:active {
    color: #cccccc;
    text-decoration: underline;
}

button.duni-button.link-button,
button.biopak-button.link-button {
    text-transform: uppercase;
    font-family: Inter, Roboto, sans-serif;
    font-weight: 500;
}

.duni-button.link-button.link-more,
.biopak-button.link-button.link-more {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.duni-button.link-button.link-more span:hover,
.biopak-button.link-button.link-more span:hover,
.duni-button.link-button.link-more span:focus,
.biopak-button.link-button.link-more span:focus {
    text-decoration: underline;
}

.duni-button.link-button.link-more span:after,
.biopak-button.link-button.link-more span:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #27809b;
    margin: 4px 10px;
}

.duni-button.link-button.link-more svg,
.biopak-button.link-button.link-more svg {
    display: inline-block;
    width: 34px;
    height: 34px;
}

.duni-button .badge,
.biopak-button .badge {
    border-radius: 50%;
}

@media(max-width:1023px) {

    .duni-button,
    .biopak-button {
        font-size: var(--font-size-button);
    }
}

.duni-button .icon-prepend,
.biopak-button .icon-prepend {
    margin-right: 10px;
}

.duni-button .icon-append,
.biopak-button .icon-append {
    margin-left: 10px;
}

.duni-button a,
.biopak-button a {
    text-decoration: none;
    font-family: inherit;
    border-radius: 56px;
    padding: 18px 32px 18px 32px;
}

.duni-button a:hover,
.biopak-button a:hover {
    text-decoration: none;
}

.duni-loading-button[loading] {
    background-image: url(../../_ui/responsive/common/images/loader.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px;
    padding-right: 30px !important;
}

.back-link {
    font-size: 13px;
    line-height: 22px;
    color: #181818;
    display: flex;
    align-items: center;
}

.back-link svg {
    margin-right: 8px;
}

.back-link span {
    text-decoration: underline;
}

svg {
    min-width: 20px;
    height: 20px;
}

svg.prepend {
    margin-right: 10px;
}

svg.append {
    margin-left: 10px;
}

input,
textarea {
    font-family: Inter, Roboto, sans-serif;
    border: 1px solid #8b8a88;
    border-radius: 2px;
    box-shadow: none;
}

input::placeholder,
textarea::placeholder,
input.form-control::placeholder,
textarea.form-control::placeholder {
    opacity: 0;
    color: transparent;
}

input[type="hidden"] {
    display: none;
}

input[type="hidden"]:not([value=on])+label {
    display: none;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: unset;
    outline-offset: unset;
}

textarea {
    min-height: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select.duni-select {
    display: none;
}

select.show-thumbnails+.duni-select-mirror .thumbnail {
    background-color: transparent;
    width: 56px;
    height: 56px;
    margin-bottom: 0;
    padding: 0;
    border: none;
    margin-right: 16px;
}

select.show-thumbnails .selected .value {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 4px 0;
}

select.variant-selector+.duni-select-mirror>.options .option[data-selected]:after {
    width: 24px;
    height: 24px;
    content: "";
    background: #27809b;
    border: none;
    position: absolute;
    right: 24px;
    border-radius: 50%;
    z-index: 0;
}

select.variant-selector+.duni-select-mirror>.options .option[data-selected]:before {
    content: "";
    background: white;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 24px;
    z-index: 1;
    border-radius: 50%;
    transform: translateX(-7px);
}

.duni-select-mirror {
    margin: 5px 0;
    position: relative;
}

.duni-select-mirror span.selected {
    border-radius: 2px;
    display: block;
    cursor: pointer;
}

.duni-select-mirror span.selected:after {
    transition: all ease .3s;
    font-family: "duni-icons";
    content: "\e908";
    margin-left: 8px;
    display: inline-block;
}

.duni-select-mirror span.selected .content {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
}

.duni-select-mirror>.options {
    margin: 0;
    padding: 0;
    border: solid 1px #cccccc;
    border-top: none;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 3;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3);
    top: 100%;
    max-height: 337.5px;
    overflow: auto;
}

.duni-select-mirror>.options .option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    cursor: pointer;
    background-color: #ffffff;
    margin: 0;
    color: #181818;
    min-height: 64px;
    padding: 24px 24px;
    font-size: var(--font-size-base);
    text-wrap: pretty;
}

.duni-select-mirror>.options .option.disabled {
    color: #cccccc;
    cursor: not-allowed;
}

.duni-select-mirror>.options .option[data-selected] {
    background-color: #eeeeee;
}

.duni-select-mirror>.options .option[data-selected]:not(:empty):after {
    content: "\e913";
    font-family: "duni-icons";
}

.duni-select-mirror>.options .option:last-of-type {
    border: none;
}

.duni-select-mirror>.options .option:hover {
    background-color: #eeeeee;
}

.duni-select-mirror>.options .option.with-thumbnails {
    padding-top: 0;
    padding-bottom: 0;
    height: calc(56px + 16px);
}

.duni-select-mirror>.options .option .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.duni-select-mirror.open span.selected:after {
    transform: rotate(180deg);
}

.duni-select-mirror.open>ul {
    display: block;
    z-index: 1;
}

.duni-select-mirror.show-tooltip:hover .tooltip {
    display: flex;
    opacity: 1;
    width: 100%;
    top: -5%;
    max-width: 90%;
    transform: translate(5%, -100%);
    justify-content: center;
}

.duni-select-mirror.show-tooltip:hover .tooltip .tooltip-inner {
    display: inline-block;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    text-decoration: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: var(--font-size-xs);
    background: #181818;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 2px;
    max-width: unset;
}

.duni-select-mirror.show-tooltip .tooltip {
    display: none;
}

.checkbox label {
    padding-left: 0;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font: inherit;
    display: inline-flex;
    width: 24px;
    height: 24px;
    border: solid 1px #cccccc;
    place-content: center;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
    align-self: flex-start;
}

input[type=checkbox]:disabled,
input[type=checkbox]:checked:disabled,
input[type=checkbox][readonly],
input[type=checkbox]:checked[readonly],
input[type=checkbox][readonly=true],
input[type=checkbox]:checked[readonly=true],
input[type=checkbox][readonly='readonly'],
input[type=checkbox]:checked[readonly='readonly'] {
    background: #eeeeee;
    cursor: not-allowed;
}

input[type=checkbox]:checked:disabled,
input[type=checkbox]:checked:read-only {
    border-color: transparent;
}

input[type=checkbox]+label,
input[type=checkbox]~label {
    padding-left: 16px;
    position: relative;
    cursor: pointer;
    max-width: calc(100% - 40px);
    margin-bottom: 0;
}

input[type=checkbox].loading {
    transition: none;
    border: 3px solid #27809b;
    border-bottom-color: transparent;
    border-radius: 50%;
    top: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    width: 24px;
    height: 24px;
    background-color: transparent;
}

input[type=checkbox].loading:checked,
input[type=checkbox].loading:checked[readonly],
input[type=checkbox].loading:checked[readonly=true],
input[type=checkbox].loading:checked[readonly=readonly] {
    transition: none;
    background: transparent;
    border-color: #27809b;
    border-bottom-color: transparent;
}

input[type=checkbox].loading::before,
input[type=checkbox].loading:checked::before {
    content: unset;
}

input[type=checkbox].loading::after,
input[type=checkbox].loading:checked::after {
    transition: none;
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 8px;
    top: 14px;
    border: 5px solid transparent;
    border-right-color: #27809b;
    transform: rotate(-40deg);
    background: transparent;
    width: unset;
    height: unset;
    border-radius: unset;
}

input[type=checkbox]:checked {
    background-color: #27809b;
}

input[type=checkbox]:checked::after {
    content: '';
    left: 8px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

input[type=checkbox].duni-toggle {
    width: 40px;
    border-radius: 50px;
    background-color: #777777;
    border-color: transparent;
}

input[type=checkbox].duni-toggle:after {
    content: "";
    left: 3px;
    position: absolute;
    top: 2px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: left ease-in-out 0.3s;
}

input[type=checkbox].duni-toggle:checked {
    background-color: #27809b;
}

input[type=checkbox].duni-toggle:checked:after {
    content: "";
    left: calc(100% - 18px - 3px);
}

input[type=checkbox].duni-toggle:disabled,
input[type=checkbox].duni-toggle[readonly],
input[type=checkbox].duni-toggle[readonly=true],
input[type=checkbox].duni-toggle[readonly='readonly'] {
    background-color: #eeeeee;
}

input[type=checkbox].duni-toggle:disabled:checked,
input[type=checkbox].duni-toggle[readonly]:checked,
input[type=checkbox].duni-toggle[readonly=true]:checked,
input[type=checkbox].duni-toggle[readonly='readonly']:checked {
    background-color: #27809b;
}

input[type=checkbox].duni-toggle:disabled:checked:after,
input[type=checkbox].duni-toggle[readonly]:checked:after,
input[type=checkbox].duni-toggle[readonly=true]:checked:after,
input[type=checkbox].duni-toggle[readonly='readonly']:checked:after {
    background-color: #eeeeee;
}

input[type=checkbox].duni-toggle.loading {
    transition: none;
    border: 3px solid #27809b;
    border-bottom-color: transparent;
    border-radius: 50%;
    top: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    width: 24px;
    height: 24px;
    background-color: transparent;
}

input[type=checkbox].duni-toggle.loading:checked,
input[type=checkbox].duni-toggle.loading:checked[readonly],
input[type=checkbox].duni-toggle.loading:checked[readonly=true],
input[type=checkbox].duni-toggle.loading:checked[readonly=readonly] {
    transition: none;
    background: transparent;
    border-color: #27809b;
    border-bottom-color: transparent;
}

input[type=checkbox].duni-toggle.loading::before,
input[type=checkbox].duni-toggle.loading:checked::before {
    content: unset;
}

input[type=checkbox].duni-toggle.loading::after,
input[type=checkbox].duni-toggle.loading:checked::after {
    transition: none;
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 8px;
    top: 14px;
    border: 5px solid transparent;
    border-right-color: #27809b;
    transform: rotate(-40deg);
    background: transparent;
    width: unset;
    height: unset;
    border-radius: unset;
}

input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font: inherit;
    display: inline-flex;
    width: 24px;
    height: 24px;
    border: solid 1px #cccccc;
    place-content: center;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    align-self: flex-start;
}

input[type=radio]:disabled,
input[type=radio]:checked:disabled,
input[type=radio][readonly],
input[type=radio]:checked[readonly],
input[type=radio][readonly=true],
input[type=radio]:checked[readonly=true],
input[type=radio][readonly='readonly'],
input[type=radio]:checked[readonly='readonly'] {
    background: #eeeeee;
    cursor: not-allowed;
}

input[type=radio]:checked:disabled,
input[type=radio]:checked:read-only {
    border-color: transparent;
}

input[type=radio]+label,
input[type=radio]~label {
    padding-left: 16px;
    position: relative;
    cursor: pointer;
    max-width: calc(100% - 40px);
    margin-bottom: 0;
}

input[type=radio].loading {
    transition: none;
    border: 3px solid #27809b;
    border-bottom-color: transparent;
    border-radius: 50%;
    top: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    width: 24px;
    height: 24px;
    background-color: transparent;
}

input[type=radio].loading:checked,
input[type=radio].loading:checked[readonly],
input[type=radio].loading:checked[readonly=true],
input[type=radio].loading:checked[readonly=readonly] {
    transition: none;
    background: transparent;
    border-color: #27809b;
    border-bottom-color: transparent;
}

input[type=radio].loading::before,
input[type=radio].loading:checked::before {
    content: unset;
}

input[type=radio].loading::after,
input[type=radio].loading:checked::after {
    transition: none;
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 8px;
    top: 14px;
    border: 5px solid transparent;
    border-right-color: #27809b;
    transform: rotate(-40deg);
    background: transparent;
    width: unset;
    height: unset;
    border-radius: unset;
}

input[type=radio]:checked {
    background-color: #27809b;
}

input[type=radio]:checked::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    left: 6px;
    top: 6px;
}

input[type=radio].duni-toggle {
    width: 40px;
    border-radius: 50px;
    background-color: #777777;
    border-color: transparent;
}

input[type=radio].duni-toggle:after {
    content: "";
    left: 3px;
    position: absolute;
    top: 2px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: left ease-in-out 0.3s;
}

input[type=radio].duni-toggle:checked {
    background-color: #27809b;
}

input[type=radio].duni-toggle:checked:after {
    content: "";
    left: calc(100% - 18px - 3px);
}

input[type=radio].duni-toggle:disabled,
input[type=radio].duni-toggle[readonly],
input[type=radio].duni-toggle[readonly=true],
input[type=radio].duni-toggle[readonly='readonly'] {
    background-color: #eeeeee;
}

input[type=radio].duni-toggle:disabled:checked,
input[type=radio].duni-toggle[readonly]:checked,
input[type=radio].duni-toggle[readonly=true]:checked,
input[type=radio].duni-toggle[readonly='readonly']:checked {
    background-color: #27809b;
}

input[type=radio].duni-toggle:disabled:checked:after,
input[type=radio].duni-toggle[readonly]:checked:after,
input[type=radio].duni-toggle[readonly=true]:checked:after,
input[type=radio].duni-toggle[readonly='readonly']:checked:after {
    background-color: #eeeeee;
}

input[type=radio].duni-toggle.loading {
    transition: none;
    border: 3px solid #27809b;
    border-bottom-color: transparent;
    border-radius: 50%;
    top: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    width: 24px;
    height: 24px;
    background-color: transparent;
}

input[type=radio].duni-toggle.loading:checked,
input[type=radio].duni-toggle.loading:checked[readonly],
input[type=radio].duni-toggle.loading:checked[readonly=true],
input[type=radio].duni-toggle.loading:checked[readonly=readonly] {
    transition: none;
    background: transparent;
    border-color: #27809b;
    border-bottom-color: transparent;
}

input[type=radio].duni-toggle.loading::before,
input[type=radio].duni-toggle.loading:checked::before {
    content: unset;
}

input[type=radio].duni-toggle.loading::after,
input[type=radio].duni-toggle.loading:checked::after {
    transition: none;
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 8px;
    top: 14px;
    border: 5px solid transparent;
    border-right-color: #27809b;
    transform: rotate(-40deg);
    background: transparent;
    width: unset;
    height: unset;
    border-radius: unset;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: unset;
    margin-top: unset;
}

.wholesaler-selector-component {
    margin: 0 auto;
    padding: 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wholesaler-selector-component p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.wholesaler-selector-component p strong {
    font-weight: 700;
}

.wholesaler-selector-component .pencil-modal {
    color: #000000;
    position: relative;
}

.wholesaler-selector-component .pencil-modal a {
    color: #000000;
}

.wholesaler-selector-component .pencil-modal svg {
    width: 12px;
    height: 12px;
    top: -3px;
    right: 0px;
    position: relative;
}

.wholesaler-selector-component #wholesaler-list-selector {
    display: none;
}

.wholesaler-selector-component__data {
    position: relative;
}

.wholesaler-selector-component__wholesaler {
    display: inline-flex;
    align-items: center;
    line-height: 60px;
}

.wholesaler-selector-component__container {
    display: flex;
}

.wholesaler-selector-component__container .preferred-delivery-date {
    font-weight: 700;
}

@media screen and (max-width:639px) {
    .wholesaler-selector-component {
        flex-direction: column;
    }

    .wholesaler-selector-component p {
        margin: 20px 0;
        text-align: center;
    }

    .wholesaler-selector-component p strong {
        display: block;
    }

    .wholesaler-selector-component .wholesaler-selector-component__wholesaler {
        display: block;
        align-items: center;
        line-height: 60px;
    }

    .wholesaler-selector-component .wholesaler-selector-component__container {
        display: block;
        text-align: center;
    }
}

.wholesaler-list-selector-component {
    margin: 16px;
}

.wholesaler-list-selector-component .wholesalers {
    display: flex;
    min-width: 570px;
}

.wholesaler-list-selector-component .wholesalers .wholesaler-list {
    padding: 0;
    margin: 0;
    flex: 7;
    border: solid 1px #dddddd;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 250px;
    margin-right: -15px;
}

.wholesaler-list-selector-component .wholesalers .wholesaler-list .wholesaler {
    list-style-type: none;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.wholesaler-list-selector-component .wholesalers .wholesaler-list .wholesaler.preferred {
    background-color: #eeeeee;
    position: sticky;
    top: 0;
    font-weight: 700;
    cursor: default;
    z-index: 2;
}

.wholesaler-list-selector-component .wholesalers .wholesaler-list .wholesaler.preferred:before,
.wholesaler-list-selector-component .wholesalers .wholesaler-list .wholesaler.preferred:after {
    position: absolute;
    top: 5px;
    right: -1px;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 15px 12.5px 0;
    border-color: transparent #ffffff transparent transparent;
}

.wholesaler-list-selector-component .wholesalers .wholesaler-list .wholesaler.preferred:before {
    top: 4px;
    right: 0px;
    border-width: 13.5px 16px 13.5px 0;
    border-color: transparent #dddddd transparent transparent;
}

.wholesaler-list-selector-component .wholesalers .wholesaler-list .wholesaler.currently-preferred {
    display: none;
}

.wholesaler-list-selector-component .wholesalers .wholesaler-list .wholesaler:hover {
    font-weight: 700;
}

.wholesaler-list-selector-component .wholesalers .wholesaler-list .wholesaler .address-details {
    display: none;
}

.wholesaler-list-selector-component .wholesalers .selected-wholesaler-address {
    flex: 5;
    padding: 16px;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    border-left: none;
    position: relative;
}

.wholesaler-list-selector-component .wholesalers .selected-wholesaler-address p {
    margin: 0;
    font-size: 11px;
}

.wholesaler-list-selector-component .wholesalers .selected-wholesaler-address p.name {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.41px;
    border-bottom: solid 1px #cccccc;
}

.wholesaler-list-selector-component .wholesalers .selected-wholesaler-address .address {
    padding: 8px 0;
    border-bottom: solid 1px #cccccc;
}

.wholesaler-list-selector-component .wholesalers .selected-wholesaler-address .contact p {
    line-height: 24px;
    padding-left: 24px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left 5px;
    margin: 8px 0;
}

.wholesaler-list-selector-component .wholesalers .selected-wholesaler-address .contact p.phone {
    background-image: url(../../_ui/responsive/common/images/phone.svg);
}

.wholesaler-list-selector-component .wholesalers .selected-wholesaler-address .contact p.email {
    background-image: url(../../_ui/responsive/common/images/mail.svg);
}

@media screen and (max-width:639px) {
    .wholesaler-list-selector-component {
        padding-bottom: 170px;
        height: 100%;
        box-sizing: content-box;
    }

    .wholesaler-list-selector-component .wholesalers {
        min-width: 0;
        flex-direction: column;
    }

    .wholesaler-list-selector-component .wholesalers .wholesaler-list {
        max-height: 185px;
        margin: 0;
    }

    .wholesaler-list-selector-component .wholesalers .wholesaler-list .wholesaler:before,
    .wholesaler-list-selector-component .wholesalers .wholesaler-list .wholesaler:after {
        display: none;
    }

    .wholesaler-list-selector-component .wholesalers .wholesaler-list .wholesaler .preferred {
        display: none;
    }

    .wholesaler-list-selector-component .wholesalers .wholesaler-list .wholesaler .currently-preferred {
        background-color: #eeeeee;
        font-weight: 700;
        cursor: default;
        z-index: 2;
    }

    .wholesaler-list-selector-component .wholesalers .selected-wholesaler-address {
        border-left: solid 1px #dddddd;
        margin-top: 20px;
    }
}

#colorbox.request-wholesaler__colorbox {
    max-height: 100%;
}

#colorbox.request-wholesaler__colorbox #cboxTitle {
    min-height: 105px;
}

#colorbox.request-wholesaler__colorbox #cboxContent #cboxLoadedContent {
    margin-top: 105px;
    max-height: calc(100% - 105px) !important;
}

#colorbox.request-wholesaler__colorbox #cboxWrapper,
#colorbox.request-wholesaler__colorbox #cboxContent {
    height: 100% !important;
}

#colorbox.request-wholesaler__colorbox #cboxWrapper>div[style] {
    height: 100% !important;
}

.triple-banner-component {
    max-width: 1380px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
}

.triple-banner-component .small-banner {
    flex: 33%;
    padding: 15px;
    max-width: 50%;
}

@media screen and (max-width:639px) {
    .triple-banner-component {
        margin: 0;
    }

    .triple-banner-component .small-banner {
        flex: 100%;
        max-width: none;
    }
}

.small-banner img {
    width: 100%;
}

.small-banner h3 {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    word-break: break-word;
}

.small-banner p {
    font-family: 400;
    font-size: var(--font-size-xs);
    font-weight: 300;
}

.small-banner a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--font-size-xs);
}

.small-banner.small-banner--biopak {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 0;
    padding: 0;
}

.small-banner.small-banner--biopak .hover-only {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: transform 0.2s ease-in, height 0.1s ease-in 0.2s;
    transform: translateY(10px);
}

.small-banner.small-banner--biopak>* {
    z-index: 1;
}

.small-banner.small-banner--biopak h3 {
    font-size: var(--font-size-h2);
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-weight: 500;
    word-break: break-word;
}

.small-banner.small-banner--biopak p {
    color: white;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 16px;
}

.small-banner.small-banner--biopak:hover .hover-only {
    visibility: visible;
    height: auto;
    opacity: 1;
    transform: translateY(0);
}

.small-banner.small-banner--biopak:hover:before {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(39, 128, 155, 0.8);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.qty-selector.duni-qty-selector {
    display: flex;
    align-items: center;
    z-index: 0;
}

.qty-selector.duni-qty-selector button.btn {
    background-color: transparent;
    border: none;
    width: 34px;
    height: auto;
    padding: 0;
    align-self: stretch;
    justify-content: center;
    display: flex;
    color: #181818;
}

.qty-selector.duni-qty-selector button.btn.js-qty-selector-minus {
    margin-right: 4px;
}

.qty-selector.duni-qty-selector button.btn.js-qty-selector-plus {
    margin-left: 4px;
}

.qty-selector.duni-qty-selector button.btn .duni-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.qty-selector.duni-qty-selector button.btn:hover svg path {
    fill: rgba(40, 40, 40, 0.7);
}

.qty-selector.duni-qty-selector button.btn:disabled {
    color: #181818;
}

.qty-selector.duni-qty-selector button.btn:disabled:hover {
    background-color: #ffffff;
}

.qty-selector.duni-qty-selector input,
.qty-selector.duni-qty-selector input.form-control {
    box-shadow: none;
    text-align: center;
    color: #181818;
    width: 56px;
    height: 56px;
    font-size: var(--font-size-h4);
    text-decoration: none;
    border-color: #cccccc;
    border-radius: 2px !important;
}

.qty-selector.duni-qty-selector input:hover,
.qty-selector.duni-qty-selector input.form-control:hover,
.qty-selector.duni-qty-selector input:focus,
.qty-selector.duni-qty-selector input.form-control:focus {
    text-decoration: none;
}

.qty-selector.duni-qty-selector input::-webkit-inner-spin-button,
.qty-selector.duni-qty-selector input.form-control::-webkit-inner-spin-button,
.qty-selector.duni-qty-selector input::-webkit-outer-spin-button,
.qty-selector.duni-qty-selector input.form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    color: #181818;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    color: #000000;
    font-weight: 500;
}

.ui-datepicker th {
    background-color: transparent;
    border-bottom: solid 1px #dddddd;
    text-transform: none;
    color: #dddddd;
    font-weight: 400;
}

.ui-datepicker th:last-child {
    text-align: center;
}

.ui-datepicker.ui-widget-content {
    width: 20em;
}

.ui-datepicker.ui-widget-content td {
    font-weight: 500;
}

.ui-datepicker.ui-widget-content td a,
.ui-datepicker.ui-widget-content td span {
    padding: 10px;
}

.ui-datepicker.ui-widget-content td .ui-state-default {
    background: transparent;
    border: none;
}

.ui-datepicker.ui-widget-content td .ui-state-highlight {
    color: #181818;
}

.ui-datepicker.ui-widget-content td .ui-state-active {
    background-color: #dddddd;
    border-radius: 20px;
    color: #000000;
}

.ui-datepicker.ui-widget-content td .ui-state-hover {
    color: inherit;
}

.ui-datepicker.ui-widget-content td .ui-state-hover.ui-state-default {
    background-color: #cccccc;
    border-radius: 20px;
}

.ui-datepicker.ui-widget-content td .ui-state-hover.ui-state-default.ui-state-active {
    background-color: #dddddd;
}

.ui-datepicker.ui-widget-content td.ui-datepicker-unselectable {
    font-weight: 500;
}

.wholesaler-address-selector-component {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width:640px) {
    .wholesaler-address-selector-component {
        justify-content: space-between;
        flex-direction: row;
    }
}

.wholesaler-address-selector-component #wholesaler-address-list-selector {
    display: none;
}

.wholesaler-address-selector-component .text-wrapper {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.wholesaler-address-selector-component .text-wrapper strong {
    margin-bottom: 2px;
}

@media screen and (max-width:639px) {
    .wholesaler-address-selector-component .text-wrapper {
        text-align: center;
        margin-bottom: 20px;
    }

    .wholesaler-address-selector-component .text-wrapper strong {
        margin-bottom: 10px;
    }
}

#wholesaler-address-list-selector-title {
    display: none;
}

#addressbook {
    padding-bottom: 0;
}

.address-list,
#addressbook ul {
    margin: 16px;
    border: solid 1px #dddddd;
}

.address-list .address,
#addressbook ul .address {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 11px 16px 12px;
    transition: background-color 0.2s ease-in;
    min-height: 64px;
    cursor: pointer;
}

.address-list .address.selected,
#addressbook ul .address.selected {
    background-color: #eeeeee;
}

.address-list .address.selected .address-list__title,
#addressbook ul .address.selected .address-list__title,
.address-list .address:hover .address-list__title,
#addressbook ul .address:hover .address-list__title,
.address-list .address.selected .address-list__description,
#addressbook ul .address.selected .address-list__description,
.address-list .address:hover .address-list__description,
#addressbook ul .address:hover .address-list__description {
    font-weight: 500;
}

.address-list .address .address-list__title,
#addressbook ul .address .address-list__title,
.address-list .address .address-list__description,
#addressbook ul .address .address-list__description {
    font-size: var(--font-size-xxs);
    color: #181818;
    margin-bottom: 4px;
}

#colorbox {
    max-width: 100%;
}

#colorbox #cboxTitle {
    background: white;
    position: absolute;
    top: 0;
    padding: 40px 16px 0 16px;
    min-height: 84px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    font-size: 28px;
}

#colorbox #cboxTitle small {
    position: relative;
    top: 2px;
}

#colorbox #cboxTitle .headline {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    border-bottom: solid 1px #cccccc;
}

#colorbox #cboxTitle .headline .headline-text {
    margin: 0;
}

#colorbox #cboxTitle .headline .cbox-title {
    display: block;
    color: #181818;
}

#colorbox #cboxTitle .headline .cbox-title--withicon {
    display: flex;
    align-items: center;
}

#colorbox #cboxTitle .headline .cbox-title--withicon svg {
    margin-right: 16px;
}

#colorbox #cboxTitle .headline .cbox-secondary-title {
    display: block;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
}

#colorbox #cboxContent {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

#colorbox #cboxClose {
    background: transparent;
    border: 0 none;
    position: absolute;
    top: 40px;
    right: 16px;
    width: 20px;
    height: 20px;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

#colorbox #cboxClose:hover,
#colorbox #cboxClose:focus {
    border-color: unset;
    color: #444444;
}

#colorbox #cboxClose span {
    position: relative;
    top: 3px;
}

#colorbox .modal-body {
    padding: 20px 40px 40px 40px;
}

#colorbox .modal-body .modal-actions,
#colorbox .modal-body .colorbox_actions {
    padding-left: 0;
    padding-right: 0;
}

#colorbox .modal-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

#colorbox.zoom-box #cboxContent #cboxLoadedContent {
    margin-top: 0;
    padding: 83px 20px 20px 20px;
    max-height: none;
    box-sizing: content-box;
}

#colorbox.colorbox--huge #cboxContent #cboxLoadedContent {
    padding: 22px 16px 40px;
    overflow: auto;
    max-height: 80%;
}

@media(max-width:639px) {
    #colorbox.colorbox--huge #cboxContent #cboxLoadedContent {
        box-sizing: border-box;
    }
}

@media(min-width:640px) {
    #colorbox #cboxTitle {
        padding: 40px 40px 0 40px;
    }

    #colorbox #cboxClose {
        right: 40px;
    }
}

#cboxLoadedContent {
    max-width: 100%;
    padding: 0;
    height: auto;
    margin-top: 84px;
    max-height: calc(100dvh - 84px);
}

#cboxLoadedContent .addressEntry+.addressEntry,
#cboxLoadedContent .saved-payment-entry+.saved-payment-entry {
    margin-top: 55px;
}

#cboxLoadedContent .addressEntry ul,
#cboxLoadedContent .saved-payment-entry ul {
    margin-top: -12px;
    margin-bottom: 24px;
}

#cboxLoadedContent .modal-details {
    line-height: 1.8em;
}

#cboxLoadedContent .colorbox_actions,
#cboxLoadedContent .modal-actions {
    padding: 40px 16px 0 16px;
    display: flex;
    justify-content: flex-end;
    z-index: 9;
    border-top: solid 1px #cccccc;
}

@media screen and (max-width:480px) {

    #cboxLoadedContent .colorbox_actions,
    #cboxLoadedContent .modal-actions {
        flex-direction: column-reverse;
        position: sticky;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

#cboxLoadedContent .colorbox_actions.column,
#cboxLoadedContent .modal-actions.column {
    flex-direction: column;
}

#cboxLoadedContent .colorbox_actions.column .duni-button,
#cboxLoadedContent .modal-actions.column .duni-button {
    width: 100%;
}

#cboxLoadedContent .colorbox_actions.column .duni-button.primary-button,
#cboxLoadedContent .modal-actions.column .duni-button.primary-button {
    margin: 0 0 16px 0;
}

#cboxLoadedContent .colorbox_actions.column .duni-button.secondary-button,
#cboxLoadedContent .modal-actions.column .duni-button.secondary-button,
#cboxLoadedContent .colorbox_actions.column .duni-button.link-button,
#cboxLoadedContent .modal-actions.column .duni-button.link-button {
    margin: 0;
}

#cboxLoadedContent .colorbox_actions .btn,
#cboxLoadedContent .modal-actions .btn {
    margin-top: 24px;
}

#cboxLoadedContent .colorbox_actions button,
#cboxLoadedContent .modal-actions button,
#cboxLoadedContent .colorbox_actions a,
#cboxLoadedContent .modal-actions a,
#cboxLoadedContent .colorbox_actions a.mini-cart-checkout-button,
#cboxLoadedContent .modal-actions a.mini-cart-checkout-button {
    margin: 0 0 0 16px;
}

@media screen and (max-width:480px) {

    #cboxLoadedContent .colorbox_actions button,
    #cboxLoadedContent .modal-actions button,
    #cboxLoadedContent .colorbox_actions a,
    #cboxLoadedContent .modal-actions a,
    #cboxLoadedContent .colorbox_actions a.mini-cart-checkout-button,
    #cboxLoadedContent .modal-actions a.mini-cart-checkout-button {
        width: 100%;
    }

    #cboxLoadedContent .colorbox_actions button.primary-button,
    #cboxLoadedContent .modal-actions button.primary-button,
    #cboxLoadedContent .colorbox_actions a.primary-button,
    #cboxLoadedContent .modal-actions a.primary-button,
    #cboxLoadedContent .colorbox_actions a.mini-cart-checkout-button.primary-button,
    #cboxLoadedContent .modal-actions a.mini-cart-checkout-button.primary-button {
        margin: 0 0 16px 0;
    }

    #cboxLoadedContent .colorbox_actions button.secondary-button,
    #cboxLoadedContent .modal-actions button.secondary-button,
    #cboxLoadedContent .colorbox_actions a.secondary-button,
    #cboxLoadedContent .modal-actions a.secondary-button,
    #cboxLoadedContent .colorbox_actions a.mini-cart-checkout-button.secondary-button,
    #cboxLoadedContent .modal-actions a.mini-cart-checkout-button.secondary-button,
    #cboxLoadedContent .colorbox_actions button.link-button,
    #cboxLoadedContent .modal-actions button.link-button,
    #cboxLoadedContent .colorbox_actions a.link-button,
    #cboxLoadedContent .modal-actions a.link-button,
    #cboxLoadedContent .colorbox_actions a.mini-cart-checkout-button.link-button,
    #cboxLoadedContent .modal-actions a.mini-cart-checkout-button.link-button {
        margin: 0;
    }
}

#cboxWrapper {
    max-width: 100%;
    height: auto !important;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    display: none;
    width: 0;
    height: 0;
}

#cboxOverlay {
    position: fixed;
}

@media screen and (max-width:639px) {
    #colorbox #cboxTitle {
        padding: 40px 16px 0 16px;
    }

    #colorbox #cboxClose {
        right: 16px;
    }

    #colorbox .modal-content-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    #colorbox .modal-body {
        padding: 16px;
    }

    #colorbox,
    #cboxOverlay {
        width: 100vw !important;
        height: 100dvh !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
    }

    #cboxWrapper {
        width: 100dvw !important;
    }

    #cboxWrapper #cboxContent {
        float: none;
        max-height: none;
        width: 100dvw !important;
    }

    #cboxLoadedContent {
        position: relative;
        width: 100% !important;
        height: 100dvh !important;
        max-height: calc(100dvh - 84px) !important;
        display: block;
    }
}

.termsAndConditions-section {
    padding: 16px;
    max-height: 80vh;
}

#colorbox.video-colorbox.opened {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100dvh !important;
    top: 0 !important;
}

@media(min-width:1024px) {
    #colorbox.video-colorbox.opened #cboxWrapper {
        max-width: 95%;
        justify-self: flex-start;
    }
}

#colorbox.video-colorbox #cboxWrapper {
    position: relative;
    max-width: 95%;
}

#colorbox.video-colorbox #cboxContent {
    max-height: calc(100vh - 40px);
    height: auto !important;
}

#colorbox.video-colorbox #cboxContent #cboxLoadedContent {
    display: flex;
    margin-top: 60px;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    min-height: 257px;
    height: 440px !important;
    max-height: calc(100dvh - 90px);
}

@media(min-width:640px) {
    #colorbox.video-colorbox #cboxContent #cboxLoadedContent {
        height: 640px !important;
        max-height: calc(100dvh - 244px);
    }
}

@media(min-width:1024px) {
    #colorbox.video-colorbox #cboxContent #cboxLoadedContent {
        height: 100dvh !important;
        max-height: calc(100dvh - 120px);
    }
}

#colorbox.video-colorbox #cboxContent #cboxTitle {
    min-height: 60px;
    padding-top: 0;
}

#colorbox.video-colorbox #cboxContent #cboxClose {
    top: 20px;
    right: 25px;
}

@media(min-width:640px) {
    #colorbox.video-colorbox #cboxContent #cboxClose {
        right: 35px;
    }
}

#colorbox.video-colorbox #cboxContent .colorbox-video {
    max-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    min-height: unset;
}

.item__list {
    margin: 0;
}

.item__list .item__list--header li {
    background-color: #ffffff;
    border-left: none;
    border-right: none;
    color: #181818;
    font-size: 12px;
    font-family: Inter, Roboto, sans-serif;
}

.item__list .item__list--header li.no-border {
    border-right: none;
}

.item__list .item__list--header li:last-child {
    padding-right: 10px;
}

.item__list .item__list--item {
    border-top: none;
    border-left: none;
    border-right: none;
}

.item__list .item__list--item>div {
    position: relative;
}

@media screen and (min-width:1023px) {
    .item__list .item__list--item>div {
        display: table-cell;
        padding: 0 10px;
        vertical-align: middle;
    }
}

@media screen and (max-width:1023px) {
    .item__list .item__list--item>div {
        margin-left: 0;
        padding: 0;
    }
}

.item__list .item__list--item>div:after {
    content: ' ';
    border: solid 1px #cccccc;
    position: absolute;
    top: 10%;
    height: 80%;
    right: 0;
}

.item__list .item__list--item>div.no-border:after,
.item__list .item__list--item>div:last-of-type:after {
    display: none;
}

.item__list .item__list--item:last-child {
    padding-right: 0;
}

.cookie-notification {
    position: fixed;
    bottom: 0;
    z-index: 902;
    left: 0;
    right: 0;
    background-color: #e0e0e0;
    color: #181818;
    width: 100%;
    display: flex;
}

.cookie-notification p {
    font-family: "Lato", "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding: 20px;
    flex: 4;
    color: #000000;
    text-align: center;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
}

.cookie-notification p a {
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

.cookie-notification p a:hover {
    opacity: 0.5;
    color: #000000;
}

.cookie-notification button {
    flex: 1;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
}

.cookie-notification button.accept {
    background-color: #181818;
}

.cookie-notification button.reject {
    background-color: #c40e0e;
}

@media screen and (max-width:639px) {
    .cookie-notification {
        flex-direction: column;
    }

    .cookie-notification button {
        padding: 20px;
    }
}

.cookie-notification-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: #28282899;
    z-index: 901;
    opacity: 1;
}

.modal-open .cookie-notification-bg {
    display: block;
}

.two-column-banner-component .content {
    background-color: #ffffff;
}

.two-column-banner-component .content .container {
    display: flex;
    flex-direction: column;
}

.two-column-banner-component .content .container .column {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;
}

.two-column-banner-component .content .container .column .d-flex {
    float: none;
}

.two-column-banner-component .content .container .column .d-flex.column--one,
.two-column-banner-component .content .container .column .d-flex.column--two {
    min-height: 100%;
}

.two-column-banner-component .content .container .column.image-column {
    position: relative;
    align-self: stretch;
}

.two-column-banner-component .content .container .column.image-column img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 100%;
    max-height: 280px;
}

.two-column-banner-component .content .container .column.text-column .buttons {
    display: block;
    text-align: center;
}

@media(min-width:1023px) {
    .two-column-banner-component .content.RIGHT_EDGE .container {
        flex-direction: row-reverse;
    }

    .two-column-banner-component .content.RIGHT_EDGE .container .column.text-column {
        margin-right: 100px;
        margin-left: 0;
    }
}

@media(min-width:1024px) {
    .two-column-banner-component {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .two-column-banner-component .content .container {
        flex-direction: row;
    }

    .two-column-banner-component .content .container .column {
        max-width: 50%;
    }

    .two-column-banner-component .content .container .column.image-column img {
        max-height: unset;
    }

    .two-column-banner-component .content .container .column.text-column {
        margin-left: 100px;
    }

    .two-column-banner-component .content .container .column.text-column.text-column .buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.video-player-button {
    background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.46004 0.53262L10.2167 5.64095C10.2795 5.67769 10.3315 5.73021 10.3677 5.79329C10.4038 5.85637 10.4229 5.92782 10.4229 6.00054C10.4229 6.07325 10.4038 6.1447 10.3677 6.20778C10.3315 6.27087 10.2795 6.32338 10.2167 6.36012L1.46004 11.4685C1.3966 11.5055 1.3245 11.5251 1.25104 11.5252C1.17759 11.5254 1.10539 11.5062 1.04177 11.4695C0.978147 11.4327 0.925363 11.3799 0.888767 11.3162C0.85217 11.2525 0.833062 11.1802 0.833378 11.1068V0.89262C0.833356 0.819306 0.852679 0.747284 0.889396 0.683826C0.926112 0.620369 0.978922 0.567722 1.04249 0.531203C1.10606 0.494683 1.17815 0.475584 1.25146 0.475832C1.32477 0.476081 1.39672 0.49567 1.46004 0.53262Z' fill='%23282828'/%3E%3C/svg%3E") center no-repeat;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-indent: -9999px;
    border: none;
}

.video-player-button:hover {
    background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.46004 0.53262L10.2167 5.64095C10.2795 5.67769 10.3315 5.73021 10.3677 5.79329C10.4038 5.85637 10.4229 5.92782 10.4229 6.00054C10.4229 6.07325 10.4038 6.1447 10.3677 6.20778C10.3315 6.27087 10.2795 6.32338 10.2167 6.36012L1.46004 11.4685C1.3966 11.5055 1.3245 11.5251 1.25104 11.5252C1.17759 11.5254 1.10539 11.5062 1.04177 11.4695C0.978147 11.4327 0.925363 11.3799 0.888767 11.3162C0.85217 11.2525 0.833062 11.1802 0.833378 11.1068V0.89262C0.833356 0.819306 0.852679 0.747284 0.889396 0.683826C0.926112 0.620369 0.978922 0.567722 1.04249 0.531203C1.10606 0.494683 1.17815 0.475584 1.25146 0.475832C1.32477 0.476081 1.39672 0.49567 1.46004 0.53262Z' fill='%238B8A88'/%3E%3C/svg%3E") center no-repeat;
    outline: 0;
}

.content__carousel {
    max-width: 1540px;
    overflow: hidden;
    margin: 0 auto;
}

.content__carousel .content__carousel-nav h2 {
    text-align: center;
}

.content__carousel .content__carousel-nav .content__carousel-btn-group {
    margin: 0 auto;
    margin-top: 20px;
    width: 148px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.content__carousel .content__carousel-nav .content__carousel-btn-group:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #292929;
    left: 44px;
    top: 16.5px;
}

.content__carousel .content__carousel-nav .content__carousel-btn-group .content__carousel-btn {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 34px;
    height: 34px;
    background: #181818;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
    position: relative;
}

.content__carousel .content__carousel-nav .content__carousel-btn-group .content__carousel-btn:hover {
    background-color: #27809b;
}

.content__carousel .content__carousel-slider {
    margin-top: 40px;
    list-style: none;
    display: flex;
    padding-bottom: 20px;
    padding-right: 15px;
    counter-reset: panel;
}

.content__carousel .content__carousel-slider .content__carousel-slider-panel {
    opacity: .8;
    color: #292929;
    text-decoration: none;
    position: relative;
}

.content__carousel .content__carousel-slider .content__carousel-slider-panel .content-panel:focus-visible {
    outline: 0;
}

.content__carousel .content__carousel-slider .content__carousel-slider-panel .content-panel-figure {
    display: table-row;
}

.content__carousel .content__carousel-slider .content__carousel-slider-panel figure {
    width: 100%;
    max-width: 400px;
}

.content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--text span {
    display: block;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 2px;
    text-decoration: underline;
    word-break: break-word;
}

@media(min-width:400px) {
    .content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--text span {
        text-align: center;
    }
}

.content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--text h3 {
    max-width: 310px;
    line-height: 36px;
    margin-top: 15px;
}

@media(min-width:400px) {
    .content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--text h3 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--hoverOnly figcaption {
    padding-bottom: 20px;
}

.content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--hoverOnly h3,
.content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--hoverOnly p {
    max-width: 280px;
    margin-left: 10px;
}

@media(min-width:400px) {

    .content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--hoverOnly h3,
    .content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--hoverOnly p {
        margin: 0 auto;
        text-align: center;
    }
}

.content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--hoverOnly p {
    margin-top: 25px;
    font-size: 13px;
    line-height: 22px;
}

.content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--hoverOnly h3 {
    margin-top: 15px;
    line-height: 36px;
}

@media(hover:hover) {
    .content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--hoverOnly figure {
        position: relative;
    }

    .content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--hoverOnly figure figcaption {
        display: none;
        background-color: rgba(255, 255, 255, 0.5);
        background-image: linear-gradient(to bottom, #ffffff, transparent);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--hoverOnly figure figcaption h3 {
        margin-top: 80px;
    }

    .content__carousel .content__carousel-slider .content__carousel-slider-panel.content__carousel-slider--hoverOnly figure:hover figcaption {
        display: block;
    }
}

.content__carousel .content__carousel-slider li~li {
    margin-left: 40px;
}

.guest__interest {
    width: auto;
    margin: 0 auto;
}

.guest__interest .guest__interest-title {
    font-size: 28px;
    line-height: 36px;
    font-family: Inter, Roboto, sans-serif;
    font-weight: normal;
    padding-bottom: 0;
    text-align: center;
    margin: 0;
}

.guest__interest .guest__interest-text {
    margin-top: 15px;
    text-align: center;
    font-family: Inter, Roboto, sans-serif;
    font-size: 13px;
    line-height: 22px;
}

.guest__interest .guest__interest-required {
    color: #000000;
    font-size: 13px;
    margin-top: 40px;
}

.guest__interest .duni-button {
    width: 100%;
    max-width: 350px;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.guest__interest ul {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
}

.guest__interest ul li {
    margin-bottom: 15px;
    padding-left: 44px;
    background-image: url(/_ui/responsive/theme-duni/images/check.svg);
    background-repeat: no-repeat;
    background-position: left top 2px;
    color: #000000;
    font-size: 13px;
}

.guest__interest.onboarding .forgotten-password {
    text-align: center;
}

.guest__interest.onboarding .forgotten-password .duni__link {
    width: auto;
}

.checkoutLoginPageCenter,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot {
    padding: 0 10px;
}

.checkoutLoginPageCenter .guest__interest-steps,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest-steps {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 40% 20px auto 20px 40%;
    grid-template-areas: "signin . gap . checkout";
    position: relative;
    width: 100%;
    grid-area: steps;
    margin-top: 40px;
    margin-bottom: 30px;
}

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

    .checkoutLoginPageCenter .guest__interest-steps,
    .page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest-steps {
        margin-top: 80px;
        margin-bottom: 60px;
    }
}

.checkoutLoginPageCenter .guest__interest-steps:after,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest-steps:after {
    content: "";
    width: 100%;
    height: 1px;
    grid-area: gap;
    position: absolute;
    top: 30px;
    left: 0;
    background: #b7b7b7;
}

.checkoutLoginPageCenter .guest__interest-steps .guest__interest-step,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest-steps .guest__interest-step {
    color: #181818;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px;
}

.checkoutLoginPageCenter .guest__interest-steps .guest__interest-step span,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest-steps .guest__interest-step span {
    width: 60px;
    height: 60px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
    font-family: Inter, Roboto, sans-serif;
}

.checkoutLoginPageCenter .guest__interest-steps .guest__interest-step--signin,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest-steps .guest__interest-step--signin {
    grid-area: signin;
    text-align: right;
    justify-self: end;
    margin-right: -4px;
}

.checkoutLoginPageCenter .guest__interest-steps .guest__interest-step--signin span,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest-steps .guest__interest-step--signin span {
    background-color: #181818;
}

.checkoutLoginPageCenter .guest__interest-steps .guest__interest-step--checkout,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest-steps .guest__interest-step--checkout {
    grid-area: checkout;
    color: #b7b7b7;
    justify-self: start;
    margin-left: -19px;
}

.checkoutLoginPageCenter .guest__interest-steps .guest__interest-step--checkout span,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest-steps .guest__interest-step--checkout span {
    background-color: #b7b7b7;
}

.checkoutLoginPageCenter .login-section,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .login-section,
.checkoutLoginPageCenter .guest__interest,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.checkoutLoginPageCenter .login-section .guest__interest-content-wrapper .guest__interest-text ul li,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .login-section .guest__interest-content-wrapper .guest__interest-text ul li,
.checkoutLoginPageCenter .guest__interest .guest__interest-content-wrapper .guest__interest-text ul li,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest .guest__interest-content-wrapper .guest__interest-text ul li {
    text-align: left;
}

@media(min-width:800px) {

    .checkoutLoginPageCenter .login-section .guest__interest-content-wrapper,
    .page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .login-section .guest__interest-content-wrapper,
    .checkoutLoginPageCenter .guest__interest .guest__interest-content-wrapper,
    .page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest .guest__interest-content-wrapper {
        width: 400px;
        max-width: 100%;
        padding-bottom: 80px;
        display: flex;
        flex-direction: column;
    }

    .checkoutLoginPageCenter .login-section .guest__interest-content-wrapper .guest__interest-title,
    .page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .login-section .guest__interest-content-wrapper .guest__interest-title,
    .checkoutLoginPageCenter .guest__interest .guest__interest-content-wrapper .guest__interest-title,
    .page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest .guest__interest-content-wrapper .guest__interest-title,
    .checkoutLoginPageCenter .login-section .guest__interest-content-wrapper .guest__interest-text,
    .page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .login-section .guest__interest-content-wrapper .guest__interest-text,
    .checkoutLoginPageCenter .guest__interest .guest__interest-content-wrapper .guest__interest-text,
    .page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest .guest__interest-content-wrapper .guest__interest-text {
        text-align: center;
    }
}

@media(min-width:380px) and (max-width:640px) {

    .checkoutLoginPageCenter .login-section,
    .page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .login-section,
    .checkoutLoginPageCenter .guest__interest,
    .page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest {
        margin-left: auto;
        margin-right: auto;
    }
}

.checkoutLoginPageCenter .banner__component,
.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .banner__component {
    width: 100%;
}

.page-onboardingPage .main__inner-wrapper>.yCmsContentSlot,
.yCmsContentSlot.checkoutLoginPageCenter {}

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

    .page-onboardingPage .main__inner-wrapper>.yCmsContentSlot,
    .yCmsContentSlot.checkoutLoginPageCenter {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 40% 20px auto 20px 40%;
        grid-template-areas: "steps steps steps steps steps" "onboarding . gap . guest";
        position: relative;
        margin: 0 auto 200px;
        max-width: 1380px;
    }

    .page-onboardingPage .main__inner-wrapper>.yCmsContentSlot:before,
    .yCmsContentSlot.checkoutLoginPageCenter:before {
        content: "";
        grid-area: gap;
        width: 1px;
        height: 550px;
        background-color: #b7b7b7;
        position: absolute;
        bottom: 0;
        left: 50%;
    }

    .page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest,
    .yCmsContentSlot.checkoutLoginPageCenter .guest__interest {
        position: relative;
        grid-area: guest;
    }

    .page-onboardingPage .main__inner-wrapper>.yCmsContentSlot .guest__interest.onboarding,
    .yCmsContentSlot.checkoutLoginPageCenter .guest__interest.onboarding {
        grid-area: onboarding;
    }
}

@media screen and (min-width:1024px) {
    .checkoutLoginPageCenter .login-section {
        margin-right: 40px;
    }
}

.yCmsContentSlot.checkoutLoginPageCenter .login-section {
    grid-area: onboarding;
}

.yCmsContentSlot.checkoutLoginPageCenter .login-section input[type="password"] {
    padding-right: 50px;
    background-image: url(/_ui/responsive/theme-duni/images/eye.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
}

.duni__labels {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    flex-direction: column;
}

.duni__labels .duni__label {
    flex: 1;
    margin: 0 15px 15px;
}

@media(min-width:640px) {
    .duni__labels {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .duni__labels.duni__labels--2 .duni__label {
        max-width: calc(50% - 30px);
    }

    .duni__labels.duni__labels--3 .duni__label {
        max-width: calc(33.333% - 30px);
    }

    .duni__labels.duni__labels--4 .duni__label {
        max-width: calc(25% - 30px);
    }
}

@media(min-width:1024px) {
    .duni__labels {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

.duni__label {
    border: 1px solid #e7e7e7;
    padding: 25px 30px 20px;
    text-align: center;
    font-size: 13px;
}

.duni__label .duni__label-image {
    text-align: center;
    margin: 0 auto 15px;
    max-width: 100%;
}

.duni__label .duni__label-description {
    text-align: center;
    margin-bottom: 15px;
}

.focused__slideshow {
    width: 100vw;
}

.focused__slideshow .focused__slideshow-title {
    text-transform: uppercase;
    font-weight: 500;
    color: #2e2e2e;
    font-size: 28px;
    line-height: 35px;
    padding: 50px 0;
    margin: 0;
    text-align: center;
}

.focused__slideshow .focused__slideshow-imagewrapper .focused__slideshow-slide {
    padding: 0 15px;
    position: relative;
}

.focused__slideshow .focused__slideshow-imagewrapper .focused__slideshow-slide.slick-current img,
.focused__slideshow .focused__slideshow-imagewrapper .focused__slideshow-slide:hover img {
    opacity: 1;
}

.focused__slideshow .focused__slideshow-imagewrapper img {
    max-width: 100%;
    opacity: 0.5;
    transition: opacity 0.4s ease-in;
}

.focused__slideshow .focused__slideshow-imagewrapper .slick-arrow {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 45px;
    height: 45px;
    background: #181818;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.focused__slideshow .focused__slideshow-imagewrapper .slick-arrow:hover {
    background-color: #27809b;
}

.focused__slideshow .focused__slideshow-imagewrapper .slick-arrow.slick-prev {
    left: 2%;
}

@media(min-width:1024px) {
    .focused__slideshow .focused__slideshow-imagewrapper .slick-arrow.slick-prev {
        left: 10%;
    }
}

.focused__slideshow .focused__slideshow-imagewrapper .slick-arrow.slick-next {
    right: 2%;
}

@media(min-width:1024px) {
    .focused__slideshow .focused__slideshow-imagewrapper .slick-arrow.slick-next {
        right: 10%;
    }
}

.focused__slideshow .focused__slideshow-imagewrapper .slick-arrow:focus {
    outline: 0;
}

.focused__slideshow .focused__slideshow-contentwrapper {
    margin: 50px 0;
}

@media(min-width:640px) {
    .focused__slideshow .focused__slideshow-contentwrapper .slick-list {
        max-width: 33.333vw;
        margin: 0 auto;
        padding: 0 15px;
    }
}

.focused__slideshow .focused__slideshow-contentwrapper .slide__content:focus {
    outline: none;
}

.focused__slideshow .focused__slideshow-contentwrapper .duni-button {
    padding: 0;
    margin-top: 10px;
    border: none;
}

.focused__slideshow .focused__slideshow-contentwrapper .duni-button a {
    display: block;
    padding: 19px 15px 17px;
    color: inherit;
}

.slide__content {
    padding: 0 15px;
}

@media(min-width:640px) {
    .slide__content {
        padding: 0;
    }
}

.slide__content .slide__content-title {
    text-transform: uppercase;
    font-weight: 500;
    color: #2e2e2e;
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 10px;
}

.slide__content .slide__content-title .slide__content-index {
    float: right;
    font-size: 16px;
    line-height: 35px;
}

.slide__content .slide__content-subtitle {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}

.slide__content .slide__content-paragraph {
    color: #5b5b5b;
    font-family: Inter, Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: 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;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-slide:focus {
    outline: none;
}

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

.onboarding__confirmation {
    padding: 40px 10px;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
}

.onboarding__confirmation .onboarding__confirmation-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 0;
    margin: 0 0 16px;
}

.onboarding__confirmation .onboarding__confirmation-text {
    margin: 0 0 20px 0;
}

.onboarding__confirmation .onboarding__confirmation-text hr+p {
    text-align: center;
}

.onboarding__confirmation .onboarding__confirmation-text a {
    color: #181818;
    font-weight: 500;
}

.onboarding .form-group {
    max-width: 450px;
    margin: 0 auto;
}

.onboarding.guest__interest {
    margin-bottom: 20px;
}

.onboarding.guest__interest .form-group .control-label.customeronboarding-required-field {
    text-indent: unset;
    position: relative;
    margin-top: 40px;
    margin-left: 20px;
    text-transform: none;
    width: 80%;
    margin-bottom: 10px;
}

.fullwidth__video {
    position: relative;
    overflow: hidden;
    height: 600px;
    min-height: auto;
    justify-content: center;
    display: flex;
    align-items: center;
}

.fullwidth__video>video,
.fullwidth__video>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.fullwidth__video>video:after,
.fullwidth__video>img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
}

.fullwidth__video .video__overlay {
    color: white;
    z-index: 2;
    align-items: center;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.fullwidth__video .video__overlay:not(.video__overlay--notext) {
    padding-top: 210px;
}

@media(max-width:1023px) {
    .fullwidth__video .video__overlay {
        padding: 0 15px;
        padding-bottom: 40px;
    }
}

.fullwidth__video .video__overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #282828;
    opacity: .8;
    z-index: -1;
}

.fullwidth__video .video__overlay .video__overlay-top {
    text-align: center;
}

.fullwidth__video .video__overlay .video__overlay-top .video__pretitle {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
}

.fullwidth__video .video__overlay .video__overlay-top .video__title {
    font-size: 40px;
    line-height: 48px;
    margin-top: 10px;
}

.fullwidth__video .video__overlay .video__overlay-top .video-player-button {
    left: auto;
    top: auto;
    transform: translate(0%);
    position: relative;
    width: 60px;
    height: 60px;
    background-image: url("/_ui/responsive/theme-duni/images/play-white.svg");
    margin: 40px 0;
}

.fullwidth__video .video__overlay .video__overlay-top .video-player-button:hover {
    opacity: .8;
}

.fullwidth__video .video__overlay .video__overlay-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

@media(max-width:1023px) {
    .fullwidth__video .video__overlay .video__overlay-bottom {
        flex-direction: column;
        align-items: center;
    }
}

.fullwidth__video .video__overlay .video__overlay-bottom .video__text {
    max-width: 400px;
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    font-weight: bold;
}

.fullwidth__video .video__overlay .video__overlay-bottom .video__appicons {
    display: flex;
    height: 100%;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: flex-end;
}

@media(max-width:1023px) {
    .fullwidth__video .video__overlay .video__overlay-bottom .video__appicons {
        justify-content: center;
        margin-top: 30px;
    }
}

.fullwidth__video .video__overlay .video__overlay-bottom .video__appicons .video__appicon {
    width: 135px;
    height: 40px;
}

.fullwidth__video .video__overlay .video__overlay-bottom .video__appicons .video__appicon~.video__appicon {
    margin-left: 40px;
    position: relative;
}

.fullwidth__video .video__overlay .video__overlay-bottom .video__appicons .video__appicon~.video__appicon:before {
    content: "";
    width: 1px;
    height: inherit;
    position: absolute;
    left: -20px;
    top: 0;
    background-color: #fff;
}

.fullwidth__video .video__overlay .video__overlay-bottom .video__appicons .video__appicon img {
    width: 100%;
}

.customer__registration {
    padding: 40px 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: calc(100vh - 500px);
}

@media(min-width:1024px) {
    .customer__registration {
        flex-direction: row;
        justify-content: space-around;
        width: calc(95% - 80px);
        max-width: 1200px;
    }

    .customer__registration>* {
        width: 33.333%;
        padding: 0 40px;
        overflow: hidden;
    }
}

@media(max-width:639px) {
    .customer__registration {
        padding: 0;
    }
}

.customer__registration label {
    letter-spacing: 1px;
}

.customer__registration .duni-form .form-group input.form-control {
    background-color: #FFF;
}

.customer__registration .duni-form .form-group.has-error .help-block {
    text-align: left;
}

.customer__registration a {
    text-decoration: underline;
}

.customer__registration .checkbox {
    margin: 0;
}

.customer__registration .checkbox label.control-label {
    margin-bottom: 0;
}

.customer__registration .checkbox label.control-label a {
    color: #181818;
}

.customer__registration .center {
    display: flex;
    align-items: center;
}

.customer__registration .customer__registration-image img {
    max-width: 100%;
}

@media(max-width:1023px) {
    .customer__registration .customer__registration-image {
        width: 100%;
        height: 180px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .customer__registration .customer__registration-image img {
        margin-top: -20%;
    }
}

.customer__registration .customer__registration-content {
    padding: 0;
    display: flex;
    flex-direction: column;
}

@media(min-width:640px) {
    .customer__registration .customer__registration-content {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: content-box;
        padding: 0 40px;
    }
}

.customer__registration .duni-card-content {
    width: 100%;
    max-width: 800px;
    height: auto;
    background-color: #FFF;
    padding: clamp(16px, 25%, 120px);
    margin-top: 40px;
    margin-bottom: 40px;
}

@media(max-width:639px) {
    .customer__registration .duni-card-content {
        padding: 50px 25px;
        margin: 0;
    }
}

.customer__registration .duni-card-content small {
    font-size: 11px;
    display: block;
}

.customer__registration .customer__registration-toggle~.invert-toggle {
    color: #dddddd;
    font-weight: 500;
    display: none;
    margin-bottom: 36px;
}

.customer__registration .customer__registration-toggle.hidden~.invert-toggle {
    display: inherit;
    padding: 18px;
}

.customer__registration .customer__registration-title {
    padding-bottom: 0;
    margin: 0 0 16px;
    text-align: center;
}

.customer__registration .customer__registration-text {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: var(--font-size-xxs);
    line-height: 22px;
}

.customer__registration .customer__registration-text a {
    font-weight: 500;
}

.customer__registration .duni-form.duni-form--nolabels .checkbox .control-label {
    display: block;
}

.image-gallery--quotes {
    background-color: #181818;
    position: relative;
    padding-top: 80px;
}

.image-gallery--quotes .image-gallery__watermark {
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    line-height: 1em;
    color: #2F2F2F;
    max-width: 1380px;
    margin: 0 auto;
    display: block;
}

@media(min-width:640px) {
    .image-gallery--quotes .image-gallery__watermark {
        font-size: 60px;
    }
}

@media(min-width:1024px) {
    .image-gallery--quotes .image-gallery__watermark {
        font-size: 100px;
    }
}

.image-gallery--quotes svg {
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    width: 28px;
    height: auto;
}

@media(min-width:1024px) {
    .image-gallery--quotes svg {
        top: 80px;
        width: auto;
    }
}

.image-gallery--quotes .banner-carousel .owl-wrapper,
.image-gallery--quotes .banner-carousel .owl-item {
    height: auto !important;
}

.image-gallery--quotes .banner-carousel .owl-dots {
    position: relative;
    margin-top: 0;
    justify-content: center;
    left: 0;
    transform: none;
    padding: 0;
}

.quote__item {
    line-height: 22px;
}

.quote__item-main,
.quote__item-sub {
    max-width: 400px;
    margin: 0 auto;
}

@media(max-width:1023px) {

    .quote__item-main,
    .quote__item-sub {
        padding-left: 10px;
        padding-right: 20px;
    }
}

.quote__item-main {
    color: white;
    margin-bottom: 20px;
}

.quote__item-sub {
    color: #898B8E;
}

nav.floating__menu {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #ffffff;
    white-space: nowrap;
    z-index: 900;
    display: flex;
}

nav.floating__menu .floating__menu-wrapper {
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width:1024px) {
    nav.floating__menu .floating__menu-wrapper {
        max-width: 1380px;
    }
}

nav.floating__menu .floating__menu-wrapper.mb-container {
    display: block;
    align-items: normal;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
}

nav.floating__menu .floating__menu-wrapper.mb-container .mb-content {
    margin-top: 7.5px;
    display: flex;
    align-items: center;
}

nav.floating__menu .floating__menu-wrapper.mb-container .mb-track {
    height: 1px;
    background-color: #bfbfbf;
    width: 100%;
}

nav.floating__menu .floating__menu-wrapper.mb-container .mb-track-y {
    display: none;
}

nav.floating__menu .floating__menu-wrapper.mb-container .mb-track-x .mb-bar {
    left: 0;
    top: -4px;
    min-height: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    background: none;
}

nav.floating__menu .floating__menu-wrapper.mb-container .mb-track-x .mb-bar:before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background-color: #181818;
}

nav.floating__menu--sticky {
    z-index: 777;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
}

nav.floating__menu a,
nav.floating__menu .yCmsComponent {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: #181818;
    text-decoration: none;
    padding: 26px 20px;
}

nav.floating__menu a:hover,
nav.floating__menu .yCmsComponent:hover {
    color: #27809b;
}

nav.floating__menu a.current,
nav.floating__menu .yCmsComponent.current {
    padding-bottom: 10px;
    border-bottom: 1px solid #27809b;
    color: #27809b;
    pointer-events: none;
}

@media(min-width:640px) {

    nav.floating__menu a,
    nav.floating__menu .yCmsComponent {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media(min-width:1200px) {

    nav.floating__menu a,
    nav.floating__menu .yCmsComponent {
        padding: 35px 80px;
    }
}

@media(min-width:1380px) {
    nav.floating__menu {
        padding-left: 0;
        padding-right: 0;
    }
}

nav.floating__menu .yCmsComponent {
    margin: 0;
}

nav.floating__menu .floating__menu-button {
    width: 34px;
    height: 34px;
    border: 1px solid #181818;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

nav.floating__menu .floating__menu-button svg {
    width: 8px;
    height: 12px;
}

nav.floating__menu .floating__menu-button--prev {
    left: 0;
}

nav.floating__menu .floating__menu-button--next {
    transform: translateY(-50%) rotate(180deg);
    right: 0;
}

.ios nav.floating__menu .floating__menu-button {
    display: block;
    padding: 8px 11px;
}

.catalogues__carousel {
    padding-top: 40px;
    padding-bottom: 60px;
}

.catalogues__carousel-wrapper {
    max-width: 1380px;
    margin: 0 auto;
}

.catalogues__carousel h2,
.catalogues__carousel .catalogues__subtitle {
    text-align: center;
}

.catalogues__carousel h2 {
    text-transform: uppercase;
    margin-top: 0;
}

.catalogues__carousel .catalogues__subtitle {
    font-size: 16px;
    color: #181818;
}

.catalogues__carousel .catalogues__list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.catalogues__carousel .catalogues__list .catalogues__item {
    width: 49%;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width:960px) {
    .catalogues__carousel .catalogues__list .catalogues__item {
        width: 23%;
        margin-top: 40px;
    }
}

.catalogues__carousel .catalogues__list .catalogues__item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #181818;
}

.catalogues__carousel .catalogues__list .catalogues__item a:hover {
    opacity: .8;
    color: #181818;
}

.catalogues__carousel .catalogues__list .catalogues__item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.catalogues__carousel .catalogues__list .catalogues__item-title {
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 500;
    color: #181818;
}

.catalogues__carousel .catalogues__list .catalogues__item-subtitle {
    margin-top: auto;
    padding-bottom: 12px;
    color: #444444;
}

@media(min-width:960px) {
    .catalogues__carousel .catalogues__list .catalogues__item-subtitle {
        padding-bottom: 30px;
    }
}

.catalogues__carousel .catalogues__list .catalogues__item p.read-more {
    line-height: 22px;
    margin-top: auto;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 30px;
    background-image: url(/_ui/responsive/theme-duni/images/postit.svg);
    background-repeat: no-repeat;
    background-position: left;
}

.catalogues__carousel .catalogues__list .yCmsComponent {
    width: 49%;
}

@media(min-width:960px) {
    .catalogues__carousel .catalogues__list .yCmsComponent {
        width: 23%;
    }
}

.catalogues__carousel .catalogues__list .yCmsComponent .catalogues__item {
    width: 100%;
}

.brand__content {
    max-width: 1350px;
    margin: 40px auto;
    background-color: #ffffff;
}

.brand__content .brand__content-section {
    padding: 20px 25px;
}

.brand__content .brand__content-image {
    position: relative;
    align-self: flex-start;
}

.brand__content .brand__content-image img {
    max-width: 100%;
}

.brand__content .brand__content-pretitle {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #282828;
}

.brand__content .brand__content-title {
    margin-top: 20px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
}

.brand__content .brand__content-text {
    margin-top: 25px;
    margin-bottom: 40px;
    color: #898b8e;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
}

.brand__content .brand__content-text ul,
.brand__content .brand__content-text ol {
    list-style: none;
    padding: 0;
}

.brand__content .brand__content-text ul li,
.brand__content .brand__content-text ol li {
    margin-top: 15px;
}

.brand__content .brand__content-text ul li {
    padding-left: 37px;
    background-image: url('/_ui/responsive/theme-duni/images/check.svg');
    background-repeat: no-repeat;
    background-position: left top;
}

.brand__content .brand__content-text ol {
    list-style-type: none;
    counter-reset: number;
}

.brand__content .brand__content-text ol li {
    padding-left: 48px;
    position: relative;
}

.brand__content .brand__content-text ol li:before {
    content: "0" counter(number);
    counter-increment: number;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #282828;
    font-weight: bold;
    position: absolute;
    top: -3px;
    left: 0;
    text-align: center;
    line-height: 28px;
}

.brand__content--duni-site .brand__content-section--primary {
    background-color: #27829e;
}

.brand__content--duni-site .brand__content-section--primary .brand__content-image {
    position: relative;
}

.brand__content--duni-site .brand__content-section--primary .brand__content-info {
    color: #282828;
}

.brand__content--duni-site .brand__content-section--primary .brand__content-info .brand__content-title strong {
    font-weight: 400;
    color: #fff;
}

.brand__content--duni-site .brand__content-section--secondary {
    background-color: #27829e;
}

.brand__content--duni-site .brand__content-section--secondary .brand__content-info {
    color: #fff;
}

.brand__content--duni-site .brand__content-section--secondary .brand__content-info .brand__content-title strong {
    font-weight: 400;
    color: #282828;
}

.brand__content--duni-site .brand__content-section--secondary .brand__content-info .brand__content-text {
    color: #fff;
}

.brand__content--duni-site .brand__content-section--secondary .brand__content-info .brand__content-text ul li {
    background-image: url('/_ui/responsive/theme-duni/images/white-check.svg');
}

@media(min-width:1024px) {
    .brand__content {
        padding: 0 25px;
    }

    .brand__content .brand__content-section {
        display: grid;
        grid-template-rows: auto;
        justify-items: center;
        align-items: center;
        padding: 0;
    }

    .brand__content .brand__content-section .brand__content-info {
        padding: 0 15px;
    }

    .brand__content .brand__content-section ul li {
        padding-left: 177px;
        position: relative;
    }

    .brand__content .brand__content-section ul li:after {
        content: "";
        position: absolute;
        width: 120px;
        height: 1px;
        background-color: #282828;
        top: 10.5px;
        left: 37px;
    }

    .brand__content .brand__content-section ol li {
        padding-left: 188px;
    }

    .brand__content .brand__content-section ol li:after {
        content: "";
        position: absolute;
        width: 120px;
        height: 1px;
        background-color: #282828;
        top: 10.5px;
        left: 48px;
    }

    .brand__content .brand__content-section.brand__content-section--primary .brand__content-image {
        grid-area: primary-img;
    }

    .brand__content .brand__content-section.brand__content-section--primary .brand__content-info {
        grid-area: primary-info;
    }

    .brand__content .brand__content-section.brand__content-section--secondary .brand__content-image {
        grid-area: secondary-img;
        align-self: flex-start;
    }

    .brand__content .brand__content-section.brand__content-section--secondary .brand__content-info {
        grid-area: secondary-info;
    }

    .brand__content .brand__content-section--primary {
        grid-template-columns: auto 34%;
        grid-template-areas: "primary-img primary-info";
    }

    .brand__content .brand__content-section--primary .brand__content-info {
        width: 320px;
    }

    .brand__content .brand__content-section--primary.brand__content-section--third {
        grid-template-columns: 9% 25% auto;
        grid-template-areas: "strip primary-img primary-info";
    }

    .brand__content .brand__content-section--primary.brand__content-section--third .brand__content-info {
        width: 580px;
    }

    .brand__content .brand__content-section--primary.brand__content-section--third .brand__content-strip {
        grid-area: strip;
        width: 100%;
        height: 100%;
    }

    .brand__content .brand__content-section--primary.brand__content-section--half ul li,
    .brand__content .brand__content-section--primary.brand__content-section--half ol li {
        padding-left: 57px;
    }

    .brand__content .brand__content-section--primary.brand__content-section--half ul li:after,
    .brand__content .brand__content-section--primary.brand__content-section--half ol li:after {
        width: 0px;
    }

    .brand__content .brand__content-section--secondary {
        grid-template-columns: auto 25% 9%;
        grid-template-areas: "secondary-info secondary-img .";
    }

    .brand__content .brand__content-section--secondary .brand__content-info {
        width: 580px;
    }

    .brand__content--right_edge .brand__content-section--primary {
        grid-template-columns: 34% auto;
        grid-template-areas: "primary-info primary-img";
    }

    .brand__content--right_edge .brand__content-section--primary.brand__content-section--third {
        grid-template-columns: auto 25% 9%;
        grid-template-areas: "primary-info primary-img strip";
    }

    .brand__content--right_edge .brand__content-section--primary.brand__content-section--third .brand__content-info {
        width: 580px;
    }

    .brand__content--right_edge .brand__content-section--primary.brand__content-section--third .brand__content-strip {
        grid-area: strip;
        width: 100%;
        height: 100%;
    }

    .brand__content--right_edge .brand__content-section--secondary {
        grid-template-columns: 9% 25% auto;
        grid-template-areas: ". secondary-img secondary-info";
    }
}

.category__carousel {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 24px;
    position: relative;
    height: 34px;
    line-height: 34px;
}

.category__carousel a,
.category__carousel .yCmsComponent a {
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    padding: 0 60px;
}

.category__carousel a:hover,
.category__carousel .yCmsComponent a:hover {
    opacity: 1;
}

.category__carousel a.active,
.category__carousel .yCmsComponent a.active {
    opacity: 1;
}

.category__carousel .slick-list {
    margin: 0 34px;
}

.category__carousel .slick-arrow {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 34px;
    height: 34px;
    background: #181818;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 0;
}

.category__carousel .slick-arrow:hover {
    background-color: #27809b;
}

.category__carousel .slick-arrow.slick-prev {
    left: 15px;
}

.category__carousel .slick-arrow.slick-next {
    right: 15px;
}

.slick-list {
    padding: 0px !important;
}

.overlaid__panels {
    max-width: 1140px;
    margin: 0 auto;
}

.overlaid__panels .overlaid__panels-section {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.overlaid__panels .overlaid__panels-section .overlaid__tracking {
    display: none;
}

@media(min-width:640px) {
    .overlaid__panels .overlaid__panels-section .overlaid__tracking {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0;
        left: -20px;
        display: block;
        z-index: 3;
    }

    .overlaid__panels .overlaid__panels-section .overlaid__tracking .overlaid__tracking-slider {
        position: sticky;
        top: 0;
        left: 0;
        height: 240px;
        width: 40px;
        background-color: #27829e;
        z-index: 3;
    }
}

.overlaid__panels .overlaid__panels-section .overlaid__content {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 40px 20px 0;
}

@media(min-width:640px) {
    .overlaid__panels .overlaid__panels-section .overlaid__content {
        max-width: 800px;
        margin: 0 auto;
        padding: 60px 100px 20px 120px;
    }
}

.overlaid__panels .overlaid__panels-section .overlaid__content h3,
.overlaid__panels .overlaid__panels-section .overlaid__content h4 {
    margin-top: 0;
    word-break: break-word;
}

.overlaid__panels .overlaid__panels-section .overlaid__content h4 {
    line-height: 26px;
    font-family: Inter, Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.overlaid__panels .overlaid__panels-section .overlaid__content h3 {
    text-transform: uppercase;
    font-family: Inter, Roboto, sans-serif;
    margin-bottom: 25px;
}

.overlaid__panels .overlaid__panels-section .overlaid__content .overlaid__text {
    line-height: 22px;
    text-align: justify;
    padding-bottom: 20px;
    color: #898b8e;
}

.overlaid__panels .overlaid__panels-section .overlaid__content .overlaid__cover {
    z-index: 2;
    background-color: #fff;
    width: 100%;
}

@media(min-width:640px) {
    .overlaid__panels .overlaid__panels-section .overlaid__content .overlaid__cover {
        position: absolute;
        top: 100%;
        width: auto;
        min-width: 180px;
        height: 134px;
    }

    .overlaid__panels .overlaid__panels-section .overlaid__content .overlaid__cover.overlaid__cover--empty {
        width: 50%;
    }
}

.overlaid__panels .overlaid__panels-section .overlaid__content .overlaid__cover a,
.overlaid__panels .overlaid__panels-section .overlaid__content .overlaid__cover yCmsComponent a {
    text-decoration: none;
    color: #292929;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 34px;
    height: 34px;
    letter-spacing: 2px;
    margin-top: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    font-weight: 500;
}

.overlaid__panels .overlaid__panels-section .overlaid__content .overlaid__cover a:hover,
.overlaid__panels .overlaid__panels-section .overlaid__content .overlaid__cover yCmsComponent a:hover {
    opacity: .8;
}

@media(max-width:639px) {

    .overlaid__panels .overlaid__panels-section .overlaid__content .overlaid__cover a,
    .overlaid__panels .overlaid__panels-section .overlaid__content .overlaid__cover yCmsComponent a {
        margin-bottom: 25px;
    }
}

.overlaid__panels .overlaid__panels-section .overlaid__background {
    display: block;
    max-width: 100%;
}

@media(min-width:640px) {
    .overlaid__panels .overlaid__panels-section .overlaid__background {
        position: relative;
        z-index: 1;
        max-width: none;
    }
}

.overlaid__panels .overlaid__panels-section--primary {
    max-width: 800px;
}

.overlaid__panels .overlaid__panels-section--primary .overlaid__content .overlaid__cover {
    left: 0;
}

@media(min-width:640px) {
    .overlaid__panels .overlaid__panels-section--primary .overlaid__content .overlaid__cover {
        padding-left: 120px;
    }
}

@media(min-width:640px) {
    .overlaid__panels .overlaid__panels-section--primary .overlaid__background {
        position: relative;
        top: 0;
        transform: translateX(-50%);
        left: 50%;
    }
}

.overlaid__panels .overlaid__panels-section--secondary {
    max-width: 640px;
}

.overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--AUTO,
.overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--LEFT_EDGE {
    margin-right: 0;
}

@media(min-width:640px) {

    .overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--AUTO .overlaid__background,
    .overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--LEFT_EDGE .overlaid__background {
        transform: translateX(calc(-100% + 100px));
        top: -320px;
    }
}

@media(min-width:640px) {

    .overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--AUTO .overlaid__content,
    .overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--LEFT_EDGE .overlaid__content {
        padding-left: 100px;
    }
}

.overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--AUTO .overlaid__content .overlaid__cover,
.overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--LEFT_EDGE .overlaid__content .overlaid__cover {
    right: 0;
    padding-left: 0;
    padding-right: 20px;
}

@media(min-width:640px) {

    .overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--AUTO .overlaid__content .overlaid__cover,
    .overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--LEFT_EDGE .overlaid__content .overlaid__cover {
        min-width: 540px;
    }
}

@media(min-width:640px) {
    .overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--RIGHT_EDGE {
        margin-left: 0;
        margin-right: auto;
    }

    .overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--RIGHT_EDGE .overlaid__background {
        left: 540px;
        top: -12px;
        right: 0;
        transform: none;
    }
}

@media(min-width:640px) {
    .overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--RIGHT_EDGE .overlaid__content {
        padding-left: 100px;
    }
}

.overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--RIGHT_EDGE .overlaid__content .overlaid__cover {
    text-align: right;
    left: 0;
}

@media(min-width:640px) {
    .overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--RIGHT_EDGE .overlaid__content .overlaid__cover {
        width: 540px;
    }
}

.overlaid__panels .overlaid__panels-section--secondary.overlaid___panels-section--RIGHT_EDGE .overlaid__content .overlaid__cover:after {
    right: 0;
    width: 540px;
}

.article__component {
    margin: 40px auto;
    max-width: 1400px;
    text-align: center;
}

@media(min-width:640px) {
    .article__component {
        margin-top: 120px;
        margin-bottom: 100px;
    }
}

.article__component-kicker {
    color: #181818;
    margin-bottom: 20px;
    width: 100%;
    font-weight: normal;
}

.article__component-title {
    color: #181818;
    line-height: 48px;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 600px;
    text-transform: uppercase;
    padding: 0 10px;
}

.article__component-title strong {
    font-weight: 400;
    color: #181818;
}

.article__component-panel img {
    width: 100%;
    height: auto;
    z-index: 1;
}

@media(min-width:640px) {
    .article__component-panel--left {
        padding-right: 30px;
    }

    .article__component-panel--right {
        padding-left: 30px;
    }
}

.article__component-overlay {
    background: #ffffff;
    padding: 25px 10px;
    margin: 0 0 -40px;
    position: relative;
    top: -40px;
    z-index: 2;
    text-align: left;
}

.article__component-overlay h3 {
    line-height: 36px;
    margin: 0 0 15px;
}

.article__component-overlay p {
    line-height: 22px;
    margin-bottom: 20px;
}

@media(min-width:640px) {
    .article__component-overlay {
        margin: 0 40px;
        padding: 25px 40px;
    }

    .article__component-overlay h3 {
        padding-left: 40px;
    }
}

.hotspot__wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
    max-width: 1380px;
    padding: 10px;
}

.hotspot__wrapper .hotspot__image {
    max-width: 1380px;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay {
    position: relative;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay img {
    max-width: 100%;
    width: 100%;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__type {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__type.hotspot__type--HOME,
.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__type.hotspot__type--BUSINESS {
    width: 60px;
    height: 60px;
    background-position: center;
}

@media(max-width:768px) {

    .hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__type.hotspot__type--HOME,
    .hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__type.hotspot__type--BUSINESS {
        width: 40px;
        height: 40px;
    }
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__type.hotspot__type--HOME {
    background-image: url("/_ui/responsive/theme-duni/images/hotspot/home.svg");
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__type.hotspot__type--BUSINESS {
    background-image: url("/_ui/responsive/theme-duni/images/hotspot/business.svg");
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__type.hotspot__type--DISCOVER {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:768px) {
    .hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__type.hotspot__type--DISCOVER {
        height: 50px;
    }
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__type.hotspot__type--DISCOVER a {
    color: #181818;
    padding-left: 114px;
    line-height: 34px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url("/_ui/responsive/theme-duni/images/btn-ball-left.svg");
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__type.hotspot__type--DISCOVER a:hover {
    opacity: .8;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot {
    position: absolute;
    transform: translate(-50%, -50%);
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot.hotspot__spot--open {
    z-index: 5;
}

@media(max-width:639px) {
    .hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot.hotspot__spot--open {
        z-index: 9999;
    }
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__btn {
    border: none;
    text-indent: -999em;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__btn:before,
.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__btn:after {
    content: "";
    position: absolute;
    border-radius: inherit;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__btn:before {
    width: 40px;
    height: 40px;
    opacity: .4;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__btn:after {
    width: 16px;
    height: 16px;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__btn:hover:before,
.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__btn:active:before {
    width: 100%;
    height: 100%;
    transition: width .3s, height .3s;
}

@media(max-width:639px) {
    .hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__btn {
        background-color: transparent;
    }

    .hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__btn:before {
        width: 30px;
        height: 30px;
    }

    .hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__btn:after {
        width: 10px;
        height: 10px;
    }
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__btn:focus {
    outline: 0;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product {
    text-align: center;
    background: #fff;
    color: #181818;
    position: absolute;
    width: 200px;
    display: none;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product .hotspot-container {
    padding: 40px 20px;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product .hotspot-wishlist-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 15px;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product .hotspot-wishlist-button svg {
    position: relative;
}

@media(max-width:639px) {
    .hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product {
        top: 0;
        left: 50%;
    }
}

@media(min-width:640px) {
    .hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product {
        top: 40px;
        left: 75px;
    }
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product>* {
    visibility: hidden;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product h3 {
    margin-top: 0;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product h3,
.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product .hotspot__product-price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product .hotspot__product-description {
    margin: 5px 0;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product .hotspot__product-description p {
    font-size: 13px;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product .hotspot__product-link {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 2px;
    margin-top: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 500;
    color: #181818;
}

.hotspot__wrapper .hotspot__image .hotspot__overlay .hotspot__spot .hotspot__product .hotspot__product-link:hover {
    opacity: .8;
}

.hotspot__wrapper .hotspot__image .hotspot__description {
    font-size: 16px;
    line-height: 26px;
    margin-top: 25px;
    font-weight: 700;
}

@media(min-width:640px) {
    .hotspot__wrapper {
        gap: 20px;
        flex-direction: row;
    }

    .hotspot__wrapper--THIRD .yCmsComponent,
    .hotspot__wrapper--THIRD .hotspot__image {
        width: 33%;
    }

    .hotspot__wrapper--THIRD .yCmsComponent .hotspot__image {
        width: 100%;
    }

    .hotspot__wrapper--HALF .yCmsComponent,
    .hotspot__wrapper--HALF .hotspot__image {
        width: 50%;
    }

    .hotspot__wrapper--HALF .yCmsComponent .hotspot__image {
        width: 100%;
    }
}

@media(min-width:1200px) {
    .hotspot__wrapper {
        gap: 40px;
    }
}

.hotspot__wrapper--THIRD .hotspot__overlay .hotspot__description {
    max-width: 433px;
}

.hotspot__wrapper--HALF .hotspot__overlay .hotspot__description {
    max-width: 670px;
}

.social__grid {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto 40px;
    display: grid;
    grid-gap: 10px;
    grid-template-areas: "inspiration inspiration" "tile1 tile6" "tile2 tile2" "tile4 tile7" "tile5 tile3";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr repeat(4, 200px);
}

@media(min-width:1024px) {
    .social__grid {
        grid-gap: 20px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 340px 205px 205px;
        grid-template-areas: "tile1 tile2 tile2 tile3" "inspiration tile4 tile5 tile7" "inspiration tile4 tile6 tile7";
        margin-bottom: 100px;
    }
}

.social__grid .duni__social--inspiration {
    grid-area: inspiration;
}

.social__grid .duni__social--1 {
    grid-area: tile1;
}

.social__grid .duni__social--2 {
    grid-area: tile2;
}

.social__grid .duni__social--3 {
    grid-area: tile3;
}

.social__grid .duni__social--4 {
    grid-area: tile4;
}

.social__grid .duni__social--5 {
    grid-area: tile5;
}

.social__grid .duni__social--6 {
    grid-area: tile6;
}

.social__grid .duni__social--7 {
    grid-area: tile7;
}

.duni__social {
    background-size: cover;
    padding: 40px 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

@media(min-width:1024px) {
    .duni__social {
        padding: 80px 20px;
    }
}

@media(min-width:1200px) {
    .duni__social {
        padding: 80px 45px;
    }
}

.duni__social p {
    color: #181818;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
}

.duni__social p strong {
    color: white;
    font-weight: 400;
}

.duni__social--inspiration {
    background: #67A5BF;
}

.duni__social--inspiration h2 {
    color: white;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    margin: 0 0 36px;
}

@media(min-width:1024px) {
    .duni__social--inspiration h2 {
        margin-bottom: 83px;
    }
}

.duni__social--inspiration h2 strong {
    font-weight: 400;
    color: #529bb5;
}

.duni__social .duni__social-bg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 18px;
    width: auto;
}

.duni__social .duni__social-icons {
    display: flex;
    margin-top: 15px;
}

.duni__social .duni__social-icons .duni__social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #282828;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    margin-right: 15px;
}

.duni__social .duni__social-icons .duni__social-icon:last-child {
    margin-right: 0;
}

.category-carousel__component {
    padding: 20px 25px 40px;
    scrollbar-color: transparent transparent;
    text-align: center;
}

.category-carousel__component .mb-container {
    max-width: 1380px;
    margin: 0 auto;
    width: 100%;
}

.category-carousel__component--GRID .category-carousel__grid,
.category-carousel__component--SLIDER .category-carousel__grid,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content {
    max-width: 1380px;
    margin: 0 auto;
    width: 100%;
}

.category-carousel__component--GRID .category-carousel__grid .yCmsComponent,
.category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent,
.category-carousel__component--GRID .category-carousel__grid .category-tile__component,
.category-carousel__component--SLIDER .category-carousel__grid .category-tile__component,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component {
    text-align: left;
}

.category-carousel__component--GRID .category-carousel__grid .yCmsComponent:hover,
.category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent:hover,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent:hover,
.category-carousel__component--GRID .category-carousel__grid .category-tile__component:hover,
.category-carousel__component--SLIDER .category-carousel__grid .category-tile__component:hover,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component:hover {
    opacity: .8;
}

@media(min-width:1024px) {

    .category-carousel__component--GRID .category-carousel__grid .yCmsComponent,
    .category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent,
    .category-carousel__component--GRID .category-carousel__grid .category-tile__component,
    .category-carousel__component--SLIDER .category-carousel__grid .category-tile__component,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component {
        position: relative;
    }

    .category-carousel__component--GRID .category-carousel__grid .yCmsComponent:after,
    .category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent:after,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent:after,
    .category-carousel__component--GRID .category-carousel__grid .category-tile__component:after,
    .category-carousel__component--SLIDER .category-carousel__grid .category-tile__component:after,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: rgba(40, 40, 40, 0.2);
        right: -9%;
        top: 0;
    }

    .category-carousel__component--GRID .category-carousel__grid .yCmsComponent:last-child:after,
    .category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent:last-child:after,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent:last-child:after,
    .category-carousel__component--GRID .category-carousel__grid .category-tile__component:last-child:after,
    .category-carousel__component--SLIDER .category-carousel__grid .category-tile__component:last-child:after,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component:last-child:after {
        height: 0;
    }
}

.category-carousel__component--GRID .category-carousel__grid .yCmsComponent:last-child,
.category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent:last-child,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent:last-child,
.category-carousel__component--GRID .category-carousel__grid .category-tile__component:last-child,
.category-carousel__component--SLIDER .category-carousel__grid .category-tile__component:last-child,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component:last-child {
    margin-right: 0;
}

.category-carousel__component--GRID .category-carousel__grid .yCmsComponent .category-tile__link,
.category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent .category-tile__link,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent .category-tile__link,
.category-carousel__component--GRID .category-carousel__grid .category-tile__component .category-tile__link,
.category-carousel__component--SLIDER .category-carousel__grid .category-tile__component .category-tile__link,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component .category-tile__link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.category-carousel__component--GRID .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__img,
.category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__img,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent .category-tile__link .category-tile__img,
.category-carousel__component--GRID .category-carousel__grid .category-tile__component .category-tile__link .category-tile__img,
.category-carousel__component--SLIDER .category-carousel__grid .category-tile__component .category-tile__link .category-tile__img,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component .category-tile__link .category-tile__img {
    height: 200px;
    width: 100%;
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media(min-width:540px) {

    .category-carousel__component--GRID .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent .category-tile__link .category-tile__img,
    .category-carousel__component--GRID .category-carousel__grid .category-tile__component .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .category-tile__component .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component .category-tile__link .category-tile__img {
        height: 270px;
    }
}

@media(min-width:640px) {

    .category-carousel__component--GRID .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent .category-tile__link .category-tile__img,
    .category-carousel__component--GRID .category-carousel__grid .category-tile__component .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .category-tile__component .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component .category-tile__link .category-tile__img {
        height: 400px;
    }
}

@media(min-width:1024px) {

    .category-carousel__component--GRID .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent .category-tile__link .category-tile__img,
    .category-carousel__component--GRID .category-carousel__grid .category-tile__component .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .category-tile__component .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component .category-tile__link .category-tile__img {
        height: 270px;
    }
}

@media(min-width:1200px) {

    .category-carousel__component--GRID .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent .category-tile__link .category-tile__img,
    .category-carousel__component--GRID .category-carousel__grid .category-tile__component .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .category-tile__component .category-tile__link .category-tile__img,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component .category-tile__link .category-tile__img {
        height: 400px;
    }
}

.category-carousel__component--GRID .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__name,
.category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__name,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent .category-tile__link .category-tile__name,
.category-carousel__component--GRID .category-carousel__grid .category-tile__component .category-tile__link .category-tile__name,
.category-carousel__component--SLIDER .category-carousel__grid .category-tile__component .category-tile__link .category-tile__name,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component .category-tile__link .category-tile__name {
    margin-top: 25px;
    color: #181818;
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    word-break: break-word;
}

@media(min-width:640px) {

    .category-carousel__component--GRID .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__name,
    .category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent .category-tile__link .category-tile__name,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent .category-tile__link .category-tile__name,
    .category-carousel__component--GRID .category-carousel__grid .category-tile__component .category-tile__link .category-tile__name,
    .category-carousel__component--SLIDER .category-carousel__grid .category-tile__component .category-tile__link .category-tile__name,
    .category-carousel__component--SLIDER .category-carousel__grid .mb-content .category-tile__component .category-tile__link .category-tile__name {
        font-size: 22px;
        line-height: 30px;
    }
}

.category-carousel__component--GRID .category-carousel__grid .yCmsComponent .category-tile__component,
.category-carousel__component--SLIDER .category-carousel__grid .yCmsComponent .category-tile__component,
.category-carousel__component--SLIDER .category-carousel__grid .mb-content .yCmsComponent .category-tile__component {
    width: 100%;
    text-align: left;
}

.category-carousel__component--SLIDER {
    max-width: 1380px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 40px 4%;
    overflow-x: hidden;
}

.category-carousel__component--SLIDER .yCmsComponent,
.category-carousel__component--SLIDER .category-tile__component {
    min-width: 48%;
    width: 48%;
}

@media(min-width:1024px) {

    .category-carousel__component--SLIDER .yCmsComponent,
    .category-carousel__component--SLIDER .category-tile__component {
        min-width: 22%;
        width: 22%;
    }
}

.category-carousel__component--SLIDER .mb-track.mb-track-x {
    height: 1px;
    background: rgba(40, 40, 40, 0.2);
    width: 97%;
}

.category-carousel__component--SLIDER .mb-track.mb-track-x .mb-bar {
    height: 3px;
    background-color: #282828;
    top: -1px;
}

.category-carousel__component--SLIDER .mb-content {
    display: flex;
}

@media(max-width:1023px) {
    .category-carousel__component--SLIDER .mb-content .category-tile__component:not(:last-child) {
        margin-right: 20px;
    }
}

@media(min-width:1024px) {
    .category-carousel__component--SLIDER .mb-content {
        gap: 40px 4%;
    }
}

.category-carousel__component--GRID .category-carousel__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 0;
    grid-gap: 20px 4%;
}

@media(min-width:1024px) {
    .category-carousel__component--GRID .category-carousel__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.category-carousel__component--GRID-open .category-carousel__grid {
    grid-template-rows: repeat(2, 1fr);
}

.category-carousel__component--GRID-open .hidden {
    display: none !important;
}

.category-carousel__component--GRID .category-carousel__explore {
    display: inline-block;
    margin: 0 auto 30px;
    width: auto;
    border: none;
    background: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #181818;
    padding-right: 114px;
    line-height: 34px;
    background-image: url(/_ui/responsive/theme-duni/images/btn-ball-right.svg);
    background-repeat: no-repeat;
    background-position: right;
}

.category-carousel__component--GRID .category-carousel__explore:hover {
    opacity: .8;
}

@media(min-width:1024px) {

    .category-carousel__component.center.category-carousel__component--GRID .category-carousel__grid,
    .category-carousel__component.center.category-carousel__component--SLIDER .mb-content {
        justify-content: center;
    }
}

.multiimagebanner__component {
    padding: 40px 25px;
}

.multiimagebanner__component .multiimagebanner__component--row1,
.multiimagebanner__component .multiimagebanner__component--row2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto 15px;
    max-width: 1380px;
}

@media(min-width:540px) {

    .multiimagebanner__component .multiimagebanner__component--row1,
    .multiimagebanner__component .multiimagebanner__component--row2 {
        gap: 30px;
        margin-bottom: 30px;
        flex-direction: row;
    }
}

.multiimagebanner__component .multiimagebanner__component--row1 .multiimagebanner__component-image,
.multiimagebanner__component .multiimagebanner__component--row2 .multiimagebanner__component-image {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 158px;
    width: 50%;
}

@media(min-width:540px) {

    .multiimagebanner__component .multiimagebanner__component--row1 .multiimagebanner__component-image,
    .multiimagebanner__component .multiimagebanner__component--row2 .multiimagebanner__component-image {
        height: 258px;
    }
}

.multiimagebanner__component .multiimagebanner__component--row1 .multiimagebanner__component-image.multiimagebanner__component--half-image,
.multiimagebanner__component .multiimagebanner__component--row2 .multiimagebanner__component-image.multiimagebanner__component--half-image {
    width: 100%;
}

@media(min-width:540px) {

    .multiimagebanner__component .multiimagebanner__component--row1 .multiimagebanner__component-image.multiimagebanner__component--half-image,
    .multiimagebanner__component .multiimagebanner__component--row2 .multiimagebanner__component-image.multiimagebanner__component--half-image {
        width: 50%;
    }
}

.multiimagebanner__component .multiimagebanner__component--row1 .multiimagebanner__quarter-images {
    display: flex;
    gap: 15px;
}

@media(min-width:540px) {
    .multiimagebanner__component .multiimagebanner__component--row1 .multiimagebanner__quarter-images {
        width: 100%;
        gap: 30px;
    }

    .multiimagebanner__component .multiimagebanner__component--row1 .multiimagebanner__quarter-images.multiimagebanner__quarter-images--full {
        width: 50%;
    }
}

.multiimagebanner__component .multiimagebanner__component--row2.multiimagebanner__component--LEFT {
    flex-direction: column;
}

@media(min-width:540px) {
    .multiimagebanner__component .multiimagebanner__component--row2.multiimagebanner__component--LEFT {
        flex-direction: row;
    }
}

@media(min-width:540px) {
    .multiimagebanner__component .multiimagebanner__component--row2.multiimagebanner__component--RIGHT {
        flex-direction: row-reverse;
    }
}

@media(min-width:540px) {
    .multiimagebanner__component .multiimagebanner__component--row2 {
        align-items: center;
    }
}

.multiimagebanner__component .multiimagebanner__component--row2 .multiimagebanner__component--text {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

@media(min-width:540px) {
    .multiimagebanner__component .multiimagebanner__component--row2 .multiimagebanner__component--text {
        width: 50%;
    }
}

.items__component {
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.items__component .items__component-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.items__component .items__component-wrapper .item__component {
    margin: 0 16px 16px 16px;
    text-align: center;
    min-width: calc(25% - 32px);
    max-width: 340px;
    flex: 1;
}

.items__component .items__component-wrapper .item__component h2 {
    margin-top: 20px;
}

.items__component .items__component-wrapper .item__component .item__component-description {
    margin: 16px auto 0;
    max-width: 450px;
}

.items__component .items__component-wrapper .item__component img {
    max-width: 100%;
    height: auto;
}

.items__component .items__component-link {
    margin: 48px auto 0;
}

@media(max-width:640px) {
    .items__component .items__component-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .items__component .items__component-wrapper .item__component--1,
    .items__component .items__component-wrapper .item__component--3 {
        min-width: 100%;
        width: 100%;
        margin-bottom: 64px;
    }

    .items__component .items__component-wrapper .item__component--2,
    .items__component .items__component-wrapper .item__component--4 {
        min-width: calc(50% - 64px);
        width: calc(50% - 64px);
    }
}

.content__tiles {
    padding: 0 25px;
    max-width: 1380px;
    margin: 40px auto;
}

.content__tiles .content__tile {
    display: inline-block;
    color: #181818;
    margin-bottom: 35px;
}

.content__tiles .content__tile .content__tile-media {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #c4c4c4;
    width: 100%;
    height: 250px;
    position: relative;
}

@media(min-width:1023px) {
    .content__tiles .content__tile .content__tile-media {
        height: 350px;
    }
}

.content__tiles .content__tile .content__tile-media .video-player-button {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    text-indent: -9999px;
    border: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/_ui/responsive/theme-duni/images/play-white.svg) center no-repeat;
}

.content__tiles .content__tile .content__tile-media .video-player-button:hover {
    opacity: .8;
}

.content__tiles .content__tile h2 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 48px;
    font-family: Inter, Roboto, sans-serif;
}

.content__tiles .content__tile .content__tile-text {
    margin: 20px 0;
    font-size: 13px;
    line-height: 22px;
}

.content__tiles .content__tile .duni-button {
    padding: 0;
    border: none;
}

@media(min-width:640px) {
    .content__tiles {
        display: flex;
        gap: 30px;
    }

    .content__tiles .content__tile {
        width: 50%;
    }
}

.content__tiles>.yCmsComponent {
    width: 100%;
}

@media(min-width:640px) {
    .content__tiles>.yCmsComponent {
        width: 50%;
    }
}

.content__tiles>.yCmsComponent .content__tile {
    width: 100%;
}

.contentstrip__component {
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.contentstrip__component a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #181818;
}

.contentstrip__component a:hover {
    color: #181818;
    opacity: .8;
}

.carousel-component .headline {
    margin-bottom: 16px;
}

@media(min-width:1024px) {
    .carousel-component .headline {
        margin-bottom: 40px;
    }
}

.yComponentWrapper>.carousel-component {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 40px;
    max-width: 1380px;
}

@media(min-width:1280px) {
    .yComponentWrapper>.carousel-component {
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
    }

    .yComponentWrapper>.carousel-component-left {
        width: 70%;
        margin-right: 1%;
    }

    .yComponentWrapper>.carousel-component-right {
        width: 35%;
        max-width: 400px;
        margin-left: 1%;
    }
}

@media(min-width:1280px) and (max-width:1200px) {
    .yComponentWrapper>.carousel-component-right {
        max-width: 350px;
    }
}

.yComponentWrapper>.carousel-component .cart__actions {
    padding: 30px 0;
    border-bottom: solid 1px #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

@media(min-width:1024px) {
    .yComponentWrapper>.carousel-component .cart__actions {
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

.yComponentWrapper>.carousel-component .cart__actions form {
    display: inline-block;
}

.yComponentWrapper>.carousel-component .cart__actions.bottom-actions {
    justify-content: flex-end;
}

.yComponentWrapper>.carousel-component .cart__actions .duni__link:hover,
.yComponentWrapper>.carousel-component .cart__actions .duni__link:focus {
    color: #000000;
    text-decoration: underline;
}

.yComponentWrapper>.carousel-component .cart-intro {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.yComponentWrapper>.carousel-component .cart-intro .export__cart--link {
    display: inline-block;
    color: #181818;
    padding: 0 20px;
    letter-spacing: 0.81px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.yComponentWrapper>.carousel-component .cart-intro .cart__top--totals {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.yComponentWrapper>.carousel-component .cart-intro .cart__top--totals .cart__top--amount {
    font-weight: 400;
}

.yComponentWrapper>.carousel-component .cart-intro .cart__top--totals .cart__top--amount:before {
    left: 0;
    font-weight: 500;
}

.yComponentWrapper>.carousel-component .item__list {
    margin: 30px 0;
}

.yComponentWrapper>.carousel-component .item__list .item__list--header li {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0;
}

.yComponentWrapper>.carousel-component .item__list .item__list--header li.item__image {
    width: 115px;
}

.yComponentWrapper>.carousel-component .item__list .item__list--header li.item__info {
    text-indent: 0;
}

.yComponentWrapper>.carousel-component .item__list .item__list--header li.item__quantity {
    text-align: center;
    width: 138px;
    padding-left: 0;
    padding-right: 10px;
}

.yComponentWrapper>.carousel-component .item__list .item__list--header li.item__total--column {
    text-align: left;
}

.yComponentWrapper>.carousel-component .item__list .item__list--header li.item__actions {
    width: 32px;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item>div:not(.clearfix) {
    padding: 15px 10px;
    padding-left: 0;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item>div:not(.clearfix):after {
    display: none;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__discount {
    width: 100px;
    padding: 0 10px 0 0;
    overflow: visible;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__discount .duni-select-mirror {
    margin: 0;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__discount .duni-select-mirror .selected {
    background-position: 90% center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__discount .duni-select-mirror>ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__total--column,
.yComponentWrapper>.carousel-component .item__list .item__list--item .item__total {
    text-align: left;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__image {
    width: 115px;
    padding-left: 0;
    padding-right: 15px;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__image .item__image--container {
    display: flex;
    height: 100px;
    width: 100px;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__image .item__image--container img {
    max-height: 80px;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__info a {
    padding-bottom: 5px;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__info p,
.yComponentWrapper>.carousel-component .item__list .item__list--item .item__info .item__code,
.yComponentWrapper>.carousel-component .item__list .item__list--item .item__info .item__pieces {
    color: #181818;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__info .secondary-name {
    font-size: inherit;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__quantity {
    width: 138px;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__quantity .form-control::-webkit-inner-spin-button,
.yComponentWrapper>.carousel-component .item__list .item__list--item .item__quantity .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__quantity form {
    display: flex;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__price {
    color: #000000;
    font-size: var(--font-size-xxs);
    line-height: 22px;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__price .per-piece {
    font-weight: 400;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__delivery {
    color: #000000;
    font-size: 13px;
    line-height: 22px;
}

@media(min-width:1024px) {
    .yComponentWrapper>.carousel-component .item__list .item__list--item .item__delivery {
        width: 22%;
    }
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__delivery--label {
    font-weight: 400;
    color: #000000;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__delivery--label {
    text-transform: none;
    margin-bottom: 0;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__delivery-date--label {
    margin-bottom: 0;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .cart-item__totals .item__total {
    width: 181px;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .cart-item__totals .item__total .price,
.yComponentWrapper>.carousel-component .item__list .item__list--item .cart-item__totals .item__total .discount {
    color: #181818;
    font-size: 13px;
    line-height: 22px;
    display: block;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__actions {
    display: table-cell;
    vertical-align: middle;
    width: 34px;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__actions .cart-item__actions {
    padding: 0;
    margin: 0;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__actions .cart-item__actions li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.yComponentWrapper>.carousel-component .item__list .item__list--item .item__actions .cart-item__actions .disabled .cart-item__action--REMOVE {
    cursor: not-allowed;
}

@media(min-width:1024px) {
    .yComponentWrapper>.carousel-component {
        display: block;
    }
}

.faq__component {
    background-color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.faq__component-container {
    max-width: 860px;
    margin: 0 10px 40px;
}

@media(min-width:1024px) {
    .faq__component-container {
        margin-left: auto;
        margin-right: auto;
    }
}

.faq__component-title,
.faq__component h2.faq__component-title,
.faq__component h3.faq__component-title {
    font-family: Inter, Roboto, sans-serif;
    color: #181818;
    font-size: 42px;
    line-height: 48px;
    margin: 40px 10px 25px;
    text-align: center;
    text-transform: none;
}

.faq__component-title strong,
.faq__component h2.faq__component-title strong,
.faq__component h3.faq__component-title strong {
    font-weight: 700;
}

@media(min-width:1024px) {

    .faq__component-title,
    .faq__component h2.faq__component-title,
    .faq__component h3.faq__component-title {
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        max-width: 440px;
    }
}

.faq__component-text {
    color: #000000;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.faq__component--dark {
    background-color: transparent;
}

.faq__component .faq__component-search {
    width: 100%;
    max-width: 600px;
    padding: 0 10px;
    position: relative;
    margin: 40px auto;
}

@media(min-width:1024px) {
    .faq__component .faq__component-search {
        margin-left: 0;
        margin-right: 0;
    }
}

.faq__component-topics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 20px 0 80px;
    border-bottom: 1px solid rgba(40, 40, 40, 0.2);
}

@media(min-width:640px) {
    .faq__component-topics {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 40px;
    }
}

.faq__component-topics .faq__component-topic {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border: 1px solid rgba(40, 40, 40, 0.2);
    font-size: 16px;
    line-height: 26px;
    color: #181818;
    padding: 39px 30px 36px;
    text-align: center;
}

.faq__component-topics .faq__component-topic--active,
.faq__component-topics .faq__component-topic:hover {
    border-color: #282828;
}

.accordion__component {
    border-top: 1px solid rgba(40, 40, 40, 0.2);
    font-size: 16px;
    line-height: 26px;
    color: #181818;
    padding: 40px 0;
}

.accordion__component-title,
.accordion__component h3.accordion__component-title {
    padding: 0;
    background-image: url(/_ui/responsive/theme-duni/images/accordion-closed.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right center;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #181818;
    font-family: Inter, Roboto, sans-serif;
}

.accordion__component-content {
    color: #000000;
    height: 0;
    display: none;
}

.accordion__component-content p {
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
}

.accordion__component--active {
    padding-bottom: 26px;
}

.accordion__component--active h2.accordion__component-title,
.accordion__component--active h3.accordion__component-title {
    border-bottom: 0;
    margin-bottom: 40px;
    background-image: url(/_ui/responsive/theme-duni/images/accordion-open.svg);
}

.accordion__component--active .accordion__component-content {
    height: auto;
    display: block;
}

.faq__section {
    border-bottom: 1px solid rgba(40, 40, 40, 0.2);
}

.page-wishlist #cboxContent {
    height: auto !important;
}

.page-wishlist #cboxContent #cboxLoadedContent {}

.page-wishlist #cboxContent #cboxLoadedContent .mini-cart-list {
    max-height: 400px;
}

@media(max-width:639px) {
    .page-wishlist #colorbox.email_wishlist__colorbox #cboxContent #cboxLoadedContent {
        position: static;
    }
}

@media(max-width:639px) {
    .page-wishlist #colorbox.email_wishlist__colorbox #cboxContent .wishlist-newsletter {
        margin-bottom: 225px;
    }
}

@media(min-width:1024px) {
    .page-wishlist .wishlist-button {
        max-width: 100%;
        white-space: normal;
    }
}

.page-wishlist .wishlistitem__skus {
    width: 80px;
}

@media(max-width:1023px) {
    .page-wishlist .wishlistitem__skus {
        float: left;
    }
}

.page-wishlist .wishlistitem__skus input {
    width: 60px;
}

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

    .page-wishlist .item__price,
    .page-wishlist .item__delivery,
    .page-wishlist .item__added_date {
        width: 125px;
    }

    .page-wishlist .cart-body .cart__actions {
        justify-content: normal;
    }

    .page-wishlist .cart-body .cart__actions button {
        margin-left: 10px;
    }

    .page-wishlist .cart-body .item__list .item__list--item .item__delivery {
        width: 125px;
    }

    .page-wishlist .wishlistitem__comment input {
        width: 90%;
    }
}

@media screen and (max-width:1023px) {
    .page-wishlist .wishlistitem__comment input {
        width: 100%;
    }

    .page-wishlist .cart-body .item__list .item__list--item>div.item__actions {
        bottom: 210px;
    }

    .page-wishlist .cart-body .item__list .item__list--item div.item__info {
        margin-left: 110px;
    }
}

.help-popup-content-holder {
    display: none;
}

.cart__head--links {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.add_to_catalog-modal {
    display: none;
}

#colorbox.mini-catalog-modal .toggle-table-minimise {
    display: none;
}

@media screen and (max-width:639px) {
    #colorbox.mini-catalog-modal .popup-content {
        overflow-y: hidden;
    }

    #colorbox.mini-catalog-modal.expanded-table {
        overflow: hidden;
    }

    #colorbox.mini-catalog-modal.expanded-table .popup-content {
        position: relative;
    }

    #colorbox.mini-catalog-modal.expanded-table .wishlist-products-table-actions {
        position: sticky;
        top: 0;
    }

    #colorbox.mini-catalog-modal.expanded-table .product-options,
    #colorbox.mini-catalog-modal.expanded-table .product-price-option .wizard-footer,
    #colorbox.mini-catalog-modal.expanded-table .toggle-table-expand {
        display: none;
    }

    #colorbox.mini-catalog-modal.expanded-table .toggle-table-minimise {
        display: inline-block;
    }

    #colorbox.mini-catalog-modal.expanded-table .products-header {
        top: 35px;
    }

    #colorbox.mini-catalog-modal.expanded-table .product-list {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-height: unset;
        padding-right: 0;
        padding-left: 0;
        background: white;
    }

    #colorbox.mini-catalog-modal .back-modal-wizard {
        top: -2px;
        z-index: 1;
    }
}

.add_to_catalog-modal,
.mini-catalog-modal {
    font-family: Inter, Roboto, sans-serif;
    font-weight: bold;
}

.add_to_catalog-modal h3,
.mini-catalog-modal h3 {
    font-family: Inter, Roboto, sans-serif;
    margin: 5px 0 20px;
    font-weight: normal;
}

.add_to_catalog-modal h5,
.mini-catalog-modal h5 {
    font-size: 13px;
    margin: 5px 0 25px;
}

.add_to_catalog-modal .help-popup-content,
.mini-catalog-modal .help-popup-content {
    text-align: center;
}

.add_to_catalog-modal .help-popup-content p,
.mini-catalog-modal .help-popup-content p {
    line-height: 26px;
    margin-bottom: 20px;
}

.add_to_catalog-modal .steps,
.mini-catalog-modal .steps,
.add_to_catalog-modal .steps>div,
.mini-catalog-modal .steps>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_to_catalog-modal .steps,
.mini-catalog-modal .steps {
    margin-bottom: 30px;
}

.add_to_catalog-modal .steps>div,
.mini-catalog-modal .steps>div {
    width: 30px;
    height: 30px;
    background: #dddddd;
    border-radius: 50%;
    font-size: 13px;
    line-height: normal;
}

.add_to_catalog-modal .steps>div.active,
.mini-catalog-modal .steps>div.active {
    border: 1px solid #181818;
}

.add_to_catalog-modal .steps>div.black,
.mini-catalog-modal .steps>div.black,
.add_to_catalog-modal .steps>div.black+hr,
.mini-catalog-modal .steps>div.black+hr {
    background: #27809b;
    border-color: #27809b;
    color: #ffffff;
}

.add_to_catalog-modal .steps hr,
.mini-catalog-modal .steps hr {
    width: 80px;
    border: 2px solid #d9d9d9;
    margin: 0 4px;
    border-top: 0;
}

.add_to_catalog-modal .popup-content,
.mini-catalog-modal .popup-content {
    margin: 0 -12px;
    padding: 0 12px;
    max-height: 628px;
    overflow-y: auto;
}

.add_to_catalog-modal .popup-content form,
.mini-catalog-modal .popup-content form {
    min-height: 420px;
}

.add_to_catalog-modal .popup-content form.max-height,
.mini-catalog-modal .popup-content form.max-height {
    max-height: 420px;
    overflow: auto;
}

.add_to_catalog-modal .popup-content form .form-group.has-error,
.mini-catalog-modal .popup-content form .form-group.has-error {
    margin-bottom: 5px;
}

.add_to_catalog-modal .popup-content form .form-group .help-block,
.mini-catalog-modal .popup-content form .form-group .help-block {
    margin-bottom: 0;
    text-align: left;
}

.add_to_catalog-modal .popup-content form textarea,
.mini-catalog-modal .popup-content form textarea {
    min-height: 87px;
}

.add_to_catalog-modal .popup-content form .add-logo-container,
.mini-catalog-modal .popup-content form .add-logo-container {
    display: flex;
    align-items: center;
}

.add_to_catalog-modal .popup-content form .file-upload,
.mini-catalog-modal .popup-content form .file-upload {
    border: 1px dashed #181818;
    border-radius: 8px;
    margin-right: 10px;
}

.add_to_catalog-modal .popup-content form .file-upload span.title,
.mini-catalog-modal .popup-content form .file-upload span.title {
    margin-bottom: 10px;
}

.add_to_catalog-modal .popup-content form .file-uploaded,
.mini-catalog-modal .popup-content form .file-uploaded {
    border: 1px solid #181818;
    border-radius: 4px;
    margin-left: 10px;
}

.add_to_catalog-modal .popup-content form .file-uploaded.has-error,
.mini-catalog-modal .popup-content form .file-uploaded.has-error {
    background-color: #ffffff;
}

.add_to_catalog-modal .popup-content form .file-upload,
.mini-catalog-modal .popup-content form .file-upload,
.add_to_catalog-modal .popup-content form .file-uploaded,
.mini-catalog-modal .popup-content form .file-uploaded {
    height: 150px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    position: relative;
    padding: 15px;
}

.add_to_catalog-modal .popup-content form .file-upload.has-error,
.mini-catalog-modal .popup-content form .file-upload.has-error,
.add_to_catalog-modal .popup-content form .file-uploaded.has-error,
.mini-catalog-modal .popup-content form .file-uploaded.has-error {
    margin-bottom: 25px;
    border-color: #c40e0e;
}

.add_to_catalog-modal .popup-content form .file-upload span,
.mini-catalog-modal .popup-content form .file-upload span,
.add_to_catalog-modal .popup-content form .file-uploaded span,
.mini-catalog-modal .popup-content form .file-uploaded span {
    font-size: var(--font-size-xs);
}

.add_to_catalog-modal .popup-content form .file-upload span.title,
.mini-catalog-modal .popup-content form .file-upload span.title,
.add_to_catalog-modal .popup-content form .file-uploaded span.title,
.mini-catalog-modal .popup-content form .file-uploaded span.title {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.add_to_catalog-modal .popup-content form .file-upload span.highlight,
.mini-catalog-modal .popup-content form .file-upload span.highlight,
.add_to_catalog-modal .popup-content form .file-uploaded span.highlight,
.mini-catalog-modal .popup-content form .file-uploaded span.highlight {
    color: #27809b;
}

.add_to_catalog-modal .popup-content form .file-upload img,
.mini-catalog-modal .popup-content form .file-upload img,
.add_to_catalog-modal .popup-content form .file-uploaded img,
.mini-catalog-modal .popup-content form .file-uploaded img {
    max-width: 100%;
    max-height: 100%;
}

.add_to_catalog-modal .popup-content form .checkbox-price,
.mini-catalog-modal .popup-content form .checkbox-price {
    margin-bottom: 8px;
}

.add_to_catalog-modal .popup-content .product-options,
.mini-catalog-modal .popup-content .product-options {
    min-height: 112px;
}

@media screen and (max-width:639px) {

    .add_to_catalog-modal .popup-content .product-options,
    .mini-catalog-modal .popup-content .product-options {
        height: auto;
    }
}

.add_to_catalog-modal .popup-content .product-list,
.mini-catalog-modal .popup-content .product-list {
    overflow-x: auto;
    max-height: 330px;
}

.add_to_catalog-modal .popup-content .product-row,
.mini-catalog-modal .popup-content .product-row,
.add_to_catalog-modal .popup-content .product-row-dragged,
.mini-catalog-modal .popup-content .product-row-dragged {
    min-height: 72px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8b8a88;
    padding-right: 16px;
    font-size: 16px;
    cursor: pointer;
}

@media screen and (max-width:639px) {

    .add_to_catalog-modal .popup-content .product-row,
    .mini-catalog-modal .popup-content .product-row,
    .add_to_catalog-modal .popup-content .product-row-dragged,
    .mini-catalog-modal .popup-content .product-row-dragged {
        background-color: #f7f7f7;
    }
}

.add_to_catalog-modal .popup-content .product-row .controls,
.mini-catalog-modal .popup-content .product-row .controls,
.add_to_catalog-modal .popup-content .product-row-dragged .controls,
.mini-catalog-modal .popup-content .product-row-dragged .controls {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_to_catalog-modal .popup-content .product-row .controls span,
.mini-catalog-modal .popup-content .product-row .controls span,
.add_to_catalog-modal .popup-content .product-row-dragged .controls span,
.mini-catalog-modal .popup-content .product-row-dragged .controls span {
    cursor: pointer;
}

.add_to_catalog-modal .popup-content .product-row .form-group,
.mini-catalog-modal .popup-content .product-row .form-group,
.add_to_catalog-modal .popup-content .product-row-dragged .form-group,
.mini-catalog-modal .popup-content .product-row-dragged .form-group {
    margin: 0;
}

.add_to_catalog-modal .popup-content .product-row .remove,
.mini-catalog-modal .popup-content .product-row .remove,
.add_to_catalog-modal .popup-content .product-row-dragged .remove,
.mini-catalog-modal .popup-content .product-row-dragged .remove {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #181818;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_to_catalog-modal .popup-content .product-row .product-details,
.mini-catalog-modal .popup-content .product-row .product-details,
.add_to_catalog-modal .popup-content .product-row-dragged .product-details,
.mini-catalog-modal .popup-content .product-row-dragged .product-details {
    display: flex;
    align-items: center;
    flex: 1;
}

@media screen and (max-width:1023px) {

    .add_to_catalog-modal .popup-content .product-row .product-details,
    .mini-catalog-modal .popup-content .product-row .product-details,
    .add_to_catalog-modal .popup-content .product-row-dragged .product-details,
    .mini-catalog-modal .popup-content .product-row-dragged .product-details {
        flex-wrap: wrap;
    }

    .add_to_catalog-modal .popup-content .product-row .product-details .info,
    .mini-catalog-modal .popup-content .product-row .product-details .info,
    .add_to_catalog-modal .popup-content .product-row-dragged .product-details .info,
    .mini-catalog-modal .popup-content .product-row-dragged .product-details .info {
        flex: auto;
    }

    .add_to_catalog-modal .popup-content .product-row .product-details .product-number,
    .mini-catalog-modal .popup-content .product-row .product-details .product-number,
    .add_to_catalog-modal .popup-content .product-row-dragged .product-details .product-number,
    .mini-catalog-modal .popup-content .product-row-dragged .product-details .product-number,
    .add_to_catalog-modal .popup-content .product-row .product-details .product-price,
    .mini-catalog-modal .popup-content .product-row .product-details .product-price,
    .add_to_catalog-modal .popup-content .product-row-dragged .product-details .product-price,
    .mini-catalog-modal .popup-content .product-row-dragged .product-details .product-price {
        width: 50%;
    }
}

.add_to_catalog-modal .popup-content .product-row .info-container,
.mini-catalog-modal .popup-content .product-row .info-container,
.add_to_catalog-modal .popup-content .product-row-dragged .info-container,
.mini-catalog-modal .popup-content .product-row-dragged .info-container {
    flex: 2;
    display: flex;
    align-items: center;
}

.add_to_catalog-modal .popup-content .product-row .info,
.mini-catalog-modal .popup-content .product-row .info,
.add_to_catalog-modal .popup-content .product-row-dragged .info,
.mini-catalog-modal .popup-content .product-row-dragged .info {
    flex: 2;
}

.add_to_catalog-modal .popup-content .product-row .product-number,
.mini-catalog-modal .popup-content .product-row .product-number,
.add_to_catalog-modal .popup-content .product-row-dragged .product-number,
.mini-catalog-modal .popup-content .product-row-dragged .product-number,
.add_to_catalog-modal .popup-content .product-row .product-price,
.mini-catalog-modal .popup-content .product-row .product-price,
.add_to_catalog-modal .popup-content .product-row-dragged .product-price,
.mini-catalog-modal .popup-content .product-row-dragged .product-price {
    flex: 1;
}

.add_to_catalog-modal .popup-content .product-row .product-number .form-group,
.mini-catalog-modal .popup-content .product-row .product-number .form-group,
.add_to_catalog-modal .popup-content .product-row-dragged .product-number .form-group,
.mini-catalog-modal .popup-content .product-row-dragged .product-number .form-group,
.add_to_catalog-modal .popup-content .product-row .product-price .form-group,
.mini-catalog-modal .popup-content .product-row .product-price .form-group,
.add_to_catalog-modal .popup-content .product-row-dragged .product-price .form-group,
.mini-catalog-modal .popup-content .product-row-dragged .product-price .form-group {
    max-width: 109px;
}

.add_to_catalog-modal .popup-content .product-row .product-number .form-group.has-error input,
.mini-catalog-modal .popup-content .product-row .product-number .form-group.has-error input,
.add_to_catalog-modal .popup-content .product-row-dragged .product-number .form-group.has-error input,
.mini-catalog-modal .popup-content .product-row-dragged .product-number .form-group.has-error input,
.add_to_catalog-modal .popup-content .product-row .product-price .form-group.has-error input,
.mini-catalog-modal .popup-content .product-row .product-price .form-group.has-error input,
.add_to_catalog-modal .popup-content .product-row-dragged .product-price .form-group.has-error input,
.mini-catalog-modal .popup-content .product-row-dragged .product-price .form-group.has-error input {
    margin-top: 21px;
}

.add_to_catalog-modal .popup-content .product-row.products-header,
.mini-catalog-modal .popup-content .product-row.products-header,
.add_to_catalog-modal .popup-content .product-row-dragged.products-header,
.mini-catalog-modal .popup-content .product-row-dragged.products-header {
    background-color: #e0e0e0;
    min-height: 50px;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.add_to_catalog-modal .popup-content .product-row.products-header .remove-header,
.mini-catalog-modal .popup-content .product-row.products-header .remove-header,
.add_to_catalog-modal .popup-content .product-row-dragged.products-header .remove-header,
.mini-catalog-modal .popup-content .product-row-dragged.products-header .remove-header {
    width: 40px;
}

.add_to_catalog-modal .popup-content .product-row .info,
.mini-catalog-modal .popup-content .product-row .info,
.add_to_catalog-modal .popup-content .product-row-dragged .info,
.mini-catalog-modal .popup-content .product-row-dragged .info {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:1023px) {

    .add_to_catalog-modal .popup-content .product-row,
    .mini-catalog-modal .popup-content .product-row,
    .add_to_catalog-modal .popup-content .product-row-dragged,
    .mini-catalog-modal .popup-content .product-row-dragged {
        padding: 16px 12px;
    }

    .add_to_catalog-modal .popup-content .product-row .controls,
    .mini-catalog-modal .popup-content .product-row .controls,
    .add_to_catalog-modal .popup-content .product-row-dragged .controls,
    .mini-catalog-modal .popup-content .product-row-dragged .controls {
        width: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        margin-right: 16px;
    }

    .add_to_catalog-modal .popup-content .product-row .controls span,
    .mini-catalog-modal .popup-content .product-row .controls span,
    .add_to_catalog-modal .popup-content .product-row-dragged .controls span,
    .mini-catalog-modal .popup-content .product-row-dragged .controls span {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

@media screen and (max-width:639px) {

    .add_to_catalog-modal .popup-content .product-row,
    .mini-catalog-modal .popup-content .product-row,
    .add_to_catalog-modal .popup-content .product-row-dragged,
    .mini-catalog-modal .popup-content .product-row-dragged {
        flex-wrap: wrap;
    }

    .add_to_catalog-modal .popup-content .product-row .info-container,
    .mini-catalog-modal .popup-content .product-row .info-container,
    .add_to_catalog-modal .popup-content .product-row-dragged .info-container,
    .mini-catalog-modal .popup-content .product-row-dragged .info-container {
        font-size: 13px;
        padding-right: 12px;
        flex-wrap: wrap;
    }

    .add_to_catalog-modal .popup-content .product-row .info-container strong,
    .mini-catalog-modal .popup-content .product-row .info-container strong,
    .add_to_catalog-modal .popup-content .product-row-dragged .info-container strong,
    .mini-catalog-modal .popup-content .product-row-dragged .info-container strong {
        width: 100%;
        margin-top: 6px;
        margin-bottom: 4px;
        display: block;
        font-size: 11px;
    }

    .add_to_catalog-modal .popup-content .product-row .product-number,
    .mini-catalog-modal .popup-content .product-row .product-number,
    .add_to_catalog-modal .popup-content .product-row-dragged .product-number,
    .mini-catalog-modal .popup-content .product-row-dragged .product-number,
    .add_to_catalog-modal .popup-content .product-row .product-price,
    .mini-catalog-modal .popup-content .product-row .product-price,
    .add_to_catalog-modal .popup-content .product-row-dragged .product-price,
    .mini-catalog-modal .popup-content .product-row-dragged .product-price {
        min-width: 100%;
    }

    .add_to_catalog-modal .popup-content .product-row .product-number input,
    .mini-catalog-modal .popup-content .product-row .product-number input,
    .add_to_catalog-modal .popup-content .product-row-dragged .product-number input,
    .mini-catalog-modal .popup-content .product-row-dragged .product-number input,
    .add_to_catalog-modal .popup-content .product-row .product-price input,
    .mini-catalog-modal .popup-content .product-row .product-price input,
    .add_to_catalog-modal .popup-content .product-row-dragged .product-price input,
    .mini-catalog-modal .popup-content .product-row-dragged .product-price input {
        max-width: unset;
        padding: 6px 10px;
    }
}

.add_to_catalog-modal .popup-content .product-row-dragged,
.mini-catalog-modal .popup-content .product-row-dragged {
    background-color: #e4e4e4;
}

.add_to_catalog-modal .popup-content textarea,
.mini-catalog-modal .popup-content textarea {
    overflow: auto;
    resize: none;
}

.add_to_catalog-modal .wishlist-products-table-actions,
.mini-catalog-modal .wishlist-products-table-actions {
    display: block;
    text-align: right;
    padding: 6px 12px;
    background-color: #f6f6f6;
    z-index: 1;
}

.add_to_catalog-modal .wishlist-products-table-actions .btn-small,
.mini-catalog-modal .wishlist-products-table-actions .btn-small {
    font-size: 13px;
    padding: 0;
}

.add_to_catalog-modal .wishlist-products-table-actions .btn-small:hover,
.mini-catalog-modal .wishlist-products-table-actions .btn-small:hover {
    color: #181818;
    border-bottom: solid thin;
}

.add_to_catalog-modal .wishlist-products-table-actions .btn-small svg,
.mini-catalog-modal .wishlist-products-table-actions .btn-small svg {
    width: 11px !important;
    height: 13px !important;
    top: 1px;
    position: relative;
    margin-left: 4px;
}

.add_to_catalog-modal .template-picker,
.mini-catalog-modal .template-picker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
}

.add_to_catalog-modal .template-picker .form-group,
.mini-catalog-modal .template-picker .form-group {
    margin: 0 -4px 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.add_to_catalog-modal .template-picker .form-group.has-error,
.mini-catalog-modal .template-picker .form-group.has-error {
    padding-top: 20px;
}

.add_to_catalog-modal .template-picker .form-group .help-block,
.mini-catalog-modal .template-picker .form-group .help-block {
    position: absolute;
    top: 0;
    left: 15.5px;
}

.add_to_catalog-modal .template-picker .checkbox,
.mini-catalog-modal .template-picker .checkbox {
    margin: 10px 0;
    min-width: 187px;
}

.add_to_catalog-modal .template-picker input,
.mini-catalog-modal .template-picker input {
    position: absolute;
    bottom: 24px;
    right: 40px;
    z-index: 1;
}

.add_to_catalog-modal .template-picker label,
.mini-catalog-modal .template-picker label {
    width: 100%;
    max-width: 100%;
    height: 258px;
    border: 1px solid #8b8a88;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.add_to_catalog-modal .template-picker label:before,
.mini-catalog-modal .template-picker label:before {
    right: 14px;
    bottom: 14px;
    left: auto;
    top: auto;
    background-color: white;
    border-radius: 50%;
}

.add_to_catalog-modal .template-picker label img,
.mini-catalog-modal .template-picker label img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.add_to_catalog-modal .catalog-created-modal,
.mini-catalog-modal .catalog-created-modal {
    text-align: center;
}

.js-add-to-wishlist,
.js-remove-from-wishlist {
    position: relative;
}

.js-add-to-wishlist .duni__link--icon,
.js-remove-from-wishlist .duni__link--icon {
    padding: 0;
}

.js-add-to-wishlist .duni__link--icon .duni-icon,
.js-remove-from-wishlist .duni__link--icon .duni-icon {
    width: var(--font-size-button-icon-only);
    height: var(--font-size-button-icon-only);
    font-size: var(--font-size-button-icon-only);
}

.js-remove-from-wishlist .duni__link--icon {
    color: #27809b;
}

@media screen and (max-width:1023px) {

    .add_to_catalog-modal,
    .mini-catalog-modal {
        width: 100% !important;
        left: 0 !important;
    }

    .add_to_catalog-modal #cboxWrapper,
    .mini-catalog-modal #cboxWrapper,
    .add_to_catalog-modal #cboxContent,
    .mini-catalog-modal #cboxContent,
    .add_to_catalog-modal #cboxLoadedContent,
    .mini-catalog-modal #cboxLoadedContent {
        width: 100% !important;
    }

    .add_to_catalog-modal .steps div,
    .mini-catalog-modal .steps div {
        min-width: 30px;
    }

    .add_to_catalog-modal .steps hr,
    .mini-catalog-modal .steps hr {
        width: 100%;
    }

    .add_to_catalog-modal form .add-logo-container,
    .mini-catalog-modal form .add-logo-container {
        background-color: #eeeeee;
    }

    .add_to_catalog-modal form .add-logo-container .file-upload,
    .mini-catalog-modal form .add-logo-container .file-upload {
        border: none;
        margin-bottom: 0;
    }

    .add_to_catalog-modal form .add-logo-container .file-uploaded,
    .mini-catalog-modal form .add-logo-container .file-uploaded {
        min-height: 150px;
        max-width: 248px;
        background-color: white;
    }

    .add_to_catalog-modal .add-logo-container,
    .mini-catalog-modal .add-logo-container {
        flex-direction: column;
    }

    .add_to_catalog-modal .add-logo-container .form-group,
    .mini-catalog-modal .add-logo-container .form-group {
        width: 100%;
    }

    .add_to_catalog-modal .add-logo-container .form-group.file-upload,
    .mini-catalog-modal .add-logo-container .form-group.file-upload {
        margin-right: 0;
    }

    .add_to_catalog-modal .add-logo-container .form-group.file-uploaded,
    .mini-catalog-modal .add-logo-container .form-group.file-uploaded {
        margin-left: 0;
    }

    .add_to_catalog-modal #cboxLoadedContent .colorbox_actions.wizard-footer button,
    .mini-catalog-modal #cboxLoadedContent .colorbox_actions.wizard-footer button {
        margin: 10px 0 0;
    }

    .add_to_catalog-modal .textarea-disable-resize,
    .mini-catalog-modal .textarea-disable-resize {
        overflow: auto;
        resize: none;
    }

    #import-logo-alerts {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        z-index: 1;
    }
}

.banner__mosaic {
    width: 100%;
    margin: 0;
    display: grid;
    grid-gap: 0;
    grid-template-columns: 100vw;
}

.banner__mosaic--2rows {
    grid-template-rows: 60vh repeat(2, 1fr);
}

@media(min-width:640px) {
    .banner__mosaic--2rows {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .banner__mosaic--2rows .tile--1 {
        grid-area: 1 / 1 / 2 / 3;
    }

    .banner__mosaic--2rows .tile--2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .banner__mosaic--2rows .tile--3 {
        grid-area: 2 / 2 / 3 / 3;
    }
}

@media(min-width:1024px) {
    .banner__mosaic--2rows {
        max-width: 1380px;
        margin: 0 auto;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 375px);
    }

    .banner__mosaic--2rows .tile--1 {
        grid-area: 1 / 1 / 3 / 5;
    }

    .banner__mosaic--2rows .tile--2 {
        grid-area: 1 / 5 / 2 / 7;
    }

    .banner__mosaic--2rows .tile--3 {
        grid-area: 2 / 5 / 3 / 7;
    }
}

.banner__mosaic--3rows {
    grid-template-rows: 60vh repeat(2, 1fr);
}

@media(min-width:640px) {
    .banner__mosaic--3rows {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .banner__mosaic--3rows .tile--1 {
        grid-area: 1 / 1 / 2 / 3;
    }

    .banner__mosaic--3rows .tile--2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .banner__mosaic--3rows .tile--3 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .banner__mosaic--3rows .tile--4 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .banner__mosaic--3rows .tile--5 {
        grid-area: 3 / 2 / 4 / 3;
    }
}

@media(min-width:1024px) {
    .banner__mosaic--3rows {
        max-width: 1380px;
        margin: 0 auto;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 375px) 400px;
    }

    .banner__mosaic--3rows .tile--1 {
        grid-area: 1 / 1 / 3 / 5;
    }

    .banner__mosaic--3rows .tile--2 {
        grid-area: 1 / 5 / 2 / 7;
    }

    .banner__mosaic--3rows .tile--3 {
        grid-area: 2 / 5 / 3 / 7;
    }

    .banner__mosaic--3rows .tile--4 {
        grid-area: 3 / 1 / 4 / 4;
    }

    .banner__mosaic--3rows .tile--5 {
        grid-area: 3 / 4 / 4 / 7;
    }
}

.banner__mosaic--4rows {
    grid-template-rows: 60vh repeat(3, 1fr);
}

@media(min-width:640px) {
    .banner__mosaic--4rows {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(5, 1fr);
    }

    .banner__mosaic--4rows .tile--1 {
        grid-area: 1 / 1 / 3 / 7;
    }

    .banner__mosaic--4rows .tile--2 {
        grid-area: 3 / 1 / 4 / 4;
    }

    .banner__mosaic--4rows .tile--3 {
        grid-area: 3 / 4 / 4 / 7;
    }

    .banner__mosaic--4rows .tile--4 {
        grid-area: 4 / 1 / 5 / 4;
    }

    .banner__mosaic--4rows .tile--5 {
        grid-area: 4 / 4 / 5 / 7;
    }

    .banner__mosaic--4rows .tile--6 {
        grid-area: 5 / 1 / 6 / 3;
    }

    .banner__mosaic--4rows .tile--7 {
        grid-area: 5 / 3 / 6 / 5;
    }

    .banner__mosaic--4rows .tile--8 {
        grid-area: 5 / 5 / 6 / 7;
    }
}

@media(min-width:1024px) {
    .banner__mosaic--4rows {
        max-width: 1380px;
        margin: 0 auto;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 375px) 400px 350px;
    }

    .banner__mosaic--4rows .tile--1 {
        grid-area: 1 / 1 / 3 / 5;
    }

    .banner__mosaic--4rows .tile--2 {
        grid-area: 1 / 5 / 2 / 7;
    }

    .banner__mosaic--4rows .tile--3 {
        grid-area: 2 / 5 / 3 / 7;
    }

    .banner__mosaic--4rows .tile--4 {
        grid-area: 3 / 1 / 4 / 4;
    }

    .banner__mosaic--4rows .tile--5 {
        grid-area: 3 / 4 / 4 / 7;
    }

    .banner__mosaic--4rows .tile--6 {
        grid-area: 4 / 1 / 5 / 3;
    }

    .banner__mosaic--4rows .tile--7 {
        grid-area: 4 / 3 / 5 / 5;
    }

    .banner__mosaic--4rows .tile--8 {
        grid-area: 4 / 5 / 5 / 7;
    }
}

.banner__mosaic-tile {
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 20px;
}

.banner__mosaic-title {
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 2px;
    color: #FFFFFF;
    font-family: Inter, Roboto, sans-serif;
    margin: 0 0 5px;
    max-width: 65%;
}

@media(max-width:639px) {
    .banner__mosaic-title {
        max-width: none;
        word-break: break-word;
    }
}

.banner__mosaic-title strong {
    font-weight: 700;
}

.banner__mosaic-text {
    color: white;
    max-width: 40%;
    margin-bottom: 25px;
}

@media(min-width:1200px) {
    .banner__mosaic-text {
        max-width: 30%;
    }
}

.banner__mosaic .duni-button.secondary-button {
    background-color: white;
    border-color: white;
    letter-spacing: 2px;
}

.banner__mosaic .tile--1 {
    padding: 40px;
}

@media(max-width:639px) {
    .banner__mosaic .tile--1 .banner__mosaic-title {
        font-size: 48px;
        line-height: 54px;
    }
}

.banner__mosaic .tile--1 .banner__mosaic-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}

@media(max-width:639px) {
    .banner__mosaic .tile--1 .banner__mosaic-text {
        max-width: none;
    }
}

.banner__mosaic .tile--2 .banner__mosaic-title,
.banner__mosaic .tile--3 .banner__mosaic-title,
.banner__mosaic .tile--4 .banner__mosaic-title,
.banner__mosaic .tile--5 .banner__mosaic-title {
    font-size: 40px;
    line-height: 48px;
}

.banner__mosaic .tile--2 .banner__mosaic-text,
.banner__mosaic .tile--3 .banner__mosaic-text,
.banner__mosaic .tile--4 .banner__mosaic-text,
.banner__mosaic .tile--5 .banner__mosaic-text {
    font-size: 28px;
    line-height: 36px;
}

.banner__mosaic .tile--2 strong .banner__mosaic-title {
    font-size: 60px;
    line-height: 60px;
}

.banner__mosaic .tile--4 .banner__mosaic-title,
.banner__mosaic .tile--5 .banner__mosaic-title {
    position: relative;
    margin-bottom: 25px;
}

.banner__mosaic .tile--4 .banner__mosaic-title:after,
.banner__mosaic .tile--5 .banner__mosaic-title:after {
    content: ' ';
    width: 60px;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.banner__mosaic .tile--6 .banner__mosaic-title,
.banner__mosaic .tile--7 .banner__mosaic-title,
.banner__mosaic .tile--8 .banner__mosaic-title {
    font-size: 28px;
    line-height: 36px;
}

.banner__mosaic .tile--6 .banner__mosaic-text,
.banner__mosaic .tile--7 .banner__mosaic-text,
.banner__mosaic .tile--8 .banner__mosaic-text {
    font-size: 22px;
    line-height: 30px;
}

.banner__mosaic-tile--bottom_left,
.banner__mosaic-tile--bottom_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banner__mosaic-tile--top_right div,
.banner__mosaic-tile--bottom_right div {
    text-align: right;
}

.banner__mosaic-tile--top_right div .banner__mosaic-title,
.banner__mosaic-tile--bottom_right div .banner__mosaic-title,
.banner__mosaic-tile--top_right div .banner__mosaic-text,
.banner__mosaic-tile--bottom_right div .banner__mosaic-text {
    margin-left: auto;
    margin-right: 0;
}

.banner__mosaic-tile--top_right div .banner__mosaic-title:after,
.banner__mosaic-tile--bottom_right div .banner__mosaic-title:after {
    left: auto !important;
    right: 0 !important;
}

.configurable_form__component {
    margin: 40px auto;
    padding: 0 25px;
    max-width: 960px;
}

.configurable_form__component .configurable_form__title,
.configurable_form__component .configurable_form__description {
    text-align: center;
}

.configurable_form__component .configurable_form__title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
}

.configurable_form__component .configurable_form__description {
    font-size: 13px;
    line-height: 22px;
    color: #000000;
    margin-top: 25px;
}

.configurable_form__component .duni-form .form-note {
    margin-top: 20px;
    color: #181818;
}

.configurable_form__component .duni-form .form-grid .form-group {
    display: flex;
    align-items: baseline;
}

.configurable_form__component .duni-form .form-group .duni-checkbox~label span.mandatory:before {
    content: " *";
}

@media(min-width:640px) {
    .configurable_form__component .duni-form {
        padding-bottom: 85px;
    }

    .configurable_form__component .duni-form .form-grid {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto;
        column-gap: 40px;
    }

    .configurable_form__component .duni-form .duni-button.primary-button {
        float: right;
    }
}

.hover__tiles {
    display: flex;
    flex-direction: column;
}

@media(min-width:1024px) {
    .hover__tiles {
        flex-direction: row;
    }

    .hover__tiles .hover__tile {
        width: 50%;
    }
}

.hover__tile {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    color: var(--text);
    padding: 40px 20px;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.hover__tile-title,
.hover__tile-description {
    z-index: 1;
    text-align: center;
}

.hover__tile-title {
    font-size: 40px;
    line-height: 48px;
    margin-top: 0;
}

.hover__tile-description {
    font-size: 16px;
    line-height: 24px;
    display: none;
}

.hover__tile:before {
    content: '';
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity ease-in 0.2s;
}

.hover__tile:hover:before {
    content: '';
    background-color: var(--tile-bg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.hover__tile:hover .hover__tile-description {
    display: block;
}

.report__component {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.report__component .duni-select-mirror {
    background-color: #ffffff;
    max-width: 182px;
    margin-bottom: 40px;
}

.report__component-year-heading {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    text-transform: uppercase;
}

.report__component .report__component-quarter-heading {
    font-weight: 500;
    margin: 0;
    color: #181818;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 19px 43px 17px;
}

.report__component .report__component-quarter a {
    padding: 19px 43px;
    display: flex;
    justify-content: space-between;
}

.report__component .report__component-quarter a span {
    font-size: 13px;
    line-height: 22px;
    color: black;
    flex: 2;
    padding-left: 18px;
}

.report__component .report__component-quarter a:nth-child(even) {
    background: white;
}

.report__component .report__component-quarter a:hover span {
    text-decoration: underline;
}

.report__component--sorted .report__component-heading {
    display: none;
}

@media screen and (min-width:991px) {
    .duni__led-calculator .led-wrapper:before {
        content: '';
        position: absolute;
        height: 70px;
        background: rgba(0, 0, 0, 0.2);
        width: 100%;
        margin-left: -15px;
    }
}

.duni__led-calculator .led-wrapper {
    color: white;
    background-color: #898989;
    padding-left: 0;
    padding-right: 0;
}

.duni__led-calculator .led-wrapper [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width:1200px) {
    .duni__led-calculator .led-wrapper {}

    .duni__led-calculator .led-wrapper .col-lg-6 {
        width: 50%;
    }

    .duni__led-calculator .led-wrapper .container {
        width: 1170px;
        padding: 0 0 50px;
    }
}

.duni__led-calculator .led-wrapper .led-savings {
    background-color: #9b9b9b;
}

.duni__led-calculator label {
    color: white;
}

.duni__led-calculator .led-calculator {
    padding-top: 0;
    padding-bottom: 50px;
}

.duni__led-calculator .led-calculator button {
    background-color: #d4a0b9;
}

.duni__led-calculator .led-calculator button:hover {
    background-color: #c795ad;
}

.duni__led-calculator .led-calculator input[type="number"]::-webkit-outer-spin-button,
.duni__led-calculator .led-calculator input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.duni__led-calculator .led-calculator input[type="number"] {
    -moz-appearance: textfield;
}

.duni__led-calculator .led-calculator .led-title-h2 {
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 45px;
    text-transform: uppercase;
    margin: 42px 0 22px 0;
}

.duni__led-calculator .led-calculator .led-title-h3 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 45px 0 20px 0;
    text-transform: uppercase;
}

.duni__led-calculator .led-calculator .led-title-h4 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
}

.duni__led-calculator .led-calculator .led-title-h4.center {
    text-align: center;
}

.duni__led-calculator .led-calculator .led-subtitle {
    font-family: Inter, Roboto, sans-serif;
    opacity: .6;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 20px;
    display: block;
    margin-bottom: 30px;
}

.duni__led-calculator .led-calculator .select-led-product {
    padding: 0;
    display: block;
}

.duni__led-calculator .led-calculator .select-led-product span {
    cursor: pointer;
}

.duni__led-calculator .led-calculator .select-led-product span:last-child span {
    border-right: 1px solid rgba(255, 255, 255, 0);
}

.duni__led-calculator .led-calculator .select-led-product input {
    display: none;
}

.duni__led-calculator .led-calculator .select-led-product label {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    height: 70px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 17px;
    margin: 0;
}

.duni__led-calculator .led-calculator .select-led-product input:checked+label span {
    opacity: 1;
}

.duni__led-calculator .led-calculator .select-led-product label span {
    opacity: .5;
    padding: 15px 30px;
    width: 100%;
}

.duni__led-calculator .led-calculator .select-led-product>span {
    display: block;
    width: calc(100% + 45px);
    margin-left: -30px;
}

.duni__led-calculator .led-calculator .select-led-product>span:before {
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 70px;
    width: calc(100% - 30px);
    margin-left: 30px;
}

.duni__led-calculator .led-calculator .select-led-product>span:last-child:before {
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.duni__led-calculator .led-calculator .select-led-product.active-0 span:nth-child(1):before {
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.duni__led-calculator .led-calculator .select-led-product.active-1 span:nth-child(1):before,
.duni__led-calculator .led-calculator .select-led-product.active-1 span:nth-child(2):before {
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.duni__led-calculator .led-calculator .select-led-product.active-2 span:nth-child(2):before,
.duni__led-calculator .led-calculator .select-led-product.active-2 span:nth-child(3):before {
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.duni__led-calculator .led-calculator .select-led-product.active-3 span:nth-child(3):before,
.duni__led-calculator .led-calculator .select-led-product.active-3 span:nth-child(4):before {
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.duni__led-calculator .led-calculator .tealight-burntime {
    display: flex;
    margin-top: 10px;
}

.duni__led-calculator .led-calculator .tealight-burntime span:first-child {
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 30px;
    font-family: Inter, Roboto, sans-serif;
    font-weight: normal;
}

.duni__led-calculator .led-calculator .tealight-burntime span:last-child {
    opacity: .5;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 20px;
}

.duni__led-calculator .led-calculator .tealight-burntime input {
    display: none;
}

.duni__led-calculator .led-calculator .tealight-burntime label {
    text-transform: uppercase;
    height: 75px;
    width: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.duni__led-calculator .led-calculator .tealight-burntime label:nth-child(4) {
    margin: 0 10px;
}

.duni__led-calculator .led-calculator .tealight-burntime input:checked+label {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}

.duni__led-calculator .led-calculator .tealight-burntime input:checked+label span {
    color: #666;
}

.duni__led-calculator .led-calculator .tealight-inputs {
    display: flex;
    flex-flow: row wrap;
}

.duni__led-calculator .led-calculator .input-title {
    margin: 30px 0 15px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 15px;
}

.duni__led-calculator .led-calculator .tealight-inputs-flex {
    display: flex;
    font-size: 12px;
    margin-bottom: 0;
}

.duni__led-calculator .led-calculator .tealight-inputs-flex span {
    background-color: #fff;
    color: #000;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-right: 10px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
    color: rgba(111, 129, 137, 0.75);
}

.duni__led-calculator .led-calculator .tealight-inputs input {
    height: 45px;
    border: 0;
    padding-left: 17px;
    width: 62px;
    color: #6f8189;
    outline: 0;
    font-weight: 500;
}

.duni__led-calculator .led-calculator .tealight-inputs-monthly {
    margin-right: 20px;
}

.duni__led-calculator .led-calculator .tealight-inputs-cost {
    margin-right: 20px;
}

.duni__led-calculator .led-calculator .btn-calculate {
    align-self: flex-end;
    margin-top: 30px;
}

.duni__led-calculator .led-calculator .btn-calculate button {
    min-width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border: 0;
    outline: none;
    padding: 0 18px;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .4s;
    border-radius: 2px;
}

.duni__led-calculator .led-calculator .led-savings {
    max-width: 400px;
    padding: 40px 0;
    margin: auto;
    margin-top: 120px;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.duni__led-calculator .led-calculator .led-info {
    font-family: Inter, Roboto, sans-serif;
    max-width: 400px;
    margin: auto;
    opacity: .6;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 20px;
    margin-top: 30px;
}

.duni__led-calculator .led-calculator .led-savings-yearly {
    font-weight: 500;
    font-size: 60px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 1px;
    line-height: 70px;
    overflow: hidden;
    height: 85px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.duni__led-calculator .led-calculator .led-savings-yearly:after,
.duni__led-calculator .led-calculator .led-savings-yearly:before {
    position: absolute;
    top: 0;
    animation-name: opacity;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.duni__led-calculator .led-calculator .led-savings-yearly.run-animation ul {
    padding-bottom: 1px;
    animation-name: change;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}

.duni__led-calculator .led-calculator .led-savings-yearly ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.duni__led-calculator .led-calculator .led-savings-yearly ul li {
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 12px;
}

.duni__led-calculator .led-calculator .led-cost-yearly,
.duni__led-calculator .led-calculator .tea-cost-yearly {
    margin: 0 20px;
    font-size: 14px;
    letter-spacing: .88px;
    line-height: 18px;
    display: flex;
    font-family: Inter, Roboto, sans-serif;
    font-weight: normal;
    justify-content: space-between;
    padding: 0 30px;
}

.duni__led-calculator .led-calculator .dropdown-toggle {
    padding: 0;
    text-transform: capitalize;
}

.duni__led-calculator .led-calculator .select-country,
.duni__led-calculator .led-calculator .select-country option {
    height: 45px;
    width: 175px;
    background-image: url("https://www.duni.com/Static/img/flags/SE@3x.png");
    background-repeat: no-repeat;
    background-size: 24px 15px;
    background-position: 15px 15px;
    padding-left: 50px;
    color: #666;
    text-transform: uppercase;
}

.duni__led-calculator .led-calculator .image {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #666;
}

.duni__led-calculator .led-calculator .dropdown.v-select.single {
    background-color: #fff;
    border: 0;
    width: 225px;
    padding: 0;
    border-radius: 4px;
}

.duni__led-calculator .led-calculator .v-select.single .dropdown-toggle .clear {
    display: none;
}

.duni__led-calculator .led-calculator .v-select.single .selected-tag {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-size: 24px 18px;
    background-position: 10px;
}

.duni__led-calculator .led-calculator .dropdown-menu,
.duni__led-calculator .led-calculator .dropdown-menu ul,
.duni__led-calculator .led-calculator .dropdown-menu li {
    margin: 0;
    padding: 0;
}

.duni__led-calculator .led-calculator .dropdown-menu .flag {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-size: 24px 18px;
    background-position: 10px;
    display: inline-block;
    width: 24px;
    height: 18px;
}

.duni__led-calculator .led-calculator .v-select .vs__actions {
    background-color: #eee;
    padding: 15px;
    width: 45px;
    height: 45px;
    border-radius: 0 4px 4px 0;
    pointer-events: none;
}

.duni__led-calculator .led-calculator .v-select .selected-tag {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 15px;
}

.duni__led-calculator .led-calculator .v-select.single.open .selected-tag {
    position: relative;
}

.duni__led-calculator .led-calculator .v-select .dropdown-toggle:after {
    display: none;
}

.duni__led-calculator .led-calculator .v-select.france .selected-tag,
.duni__led-calculator .led-calculator .dropdown-menu .flag.france {
    background-image: url("https://lipis.github.io/flag-icon-css/flags/4x3/fr.svg");
}

.duni__led-calculator .led-calculator .v-select.luxembourg .selected-tag,
.duni__led-calculator .led-calculator .dropdown-menu .flag.luxembourg {
    background-image: url("https://lipis.github.io/flag-icon-css/flags/4x3/lu.svg");
}

.duni__led-calculator .led-calculator .v-select.belgium .selected-tag,
.duni__led-calculator .led-calculator .dropdown-menu .flag.belgium {
    background-image: url("https://lipis.github.io/flag-icon-css/flags/4x3/be.svg");
}

.duni__led-calculator .led-calculator .v-select.germany .selected-tag,
.duni__led-calculator .led-calculator .dropdown-menu .flag.germany {
    background-image: url("https://lipis.github.io/flag-icon-css/flags/4x3/de.svg");
}

.duni__led-calculator .led-calculator .v-select.austria .selected-tag,
.duni__led-calculator .led-calculator .dropdown-menu .flag.austria {
    background-image: url("https://lipis.github.io/flag-icon-css/flags/4x3/at.svg");
}

.duni__led-calculator .led-calculator .v-select.switzerland .selected-tag,
.duni__led-calculator .led-calculator .dropdown-menu .flag.switzerland {
    background-image: url("https://lipis.github.io/flag-icon-css/flags/4x3/ch.svg");
}

.duni__led-calculator .led-calculator .v-select .dropdown-toggle {
    padding: 0;
}

@media(max-width:768px) {
    .duni__led-calculator .led-calculator .selectable-countries {
        justify-content: flex-start;
        max-width: 100%;
        margin-top: 40px;
    }
}

@media(max-width:1200px) {
    .duni__led-calculator .led-calculator .led-savings {
        margin: 50px auto;
    }
}

@media(min-width:768px) {
    .duni__led-calculator .led-calculator .select-led-product label span {
        padding: 0 30px;
    }

    .duni__led-calculator .led-calculator .select-led-product>span {
        display: block;
        width: calc(100% + 60px);
        margin-left: -30px;
    }

    .duni__led-calculator .led-calculator .select-led-product>span:before {
        content: '';
        border-bottom: 0;
        position: relative;
        height: auto;
        width: auto;
        margin-left: 0;
    }
}

@media screen and (min-width:991px) {
    .duni__led-calculator .led-calculator .select-led-product {
        padding: 0 70px;
        display: flex;
        align-items: center;
    }

    .duni__led-calculator .led-calculator .select-led-product label {
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        height: 70px;
        display: flex;
        align-items: center;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 17px;
        margin: 0;
    }

    .duni__led-calculator .led-calculator .select-led-product label span {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .duni__led-calculator .led-calculator .select-led-product>span {
        display: block;
        width: auto;
        margin-left: 0;
    }

    .duni__led-calculator .led-calculator .active-0 span:nth-child(1) label span {
        border-right: 1px solid rgba(255, 255, 255, 0);
    }

    .duni__led-calculator .led-calculator .active-1 span:nth-child(1) label span,
    .duni__led-calculator .led-calculator .active-1 span:nth-child(2) label span {
        border-right: 1px solid rgba(255, 255, 255, 0);
    }

    .duni__led-calculator .led-calculator .active-2 span:nth-child(2) label span,
    .duni__led-calculator .led-calculator .active-2 span:nth-child(3) label span {
        border-right: 1px solid rgba(255, 255, 255, 0);
    }

    .duni__led-calculator .led-calculator .active-3 span:nth-child(3) label span,
    .duni__led-calculator .led-calculator .active-3 span:nth-child(4) label span {
        border-right: 1px solid rgba(255, 255, 255, 0);
    }
}

@media(min-width:1200px) {
    .duni__led-calculator .led-calculator .selectable-countries {
        font-weight: 500;
        justify-content: flex-end;
        max-width: 264px;
        margin: auto;
        z-index: 99;
        position: absolute;
        right: 0;
        bottom: -90px;
        margin-right: 8.5%;
    }
}

@keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes change {

    0%,
    12.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    100%,
    12.66% {
        transform: translate3d(0, -50%, 0);
    }
}

.duni__led-calculator .brilliant-red-block .led-savings {
    background-color: #f04a57;
}

.duni__led-calculator .brilliant-red-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .brilliant-red-block .led-calculator .select-led-product input:checked+label {
        background-color: #ed2939;
    }
}

.duni__led-calculator .brilliant-blue-block .led-savings {
    background-color: #3963bf;
}

.duni__led-calculator .brilliant-blue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .brilliant-blue-block .led-calculator .select-led-product input:checked+label {
        background-color: #3155a4;
    }
}

.duni__led-calculator .bordeaux-block .led-savings {
    background-color: #c61e39;
}

.duni__led-calculator .bordeaux-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .bordeaux-block .led-calculator .select-led-product input:checked+label {
        background-color: #a71930;
    }
}

.duni__led-calculator .darkgreen-block .led-savings {
    background-color: #008d40;
}

.duni__led-calculator .darkgreen-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .darkgreen-block .led-calculator .select-led-product input:checked+label {
        background-color: #006930;
    }
}

.duni__led-calculator .brilliant-yellow-block .led-savings {
    background-color: #fad856;
}

.duni__led-calculator .brilliant-yellow-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .brilliant-yellow-block .led-calculator .select-led-product input:checked+label {
        background-color: #f9d033;
    }
}

.duni__led-calculator .cafe-block .led-savings {
    background-color: #a37e6d;
}

.duni__led-calculator .cafe-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .cafe-block .led-calculator .select-led-product input:checked+label {
        background-color: #916c5b;
    }
}

.duni__led-calculator .black-block .led-savings {
    background-color: #505050;
}

.duni__led-calculator .black-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .black-block .led-calculator .select-led-product input:checked+label {
        background-color: #3e3e3e;
    }
}

.duni__led-calculator .grey-block .led-savings {
    background-color: #dfe0de;
}

.duni__led-calculator .grey-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .grey-block .led-calculator .select-led-product input:checked+label {
        background-color: #cecfcb;
    }
}

.duni__led-calculator .kiwi-block .led-savings {
    background-color: #e5ec50;
}

.duni__led-calculator .kiwi-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .kiwi-block .led-calculator .select-led-product input:checked+label {
        background-color: #e0e830;
    }
}

.duni__led-calculator .orange-block .led-savings {
    background-color: #ffac61;
}

.duni__led-calculator .orange-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .orange-block .led-calculator .select-led-product input:checked+label {
        background-color: #ff993d;
    }
}

.duni__led-calculator .granite-grey-block .led-savings {
    background-color: #94958d;
}

.duni__led-calculator .granite-grey-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .granite-grey-block .led-calculator .select-led-product input:checked+label {
        background-color: #83847a;
    }
}

.duni__led-calculator .pacific-blue-block .led-savings {
    background-color: #00b4f0;
}

.duni__led-calculator .pacific-blue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .pacific-blue-block .led-calculator .select-led-product input:checked+label {
        background-color: #09c;
    }
}

.duni__led-calculator .mandarin-block .led-savings {
    background-color: #ea805d;
}

.duni__led-calculator .mandarin-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .mandarin-block .led-calculator .select-led-product input:checked+label {
        background-color: #e6673d;
    }
}

.duni__led-calculator .soft-violet-block .led-savings {
    background-color: #dfb9cb;
}

.duni__led-calculator .soft-violet-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .soft-violet-block .led-calculator .select-led-product input:checked+label {
        background-color: #d4a0b9;
    }
}

.duni__led-calculator .fuchsia-block .led-savings {
    background-color: #ed0073;
}

.duni__led-calculator .fuchsia-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .fuchsia-block .led-calculator .select-led-product input:checked+label {
        background-color: #c90062;
    }
}

.duni__led-calculator .mid-blue-block .led-savings {
    background-color: #407bc8;
}

.duni__led-calculator .mid-blue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .mid-blue-block .led-calculator .select-led-product input:checked+label {
        background-color: #336ab2;
    }
}

.duni__led-calculator .soft-orange-block .led-savings {
    background-color: #ffb51c;
}

.duni__led-calculator .soft-orange-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .soft-orange-block .led-calculator .select-led-product input:checked+label {
        background-color: #f7a700;
    }
}

.duni__led-calculator .herbal-green-block .led-savings {
    background-color: #acac74;
}

.duni__led-calculator .herbal-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .herbal-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #9e9e5e;
    }
}

.duni__led-calculator .greige-block .led-savings {
    background-color: #ccc3ba;
}

.duni__led-calculator .greige-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .greige-block .led-calculator .select-led-product input:checked+label {
        background-color: #bdb1a6;
    }
}

.duni__led-calculator .mint-blue-block .led-savings {
    background-color: #a4dae5;
}

.duni__led-calculator .mint-blue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .mint-blue-block .led-calculator .select-led-product input:checked+label {
        background-color: #88cfdd;
    }
}

.duni__led-calculator .slate-block .led-savings {
    background-color: #6d828c;
}

.duni__led-calculator .slate-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .slate-block .led-calculator .select-led-product input:checked+label {
        background-color: #5d6f78;
    }
}

.duni__led-calculator .primary-coffee-block .led-savings {
    background-color: #5d2f32;
}

.duni__led-calculator .primary-coffee-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .primary-coffee-block .led-calculator .select-led-product input:checked+label {
        background-color: #452325;
    }
}

.duni__led-calculator .primary-darkblue-block .led-savings {
    background-color: #0f2d85;
}

.duni__led-calculator .primary-darkblue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .primary-darkblue-block .led-calculator .select-led-product input:checked+label {
        background-color: #0b2265;
    }
}

.duni__led-calculator .primary-raspberry-block .led-savings {
    background-color: #eb5d6d;
}

.duni__led-calculator .primary-raspberry-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .primary-raspberry-block .led-calculator .select-led-product input:checked+label {
        background-color: #e73d50;
    }
}

.duni__led-calculator .secondary-warm-yellow-block .led-savings {
    background-color: #ffc136;
}

.duni__led-calculator .secondary-warm-yellow-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .secondary-warm-yellow-block .led-calculator .select-led-product input:checked+label {
        background-color: #ffb612;
    }
}

.duni__led-calculator .secondary-pacific-blue-block .led-savings {
    background-color: #00b4f0;
}

.duni__led-calculator .secondary-pacific-blue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .secondary-pacific-blue-block .led-calculator .select-led-product input:checked+label {
        background-color: #09c;
    }
}

.duni__led-calculator .secondary-herbal-green-block .led-savings {
    background-color: #acac74;
}

.duni__led-calculator .secondary-herbal-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .secondary-herbal-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #9e9e5e;
    }
}

.duni__led-calculator .secondary-grey-block .led-savings {
    background-color: #676c6e;
}

.duni__led-calculator .secondary-grey-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .secondary-grey-block .led-calculator .select-led-product input:checked+label {
        background-color: #565a5c;
    }
}

.duni__led-calculator .plum-block .led-savings {
    background-color: #79526c;
}

.duni__led-calculator .plum-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .plum-block .led-calculator .select-led-product input:checked+label {
        background-color: #644459;
    }
}

.duni__led-calculator .secondary-plum-block .led-savings {
    background-color: #79526c;
}

.duni__led-calculator .secondary-plum-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .secondary-plum-block .led-calculator .select-led-product input:checked+label {
        background-color: #644459;
    }
}

.duni__led-calculator .secondary-green-block .led-savings {
    background-color: #008e67;
}

.duni__led-calculator .secondary-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .secondary-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #006a4d;
    }
}

.duni__led-calculator .black-block .led-savings {
    background-color: #404040;
}

.duni__led-calculator .black-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .black-block .led-calculator .select-led-product input:checked+label {
        background-color: #2e2e2e;
    }
}

.duni__led-calculator .grey-block .led-savings {
    background-color: #9b9b9b;
}

.duni__led-calculator .grey-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .grey-block .led-calculator .select-led-product input:checked+label {
        background-color: #898989;
    }
}

.duni__led-calculator .mellow-rose-block .led-savings {
    background-color: #f0d2cf;
}

.duni__led-calculator .mellow-rose-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .mellow-rose-block .led-calculator .select-led-product input:checked+label {
        background-color: #e7b8b4;
    }
}

.duni__led-calculator .chestnut-block .led-savings {
    background-color: #8e6c60;
}

.duni__led-calculator .chestnut-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .chestnut-block .led-calculator .select-led-product input:checked+label {
        background-color: #795c52;
    }
}

.duni__led-calculator .honey-block .led-savings {
    background-color: #d5af6f;
}

.duni__led-calculator .honey-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .honey-block .led-calculator .select-led-product input:checked+label {
        background-color: #cda053;
    }
}

.duni__led-calculator .secondary-pacific-brilliant-blue-block .led-savings {
    background-color: #00b4f0;
}

.duni__led-calculator .secondary-pacific-brilliant-blue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .secondary-pacific-brilliant-blue-block .led-calculator .select-led-product input:checked+label {
        background-color: #09c;
    }
}

.duni__led-calculator .ecoecho-green-block .led-savings {
    background-color: #8dbc36;
}

.duni__led-calculator .ecoecho-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .ecoecho-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #78a02e;
    }
}

.duni__led-calculator .white-t-block .led-savings {
    background-color: #fff;
}

.duni__led-calculator .white-t-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .white-t-block .led-calculator .select-led-product input:checked+label {
        background-color: #fff;
    }
}

.duni__led-calculator .white-block .led-savings {
    background-color: #fff;
}

.duni__led-calculator .white-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .white-block .led-calculator .select-led-product input:checked+label {
        background-color: #fff;
    }
}

.duni__led-calculator .biopak-light-green-block .led-savings {
    background-color: #93c75b;
}

.duni__led-calculator .biopak-light-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .biopak-light-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #81bd41;
    }
}

.duni__led-calculator .biopak-dark-green-block .led-savings {
    background-color: #00a858;
}

.duni__led-calculator .biopak-dark-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .biopak-dark-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #008445;
    }
}

.duni__led-calculator .biopak-compost-dark-green-block .led-savings {
    background-color: #008a63;
}

.duni__led-calculator .biopak-compost-dark-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .biopak-compost-dark-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #006649;
    }
}

.duni__led-calculator .biopak-bright-green-block .led-savings {
    background-color: #b7d453;
}

.duni__led-calculator .biopak-bright-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .biopak-bright-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #abcd36;
    }
}

.duni__led-calculator .biopak-highlight-yellow-block .led-savings {
    background-color: #f1ee2a;
}

.duni__led-calculator .biopak-highlight-yellow-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .biopak-highlight-yellow-block .led-calculator .select-led-product input:checked+label {
        background-color: #e8e40f;
    }
}

.duni__led-calculator .biopak-orange-block .led-savings {
    background-color: #ff9424;
}

.duni__led-calculator .biopak-orange-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .biopak-orange-block .led-calculator .select-led-product input:checked+label {
        background-color: #ff8300;
    }
}

.duni__led-calculator .biopak-brown-block .led-savings {
    background-color: #a97c6b;
}

.duni__led-calculator .biopak-brown-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .biopak-brown-block .led-calculator .select-led-product input:checked+label {
        background-color: #986a58;
    }
}

.duni__led-calculator .biopak-buff-block .led-savings {
    background-color: #e1ddd2;
}

.duni__led-calculator .biopak-buff-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .biopak-buff-block .led-calculator .select-led-product input:checked+label {
        background-color: #d3ccbd;
    }
}

.duni__led-calculator .biopak-grey-block .led-savings {
    background-color: #838383;
}

.duni__led-calculator .biopak-grey-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni__led-calculator .biopak-grey-block .led-calculator .select-led-product input:checked+label {
        background-color: #717171;
    }
}

.duni__led-calculator .selectable-countries .dropdown-menu li {
    text-transform: capitalize;
}

.contact__book {
    padding-bottom: 30px;
}

@media(min-width:1024px) {
    .contact__book {
        padding-bottom: 50px;
    }
}

.contact__book-title {
    font-weight: 500;
    font-size: var(--font-size-h1);
    line-height: 48px;
    color: #181818;
    margin-bottom: 20px;
}

.contact__book-inquiry {
    padding: 30px 0;
}

.contact__book-listing-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid white;
}

.contact__book-listing-title h3 {
    font-size: var(--font-size-h3);
    line-height: 36px;
    color: #181818;
    text-align: center;
}

@media(min-width:640px) {
    .contact__book-listing-title h3 {
        text-align: left;
    }
}

@media(max-width:639px) {
    .contact__book-listing-title .duni-button {
        align-self: center;
    }
}

@media(min-width:640px) {
    .contact__book-listing-title {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.contact__book-listing-content {
    display: none;
}

.duni__newsletter {
    position: relative;
    background-color: white;
    overflow: hidden;
    width: 100%;
}

.duni__newsletter-container {
    padding: 40px 20px;
    max-width: 1380px;
    margin: 0 auto;
}

@media(min-width:1024px) {
    .duni__newsletter-container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.duni__newsletter-pretitle {
    font-size: 13px;
    line-height: 22px;
    color: #181818;
    max-width: 200px;
}

.duni__newsletter-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    word-break: break-word;
    color: #f5f5f5;
    margin: 0 auto 20px;
    text-transform: uppercase;
}

@media(min-width:640px) {
    .duni__newsletter-title {
        font-size: 68px;
        line-height: 68px;
        margin-bottom: 0;
    }
}

@media(min-width:1024px) {
    .duni__newsletter-title {
        font-size: 130px;
        line-height: 130px;
    }
}

@media(min-width:640px) {
    .duni__newsletter form {
        max-width: 50%;
        margin-left: auto;
        margin-right: 0;
    }
}

.duni__newsletter .form-group {
    position: relative;
}

.duni__newsletter .form-group input[type="email"] {
    padding: 17px 50px 17px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #181818;
    color: #181818;
    font-size: 16px;
    line-height: 23px;
    box-shadow: none;
    height: auto;
}

.duni__newsletter .form-group input[type="email"]::placeholder {
    color: #181818;
}

.duni__newsletter-button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.duni__newsletter #errormsg {
    color: #c40e0e;
    margin-bottom: 10px;
}

.category-seo-text {
    background: white;
    padding: 40px;
    margin-bottom: 40px;
}

.styled__paragraph .content {
    padding: 20px 10px 40px;
}

.styled__paragraph .content .banner-text a {
    display: inline-block;
    color: #181818;
    font-weight: 500;
}

.styled__paragraph .content-wrapper {
    max-width: 1380px;
    margin: 0 auto;
}

@media(min-width:640px) {
    .styled__paragraph .content-wrapper--width-three_quarter .text-column {
        width: 75%;
    }

    .styled__paragraph .content-wrapper--width-half .text-column {
        width: 50%;
    }

    .styled__paragraph .content-wrapper--width-one_third .text-column {
        width: 33.3333%;
    }

    .styled__paragraph .content-wrapper--align-left .text-column {
        margin-left: 0;
        margin-right: auto;
    }

    .styled__paragraph .content-wrapper--align-center .text-column {
        margin-left: auto;
        margin-right: auto;
    }

    .styled__paragraph .content-wrapper--align-right .text-column {
        margin-left: auto;
        margin-right: 0;
    }
}

.styled__paragraph h2,
.styled__paragraph h5 {
    margin: 5px 0;
    font-family: Inter, Roboto, sans-serif;
    color: #181818;
}

.styled__paragraph h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: Inter, Roboto, sans-serif;
}

.styled__paragraph h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}

@media(min-width:1024px) {
    .styled__paragraph h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

.styled__paragraph h2 strong {
    font-weight: 700;
}

.styled__paragraph article {
    margin: 0 0 40px;
    color: #181818;
}

@keyframes elastic-grow {
    0% {
        flex: 1;
    }

    60% {
        flex: 3.1;
    }

    100% {
        flex: 2;
    }
}

@keyframes elastic-shrink {

    0%,
    25% {
        min-width: 22%;
    }

    90% {
        min-width: 25.01%;
    }

    100% {
        min-width: 25%;
    }
}

@keyframes elastic-img {
    0% {
        transform: scale(1);
    }

    65% {
        transform: scale(1.1);
    }

    85% {
        transform: scale(1.075);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes elastic-font-grow {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes elastic-font-shrink {
    0% {
        transform: scale(1);
    }

    35% {
        transform: scale(0.6);
    }

    95% {
        transform: scale(0.95);
    }

    96% {
        transform: scale(1.025);
    }

    100% {
        transform: scale(1);
    }
}

.start-page-hero {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 80px auto;
}

.start-page-card-hero {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
}

.start-page-card-hero__1 {
    margin-right: 8px;
}

.start-page-card-hero__1,
.start-page-card-hero__2 {
    font-size: var(--font-size-h4);
}

.start-page-card-hero__content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    flex: 1;
}

.start-page-card-hero__img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    aspect-ratio: 0.75;
    position: relative;
}

.start-page-card-hero__img:after {
    content: '';
    background: #00000036;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.start-page-card-hero__title,
.start-page-card-hero__button {
    position: relative;
    z-index: 1;
}

.start-page-card-hero__button {
    transition: all 0.2s ease-in-out;
}

.start-page-card-hero__title {
    word-break: break-word;
    font-size: var(--font-size-h4);
    margin-top: 16px;
    margin-bottom: 24px;
    width: 13ch;
    transform-origin: top left;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

@media(max-width:1023px) {
    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted {
        background-color: unset;
        border: unset;
        padding: 0;
        text-transform: unset;
        color: #181818;
        text-decoration: underline;
    }

    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted.disabled {
        color: #cccccc;
        cursor: not-allowed;
    }

    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted.disabled:hover,
    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted.disabled:focus,
    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted.disabled:active {
        color: #cccccc;
        pointer-events: none;
        cursor: not-allowed;
    }

    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted:hover,
    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted:focus,
    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted:active {
        color: #27809b;
        text-decoration: underline;
        cursor: pointer;
    }

    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted:hover .disabled,
    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted:focus .disabled,
    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted:active .disabled {
        color: #cccccc;
        cursor: not-allowed;
    }

    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted a {
        padding: 0;
    }

    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted a:hover,
    .start-page-card-hero:not(.start-page-card-hero__0) .duni-button.primary-button.inverted a:focus {
        background-color: unset;
        border-color: transparent;
    }

    .start-page-card-hero:not(.start-page-card-hero__0) .start-page-card-hero__img {
        aspect-ratio: 1.33333333;
    }

    .start-page-card-hero__0 {
        min-width: 100%;
        width: 100%;
        min-height: 475px;
        margin-bottom: 8px;
    }

    .start-page-card-hero__0 .start-page-card-hero__content-wrapper {
        padding: 16px;
    }

    .start-page-card-hero__0 .start-page-card-hero__img {
        position: absolute;
        height: 100%;
    }

    .start-page-card-hero__0 .start-page-card-hero__title {
        color: #ffffff;
        font-size: var(--font-size-h1);
    }
}

@media(min-width:1024px) {
    .start-page-hero {
        flex-wrap: nowrap;
        display: flex;
        justify-content: flex-start;
        overflow: hidden;
        margin: 40px auto;
    }

    .start-page-card-hero {
        transition: flex 0.15s ease-in-out;
        overflow: hidden;
        min-height: 566px;
        flex: 0;
        min-width: 25%;
        box-sizing: border-box;
        max-height: calc(80dvh - 220px);
    }

    .start-page-card-hero .start-page-card-hero__img {
        overflow: hidden;
    }

    .start-page-card-hero.active .start-page-card-hero__title {
        transform: scale(1);
        font-size: clamp(var(--font-size-h3), 4vw, var(--font-size-h1));
    }

    .start-page-card-hero.active .start-page-card-hero__button {
        opacity: 1;
    }

    .start-page-card-hero.active:not(.first-load) {
        animation: elastic-grow 0.3s ease-in-out forwards;
    }

    .start-page-card-hero.active:not(.first-load) .start-page-card-hero__img img {
        animation: elastic-img 0.36s ease-in-out forwards;
    }

    .start-page-card-hero.active:not(.first-load) .start-page-card-hero__title {
        animation: elastic-font-grow 0.3s ease-in-out forwards;
    }

    .start-page-card-hero.active.first-load {
        flex: 2;
    }

    .start-page-card-hero.previous {
        flex: 1.1;
        animation: elastic-shrink 0.3s ease-in-out forwards;
    }

    .start-page-card-hero.previous .start-page-card-hero__title {
        animation: elastic-font-shrink 0.3s ease-in-out forwards;
        font-size: var(--font-size-h3);
    }

    .start-page-card-hero__content-wrapper {
        padding: 32px;
    }

    .start-page-card-hero__title {
        color: #ffffff;
        font-size: var(--font-size-h3);
    }

    .start-page-card-hero__0 {
        margin-right: 16px;
    }

    .start-page-card-hero__1 {
        margin-right: 16px;
    }

    .start-page-card-hero__1,
    .start-page-card-hero__2 {
        font-size: var(--font-size-h3);
    }

    .start-page-card-hero__img {
        aspect-ratio: 1.33333333;
        position: absolute;
        height: 100%;
    }

    .start-page-card-hero__button {
        opacity: 0;
    }
}

.graphic-element-component {
    position: relative;
    height: 176px;
    margin: 0 auto -88px;
    z-index: 2;
    pointer-events: none;
}

.graphic-element-component img {
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
}

@media(min-width:1024px) {
    .graphic-element-component {
        height: 256px;
        margin: 0 auto -128px;
    }
}

.graphic-element-component+.two-column-banner-component {
    padding-top: 0;
}

.subpage-hero-component {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 32px;
}

.subpage-hero-component__image-wrapper {
    width: 100%;
}

.subpage-hero-component__image {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    object-position: center center;
}

.subpage-hero-component__wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 40px 16px 0;
}

.subpage-hero-component__text:not(:empty) {
    margin-top: 24px;
    font-size: var(--font-size-h4);
}

.subpage-hero-component__text,
.subpage-hero-component__title {
    text-align: center;
}

.subpage-hero-component__link {
    text-align: center;
}

@media(min-width:1200px) {
    .subpage-hero-component__wrapper {
        position: relative;
        width: 75%;
        top: 0;
        min-height: 240px;
    }

    .subpage-hero-component__image-wrapper {
        height: 280px;
    }

    .subpage-hero-component__image {
        position: absolute;
        top: 0;
    }

    .subpage-hero-component__image+.subpage-hero-component__wrapper {
        margin: calc(420px / 2) auto 0;
    }
}

@media(min-width:1024px) {
    .subpage-hero-component {
        margin-bottom: 40px;
        position: relative;
    }

    .subpage-hero-component__wrapper {
        padding: 80px 24px 0;
        max-width: 1380px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .subpage-hero-component__image {
        max-height: 420px;
    }

    .subpage-hero-component__text:not(:empty) {
        margin-top: 40px;
        font-size: var(--font-size-h4);
    }

    .subpage-hero-component__text,
    .subpage-hero-component__title {
        max-width: 800px;
    }
}

.page-productGrid .subpage-hero-component__image-wrapper,
.productList .subpage-hero-component__image-wrapper {
    height: 293px;
}

.page-productGrid .subpage-hero-component__image,
.productList .subpage-hero-component__image {
    height: 100%;
    max-height: unset;
}

.page-productGrid .subpage-hero-component__text:not(:empty),
.productList .subpage-hero-component__text:not(:empty) {
    margin-top: 24px;
    font-size: 16px;
}

.page-productGrid .subpage-hero-component__wrapper,
.productList .subpage-hero-component__wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 40px 16px 0;
}

@media(min-width:1200px) {

    .page-productGrid .subpage-hero-component,
    .productList .subpage-hero-component {
        flex-direction: row;
        max-width: 1380px;
        margin: 32px auto;
        padding: 0 12px;
        justify-content: space-between;
    }

    .page-productGrid .subpage-hero-component__wrapper,
    .productList .subpage-hero-component__wrapper {
        flex: 1;
        width: auto;
        align-items: flex-start;
        order: 0;
        padding: 40px 16px 40px 0;
        max-width: 800px;
    }

    .page-productGrid .subpage-hero-component__wrapper h2,
    .productList .subpage-hero-component__wrapper h2,
    .page-productGrid .subpage-hero-component__wrapper p,
    .productList .subpage-hero-component__wrapper p {
        text-align: start;
    }

    .page-productGrid .subpage-hero-component__image-wrapper,
    .productList .subpage-hero-component__image-wrapper {
        height: 360px;
        width: 465px;
        margin-left: 80px;
        order: 1;
        display: flex;
        align-items: center;
    }

    .page-productGrid .subpage-hero-component__image,
    .productList .subpage-hero-component__image {
        position: relative;
    }

    .page-productGrid+.subpage-hero-component__wrapper,
    .productList+.subpage-hero-component__wrapper {
        margin: 0;
    }

    .page-productGrid .subpage-hero-component__text,
    .productList .subpage-hero-component__text,
    .page-productGrid .subpage-hero-component__title,
    .productList .subpage-hero-component__title,
    .page-productGrid .subpage-hero-component__link,
    .productList .subpage-hero-component__link {
        text-align: left;
    }
}

@media(min-width:1024px) {

    .page-productGrid .subpage-hero-component__wrapper,
    .productList .subpage-hero-component__wrapper {
        max-width: unset;
    }

    .page-productGrid .subpage-hero-component__text,
    .productList .subpage-hero-component__text,
    .page-productGrid .subpage-hero-component__title,
    .productList .subpage-hero-component__title,
    .page-productGrid .subpage-hero-component__link,
    .productList .subpage-hero-component__link {
        max-width: unset;
    }
}

.cart-header {
    max-width: 1380px;
    margin: 0 auto;
    padding: 20px;
}

.cart-header .cart-headline .cart__id--label {
    display: block;
    color: #000000;
    font-size: 13px;
    line-height: 22px;
    padding: 10px 0 0;
}

.cart-header .cart-headline .cart__id--label:before {
    content: '';
}

.cart-header .cart-headline .cart__id--label .cart__id {
    padding: 0;
}

.cart-header .cart-headline .cart__id--label .cart__id:before {
    content: ' ';
}

.cart-header .open-submenu {
    height: 20px;
    cursor: pointer;
}

@media(min-width:640px) {
    .cart-header .open-submenu {
        margin-left: 20px;
    }
}

.cart-header .cart__head--link {
    display: inline-block;
    padding: 0 20px;
    font-weight: 500;
    font-size: var(--font-size-xxs);
    text-transform: uppercase;
}

.cart-header .cart__head--link:before,
.cart-header .cart__head--link:after {
    display: none;
}

@media(min-width:1024px) {
    .cart-header .cart__head--link.help {
        background-image: url(../../_ui/responsive/common/images/help.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px;
        height: 20px;
        width: 20px;
        display: inline-block;
        margin-top: 9px;
        text-indent: -9000px;
        text-align: left;
    }
}

.cart-body {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 40px;
    max-width: 1380px;
}

@media(min-width:1280px) {
    .cart-body {
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
    }

    .cart-body-left {
        width: 70%;
        margin-right: 1%;
    }

    .cart-body-right {
        width: 35%;
        max-width: 400px;
        margin-left: 1%;
    }
}

@media(min-width:1280px) and (max-width:1200px) {
    .cart-body-right {
        max-width: 350px;
    }
}

.cart-body .cart__actions {
    padding: 30px 0;
    border-bottom: solid 1px #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

@media(min-width:1024px) {
    .cart-body .cart__actions {
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

.cart-body .cart__actions form {
    display: inline-block;
}

.cart-body .cart__actions.bottom-actions {
    justify-content: flex-end;
}

.cart-body .cart__actions .duni__link:hover,
.cart-body .cart__actions .duni__link:focus {
    color: #000000;
    text-decoration: underline;
}

.cart-body .cart-intro {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.cart-body .cart-intro .export__cart--link {
    display: inline-block;
    color: #181818;
    padding: 0 20px;
    letter-spacing: 0.81px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.cart-body .cart-intro .cart__top--totals {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.cart-body .cart-intro .cart__top--totals .cart__top--amount {
    font-weight: 400;
}

.cart-body .cart-intro .cart__top--totals .cart__top--amount:before {
    left: 0;
    font-weight: 500;
}

.cart-body .item__list {
    margin: 30px 0;
}

.cart-body .item__list .item__list--header li {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0;
}

.cart-body .item__list .item__list--header li.item__image {
    width: 115px;
}

.cart-body .item__list .item__list--header li.item__info {
    text-indent: 0;
}

.cart-body .item__list .item__list--header li.item__quantity {
    text-align: center;
    width: 138px;
    padding-left: 0;
    padding-right: 10px;
}

.cart-body .item__list .item__list--header li.item__total--column {
    text-align: left;
}

.cart-body .item__list .item__list--header li.item__actions {
    width: 32px;
}

.cart-body .item__list .item__list--item>div:not(.clearfix) {
    padding: 15px 10px;
    padding-left: 0;
}

.cart-body .item__list .item__list--item>div:not(.clearfix):after {
    display: none;
}

.cart-body .item__list .item__list--item .item__discount {
    width: 100px;
    padding: 0 10px 0 0;
    overflow: visible;
}

.cart-body .item__list .item__list--item .item__discount .duni-select-mirror {
    margin: 0;
}

.cart-body .item__list .item__list--item .item__discount .duni-select-mirror .selected {
    background-position: 90% center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart-body .item__list .item__list--item .item__discount .duni-select-mirror>ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart-body .item__list .item__list--item .item__total--column,
.cart-body .item__list .item__list--item .item__total {
    text-align: left;
}

.cart-body .item__list .item__list--item .item__image {
    width: 115px;
    padding-left: 0;
    padding-right: 15px;
}

.cart-body .item__list .item__list--item .item__image .item__image--container {
    display: flex;
    height: 100px;
    width: 100px;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.cart-body .item__list .item__list--item .item__image .item__image--container img {
    max-height: 80px;
}

.cart-body .item__list .item__list--item .item__info a {
    padding-bottom: 5px;
}

.cart-body .item__list .item__list--item .item__info p,
.cart-body .item__list .item__list--item .item__info .item__code,
.cart-body .item__list .item__list--item .item__info .item__pieces {
    color: #181818;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

.cart-body .item__list .item__list--item .item__info .secondary-name {
    font-size: inherit;
}

.cart-body .item__list .item__list--item .item__quantity {
    width: 138px;
}

.cart-body .item__list .item__list--item .item__quantity .form-control::-webkit-inner-spin-button,
.cart-body .item__list .item__list--item .item__quantity .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-body .item__list .item__list--item .item__quantity form {
    display: flex;
}

.cart-body .item__list .item__list--item .item__price {
    color: #000000;
    font-size: var(--font-size-xxs);
    line-height: 22px;
}

.cart-body .item__list .item__list--item .item__price .per-piece {
    font-weight: 400;
}

.cart-body .item__list .item__list--item .item__delivery {
    color: #000000;
    font-size: 13px;
    line-height: 22px;
}

@media(min-width:1024px) {
    .cart-body .item__list .item__list--item .item__delivery {
        width: 22%;
    }
}

.cart-body .item__list .item__list--item .item__delivery--label {
    font-weight: 400;
    color: #000000;
}

.cart-body .item__list .item__list--item .item__delivery--label {
    text-transform: none;
    margin-bottom: 0;
}

.cart-body .item__list .item__list--item .item__delivery-date--label {
    margin-bottom: 0;
}

.cart-body .item__list .item__list--item .cart-item__totals .item__total {
    width: 181px;
}

.cart-body .item__list .item__list--item .cart-item__totals .item__total .price,
.cart-body .item__list .item__list--item .cart-item__totals .item__total .discount {
    color: #181818;
    font-size: 13px;
    line-height: 22px;
    display: block;
}

.cart-body .item__list .item__list--item .item__actions {
    display: table-cell;
    vertical-align: middle;
    width: 34px;
}

.cart-body .item__list .item__list--item .item__actions .cart-item__actions {
    padding: 0;
    margin: 0;
}

.cart-body .item__list .item__list--item .item__actions .cart-item__actions li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.cart-body .item__list .item__list--item .item__actions .cart-item__actions .disabled .cart-item__action--REMOVE {
    cursor: not-allowed;
}

.cart-totals {
    margin: 0 0 25px;
    padding: 15px 25px;
    background-color: white;
}

@media screen and (max-width:1023px) {
    .cart-totals {
        margin: 0 -20px 25px;
    }
}

.cart-totals p {
    font-size: 14px;
    line-height: normal;
}

.cart-totals hr {
    width: 100%;
    height: 0;
    border-bottom: 1px solid rgba(40, 40, 40, 0.2);
    margin: 10px 0;
}

.cart-totals .cart-totals__item {
    display: flex;
    justify-content: flex-end;
    color: #181818;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.81px;
    text-transform: uppercase;
    padding: 10px 0;
}

.cart-totals .cart-totals__item.cart-totals__grandTotal {
    opacity: 1;
    padding: 10px 0;
}

.cart-totals .cart-totals__item.cart-totals__grandTotal .cart-totals-left,
.cart-totals .cart-totals__item.cart-totals__grandTotal .cart-totals-right {
    font-size: 18px;
    font-weight: 500;
}

.cart-totals .cart-totals__item .cart-totals-left {
    font-weight: 500;
    text-align: left;
}

.cart-totals .cart-totals__item .cart-totals-right {
    text-align: right;
}

.cart-totals .cart-totals__item .cart-totals-left,
.cart-totals .cart-totals__item .cart-totals-right {
    width: 50%;
    padding: 0;
    margin-top: 0;
}

.cart-totals .cart-totals-taxes {
    font-size: 13px;
    line-height: 22px;
    padding: 0;
    margin: 5px 0;
}

.cart-totals .duni-button {
    width: 100%;
    margin: 15px 0;
}

.cart-totals .sub-text {
    position: relative;
    padding-left: 28px;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
    text-align: justify;
}

.cart-totals .sub-text svg {
    position: absolute;
    left: 0;
    top: 0;
}

.preferred-delivery-date {
    margin: 0 0 0 5px;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    position: relative;
}

.preferred-delivery-date form {
    display: inline-flex;
}

@media screen and (max-width:1023px) {

    .cart-header .item__total--column,
    .cart-body .item__total--column {
        width: 200px;
    }

    .cart-header .item__list--item>div:after,
    .cart-body .item__list--item>div:after {
        display: none;
    }

    .cart-header .item__list--item>div h3,
    .cart-body .item__list--item>div h3 {
        margin: 5px 0;
        font-size: 12px;
        font-weight: 500;
        color: #000000;
        text-transform: uppercase;
    }

    .cart-header .item__list--item>div.item__info,
    .cart-body .item__list--item>div.item__info {
        margin-bottom: 20px;
    }

    .cart-header .item__list--item>div.item__info a .item__name,
    .cart-body .item__list--item>div.item__info a .item__name {
        font-weight: 500;
        font-size: var(--font-size-xxs);
        letter-spacing: normal;
    }

    .cart-header .item__list--item>div.item__info .item__code,
    .cart-body .item__list--item>div.item__info .item__code,
    .cart-header .item__list--item>div.item__info .item__pieces,
    .cart-body .item__list--item>div.item__info .item__pieces {
        font-size: 11px;
        letter-spacing: normal;
        margin-top: 4px;
    }

    .cart-header .item__list--item>div.item__quantity,
    .cart-body .item__list--item>div.item__quantity {
        margin: 20px 0;
    }

    .cart-header .item__list--item>div.item__total,
    .cart-body .item__list--item>div.item__total {
        padding: 0 10px;
        margin: 0;
    }

    .cart-header .item__list--item>div.item__actions,
    .cart-body .item__list--item>div.item__actions {
        position: absolute;
        top: 15px;
        padding: 0;
        right: 0;
    }

    .cart-totals .cart-totals__item {
        justify-content: space-between;
    }
}

@media screen and (max-width:1199px) {
    .cart__head--links {
        flex-wrap: wrap;
    }
}

@media screen and (min-width:1024px) {
    .cart-header__container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .cart-header__container.lang-en {
        flex-direction: row;
    }

    .cart-header__container.lang-en .cart__head--links {
        flex: auto;
        justify-content: end;
    }

    .cart-header__container.lang-en .cart__header--link {
        padding: 0 20px;
    }

    .cart-header__container.lang-en .cart__head--title {
        flex: unset;
    }

    .cart-header__container .cart__head--links {
        justify-content: start;
        flex-wrap: wrap;
        flex: auto;
        padding: 0;
    }

    .cart-header__container .cart__head--link {
        padding: 0 9px;
        font-size: 12px;
    }

    .cart-header__container .cart__head--title {
        width: auto;
        flex: auto;
    }
}

@media screen and (max-width:1023px) {
    .cart__head--links {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: 0;
        flex-direction: column;
        z-index: 100;
        display: none;
    }

    .cart__head--links.open {
        display: flex;
        flex-direction: column-reverse;
    }

    .cart__head--links.open h3 {
        order: 1;
    }

    .cart__head--links.open h3,
    .cart__head--links.open a {
        width: 100%;
    }

    .cart__head--links:before {
        display: block;
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        content: ' ';
        z-index: -1;
    }

    .cart__head--links h3 {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1.29px;
        color: #86868f;
        text-transform: uppercase;
        border-bottom: solid 1px #dddddd;
        background-color: #ffffff;
        border-top: solid 1px #dddddd;
        padding: 15px;
        margin: 0;
        position: relative;
    }

    .cart__head--links .cart__head--link {
        text-align: left;
        padding: 15px 15px 15px 40px;
        background-color: #ffffff;
        letter-spacing: 1.5px;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        text-transform: none;
        background-position: 10px center;
        background-repeat: no-repeat;
        background-size: 20px;
        margin: 0;
    }

    .cart__head--links .cart__head--link.help {
        background-image: url(../../_ui/responsive/common/images/help.svg);
    }

    .cart__head--links .cart__head--link.saved-carts {
        background-image: url(../../_ui/responsive/common/images/download.svg);
    }

    .cart__head--links .cart__head--link.new-cart {
        background-image: url(../../_ui/responsive/common/images/new-cart.svg);
    }

    .cart__head--links .cart__head--link.export-cart {
        background-image: url(../../_ui/responsive/common/images/export.svg);
    }

    .cart__head--links .cart__head--link.clear-cart {
        background-image: url(../../_ui/responsive/common/images/rubbish-bin.svg);
    }

    .cart-body .cart__actions {
        flex-direction: column;
    }

    .cart-body .cart__actions form,
    .cart-body .cart__actions button.duni-button {
        width: 100%;
        margin: 0;
    }

    .cart-body .cart__actions form.btn--order-simulate,
    .cart-body .cart__actions button.duni-button.btn--order-simulate {
        margin-bottom: 10px;
    }

    .cart-body .cart__actions .preferred-delivery-date {
        margin: 10px 0;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        justify-content: center;
    }

    .cart-body .cart__actions .preferred-delivery-date form {
        text-align: center;
        margin-top: 20px;
    }

    .cart-body .cart__actions .preferred-delivery-date .duni-date-input input {
        margin: 0 auto 20px;
        padding-left: 39px;
        text-align: center;
    }

    .cart-body .cart__actions .preferred-delivery-date .duni-date-input:before {
        position: absolute;
        left: 20px;
    }

    .cart-body .item__list .item__list--item>div.item__image {
        width: auto;
    }

    .cart-body .item__list .item__list--item>div.item__info {
        padding: 10px 0 0 0;
        margin-left: 120px;
    }

    .cart-body .item__list .item__list--item>div.item__discount {
        float: left;
        padding-top: 0;
        padding-bottom: 0;
    }

    .cart-body .item__list .item__list--item>div.item__price,
    .cart-body .item__list .item__list--item>div.item__quantity,
    .cart-body .item__list .item__list--item>div.item__total {
        margin: 0;
        padding: 0 20px 20px 0;
        float: left;
        width: auto;
    }

    .cart-body .item__list .item__list--item>div.item__price,
    .cart-body .item__list .item__list--item>div.item__total {
        font-size: 13px;
        line-height: 22px;
    }

    .cart-body .item__list .item__list--item>div.item__quantity {
        width: auto;
    }

    .cart-body .item__list .item__list--item>div.item__delivery {
        padding: 0;
        margin: 0;
        clear: both;
    }

    .cart-body .item__list .item__list--item>div.item__delivery span {
        margin: 10px 0;
    }

    .cart-body .item__list .item__list--item>div.item__delivery br {
        display: none;
    }

    .cart-body .item__list .item__list--item>div.item__actions {
        top: auto;
        bottom: 75px;
    }

    .cart-totals .cart-totals__item .cart-totals-right {
        text-align: right;
    }
}

.help-popup-content {
    padding: 40px 0;
}

.cart__actions .btn--order-simulate:disabled {
    background-image: url(../../_ui/responsive/common/images/loader.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px;
    padding-right: 30px;
}

@media screen and (max-width:639px) {
    .cart__actions .btn--order-simulate {
        margin-bottom: 15px;
    }
}

.mini-cart {
    min-width: 100vw;
}

@media(min-width:640px) {
    .mini-cart {
        width: 450px;
        min-width: auto;
    }
}

.mini-cart .banner__component {
    padding: 16px;
}

.mini-cart h2 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin: 40px auto;
    color: #181818;
}

.mini-cart .mini-cart-body .legend {
    padding: 16px;
    font-weight: 500;
    display: none;
}

.mini-cart .mini-cart-body .legend a {
    text-transform: uppercase;
    color: #181818;
    letter-spacing: 0.88px;
    font-weight: 700;
}

.mini-cart .mini-cart-body .mini-cart-list {
    margin: 0 -16px 0 0;
    max-height: 400px;
    overflow: auto;
    padding-right: 16px;
}

@media(min-height:800px) {
    .mini-cart .mini-cart-body .mini-cart-list {
        max-height: 500px;
    }
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item,
.mini-cart .mini-cart-body .mini-cart-list .add-to-cart-item {
    display: flex;
    padding: 40px 0;
    border-bottom: solid 1px #dddddd;
}

@media screen and (max-width:480px) {

    .mini-cart .mini-cart-body .mini-cart-list .mini-cart-item,
    .mini-cart .mini-cart-body .mini-cart-list .add-to-cart-item {
        flex-wrap: wrap;
    }
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .promo,
.mini-cart .mini-cart-body .mini-cart-list .add-to-cart-item .promo {
    font-size: var(--font-size-base);
    font-weight: 700;
    color: #00a651;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .thumb,
.mini-cart .mini-cart-body .mini-cart-list .add-to-cart-item .thumb {
    border: solid 1px #cccccc;
    width: 64px;
    height: 64px;
    padding: 8px;
    box-sizing: content-box;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .thumb img,
.mini-cart .mini-cart-body .mini-cart-list .add-to-cart-item .thumb img {
    max-width: 64px;
    max-height: 64px;
    width: auto;
    height: auto;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details,
.mini-cart .mini-cart-body .mini-cart-list .add-to-cart-item .details {
    margin: 0 10px;
    flex: 1;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .name,
.mini-cart .mini-cart-body .mini-cart-list .add-to-cart-item .details .name {
    padding: 0 0 5px;
    font-size: var(--font-size-base);
    line-height: 26px;
    font-weight: 400;
    display: block;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .description p,
.mini-cart .mini-cart-body .mini-cart-list .add-to-cart-item .details .description p {
    margin: 0;
    text-align: left;
    font-weight: 400;
    font-size: var(--font-size-help-block);
    line-height: 22px;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .price,
.mini-cart .mini-cart-body .mini-cart-list .add-to-cart-item .price {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
    font-size: var(--font-size-sm);
    line-height: 26px;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .price .piece,
.mini-cart .mini-cart-body .mini-cart-list .add-to-cart-item .price .piece {
    display: block;
    color: #000000;
    font-size: var(--font-size-help-block);
    line-height: 16px;
    font-weight: 400;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .price .remove,
.mini-cart .mini-cart-body .mini-cart-list .add-to-cart-item .price .remove {
    margin-bottom: 4px;
}

.mini-cart .mini-cart-body .mini-cart-list .form-group {
    margin-bottom: 0;
}

.mini-cart .mini-cart-body .mini-cart-list .form-group .duni-qty-selector {
    margin-top: 15px;
}

.mini-cart .mini-cart-body .mini-cart-list .add-to-cart-item {
    border-bottom: none;
}

.mini-cart .mini-cart-body .add-to-cart-item {
    margin: 0;
}

.mini-cart .mini-cart-body .add-to-cart-item .name {
    font-size: 14px;
}

.mini-cart .mini-cart-body .add-to-cart-item dl>* {
    font-size: 10px;
    padding: 6px 0;
    float: left;
    font-weight: 400;
    width: 50%;
    display: inline-block;
    text-align: left;
}

#saveCartForm .form-group textarea {
    min-height: 100px;
    resize: none;
}

.item__list.item__list--saved-carts {
    font-weight: 500;
    margin: 20px 10px 0 10px;
    border-top: none;
}

.item__list.item__list--saved-carts .item__date-saved {
    width: 120px;
}

.item__list.item__list--saved-carts .item__name a {
    color: #181818;
    font-weight: 400;
    font-size: var(--font-size-base);
    line-height: 26px;
}

.item__list.item__list--saved-carts .item__name p {
    margin: 0;
    font-weight: 700;
}

.item__list.item__list--saved-carts .item__name span {
    font-weight: 400;
}

.item__list.item__list--saved-carts .item__quantity {
    width: 60px;
}

.item__list.item__list--saved-carts .item__total {
    padding-right: 0 !important;
}

.item__list.item__list--saved-carts .item__total>section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item__list.item__list--saved-carts .item__total>section label {
    margin: 0;
}

.item__list.item__list--saved-carts .item__total>section .actions {
    display: flex;
    align-items: center;
}

.item__list.item__list--saved-carts .item__total>section .actions a {
    margin-left: 15px;
}

.item__list.item__list--saved-carts .remove-item-link {
    background-image: url(../../_ui/responsive/common/images/rubbish-bin.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    width: 24px;
    display: block;
}

@media screen and (max-width:1023px) {
    .item__list.item__list--saved-carts .item__item {
        width: 60%;
    }

    .item__list.item__list--saved-carts .item__list--item>div {
        width: 50%;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__total {
        width: 40%;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__name a {
        font-size: 13px;
        letter-spacing: normal;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__date-saved {
        font-size: 18px;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__date-saved span {
        display: block;
        font-weight: 400;
        font-size: var(--font-size-xs);
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__description {
        margin: 20px 0;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__quantity {
        text-align: left;
    }

    .item__list.item__list--saved-carts .item__list--item>div:after {
        border: none;
    }
}

@media screen and (max-width:639px) {
    .item__list.item__list--saved-carts .item__list--item>div {
        width: 100%;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__total {
        float: none;
        width: 100%;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__total>section {
        flex-wrap: wrap;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__total>section label {
        display: flex;
        flex-direction: column;
        flex: 50%;
        text-align: left;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__total>section label span {
        margin: 5px 0;
        display: block;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__total>section .actions {
        flex-direction: column-reverse;
        width: 100%;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__total>section .actions a {
        margin: 0;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__total>section .actions a.remove-item-link {
        align-self: flex-end;
        margin-bottom: 20px;
        margin-top: -40px;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__total>section .actions a.restore-item-link {
        width: 100%;
        text-align: center;
    }

    .item__list.item__list--saved-carts .item__list--item>div.item__name a,
    .item__list.item__list--saved-carts .item__list--item>div.item__date-saved,
    .item__list.item__list--saved-carts .item__list--item>div.item__description {
        margin: 10px 0;
    }
}

#popup_confirm_savedcart_restore,
.savedcart_delete_confirm_modal {
    padding: 20px;
}

#popup_confirm_savedcart_restore .modal-details,
.savedcart_delete_confirm_modal .modal-details {
    border: solid 1px #e0e0e0;
    padding: 10px;
}

#popup_confirm_savedcart_restore .modal-details label,
.savedcart_delete_confirm_modal .modal-details label {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

#popup_confirm_savedcart_restore .modal-details span,
.savedcart_delete_confirm_modal .modal-details span {
    display: block;
    text-align: right;
}

@media screen and (max-width:639px) {

    #popup_confirm_savedcart_restore .modal-details label,
    .savedcart_delete_confirm_modal .modal-details label,
    #popup_confirm_savedcart_restore .modal-details span,
    .savedcart_delete_confirm_modal .modal-details span {
        font-size: 12px;
        line-height: 14px;
        margin: 5px 0;
    }
}

#popup_confirm_savedcart_restore .restore-current-cart-form,
.savedcart_delete_confirm_modal .restore-current-cart-form {
    margin: 0;
}

#popup_confirm_savedcart_restore .restore-current-cart-form .form-group,
.savedcart_delete_confirm_modal .restore-current-cart-form .form-group {
    margin: 10px 0;
}

#popup_confirm_savedcart_restore .restore-current-cart-form .form-group.active-cart,
.savedcart_delete_confirm_modal .restore-current-cart-form .form-group.active-cart {
    margin-bottom: 20px;
}

#popup_confirm_savedcart_restore .restore-current-cart-form .form-group label,
.savedcart_delete_confirm_modal .restore-current-cart-form .form-group label,
#popup_confirm_savedcart_restore .restore-current-cart-form .form-group p,
.savedcart_delete_confirm_modal .restore-current-cart-form .form-group p {
    font-weight: 400;
    text-transform: uppercase;
    font-size: var(--font-size-xs);
    letter-spacing: 0.88px;
}

#popup_confirm_savedcart_restore .restore-current-cart-form .form-group p,
.savedcart_delete_confirm_modal .restore-current-cart-form .form-group p {
    font-weight: 500;
}

@media screen and (max-width:639px) {

    #popup_confirm_savedcart_restore .restore-current-cart-form .form-group,
    .savedcart_delete_confirm_modal .restore-current-cart-form .form-group {
        display: flex;
        margin: 20px 0;
    }

    #popup_confirm_savedcart_restore .restore-current-cart-form .form-group.active-cart,
    .savedcart_delete_confirm_modal .restore-current-cart-form .form-group.active-cart {
        flex-wrap: wrap;
    }

    #popup_confirm_savedcart_restore .restore-current-cart-form .form-group label,
    .savedcart_delete_confirm_modal .restore-current-cart-form .form-group label,
    #popup_confirm_savedcart_restore .restore-current-cart-form .form-group p,
    .savedcart_delete_confirm_modal .restore-current-cart-form .form-group p {
        font-size: 12px;
    }
}

.savedcart_delete_confirm_modal {
    padding: 0;
}

.savedcart_delete_confirm_modal p {
    padding: 20px 20px 0 20px;
}

.savedcart_delete_confirm_modal .modal-details {
    margin: 20px;
}

.page-savedCartDetailsPage .saved-cart-details {
    padding: 20px;
    max-width: 1380px;
    border: solid 1px #dddddd;
    margin: 0 auto;
    border-top: none;
}

.page-savedCartDetailsPage .saved-cart-details span {
    font-size: 14px;
}

.page-savedCartDetailsPage .saved-cart-details .item-label {
    font-weight: 500;
    letter-spacing: 0.88px;
}

.page-savedCartDetailsPage .saved-cart-details>.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page-savedCartDetailsPage .saved-cart-details .item-action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.page-savedCartDetailsPage .saved-cart-details .item-action a.edit-item-link,
.page-savedCartDetailsPage .saved-cart-details .item-action a.restore-item-link {
    margin: 0 5px;
}

.page-savedCartDetailsPage .delete-cart {
    padding: 20px;
    max-width: 1380px;
    margin: 0 auto;
}

.page-savedCartDetailsPage .delete-cart a {
    color: #181818;
    font-size: var(--font-size-xs);
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}

.page-savedCartDetailsPage .item__list {
    max-width: 1380px;
    margin: 0 auto;
}

.page-savedCartDetailsPage .item__list .item__list--header li {
    text-align: left;
}

.page-savedCartDetailsPage .item__list .item__list--item a {
    color: #454553;
    font-weight: 700;
    letter-spacing: 0.75px;
}

.page-savedCartDetailsPage .item__list .item__list--item a span {
    font-weight: 400;
    font-size: 12px;
}

.page-savedCartDetailsPage .item__list .item__list--item .item__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
}

.page-savedCartDetailsPage .item__list .item__list--item .item__image img {
    max-height: 96px;
}

.page-savedCartDetailsPage .item__list .item__list--item .item__price,
.page-savedCartDetailsPage .item__list .item__list--item .item__total {
    font-size: var(--font-size-xxs);
    line-height: 24px;
    letter-spacing: 0.81px;
    font-weight: 700;
    text-align: left;
}

.page-savedCartDetailsPage .item__list .item__list--item .item__total:after {
    display: none;
}

@media screen and (max-width:1023px) {
    .page-savedCartDetailsPage .saved-cart-details .item-action {
        align-self: flex-start;
    }

    .page-savedCartDetailsPage .item__list .item__list--header .item__info {
        width: 66%;
    }

    .page-savedCartDetailsPage .item__list .item__list--item .item__info {
        width: 66%;
        float: left;
    }

    .page-savedCartDetailsPage .item__list .item__list--item .item__info .item__image {
        float: left;
    }

    .page-savedCartDetailsPage .item__list .item__list--item .item__quantity__total {
        width: 33%;
        clear: none;
        float: right;
    }

    .page-savedCartDetailsPage .item__list .item__list--item .item__quantity__total .item__quantity,
    .page-savedCartDetailsPage .item__list .item__list--item .item__quantity__total .item__total {
        width: 50%;
        float: left;
        padding: 0;
        text-align: left;
    }

    .page-savedCartDetailsPage .item__list .item__list--item>div:after {
        display: none;
    }
}

@media screen and (max-width:639px) {
    .page-savedCartDetailsPage .saved-cart-details .item-group {
        padding-bottom: 10px;
    }

    .page-savedCartDetailsPage .saved-cart-details .item-group span {
        width: auto;
        display: block;
        padding: 0;
    }

    .page-savedCartDetailsPage .saved-cart-details .item-action {
        flex-wrap: wrap;
        padding: 0;
    }

    .page-savedCartDetailsPage .saved-cart-details .item-action a {
        width: 100%;
        margin: 0;
    }

    .page-savedCartDetailsPage .saved-cart-details .item-action a button {
        width: 100%;
        margin: 5px 0;
    }

    .page-savedCartDetailsPage .item__list .item__list--item .item__info,
    .page-savedCartDetailsPage .item__list .item__list--item .item__quantity__total {
        float: none;
        clear: both;
        width: 100%;
    }

    .page-savedCartDetailsPage .item__list .item__list--item .item__quantity__total {
        padding: 20px;
    }

    .page-savedCartDetailsPage .item__list .item__list--item .item__quantity__total>div {
        display: flex;
        flex-direction: column;
    }

    .page-savedCartDetailsPage .item__list .item__list--item .item__quantity__total>div .item-label {
        padding-bottom: 10px;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.88px;
    }

    .page-savedCartDetailsPage .item__list .item__list--item .item__quantity__total>div .item-value {
        font-weight: 500;
        font-size: var(--font-size-xs);
        padding: 0;
    }
}

.account-section .account-section-content .import-csv__content {
    max-width: 1380px;
    margin: 40px auto;
    width: 95%;
}

.account-section .account-section-content .import-csv__actions {
    padding: 0;
}

@media screen and (max-width:639px) {
    .account-section .account-section-content .import-csv__actions .account-form-actions .duni-button {
        width: 100%;
        margin: 0;
    }
}

.account-section .account-section-content .import-csv-alerts a {
    color: inherit;
    text-decoration: underline;
}

.backorder__modal {
    padding-top: 16px;
}

.backorder__modal p {
    margin-bottom: 16px;
}

.backorder__modal .backorder__modal-description {
    margin-top: 8px;
    font-weight: 500;
    font-size: var(--font-size-xs);
}

.backorder__modal .form-group .control-label {
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.backorder__modal .backorder__modal-list {
    margin: 0 0 16px;
    max-height: 400px;
    padding: 0 16px;
    overflow: auto;
}

.backorder__modal .backorder__modal-list .backorder__modal-list-item {
    display: flex;
    padding: 10px 16px;
    border-bottom: solid 1px #dddddd;
}

.backorder__modal .backorder__modal-list .backorder__modal-list-item:last-of-type {
    border-bottom: 0;
}

@media screen and (max-width:480px) {
    .backorder__modal .backorder__modal-list .backorder__modal-list-item {
        flex-wrap: wrap;
    }
}

.backorder__modal .backorder__modal-list .backorder__modal-list-item .thumb {
    border: solid 1px #cccccc;
    width: 64px;
    height: 64px;
    padding: 10px;
    box-sizing: content-box;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.backorder__modal .backorder__modal-list .backorder__modal-list-item .thumb img {
    max-width: 64px;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.backorder__modal .backorder__modal-list .backorder__modal-list-item .details {
    margin: 0 10px;
    flex: 1;
}

.backorder__modal .backorder__modal-list .backorder__modal-list-item .details .name {
    padding: 6px 0;
    font-weight: 400;
    display: block;
    color: #181818;
}

.backorder__modal .backorder__modal-list .backorder__modal-list-item .details .qty {
    font-size: var(--font-size-xs);
    padding: 6px 0;
}

.backorder__modal .backorder__modal-list .backorder__modal-list-item .details .qty span {
    display: inline-block;
    padding-right: 6px;
}

.backorder__modal .backorder__modal-list .backorder__modal-list-item .details .qty span:first-of-type {
    width: 33%;
    display: inline-block;
}

.backorder__modal .backorder__modal-list .backorder__modal-list-item .details .qty span.strike {
    text-decoration: line-through;
}

@media(max-width:639px) {
    #colorbox .backorder__modal .colorbox_actions {
        position: relative;
    }
}

.restoration__modal {
    margin-top: 16px;
}

.restoration__modal .restoration__modal-description {
    margin-bottom: 32px;
}

.restoration__modal .restoration__modal-link {
    font-weight: 700;
    text-transform: uppercase;
    color: #181818;
}

.restoration__modal .restoration__modal-description,
.restoration__modal .restoration__modal-link {
    margin-left: 16px;
    margin-right: 16px;
}

.restoration__modal .restoration__modal-cart {
    margin: 16px;
    padding: 16px;
    border: 1px solid #cccccc;
}

.restoration__modal .restoration__modal-cart dt,
.restoration__modal .restoration__modal-cart dd {
    margin: 0 0 4px;
    float: left;
    width: 50%;
}

.restoration__modal .restoration__modal-cart dt {
    text-transform: uppercase;
    font-weight: 700;
}

.restoration__modal .restoration__modal-cart dd {
    text-align: right;
}

.restoration__colorbox #cboxTitle {
    font-family: 500;
}

.country__selector-modal {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    background-color: rgba(40, 40, 40, 0.6);
    z-index: 901;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in;
}

.country__selector-modal.opened {
    opacity: 1;
    visibility: visible;
}

.country__selector-modal .country__selector-box {
    background-color: #fff;
    width: 100%;
    max-width: 600px;
    min-height: 100vh;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: -100%;
}

@media(min-width:640px) {
    .country__selector-modal .country__selector-box {
        padding: 40px 60px 0;
    }
}

.country__selector-modal .country__selector-box .country__selector-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.country__selector-modal .country__selector-box .country__selector-title h2 {
    font-family: Inter, Roboto, sans-serif;
    font-size: 28px;
    line-height: 36px;
    margin-top: 10px;
}

.country__selector-modal .country__selector-box .country__selector-title .country__selector-close {
    border: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width:640px) {
    .country__selector-modal .country__selector-box .country__selector-title .country__selector-close {
        margin-right: 14px;
    }
}

.country__selector-modal .country__selector-box .country__selector-title .country__selector-close:hover,
.country__selector-modal .country__selector-box .country__selector-title .country__selector-close:active {
    opacity: .8;
    background-color: #d4d4d4;
    outline: none;
}

.country__selector-modal .country__selector-box .country__selector-list {
    list-style: none;
    padding-left: 0;
    font-size: 13px;
    line-height: 22px;
}

.country__selector-modal .country__selector-box .country__selector-list li {
    margin-top: 25px;
}

.country__selector-modal .country__selector-box .country__selector-list li form button {
    outline: none;
    border: none;
    appearance: none;
    padding: 0;
    background: none;
}

.country__selector-modal .country__selector-box .country__selector-list li a,
.country__selector-modal .country__selector-box .country__selector-list li form button {
    text-transform: uppercase;
    text-decoration: none;
    color: #898b8e;
}

.country__selector-modal .country__selector-box .country__selector-list li a:hover,
.country__selector-modal .country__selector-box .country__selector-list li form button:hover {
    text-decoration: underline;
    color: #181818;
}

.country__selector-modal .country__selector-box .country__selector-list li a.country__selector-active,
.country__selector-modal .country__selector-box .country__selector-list li form button.country__selector-active {
    color: #181818;
}

.country__selector-modal .country__selector-box .country__selector-list li a.country__selector-shop,
.country__selector-modal .country__selector-box .country__selector-list li form button.country__selector-shop {
    padding-right: 30px;
    background-image: url("/_ui/responsive/theme-duni/images/nav/shop-bag-grey.svg");
    background-repeat: no-repeat;
    background-position: right;
}

.country__selector-modal .country__selector-box .country__selector-list li a.country__selector-shop.country__selector-active,
.country__selector-modal .country__selector-box .country__selector-list li form button.country__selector-shop.country__selector-active,
.country__selector-modal .country__selector-box .country__selector-list li a.country__selector-shop:hover,
.country__selector-modal .country__selector-box .country__selector-list li form button.country__selector-shop:hover {
    background-image: url("/_ui/responsive/theme-duni/images/nav/shop-bag.svg");
}

.country__selector-modal .country__selector-box .country__selector-list.country__selector-countries {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

@media(min-width:640px) {
    .country__selector-modal .country__selector-box .country__selector-list.country__selector-countries {
        margin-top: 47px;
    }
}

.country__selector-modal .country__selector-box .country__selector-list--languages {
    margin-top: 15px;
}

.country__selector-modal .country__selector-box h3 {
    font-family: Inter, Roboto, sans-serif;
    font-size: 22px;
    line-height: 30px;
    margin-top: 60px;
}

.country__selector-modal .country__selector-box .country__selector-legend {
    margin-top: 40px;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(40, 40, 40, 0.2);
}

.country__selector-modal .country__selector-box .country__selector-legend img {
    margin-right: 20px;
    margin-top: 2px;
}

.country__selector-modal .country__selector-box .country__selector-legend p {
    font-size: 13px;
    line-height: 22px;
}

.ios .country__selector-box,
.android .country__selector-box {
    padding-bottom: 100px;
}

#RedesignNavComponent {
    background: none;
    border-bottom: none;
    max-width: 1380px;
    margin: 0 auto;
}

#RedesignNavComponent .nav__links {
    display: flex;
    flex-direction: column;
}

#RedesignNavComponent .nav__links a {
    padding-top: 0;
    padding-bottom: 0;
}

.page-multiStepCheckoutSummaryPage .main__inner-wrapper {
    max-width: 1380px;
    margin: 0 auto;
}

@media(max-width:1023px) {
    .page-multiStepCheckoutSummaryPage .main__inner-wrapper>.row .checkout-order {
        margin-left: 10px;
        margin-right: 10px;
        padding: 0 10px;
    }
}

@media(min-width:1024px) {
    .page-multiStepCheckoutSummaryPage .main__inner-wrapper>.row {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        margin: 0;
    }

    .page-multiStepCheckoutSummaryPage .main__inner-wrapper>.row .checkout-order {
        max-width: 810px;
        margin-right: 20px;
    }

    .page-multiStepCheckoutSummaryPage .main__inner-wrapper>.row .checkout-order+* {
        min-width: 540px;
        width: 540px;
        margin-left: 20px;
    }
}

@media(min-width:1200px) {
    .page-multiStepCheckoutSummaryPage .main__inner-wrapper>.row .checkout-order {
        margin-right: 25px;
    }

    .page-multiStepCheckoutSummaryPage .main__inner-wrapper>.row .checkout-order+* {
        margin-left: 25px;
    }
}

.checkout-order-summary {
    padding: 25px;
    background-color: white;
    margin-bottom: 0;
}

@media(min-width:1024px) {
    .checkout-order-summary {
        margin-top: 80px;
        margin-bottom: 60px;
    }
}

@media(max-width:1023px) {
    .checkout-order-summary .summary__accordion {
        margin-top: -21px;
    }

    .checkout-order-summary .summary__accordion .summary__accordion-title {
        border-top: none;
    }
}

.checkout-order-summary .checkout-summary-headline {
    padding: 0 0 25px;
    margin: 0;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.checkout-order-summary .checkout-order-summary-list {
    margin: 0 0 25px;
}

.checkout-order-summary .checkout-order-summary-list.overflow .mb-content {
    max-height: 400px;
}

.checkout-order-summary .checkout-order-summary-list.overflow .mb-content .checkout-order-summary-list-items {
    padding-right: 10px;
}

.checkout-order-summary .checkout-order-summary-list.overflow .mb-track-y .mb-bar {
    width: 3px;
    background-color: #181818;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading {
    background: none !important;
    color: #181818;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 6px;
    border: none;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items {
    padding: 16px 0;
    position: relative;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .thumb,
.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .primary__details,
.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__details {
    flex: 1;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__availibility {
    width: 100%;
    padding-left: 92px;
    display: flex;
    margin-top: 8px;
    color: #898b8e;
    font-size: 13px;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__availibility ul li {
    padding: 0;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__availibility ul li:before,
.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__availibility ul li:after {
    display: none;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .thumb {
    background: white;
    border: solid 1px #f5f5f5;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    padding: 8px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .thumb a {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    height: 100%;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .name a {
    color: #181818;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    padding-right: 5px;
    font-weight: 700;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .name a:hover {
    text-decoration: underline;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .name .secondary-name {
    margin-bottom: 3px;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .primary__details {
    font-weight: 700;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .primary__details .thumb {
    margin-right: 10px;
    flex-grow: 0;
    width: 68px;
    height: 68px;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .primary__details .description {
    font-size: 13px;
    line-height: 22px;
    color: #898B8E;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .primary__details .description p {
    margin-bottom: 0;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__details {
    color: #181818;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: right;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__details .subtotal {
    font-weight: 700;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__details .item__details-piece {
    color: #000000;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
}

.checkout-order-summary .checkout-order-summary-list .item__details-quantity {
    color: #181818;
    line-height: 22px;
    display: block;
    font-weight: 400;
}

.checkout-order-summary .checkout-order-summary-list .item__details-quantity.bold {
    font-weight: 500;
}

.checkout-order-summary .checkout-order-summary-list .item__details-message {
    width: 100%;
    display: block;
    color: #ffffff;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items+.checkout-order-summary-list-items {
    border-top: 1px solid #cacaca;
}

.checkout-order-summary .subtotals {
    margin-top: 0;
}

.checkout-order-summary .subtotals .totals {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.checkout-order-summary .cart-totals-taxes {
    clear: both;
    font-size: 13px;
    font-weight: 400;
    color: #898b8e;
    text-transform: none;
    letter-spacing: normal;
    line-height: 22px;
    margin: 5px 0;
}

.checkout-order-summary .cart-totals-taxes.text-success {
    color: #ffffff;
}

.place-order-form .checkbox {
    margin: 28px 25px 40px;
    background: #f4f4f4;
    margin: 28px -25px -40px;
    padding: 28px 25px 40px;
}

.place-order-form .button-holder {
    padding: 0 25px;
    display: flex;
    flex-direction: column-reverse;
}

.place-order-form .button-holder .duni-button {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media(min-width:1024px) {
    .place-order-form .button-holder {
        background-color: white;
        border-top: 1px solid rgba(40, 40, 40, 0.2);
        margin-top: 25px;
    }
}

@media(max-width:639px) {
    .checkout-summary-headline {
        color: #181818;
        font-weight: 500;
        font-size: 16px;
        padding: 0;
    }

    .arrow_note {
        margin: -1px 15px 0 15px;
        width: calc(100% - 32px);
    }

    .checkout-order-summary .checkout-order-summary-list .primary__details {
        min-width: calc(100% - 112px);
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items {
        border-bottom: solid 1px #dddddd;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__details {
        clear: both;
        padding-top: 0;
        margin: 11px 0;
        display: flex;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__details>* {
        min-height: 28px;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__details .totalPrice {
        font-size: 14px;
        font-weight: 500;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__details .subtotal {
        flex: 1;
        order: 1;
        padding-left: 8px;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__details .item__details-message {
        flex: 2;
        order: 0;
        text-align: left;
        margin-top: 0;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .thumb {
        min-width: 100px;
        max-width: 100px;
        height: 100px;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .name a {
        font-size: 14px;
    }

    .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items .item__availibility {
        padding-left: 0;
    }

    .checkoutSummaryButton {
        width: 100%;
    }

    .place-order-form {
        padding: 0 10px 40px;
    }

    .place-order-form .button-holder {
        padding: 0;
    }

    .place-order-form .button-holder .btn-place-order {
        max-width: unset;
    }
}

.checkout-review .checkout-order-summary {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 0;
}

.checkout-review .checkout-order-summary .place-order-form .checkbox {
    padding-bottom: 0;
    margin: 28px -34px -40px;
}

.checkout-review-xs .subtotals .totals {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media(max-width:1023px) {
    .checkout-steps {
        border-bottom: 0;
        padding-bottom: 40px;
    }
}

.summary__accordion-title {
    position: relative;
    outline: none;
    background: none;
    border: none;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    color: #181818;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    padding: 25px 0;
    border-top: 1px solid rgba(40, 40, 40, 0.2);
    border-bottom: 1px solid rgba(40, 40, 40, 0.2);
    margin-bottom: 25px;
}

.summary__accordion-title:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    width: 8px;
    height: 12px;
    background-image: url(/_ui/responsive/theme-duni/images/btn-left.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px 12px;
    transform: rotate(270deg) translateY(-50%);
    transform-origin: top;
}

.summary__accordion-content {
    height: 0;
    display: none;
}

.summary__accordion--open .summary__accordion-title {
    border-bottom: 0;
    margin-bottom: 0;
}

.summary__accordion--open .summary__accordion-title:after {
    transform: rotate(90deg) translateY(-50%);
}

.summary__accordion--open .summary__accordion-content {
    height: auto;
    display: block;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule {
    margin-top: 15px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .column.scheduleform {
    margin: 0 15px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .column.scheduleform .duni-date-input.duni-date-input--formgroup:after {
    background: none !important;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .column.scheduleform .form-group {
    margin-bottom: 10px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .column.scheduleform .form-group #nthDayOfMonth {
    min-width: 180px;
    -webkit-appearance: none;
    -mox-appearance: none;
    border: 1px solid #181818;
    background-image: url(/_ui/responsive/theme-duni/images/checkout/little-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    line-height: normal;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .column.scheduleform .form-group .hasDatepicker {
    padding: 10px;
    min-width: 180px;
    text-align: left;
    background-color: transparent;
    border-color: #181818;
    color: #181818;
    background-image: url(/_ui/responsive/common/images/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .column.scheduleform .form-group .hasDatepicker~label {
    padding-left: 10px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .replenishment-frequencies {
    margin: 15px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .replenishment-frequencies .replenishmentFrequency {
    margin-bottom: 12px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .control-label {
    text-transform: none;
    margin: 15px 0;
    font-size: 13px;
    line-height: 22px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .controls .qty-selector.duni-qty-selector input {
    width: 50px;
    text-align: center;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .scheduleform-checkboxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-bottom: 15px;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .scheduleform-checkboxes .scheduleform-checkbox {
    margin: 0;
    flex: 1;
}

.page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .scheduleform-checkboxes .scheduleform-checkbox label {
    text-transform: uppercase;
    letter-spacing: 0.88px;
    padding-left: 30px;
}

@media screen and (max-width:639px) {
    .page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule {
        height: calc(100vh - 250px);
    }

    .page-multiStepCheckoutSummaryPage #cboxLoadedContent #replenishmentSchedule .scheduleform-checkboxes .scheduleform-checkbox {
        flex: 50%;
    }
}

.checkout-success .checkout-success__body {
    margin-bottom: 85px;
}

.checkout__confirmation__content--component {
    max-width: 1200px;
    margin: 0 auto;
}

.checkout__confirmation__content--component .duni-button {
    font-weight: 400;
    font-size: var(--font-size-xxs);
    line-height: 22px;
    letter-spacing: 2px;
    text-decoration: underline;
    color: #181818;
}

.checkout__confirmation__content--component .well.well-tertiary {
    background: none;
}

.checkout__confirmation__content--component .well.well-tertiary.well-single-headline .well-headline {
    font-size: 16px;
}

.checkout__confirmation__content--component .continue__shopping {
    margin-bottom: 80px;
    margin-top: 80px;
}

@media(max-width:540px) {
    .checkout__confirmation__content--component .continue__shopping {
        margin-bottom: 60px;
        margin-top: 40px;
    }
}

.well.well-tertiary {
    background-color: white;
    color: #181818;
    border-bottom: none;
    padding: 0 25px;
}

.well.well-tertiary .well-headline,
.well.well-tertiary .well-single-headline {
    color: #181818;
    font-weight: 700;
    background-color: #fff;
}

.well.well-tertiary+.well {
    margin-top: -1px;
}

.well.well-tertiary .order-detail-overview .row {
    margin: 0;
    margin-top: 15px;
}

.well.well-tertiary .order-detail-overview .row .col-md-6 {
    border: none;
    padding: 0;
}

.well.well-tertiary .order-detail-overview .item-group {
    width: 100%;
    height: auto;
    padding: 0 25px;
    display: table;
    margin-bottom: 20px;
}

.well.well-tertiary .order-detail-overview .item-group .item-label,
.well.well-tertiary .order-detail-overview .item-group .item-value {
    width: 50%;
    display: table-cell;
    color: #181818;
    font-size: 16px;
    vertical-align: middle;
    padding: 0;
    line-height: 22px;
}

.well.well-tertiary .order-detail-overview .item-group .item-label {
    font-weight: 700;
    letter-spacing: 2px;
}

.well.well-tertiary .order-detail-overview .item-group .item-value {
    text-transform: none;
    font-weight: 400;
    text-align: right;
}

@media(max-width:540px) {
    .well.well-tertiary .order-detail-overview .item-group {
        padding: 0 20px;
        margin-top: 20px;
    }

    .well.well-tertiary .order-detail-overview .item-group .item-label {
        font-size: var(--font-size-xxs);
        font-weight: 500;
    }
}

.well.well-tertiary .order-detail-overview .test__billingPurchaseOrderNumber .item-group .item-label {
    width: 60%;
}

@media(max-width:540px) {
    .well.well-tertiary .order-detail-overview .test__billingPurchaseOrderNumber .item-group .item-label {
        width: 70%;
    }
}

.well.well-tertiary.well-single-headline .well-headline {
    font-size: var(--font-size-base);
    font-weight: 500;
    border: none;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
}

@media(max-width:540px) {
    .well.well-tertiary.well-single-headline .well-headline {
        padding: 0 20px;
    }
}

.well.well-tertiary .order-ship-to {
    margin-bottom: 16px;
    margin-top: 15px;
}

.well.well-tertiary .order-ship-to>span {
    display: block;
    padding: 0 20px;
}

@media(max-width:540px) {
    .well.well-tertiary .order-ship-to>span {
        padding: 0 10px;
    }
}

@media(min-width:1024px) {
    .well.well-tertiary .col-md-6:first-child {
        border-right: 1px solid rgba(151, 151, 151, 0.5);
    }
}

@media(min-width:1200px) {
    .well.well-tertiary {
        padding: 0;
    }
}

.account-orderdetail .item__list,
.checkout__confirmation__content .item__list {
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 25px;
}

.account-orderdetail .item__list .item__list--item,
.checkout__confirmation__content .item__list .item__list--item {
    position: relative;
    padding: 25px;
    border: none;
    background-color: #fff;
}

.account-orderdetail .item__list .item__list--item~.item__list--item,
.checkout__confirmation__content .item__list .item__list--item~.item__list--item {
    border-top: 1px solid rgba(40, 40, 40, 0.2);
}

.account-orderdetail .item__list .item__list--item>*,
.checkout__confirmation__content .item__list .item__list--item>* {
    vertical-align: top;
}

.account-orderdetail .item__list .item__list--item .item__image,
.checkout__confirmation__content .item__list .item__list--item .item__image {
    width: 100px;
    height: 100px;
    padding: 10px;
    box-sizing: content-box;
    margin-right: 16px;
    margin-bottom: 5px;
    border: thin solid #f5f5f5;
}

.account-orderdetail .item__list .item__list--item .item__image a,
.checkout__confirmation__content .item__list .item__list--item .item__image a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.account-orderdetail .item__list .item__list--item .item__image a img,
.checkout__confirmation__content .item__list .item__list--item .item__image a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.account-orderdetail .item__list .item__list--item .item__image:after,
.checkout__confirmation__content .item__list .item__list--item .item__image:after {
    display: none;
}

.account-orderdetail .item__list .item__list--item .item__discount,
.checkout__confirmation__content .item__list .item__list--item .item__discount {
    color: #5a9b27;
    font-weight: 500;
    letter-spacing: normal;
}

.account-orderdetail .item__list .item__list--item .item__discount:after,
.checkout__confirmation__content .item__list .item__list--item .item__discount:after {
    border: none;
}

@media(max-width:1023px) {

    .account-orderdetail .item__list .item__list--item .item__discount,
    .checkout__confirmation__content .item__list .item__list--item .item__discount {
        margin: 6px 0;
    }
}

@media(min-width:332px) and (max-width:1023px) {

    .account-orderdetail .item__list .item__list--item .item__discount,
    .checkout__confirmation__content .item__list .item__list--item .item__discount {
        padding-left: 96px;
    }
}

.account-orderdetail .item__list .item__list--item .item__price,
.checkout__confirmation__content .item__list .item__list--item .item__price,
.account-orderdetail .item__list .item__list--item .item__total,
.checkout__confirmation__content .item__list .item__list--item .item__total {
    font-size: var(--font-size-xxs);
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 5px;
}

.account-orderdetail .item__list .item__list--item .item__price:after,
.checkout__confirmation__content .item__list .item__list--item .item__price:after,
.account-orderdetail .item__list .item__list--item .item__total:after,
.checkout__confirmation__content .item__list .item__list--item .item__total:after {
    display: none;
}

.account-orderdetail .item__list .item__list--item .item__price label,
.checkout__confirmation__content .item__list .item__list--item .item__price label,
.account-orderdetail .item__list .item__list--item .item__total label,
.checkout__confirmation__content .item__list .item__list--item .item__total label {
    font-weight: 400;
    font-size: var(--font-size-xxs);
    margin: 0;
}

.account-orderdetail .item__list .item__list--item .item__info:after,
.checkout__confirmation__content .item__list .item__list--item .item__info:after {
    border: none;
}

.account-orderdetail .item__list .item__list--item .item__info .item__name,
.checkout__confirmation__content .item__list .item__list--item .item__info .item__name {
    display: block;
    margin-bottom: 5px;
    font-size: var(--font-size-base);
    font-weight: 700;
    color: #181818;
    max-width: 220px;
}

.account-orderdetail .item__list .item__list--item .item__info .item__code,
.checkout__confirmation__content .item__list .item__list--item .item__info .item__code,
.account-orderdetail .item__list .item__list--item .item__info .item__availability,
.checkout__confirmation__content .item__list .item__list--item .item__info .item__availability {
    font-size: var(--font-size-xxs);
    color: #181818;
    margin-bottom: 5px;
    line-height: 22px;
}

.account-orderdetail .item__list .item__list--item .item__info .item__stock,
.checkout__confirmation__content .item__list .item__list--item .item__info .item__stock {
    display: none;
}

@media(max-width:1023px) {

    .account-orderdetail .item__list .item__list--item .item__info:after,
    .checkout__confirmation__content .item__list .item__list--item .item__info:after {
        display: none;
    }
}

.account-orderdetail .item__list .item__list--item .item__total,
.checkout__confirmation__content .item__list .item__list--item .item__total {
    text-align: right;
    padding-right: 0;
}

@media(max-width:1023px) {

    .account-orderdetail .item__list .item__list--item .item__total,
    .checkout__confirmation__content .item__list .item__list--item .item__total {
        position: absolute;
        top: 16px;
        right: 16px;
        padding: 0;
        margin-left: 0;
    }
}

@media(max-width:639px) {

    .account-orderdetail .item__list .item__list--item .item__total,
    .checkout__confirmation__content .item__list .item__list--item .item__total {
        position: relative;
        top: auto;
        right: auto;
    }
}

.account-orderdetail {
    margin-bottom: 0;
}

.account-orderdetail.account-consignment {
    margin-top: 0px;
}

.account-orderdetail.account-orderdetail-totals {
    margin-top: -16px;
}

@media(min-width:1024px) {
    .account-orderdetail .item__list .item__info {
        width: 40%;
    }
}

.account-orderdetail .secondary-name {
    font-size: var(--font-size-xxs);
    margin: 5px 0 0 0;
    font-weight: 500;
}

.account-orderdetail .account-orderdetail__footer {
    padding: 0 25px;
}

@media(max-width:540px) {
    .account-orderdetail .account-orderdetail__footer {
        padding: 0 15px;
    }
}

.account-orderdetail .account-orderdetail__footer dl {
    font-size: var(--font-size-xxs);
    letter-spacing: 2px;
    margin: 0 0 16px;
    padding: 0;
    width: 100%;
    border-top: 0;
}

.account-orderdetail .account-orderdetail__footer dl dd,
.account-orderdetail .account-orderdetail__footer dl dt {
    float: left;
    padding: 15px 25px;
    width: 50%;
    display: inline-block;
}

.account-orderdetail .account-orderdetail__footer dl dt {
    font-weight: 700;
    text-transform: uppercase;
}

.account-orderdetail .account-orderdetail__footer dl dd {
    text-align: right;
}

.account-orderdetail .account-orderdetail__footer dl .totals {
    font-size: var(--font-size-base);
    line-height: 26px;
    font-weight: 700;
    border-top: 1px solid rgba(40, 40, 40, 0.2);
}

@media(max-width:1023px) {

    .account-orderdetail .account-orderdetail__footer dl .totals,
    .account-orderdetail .account-orderdetail__footer dl dt {
        font-size: var(--font-size-xxs);
        font-weight: 500;
        padding-right: 5px;
    }

    .account-orderdetail .account-orderdetail__footer dl dd {
        padding-left: 0;
        letter-spacing: normal;
        font-weight: 700;
    }

    .account-orderdetail .account-orderdetail__footer dl dd.totals {
        padding-right: 25px;
        font-weight: 700;
    }
}

.account-replenishment .item__availability {
    display: none;
}

@media(max-width:1023px) {
    .checkout__confirmation__content--component .well.well-tertiary {
        padding: 0;
    }
}

@media(max-width:540px) {
    .checkout__confirmation__content--component .checkout-success .checkout-success__body {
        margin-bottom: 30px;
    }

    .checkout__confirmation__content--component .item__list {
        background: white;
        margin-left: 20px;
        margin-right: 20px;
        padding: 0;
    }

    .checkout__confirmation__content--component .item__list--item {
        padding: 25px 20px;
    }

    .checkout__confirmation__content--component .item__list--item .item__price {
        width: 100%;
    }
}

.checkout-login {
    padding: 0;
    margin: 0;
}

.login-section {
    margin: 0 auto;
    text-align: center;
}

.login-section .login-page__headline {
    padding: 0;
}

.login-section p {
    margin-top: 20px;
    font-size: var(--font-size-xxs);
    line-height: 22px;
}

.login-section p.login-page__required {
    color: #000000;
    font-weight: 400;
    font-size: var(--font-size-xxs);
    margin-top: 40px;
    text-align: left;
}

.forgotten-password.alert {
    margin: 0 15px;
}

.forgotten-password-modal {
    max-width: 450px;
}

.forgotten-password-modal .description,
.forgotten-password-modal .control-group {
    margin: 15px;
}

.forgotten-password-modal .forgotten-password-back {
    padding: 8px 16px 16px;
}

.forgotten-password-modal .forgotten-password-back a {
    font-weight: 500;
    letter-spacing: 1.29px;
    color: #181818;
}

.forgotten-password-modal .forgotten-password-back a:before {
    content: '< ';
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;
    position: relative;
    flex: auto;
    line-height: unset;
}

.form-group .form-control:hover,
.form-group .form-control:focus,
.form-group textarea:hover,
.form-group textarea:focus {
    outline: 0;
    box-shadow: none;
}

.form-group.has-error .form-control,
.form-group.has-error .duni-select-mirror,
.form-group.has-error input {
    border-color: #c40e0e;
}

.form-group.has-error .form-control~label,
.form-group.has-error .duni-select-mirror~label,
.form-group.has-error input~label {
    border-color: #c40e0e;
}

.form-group.has-error .form-control:not([type="radio"], [type="checkbox"]),
.form-group.has-error .duni-select-mirror:not([type="radio"], [type="checkbox"]),
.form-group.has-error input:not([type="radio"], [type="checkbox"]) {
    background: #ffffff;
}

.form-group.has-error .form-control:not(.query-selector-input),
.form-group.has-error .duni-select-mirror:not(.query-selector-input),
.form-group.has-error input:not(.query-selector-input) {
    border-color: #c40e0e;
}

.form-group.has-error .help-block,
.form-group.has-error+.help-block {
    width: 100%;
    color: #c40e0e;
}

.form-group.has-error .help-block:before,
.form-group.has-error+.help-block:before {
    content: "\e902";
    font-family: "duni-icons";
    font-weight: normal;
    margin-right: 2px;
}

.form-group.has-error .help-block:empty,
.form-group.has-error+.help-block:empty {
    display: none;
}

.form-group.has-error .duni-select-mirror span.selected {
    border-color: #c40e0e;
}

.form-group #newPassword_minchar:before {
    content: '';
}

.form-group .control-label {
    margin-bottom: 0;
    font-size: var(--font-size-control-label);
}

.form-group .control-label.regular {
    font-weight: 400;
}

.form-group input.form-control:not(.qty-selector-input) {
    height: 80px;
    border: solid 1px #cccccc;
    padding: 32px 24px 16px;
    background-color: #ffffff;
    font-family: Inter, Roboto, sans-serif;
    font-weight: 400;
    box-shadow: none;
    display: flex;
    flex-wrap: nowrap;
    line-height: var(--line-height-xs);
}

.form-group input.form-control:not(.qty-selector-input):placeholder-shown:not(:focus)~label {
    top: 0;
    font-size: var(--font-size-control-label);
    color: #181818;
    transform: translateY(80%);
    font-weight: 400;
}

.form-group input.form-control:not(.qty-selector-input):placeholder-shown:not(:focus)[disabled]~label,
.form-group input.form-control:not(.qty-selector-input):placeholder-shown:not(:focus).disabled~label,
.form-group input.form-control:not(.qty-selector-input):placeholder-shown:not(:focus)[readonly]~label,
.form-group input.form-control:not(.qty-selector-input):placeholder-shown:not(:focus).readonly~label {
    color: #cccccc;
}

.form-group input.form-control:not(.qty-selector-input):placeholder-shown:not(:focus).text-right~label {
    left: auto;
    right: 24px;
}

.form-group input.form-control:not(.qty-selector-input)[disabled],
.form-group input.form-control:not(.qty-selector-input).disabled,
.form-group input.form-control:not(.qty-selector-input)[readonly],
.form-group input.form-control:not(.qty-selector-input).readonly {
    color: #cccccc;
    border-color: #cccccc;
    background-color: #eeeeee;
}

.form-group input.form-control:not(.qty-selector-input)[disabled]~label,
.form-group input.form-control:not(.qty-selector-input).disabled~label,
.form-group input.form-control:not(.qty-selector-input)[readonly]~label,
.form-group input.form-control:not(.qty-selector-input).readonly~label {
    color: #cccccc;
    border-color: #cccccc;
}

.form-group input.form-control:not(.qty-selector-input).form-control-sm {
    height: 40px;
    padding: 17.5px 12px 4px;
    font-size: 13px;
}

.form-group input.form-control:not(.qty-selector-input).form-control-sm:placeholder-shown:not(:focus)~label {
    top: 0;
    font-size: var(--font-size-xs);
    color: #181818;
    transform: translateY(3px);
    font-weight: 400;
}

.form-group input.form-control:not(.qty-selector-input).form-control-sm:placeholder-shown:not(:focus)[disabled]~label,
.form-group input.form-control:not(.qty-selector-input).form-control-sm:placeholder-shown:not(:focus).disabled~label,
.form-group input.form-control:not(.qty-selector-input).form-control-sm:placeholder-shown:not(:focus)[readonly]~label,
.form-group input.form-control:not(.qty-selector-input).form-control-sm:placeholder-shown:not(:focus).readonly~label {
    color: #cccccc;
}

.form-group input.form-control:not(.qty-selector-input).form-control-sm.hide-label-effect {
    padding: 8px 12px;
    font-size: 14px;
}

.form-group input.form-control:not(.qty-selector-input).form-control-sm.hide-label-effect~label {
    display: none;
}

.form-group input.form-control:not(.qty-selector-input).form-control-sm.hide-label-effect:placeholder-shown:not(:focus)~label {
    font-size: 14px;
    display: flex;
}

.form-group input.form-control:not(.qty-selector-input).form-control-sm.text-right:placeholder-shown:not(:focus)~label {
    left: auto;
    right: 12px;
}

.form-group input.form-control:not(.qty-selector-input).form-control-sm.text-right~label {
    left: auto;
    right: 12px;
}

.form-group input.form-control:not(.qty-selector-input).form-control-sm~label {
    transform: translateY(0px);
    left: 12px;
    font-size: var(--font-size-xs);
}

.form-group input.form-control:not(.qty-selector-input).form-control-sm~label.text-right~label {
    left: auto;
    right: 24px;
}

.form-group input.form-control:not(.qty-selector-input).text-right:placeholder-shown:not(:focus)~label {
    left: auto;
    right: 24px;
}

.form-group input.form-control:not(.qty-selector-input).text-right~label {
    left: auto;
    right: 24px;
}

.form-group input.form-control:not(.qty-selector-input)~label {
    position: absolute;
    top: 0;
    left: 24px;
    transform-origin: left;
    transition: all .25s;
    transform: translateY(8px);
    font-weight: 500;
    color: #777777;
    font-size: var(--font-size-control-label-focused);
    line-height: var(--line-height-xs);
    margin: 5px 0;
    pointer-events: none;
    z-index: 0;
    width: 100%;
    max-width: calc(100% - 48px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

@media(min-width:1024px) {
    .form-group input.form-control:not(.qty-selector-input):not(textarea):not(.selected) {
        height: 80px;
        padding: 28px 24px 16px;
    }

    .form-group input.form-control:not(.qty-selector-input):placeholder-shown:not(:focus)~label~label {
        top: 0;
        font-size: var(--font-size-control-label);
        color: #181818;
        transform: translateY(80%);
        font-weight: 400;
    }

    .form-group input.form-control:not(.qty-selector-input):placeholder-shown:not(:focus)~label[disabled]~label,
    .form-group input.form-control:not(.qty-selector-input):placeholder-shown:not(:focus)~label.disabled~label,
    .form-group input.form-control:not(.qty-selector-input):placeholder-shown:not(:focus)~label[readonly]~label,
    .form-group input.form-control:not(.qty-selector-input):placeholder-shown:not(:focus)~label.readonly~label {
        color: #cccccc;
    }
}

.form-group input.form-control:not(.qty-selector-input)--password {
    padding-right: 50px;
    background-image: url(/_ui/responsive/theme-duni/images/eye.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.form-group textarea.form-control {
    height: 80px;
    border: solid 1px #cccccc;
    padding: 32px 24px 16px;
    background-color: #ffffff;
    font-family: Inter, Roboto, sans-serif;
    font-weight: 400;
    box-shadow: none;
    display: flex;
    flex-wrap: nowrap;
    line-height: var(--line-height-xs);
    width: 100%;
    border-top: none;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: 72px;
    min-height: 130px;
    resize: none;
    outline: none;
    margin-top: 35px;
    padding-top: 0;
}

.form-group textarea.form-control:placeholder-shown:not(:focus)~label {
    top: 0;
    font-size: var(--font-size-control-label);
    color: #181818;
    transform: translateY(80%);
    font-weight: 400;
}

.form-group textarea.form-control:placeholder-shown:not(:focus)[disabled]~label,
.form-group textarea.form-control:placeholder-shown:not(:focus).disabled~label,
.form-group textarea.form-control:placeholder-shown:not(:focus)[readonly]~label,
.form-group textarea.form-control:placeholder-shown:not(:focus).readonly~label {
    color: #cccccc;
}

.form-group textarea.form-control:placeholder-shown:not(:focus).text-right~label {
    left: auto;
    right: 24px;
}

.form-group textarea.form-control[disabled],
.form-group textarea.form-control.disabled,
.form-group textarea.form-control[readonly],
.form-group textarea.form-control.readonly {
    color: #cccccc;
    border-color: #cccccc;
    background-color: #eeeeee;
}

.form-group textarea.form-control[disabled]~label,
.form-group textarea.form-control.disabled~label,
.form-group textarea.form-control[readonly]~label,
.form-group textarea.form-control.readonly~label {
    color: #cccccc;
    border-color: #cccccc;
}

.form-group textarea.form-control.form-control-sm {
    height: 40px;
    padding: 17.5px 12px 4px;
    font-size: 13px;
}

.form-group textarea.form-control.form-control-sm:placeholder-shown:not(:focus)~label {
    top: 0;
    font-size: var(--font-size-xs);
    color: #181818;
    transform: translateY(3px);
    font-weight: 400;
}

.form-group textarea.form-control.form-control-sm:placeholder-shown:not(:focus)[disabled]~label,
.form-group textarea.form-control.form-control-sm:placeholder-shown:not(:focus).disabled~label,
.form-group textarea.form-control.form-control-sm:placeholder-shown:not(:focus)[readonly]~label,
.form-group textarea.form-control.form-control-sm:placeholder-shown:not(:focus).readonly~label {
    color: #cccccc;
}

.form-group textarea.form-control.form-control-sm.hide-label-effect {
    padding: 8px 12px;
    font-size: 14px;
}

.form-group textarea.form-control.form-control-sm.hide-label-effect~label {
    display: none;
}

.form-group textarea.form-control.form-control-sm.hide-label-effect:placeholder-shown:not(:focus)~label {
    font-size: 14px;
    display: flex;
}

.form-group textarea.form-control.form-control-sm.text-right:placeholder-shown:not(:focus)~label {
    left: auto;
    right: 12px;
}

.form-group textarea.form-control.form-control-sm.text-right~label {
    left: auto;
    right: 12px;
}

.form-group textarea.form-control.form-control-sm~label {
    transform: translateY(0px);
    left: 12px;
    font-size: var(--font-size-xs);
}

.form-group textarea.form-control.form-control-sm~label.text-right~label {
    left: auto;
    right: 24px;
}

.form-group textarea.form-control.text-right:placeholder-shown:not(:focus)~label {
    left: auto;
    right: 24px;
}

.form-group textarea.form-control.text-right~label {
    left: auto;
    right: 24px;
}

.form-group textarea.form-control~label {
    position: absolute;
    top: 0;
    left: 24px;
    transform-origin: left;
    transition: all .25s;
    transform: translateY(8px);
    font-weight: 500;
    color: #777777;
    font-size: var(--font-size-control-label-focused);
    line-height: var(--line-height-xs);
    margin: 5px 0;
    pointer-events: none;
    z-index: 0;
    width: 100%;
    max-width: calc(100% - 48px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

@media(min-width:1024px) {
    .form-group textarea.form-control:not(textarea):not(.selected) {
        height: 80px;
        padding: 28px 24px 16px;
    }

    .form-group textarea.form-control:placeholder-shown:not(:focus)~label~label {
        top: 0;
        font-size: var(--font-size-control-label);
        color: #181818;
        transform: translateY(80%);
        font-weight: 400;
    }

    .form-group textarea.form-control:placeholder-shown:not(:focus)~label[disabled]~label,
    .form-group textarea.form-control:placeholder-shown:not(:focus)~label.disabled~label,
    .form-group textarea.form-control:placeholder-shown:not(:focus)~label[readonly]~label,
    .form-group textarea.form-control:placeholder-shown:not(:focus)~label.readonly~label {
        color: #cccccc;
    }
}

.form-group textarea.form-control:placeholder-shown:not(:focus)~label {
    top: 0;
    font-size: var(--font-size-control-label);
    color: #181818;
    transform: translateY(0);
    font-weight: 400;
}

.form-group textarea.form-control:placeholder-shown:not(:focus)[disabled]~label,
.form-group textarea.form-control:placeholder-shown:not(:focus).disabled~label,
.form-group textarea.form-control:placeholder-shown:not(:focus)[readonly]~label,
.form-group textarea.form-control:placeholder-shown:not(:focus).readonly~label {
    color: #cccccc;
}

.form-group textarea.form-control:placeholder-shown:not(:focus)~label {
    padding: 16px 24px 0;
    transform: translateY(0);
}

.form-group textarea.form-control:disabled~label,
.form-group textarea.form-control.disabled~label,
.form-group textarea.form-control:read-only~label,
.form-group textarea.form-control .readonly~label {
    transform: translateY(0);
    background-color: #eeeeee;
    top: 0;
}

.form-group textarea.form-control~label {
    pointer-events: auto;
    background-color: white;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 12px 24px 4px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    left: 0;
    top: -8px;
}

.form-group select.duni-select~label {
    height: 80px;
    border: solid 1px #cccccc;
    padding: 32px 24px 16px;
    background-color: #ffffff;
    font-family: Inter, Roboto, sans-serif;
    font-weight: 400;
    box-shadow: none;
    flex-wrap: nowrap;
    line-height: var(--line-height-xs);
    font-size: var(--font-size-sm);
    color: #777777;
    background: #eeeeee;
    width: 100%;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.form-group select.duni-select~label:placeholder-shown:not(:focus)~label {
    top: 0;
    font-size: var(--font-size-control-label);
    color: #181818;
    transform: translateY(80%);
    font-weight: 400;
}

.form-group select.duni-select~label:placeholder-shown:not(:focus)[disabled]~label,
.form-group select.duni-select~label:placeholder-shown:not(:focus).disabled~label,
.form-group select.duni-select~label:placeholder-shown:not(:focus)[readonly]~label,
.form-group select.duni-select~label:placeholder-shown:not(:focus).readonly~label {
    color: #cccccc;
}

.form-group select.duni-select~label:placeholder-shown:not(:focus).text-right~label {
    left: auto;
    right: 24px;
}

.form-group select.duni-select~label[disabled],
.form-group select.duni-select~label.disabled,
.form-group select.duni-select~label[readonly],
.form-group select.duni-select~label.readonly {
    color: #cccccc;
    border-color: #cccccc;
    background-color: #eeeeee;
}

.form-group select.duni-select~label[disabled]~label,
.form-group select.duni-select~label.disabled~label,
.form-group select.duni-select~label[readonly]~label,
.form-group select.duni-select~label.readonly~label {
    color: #cccccc;
    border-color: #cccccc;
}

.form-group select.duni-select~label.form-control-sm {
    height: 40px;
    padding: 17.5px 12px 4px;
    font-size: 13px;
}

.form-group select.duni-select~label.form-control-sm:placeholder-shown:not(:focus)~label {
    top: 0;
    font-size: var(--font-size-xs);
    color: #181818;
    transform: translateY(3px);
    font-weight: 400;
}

.form-group select.duni-select~label.form-control-sm:placeholder-shown:not(:focus)[disabled]~label,
.form-group select.duni-select~label.form-control-sm:placeholder-shown:not(:focus).disabled~label,
.form-group select.duni-select~label.form-control-sm:placeholder-shown:not(:focus)[readonly]~label,
.form-group select.duni-select~label.form-control-sm:placeholder-shown:not(:focus).readonly~label {
    color: #cccccc;
}

.form-group select.duni-select~label.form-control-sm.hide-label-effect {
    padding: 8px 12px;
    font-size: 14px;
}

.form-group select.duni-select~label.form-control-sm.hide-label-effect~label {
    display: none;
}

.form-group select.duni-select~label.form-control-sm.hide-label-effect:placeholder-shown:not(:focus)~label {
    font-size: 14px;
    display: flex;
}

.form-group select.duni-select~label.form-control-sm.text-right:placeholder-shown:not(:focus)~label {
    left: auto;
    right: 12px;
}

.form-group select.duni-select~label.form-control-sm.text-right~label {
    left: auto;
    right: 12px;
}

.form-group select.duni-select~label.form-control-sm~label {
    transform: translateY(0px);
    left: 12px;
    font-size: var(--font-size-xs);
}

.form-group select.duni-select~label.form-control-sm~label.text-right~label {
    left: auto;
    right: 24px;
}

.form-group select.duni-select~label.text-right:placeholder-shown:not(:focus)~label {
    left: auto;
    right: 24px;
}

.form-group select.duni-select~label.text-right~label {
    left: auto;
    right: 24px;
}

.form-group select.duni-select~label~label {
    position: absolute;
    top: 0;
    left: 24px;
    transform-origin: left;
    transition: all .25s;
    transform: translateY(8px);
    font-weight: 500;
    color: #777777;
    font-size: var(--font-size-control-label-focused);
    line-height: var(--line-height-xs);
    margin: 5px 0;
    pointer-events: none;
    z-index: 0;
    width: 100%;
    max-width: calc(100% - 48px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

@media(min-width:1024px) {
    .form-group select.duni-select~label:not(textarea):not(.selected) {
        height: 80px;
        padding: 28px 24px 16px;
    }

    .form-group select.duni-select~label:placeholder-shown:not(:focus)~label~label {
        top: 0;
        font-size: var(--font-size-control-label);
        color: #181818;
        transform: translateY(80%);
        font-weight: 400;
    }

    .form-group select.duni-select~label:placeholder-shown:not(:focus)~label[disabled]~label,
    .form-group select.duni-select~label:placeholder-shown:not(:focus)~label.disabled~label,
    .form-group select.duni-select~label:placeholder-shown:not(:focus)~label[readonly]~label,
    .form-group select.duni-select~label:placeholder-shown:not(:focus)~label.readonly~label {
        color: #cccccc;
    }
}

.form-group select.duni-select~label:after {
    content: "\e908";
    font-family: "duni-icons";
}

@media(min-width:1024px) {
    .form-group select.duni-select~label {
        font-size: var(--font-size-base);
    }
}

.form-group select.duni-select.variant-selector+.duni-select-mirror span.selected {
    padding: 8px 24px;
    height: 72px;
}

@media(min-width:1024px) {
    .form-group select.duni-select.variant-selector+.duni-select-mirror span.selected {
        padding: 16px 24px;
        height: 88px;
    }
}

.form-group select.duni-select.variant-selector+.duni-select-mirror span.selected .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.form-group select.duni-select.variant-selector+.duni-select-mirror span.selected:not(:empty) .value {
    margin-top: 16px;
    font-size: var(--font-size-sm);
}

.form-group select.duni-select.variant-selector+.duni-select-mirror span.selected:not(:empty)~label {
    font-size: var(--font-size-xs);
}

.form-group select.duni-select.show-thumbnails+.duni-select-mirror span.selected:not(:empty)~label {
    left: calc(24px + 56px + 16px);
    top: 4px;
    max-width: clac(100% - 88px);
}

.form-group select.duni-select.show-thumbnails+.duni-select-mirror span.selected:not(:empty):has(.content:empty)~label {
    top: 0;
    font-size: var(--font-size-base);
    color: #181818;
    transform: translateY(80%);
    font-weight: 400;
}

.form-group select.duni-select.show-thumbnails+.duni-select-mirror span.selected:not(:empty):has(.content:empty)[disabled]~label,
.form-group select.duni-select.show-thumbnails+.duni-select-mirror span.selected:not(:empty):has(.content:empty).disabled~label,
.form-group select.duni-select.show-thumbnails+.duni-select-mirror span.selected:not(:empty):has(.content:empty)[readonly]~label,
.form-group select.duni-select.show-thumbnails+.duni-select-mirror span.selected:not(:empty):has(.content:empty).readonly~label {
    color: #cccccc;
}

.form-group select.duni-select.show-thumbnails+.duni-select-mirror span.selected:not(:empty):has(.content:empty)~label {
    top: 0;
    left: 24px;
}

.form-group select.duni-select.show-thumbnails+.duni-select-mirror span.selected~label {
    top: 6px;
}

.form-group select+.duni-select-mirror {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;
    position: relative;
    flex: auto;
    line-height: unset;
    width: 100%;
    max-width: unset;
    margin-bottom: 0;
}

.form-group select+.duni-select-mirror .form-control:hover,
.form-group select+.duni-select-mirror .form-control:focus,
.form-group select+.duni-select-mirror textarea:hover,
.form-group select+.duni-select-mirror textarea:focus {
    outline: 0;
    box-shadow: none;
}

.form-group select+.duni-select-mirror.has-error .form-control,
.form-group select+.duni-select-mirror.has-error .duni-select-mirror,
.form-group select+.duni-select-mirror.has-error input {
    border-color: #c40e0e;
}

.form-group select+.duni-select-mirror.has-error .form-control~label,
.form-group select+.duni-select-mirror.has-error .duni-select-mirror~label,
.form-group select+.duni-select-mirror.has-error input~label {
    border-color: #c40e0e;
}

.form-group select+.duni-select-mirror.has-error .form-control:not([type="radio"], [type="checkbox"]),
.form-group select+.duni-select-mirror.has-error .duni-select-mirror:not([type="radio"], [type="checkbox"]),
.form-group select+.duni-select-mirror.has-error input:not([type="radio"], [type="checkbox"]) {
    background: #ffffff;
}

.form-group select+.duni-select-mirror.has-error .form-control:not(.query-selector-input),
.form-group select+.duni-select-mirror.has-error .duni-select-mirror:not(.query-selector-input),
.form-group select+.duni-select-mirror.has-error input:not(.query-selector-input) {
    border-color: #c40e0e;
}

.form-group select+.duni-select-mirror.has-error .help-block,
.form-group select+.duni-select-mirror.has-error+.help-block {
    width: 100%;
    color: #c40e0e;
}

.form-group select+.duni-select-mirror.has-error .help-block:before,
.form-group select+.duni-select-mirror.has-error+.help-block:before {
    content: "\e902";
    font-family: "duni-icons";
    font-weight: normal;
    margin-right: 2px;
}

.form-group select+.duni-select-mirror.has-error .help-block:empty,
.form-group select+.duni-select-mirror.has-error+.help-block:empty {
    display: none;
}

.form-group select+.duni-select-mirror.has-error .duni-select-mirror span.selected {
    border-color: #c40e0e;
}

.form-group select+.duni-select-mirror #newPassword_minchar:before {
    content: '';
}

.form-group select+.duni-select-mirror .control-label {
    margin-bottom: 0;
    font-size: var(--font-size-control-label);
}

.form-group select+.duni-select-mirror .control-label.regular {
    font-weight: 400;
}

.form-group select+.duni-select-mirror span.selected {
    width: 100%;
    height: 80px;
    border: solid 1px #cccccc;
    padding: 32px 24px 16px;
    background-color: #ffffff;
    font-family: Inter, Roboto, sans-serif;
    font-weight: 400;
    box-shadow: none;
    display: flex;
    flex-wrap: nowrap;
    line-height: var(--line-height-xs);
    padding: 32px 32px 16px 24px;
}

.form-group select+.duni-select-mirror span.selected:placeholder-shown:not(:focus)~label {
    top: 0;
    font-size: var(--font-size-control-label);
    color: #181818;
    transform: translateY(80%);
    font-weight: 400;
}

.form-group select+.duni-select-mirror span.selected:placeholder-shown:not(:focus)[disabled]~label,
.form-group select+.duni-select-mirror span.selected:placeholder-shown:not(:focus).disabled~label,
.form-group select+.duni-select-mirror span.selected:placeholder-shown:not(:focus)[readonly]~label,
.form-group select+.duni-select-mirror span.selected:placeholder-shown:not(:focus).readonly~label {
    color: #cccccc;
}

.form-group select+.duni-select-mirror span.selected:placeholder-shown:not(:focus).text-right~label {
    left: auto;
    right: 24px;
}

.form-group select+.duni-select-mirror span.selected[disabled],
.form-group select+.duni-select-mirror span.selected.disabled,
.form-group select+.duni-select-mirror span.selected[readonly],
.form-group select+.duni-select-mirror span.selected.readonly {
    color: #cccccc;
    border-color: #cccccc;
    background-color: #eeeeee;
}

.form-group select+.duni-select-mirror span.selected[disabled]~label,
.form-group select+.duni-select-mirror span.selected.disabled~label,
.form-group select+.duni-select-mirror span.selected[readonly]~label,
.form-group select+.duni-select-mirror span.selected.readonly~label {
    color: #cccccc;
    border-color: #cccccc;
}

.form-group select+.duni-select-mirror span.selected.form-control-sm {
    height: 40px;
    padding: 17.5px 12px 4px;
    font-size: 13px;
}

.form-group select+.duni-select-mirror span.selected.form-control-sm:placeholder-shown:not(:focus)~label {
    top: 0;
    font-size: var(--font-size-xs);
    color: #181818;
    transform: translateY(3px);
    font-weight: 400;
}

.form-group select+.duni-select-mirror span.selected.form-control-sm:placeholder-shown:not(:focus)[disabled]~label,
.form-group select+.duni-select-mirror span.selected.form-control-sm:placeholder-shown:not(:focus).disabled~label,
.form-group select+.duni-select-mirror span.selected.form-control-sm:placeholder-shown:not(:focus)[readonly]~label,
.form-group select+.duni-select-mirror span.selected.form-control-sm:placeholder-shown:not(:focus).readonly~label {
    color: #cccccc;
}

.form-group select+.duni-select-mirror span.selected.form-control-sm.hide-label-effect {
    padding: 8px 12px;
    font-size: 14px;
}

.form-group select+.duni-select-mirror span.selected.form-control-sm.hide-label-effect~label {
    display: none;
}

.form-group select+.duni-select-mirror span.selected.form-control-sm.hide-label-effect:placeholder-shown:not(:focus)~label {
    font-size: 14px;
    display: flex;
}

.form-group select+.duni-select-mirror span.selected.form-control-sm.text-right:placeholder-shown:not(:focus)~label {
    left: auto;
    right: 12px;
}

.form-group select+.duni-select-mirror span.selected.form-control-sm.text-right~label {
    left: auto;
    right: 12px;
}

.form-group select+.duni-select-mirror span.selected.form-control-sm~label {
    transform: translateY(0px);
    left: 12px;
    font-size: var(--font-size-xs);
}

.form-group select+.duni-select-mirror span.selected.form-control-sm~label.text-right~label {
    left: auto;
    right: 24px;
}

.form-group select+.duni-select-mirror span.selected.text-right:placeholder-shown:not(:focus)~label {
    left: auto;
    right: 24px;
}

.form-group select+.duni-select-mirror span.selected.text-right~label {
    left: auto;
    right: 24px;
}

.form-group select+.duni-select-mirror span.selected~label {
    position: absolute;
    top: 0;
    left: 24px;
    transform-origin: left;
    transition: all .25s;
    transform: translateY(8px);
    font-weight: 500;
    color: #777777;
    font-size: var(--font-size-control-label-focused);
    line-height: var(--line-height-xs);
    margin: 5px 0;
    pointer-events: none;
    z-index: 0;
    width: 100%;
    max-width: calc(100% - 48px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

@media(min-width:1024px) {
    .form-group select+.duni-select-mirror span.selected:not(textarea):not(.selected) {
        height: 80px;
        padding: 28px 24px 16px;
    }

    .form-group select+.duni-select-mirror span.selected:placeholder-shown:not(:focus)~label~label {
        top: 0;
        font-size: var(--font-size-control-label);
        color: #181818;
        transform: translateY(80%);
        font-weight: 400;
    }

    .form-group select+.duni-select-mirror span.selected:placeholder-shown:not(:focus)~label[disabled]~label,
    .form-group select+.duni-select-mirror span.selected:placeholder-shown:not(:focus)~label.disabled~label,
    .form-group select+.duni-select-mirror span.selected:placeholder-shown:not(:focus)~label[readonly]~label,
    .form-group select+.duni-select-mirror span.selected:placeholder-shown:not(:focus)~label.readonly~label {
        color: #cccccc;
    }
}

.form-group select+.duni-select-mirror span.selected:after {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
}

.form-group select+.duni-select-mirror span.selected:empty~label {
    top: 0;
    font-size: var(--font-size-control-label);
    color: #181818;
    transform: translateY(18px);
    font-weight: 400;
}

.form-group select+.duni-select-mirror span.selected:empty[disabled]~label,
.form-group select+.duni-select-mirror span.selected:empty.disabled~label,
.form-group select+.duni-select-mirror span.selected:empty[readonly]~label,
.form-group select+.duni-select-mirror span.selected:empty.readonly~label {
    color: #cccccc;
}

.form-group select+.duni-select-mirror.open span.selected:after {
    transform: translate(0, -50%) rotate(180deg);
}

.form-group select+.duni-select-mirror.disabled span.selected,
.form-group select+.duni-select-mirror.readonly span.selected {
    cursor: not-allowed;
    color: #cccccc;
    border-color: #cccccc;
    background-color: #eeeeee;
}

.form-group select+.duni-select-mirror.disabled span.selected::placeholder,
.form-group select+.duni-select-mirror.readonly span.selected::placeholder {
    color: #cccccc;
    background-color: #eeeeee;
}

.form-group .input-grouped {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.form-group .input-grouped input {
    flex: auto;
}

.form-group .input-grouped button {
    flex: 0;
    border-radius: 0;
}

.form-group .input-grouped.input-group-append input.form-control:not(.qty-selector-input):placeholder-shown:not(:focus)~label,
.form-group .input-grouped.input-group-prepend input.form-control:not(.qty-selector-input):placeholder-shown:not(:focus)~label {
    top: 4px;
}

.form-group .input-grouped.input-group-append input.form-control:not(.qty-selector-input)~label,
.form-group .input-grouped.input-group-prepend input.form-control:not(.qty-selector-input)~label {
    top: 0;
    max-width: calc(100% - 84px);
}

.form-group .input-grouped.input-group-append input.form-control:not(.qty-selector-input) {
    padding-right: 60px;
}

.form-group .input-grouped.input-group-append .append {
    position: absolute;
    height: 100%;
    right: 0;
}

.form-group .input-grouped.input-group-append .append:has(.duni-icon) {
    width: 24px;
    transform: translate(-24px);
}

.form-group .input-grouped.input-group-prepend input.form-control:not(.qty-selector-input) {
    padding-left: 60px;
}

.form-group .input-grouped.input-group-prepend input.form-control:not(.qty-selector-input)~label {
    left: 60px;
}

.form-group .input-grouped.input-group-prepend .prepend {
    position: absolute;
    height: 100%;
    left: 0;
    width: 24px;
    transform: translate(24px);
}

.form-note {
    font-size: var(--font-size-xs);
    color: #000000;
    margin-bottom: 16px;
    display: block;
}

.duni-form {
    width: 100%;
    margin-bottom: 16px;
}

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

.duni-form .duni-inline-form-group .form-group {
    display: inline-flex;
    margin-bottom: 0;
}

.duni-form .duni-inline-form-group .form-group .radio {
    margin: 0 15px 0 0;
}

@media(min-width:1024px) {
    .duni-form .duni-inline-form-group .form-group+.form-group {
        margin-left: 15px;
    }
}

.duni-form .form-group {
    margin-bottom: 25px;
}

.duni-form .form-group .duni-select-mirror {
    max-width: none;
}

.duni-form .form-group .textarea-counter {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 10px;
    line-height: 14px;
}

.duni-form .duni-form__footer {
    background: none;
    margin: 0;
}

.duni-form .duni-form__footer .duni-button {
    width: 100%;
    margin-bottom: 20px;
}

.duni-form .duni-form__footer .duni-button:last-child {
    margin-bottom: 0;
}

@media(min-width:640px) {
    .duni-form .duni-form__footer {
        text-align: right;
    }

    .duni-form .duni-form__footer .duni-button {
        width: auto;
        margin-top: 0;
        margin-right: 10px;
    }

    .duni-form .duni-form__footer .duni-button:last-child {
        margin-right: 0;
    }
}

.duni-form .duni-form__footer p {
    color: #181818;
    text-align: left;
}

.duni-form .duni-form__footer p a {
    color: #27809b;
}

.duni-form .control-guide {
    margin-top: 8px;
}

.duni-form.duni-ticket-form .form-group+.help-block,
.duni-form.duni-ticket-form .form-group+.help-block+.help-block {
    margin: -16px 0 16px;
    font-style: normal;
}

.form-group .qty-selector .form-control {
    text-align: center;
    color: #181818;
    width: 56px;
    height: 56px;
    font-size: var(--font-size-h4);
    text-decoration: none;
}

.form-group .qty-selector .form-control::-webkit-inner-spin-button,
.form-group .qty-selector .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.checkout-steps .step-body .step-body-form .form-group.has-error input.form-control {
    border-color: #c40e0e;
}

.duni-date-input {
    position: relative;
}

.duni-date-input input {
    font-weight: 700;
    padding: 0 39px 0 74px;
    margin: 0 0 0 30px;
    width: 200px;
    font-size: 13px;
    line-height: 60px;
    cursor: pointer;
    height: auto;
    background: none;
    border-width: 1px;
}

.duni-date-input input:disabled {
    cursor: not-allowed;
}

.duni-date-input:before {
    content: ' ';
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 60px;
    top: -4px;
    pointer-events: none;
    background-image: url('../../_ui/responsive/common/images/calendar.svg');
    background-repeat: no-repeat;
    background-size: 18px;
}

.duni-date-input.duni-date-input--formgroup input {
    margin-left: 0;
    margin-right: 0;
}

.duni-date-input.duni-date-input--formgroup:after {
    bottom: 8px;
    top: auto;
    left: 105px;
    right: auto;
}

.duni-delivery-date-input {
    position: relative;
    display: inline-flex;
}

.duni-delivery-date-input input {
    font-weight: 700;
    padding: 0;
    margin: 0 0 0 4px;
    width: 135px;
    font-size: 16px;
    line-height: 60px;
    cursor: pointer;
    height: auto;
    background: none;
    border-width: 0px;
    border: none;
}

.duni-delivery-date-input input:disabled {
    cursor: not-allowed;
}

.duni-delivery-date-input:before {
    content: ' ';
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 36px;
    top: 17px;
    pointer-events: none;
    background-image: url('../../_ui/responsive/common/images/pencil-fill.svg');
    background-repeat: no-repeat;
    background-size: 12px;
}

.duni-delivery-date-input.duni-delivery-date-input--formgroup input {
    margin-left: 0;
    margin-right: 0;
}

.duni-delivery-date-input.duni-delivery-date-input--formgroup:after {
    bottom: 8px;
    top: auto;
    left: 105px;
    right: auto;
}

@media screen and (max-width:639px) {
    .duni-delivery-date-input input {
        margin: 0 0 0 35px !important;
    }
}

.form-group .progress {
    display: none !important;
}

.help-block,
.form-text {
    font-size: var(--font-size-help-block);
    text-align: left;
    font-style: normal;
    display: block;
    margin-top: 5px;
    color: #181818;
}

.variant-selector select.duni-select~label {
    height: 80px;
    border: solid 1px #cccccc;
    padding: 32px 24px 16px;
    background-color: #ffffff;
    font-family: Inter, Roboto, sans-serif;
    font-weight: 400;
    box-shadow: none;
    flex-wrap: nowrap;
    line-height: var(--line-height-xs);
    font-size: var(--font-size-sm);
    color: #777777;
    background: #eeeeee;
    width: 100%;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.variant-selector select.duni-select~label:placeholder-shown:not(:focus)~label {
    top: 0;
    font-size: var(--font-size-control-label);
    color: #181818;
    transform: translateY(80%);
    font-weight: 400;
}

.variant-selector select.duni-select~label:placeholder-shown:not(:focus)[disabled]~label,
.variant-selector select.duni-select~label:placeholder-shown:not(:focus).disabled~label,
.variant-selector select.duni-select~label:placeholder-shown:not(:focus)[readonly]~label,
.variant-selector select.duni-select~label:placeholder-shown:not(:focus).readonly~label {
    color: #cccccc;
}

.variant-selector select.duni-select~label:placeholder-shown:not(:focus).text-right~label {
    left: auto;
    right: 24px;
}

.variant-selector select.duni-select~label[disabled],
.variant-selector select.duni-select~label.disabled,
.variant-selector select.duni-select~label[readonly],
.variant-selector select.duni-select~label.readonly {
    color: #cccccc;
    border-color: #cccccc;
    background-color: #eeeeee;
}

.variant-selector select.duni-select~label[disabled]~label,
.variant-selector select.duni-select~label.disabled~label,
.variant-selector select.duni-select~label[readonly]~label,
.variant-selector select.duni-select~label.readonly~label {
    color: #cccccc;
    border-color: #cccccc;
}

.variant-selector select.duni-select~label.form-control-sm {
    height: 40px;
    padding: 17.5px 12px 4px;
    font-size: 13px;
}

.variant-selector select.duni-select~label.form-control-sm:placeholder-shown:not(:focus)~label {
    top: 0;
    font-size: var(--font-size-xs);
    color: #181818;
    transform: translateY(3px);
    font-weight: 400;
}

.variant-selector select.duni-select~label.form-control-sm:placeholder-shown:not(:focus)[disabled]~label,
.variant-selector select.duni-select~label.form-control-sm:placeholder-shown:not(:focus).disabled~label,
.variant-selector select.duni-select~label.form-control-sm:placeholder-shown:not(:focus)[readonly]~label,
.variant-selector select.duni-select~label.form-control-sm:placeholder-shown:not(:focus).readonly~label {
    color: #cccccc;
}

.variant-selector select.duni-select~label.form-control-sm.hide-label-effect {
    padding: 8px 12px;
    font-size: 14px;
}

.variant-selector select.duni-select~label.form-control-sm.hide-label-effect~label {
    display: none;
}

.variant-selector select.duni-select~label.form-control-sm.hide-label-effect:placeholder-shown:not(:focus)~label {
    font-size: 14px;
    display: flex;
}

.variant-selector select.duni-select~label.form-control-sm.text-right:placeholder-shown:not(:focus)~label {
    left: auto;
    right: 12px;
}

.variant-selector select.duni-select~label.form-control-sm.text-right~label {
    left: auto;
    right: 12px;
}

.variant-selector select.duni-select~label.form-control-sm~label {
    transform: translateY(0px);
    left: 12px;
    font-size: var(--font-size-xs);
}

.variant-selector select.duni-select~label.form-control-sm~label.text-right~label {
    left: auto;
    right: 24px;
}

.variant-selector select.duni-select~label.text-right:placeholder-shown:not(:focus)~label {
    left: auto;
    right: 24px;
}

.variant-selector select.duni-select~label.text-right~label {
    left: auto;
    right: 24px;
}

.variant-selector select.duni-select~label~label {
    position: absolute;
    top: 0;
    left: 24px;
    transform-origin: left;
    transition: all .25s;
    transform: translateY(8px);
    font-weight: 500;
    color: #777777;
    font-size: var(--font-size-control-label-focused);
    line-height: var(--line-height-xs);
    margin: 5px 0;
    pointer-events: none;
    z-index: 0;
    width: 100%;
    max-width: calc(100% - 48px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

@media(min-width:1024px) {
    .variant-selector select.duni-select~label:not(textarea):not(.selected) {
        height: 80px;
        padding: 28px 24px 16px;
    }

    .variant-selector select.duni-select~label:placeholder-shown:not(:focus)~label~label {
        top: 0;
        font-size: var(--font-size-control-label);
        color: #181818;
        transform: translateY(80%);
        font-weight: 400;
    }

    .variant-selector select.duni-select~label:placeholder-shown:not(:focus)~label[disabled]~label,
    .variant-selector select.duni-select~label:placeholder-shown:not(:focus)~label.disabled~label,
    .variant-selector select.duni-select~label:placeholder-shown:not(:focus)~label[readonly]~label,
    .variant-selector select.duni-select~label:placeholder-shown:not(:focus)~label.readonly~label {
        color: #cccccc;
    }
}

.variant-selector select.duni-select~label:after {
    content: "\e908";
    font-family: "duni-icons";
}

@media(min-width:1024px) {
    .variant-selector select.duni-select~label {
        font-size: var(--font-size-base);
    }
}

.variant-selector select.duni-select+.duni-select-mirror span.selected {
    padding: 8px 24px;
    height: 72px;
}

@media(min-width:1024px) {
    .variant-selector select.duni-select+.duni-select-mirror span.selected {
        padding: 16px 24px;
        height: 88px;
    }
}

.variant-selector select.duni-select+.duni-select-mirror span.selected .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.variant-selector select.duni-select+.duni-select-mirror span.selected:not(:empty) .value {
    margin-top: 16px;
    font-size: var(--font-size-sm);
}

.variant-selector select.duni-select+.duni-select-mirror span.selected:not(:empty)~label {
    font-size: var(--font-size-xs);
}

.variant-selector select.show-thumbnails+.duni-select-mirror span.selected:not(:empty)~label {
    left: calc(24px + 56px + 16px);
    top: 4px;
    max-width: clac(100% - 88px);
}

.variant-selector select.show-thumbnails+.duni-select-mirror span.selected:not(:empty):has(.content:empty)~label {
    top: 0;
    font-size: var(--font-size-base);
    color: #181818;
    transform: translateY(80%);
    font-weight: 400;
}

.variant-selector select.show-thumbnails+.duni-select-mirror span.selected:not(:empty):has(.content:empty)[disabled]~label,
.variant-selector select.show-thumbnails+.duni-select-mirror span.selected:not(:empty):has(.content:empty).disabled~label,
.variant-selector select.show-thumbnails+.duni-select-mirror span.selected:not(:empty):has(.content:empty)[readonly]~label,
.variant-selector select.show-thumbnails+.duni-select-mirror span.selected:not(:empty):has(.content:empty).readonly~label {
    color: #cccccc;
}

.variant-selector select.show-thumbnails+.duni-select-mirror span.selected:not(:empty):has(.content:empty)~label {
    top: 0;
    left: 24px;
}

.variant-selector select.show-thumbnails+.duni-select-mirror span.selected~label {
    top: 6px;
}

.site__search {
    min-width: 390px;
    position: fixed;
    top: 96px;
    left: 0;
    width: 100vw;
    background-color: white;
    z-index: 25;
    align-items: flex-start;
    font-family: Inter, Roboto, sans-serif;
}

@media(min-width:1024px) {
    .site__search {
        top: 0;
        padding-top: 77px;
    }
}

.site__search-wrapper {
    display: flex;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.site__search-wrapper .site-logo img {
    width: 100px;
    height: 48px;
}

.site__search-wrapper .site-logo img.duni-poppies {
    width: 160px;
    height: 39px;
}

.site__search-container {
    margin: 0 10px;
    position: relative;
}

@media(max-width:1023px) {
    .site__search-container {
        max-height: calc(100dvh - 96px);
        overflow-y: hidden;
    }
}

.site__search-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 16px;
    right: 16px;
    appearance: none;
    border: 1px solid #cccccc;
    border-radius: 50%;
    outline: none;
    background: none;
    font-size: 25px;
}

.site__search-results,
.site__search-suggestions,
.site__search .product__listing,
.site__search-more {
    margin: 24px 0;
}

.site__search-more {
    margin-top: 20px;
}

@media(min-width:640px) {
    .site__search-more {
        margin-top: 42px;
    }
}

.site__search-more .link-more {
    justify-content: flex-end;
    padding: 0;
    margin-right: -30px;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
}

.site__search-results {
    display: block;
    margin-top: 24px;
    font-size: var(--font-size-xs);
}

.site__search-results button {
    text-decoration: underline;
    letter-spacing: 2px;
    padding: 0;
}

.site__search-suggestions {
    margin-bottom: 0;
}

.site__search-suggestions.overflow {
    max-height: 164px;
    overflow-y: auto;
}

.site__search-suggestions ul {
    margin: 0;
}

.site__search-suggestions ul.overflow {
    max-height: 222px;
    overflow-y: scroll;
}

@media(max-width:639px) {
    .site__search-suggestions ul {
        max-height: calc((100vh - 24px) / 2);
    }
}

.site__search-suggestions li {
    display: block;
    margin: 0 0 16px;
}

.site__search-suggestions li a {
    color: #181818;
    text-decoration: none;
    display: inline-block;
}

.site__search-suggestions li a:hover,
.site__search-suggestions li a:focus {
    color: #777777;
    text-decoration: none;
}

.site__search-suggestions li .thumb {
    width: 40px;
    text-align: center;
}

.site__search-suggestions li .thumb img {
    max-width: 48px;
    max-height: 48px;
    padding: 7px;
}

@media(min-width:1024px) {
    .site__search-suggestions.overflow {
        max-height: 174px;
    }

    .site__search-suggestions:not(.hidden)+.product__listing {
        margin-top: 32px;
    }

    .site__search-suggestions:not(.hidden)+.product__listing.overflow {
        max-height: 280px;
    }
}

.site__search+.modal__bg {
    display: block;
    top: 96px;
}

.site__search.hidden+.modal__bg {
    display: none;
}

.site__search .product__listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -16px;
}

.site__search .product__listing.overflow {
    max-height: calc(calc(100dvh - 300px) / 2);
    overflow-y: scroll;
}

@media(max-width:1023px) {
    .site__search .product__listing {
        overflow: auto;
        max-height: calc(calc(100dvh - 200px) / 2);
        margin-left: 0;
    }
}

.site__search .product__listing .product__item {
    width: 100%;
}

.site__search .product__listing .product__item .product__item-thumb img {
    width: 132px;
    height: 132px;
}

@media(min-width:1024px) {
    .site__search .product__listing .product__item {
        width: calc(25% - 24px);
    }
}

@media(max-width:1023px) {
    .site__search .product__listing .product__item {
        flex-direction: row;
        margin: 8px 0;
        align-items: center;
    }

    .site__search .product__listing .product__item .product__item-name {
        width: 100%;
    }

    .site__search .product__listing .product__item .product__item-price {
        width: auto;
    }

    .site__search .product__listing .product__item .product__item-thumb {
        width: 64px;
        height: 64px;
        padding: 8px;
        margin-right: 16px;
        margin-bottom: 0;
    }

    .site__search .product__listing .product__item .product__item-thumb img {
        width: 48px;
        height: 48px;
    }
}

.site__search .search-form-wrapper {
    margin: 0 auto;
    position: relative;
}

@media(min-width:1024px) {
    .site__search .search-form-wrapper {
        max-width: 500px;
        left: -53px;
    }
}

.site__search .duni-icon {
    font-size: var(--font-size-button-icon-only);
}

.site__search .ui-widget.ui-widget-content {
    display: none !important;
}

.modal__bg {
    content: '';
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(40, 40, 40, 0.6);
}

.search-option {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.search-option .checkbox {
    margin-top: 0;
}

@media(min-width:1024px) {
    .search-option {
        flex-direction: row;
    }
}

#colorbox.ASM_customer360-modal #cboxContent {
    max-height: 97vh;
    overflow-y: scroll;
}

.asm__customer360-overview-product-img .responsive-table-link {
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.asm__customer360-overview-product-img .responsive-table-link img {
    max-height: 110px;
    width: auto;
    margin: auto;
}

.ASM_login {
    width: 100%;
}

.ASM_session {
    width: 100%;
}

.ASM_session .ASM_input_holder {
    width: 100%;
}

.duni-cision-press-release_page__component {}

@charset "UTF-8";

.duni-cision-press-release_page__component .pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.duni-cision-press-release_page__component .pace-inactive {
    display: none;
}

.duni-cision-press-release_page__component html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.duni-cision-press-release_page__component body {
    margin: 0;
}

.duni-cision-press-release_page__component article,
.duni-cision-press-release_page__component aside,
.duni-cision-press-release_page__component details,
.duni-cision-press-release_page__component figcaption,
.duni-cision-press-release_page__component figure,
.duni-cision-press-release_page__component footer,
.duni-cision-press-release_page__component header,
.duni-cision-press-release_page__component hgroup,
.duni-cision-press-release_page__component main,
.duni-cision-press-release_page__component menu,
.duni-cision-press-release_page__component nav,
.duni-cision-press-release_page__component section,
.duni-cision-press-release_page__component summary {
    display: block;
}

.duni-cision-press-release_page__component audio,
.duni-cision-press-release_page__component canvas,
.duni-cision-press-release_page__component progress,
.duni-cision-press-release_page__component video {
    display: inline-block;
    vertical-align: baseline;
}

.duni-cision-press-release_page__component audio:not([controls]) {
    display: none;
    height: 0;
}

.duni-cision-press-release_page__component [hidden],
.duni-cision-press-release_page__component template {
    display: none;
}

.duni-cision-press-release_page__component a {
    background-color: transparent;
}

.duni-cision-press-release_page__component a:active,
.duni-cision-press-release_page__component a:hover {
    outline: 0;
}

.duni-cision-press-release_page__component abbr[title] {
    border-bottom: 1px dotted;
}

.duni-cision-press-release_page__component b,
.duni-cision-press-release_page__component strong {
    font-weight: 700;
}

.duni-cision-press-release_page__component dfn {
    font-style: italic;
}

.duni-cision-press-release_page__component h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.duni-cision-press-release_page__component mark {
    background: #ff0;
    color: #000;
}

.duni-cision-press-release_page__component small {
    font-size: 80%;
}

.duni-cision-press-release_page__component sub,
.duni-cision-press-release_page__component sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.duni-cision-press-release_page__component sup {
    top: -0.5em;
}

.duni-cision-press-release_page__component sub {
    bottom: -0.25em;
}

.duni-cision-press-release_page__component img {
    border: 0;
}

.duni-cision-press-release_page__component svg:not(:root) {
    overflow: hidden;
}

.duni-cision-press-release_page__component figure {
    margin: 1em 40px;
}

.duni-cision-press-release_page__component hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

.duni-cision-press-release_page__component pre {
    overflow: auto;
}

.duni-cision-press-release_page__component code,
.duni-cision-press-release_page__component kbd,
.duni-cision-press-release_page__component pre,
.duni-cision-press-release_page__component samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.duni-cision-press-release_page__component button,
.duni-cision-press-release_page__component input,
.duni-cision-press-release_page__component optgroup,
.duni-cision-press-release_page__component select,
.duni-cision-press-release_page__component textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.duni-cision-press-release_page__component button {
    overflow: visible;
}

.duni-cision-press-release_page__component button,
.duni-cision-press-release_page__component select {
    text-transform: none;
}

.duni-cision-press-release_page__component button,
.duni-cision-press-release_page__component html input[type="button"],
.duni-cision-press-release_page__component input[type="reset"],
.duni-cision-press-release_page__component input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.duni-cision-press-release_page__component button[disabled],
.duni-cision-press-release_page__component html input[disabled] {
    cursor: default;
}

.duni-cision-press-release_page__component button::-moz-focus-inner,
.duni-cision-press-release_page__component input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.duni-cision-press-release_page__component input {
    line-height: normal;
}

.duni-cision-press-release_page__component input[type="checkbox"],
.duni-cision-press-release_page__component input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.duni-cision-press-release_page__component input[type="number"]::-webkit-inner-spin-button,
.duni-cision-press-release_page__component input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.duni-cision-press-release_page__component input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.duni-cision-press-release_page__component input[type="search"]::-webkit-search-cancel-button,
.duni-cision-press-release_page__component input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.duni-cision-press-release_page__component fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.duni-cision-press-release_page__component legend {
    border: 0;
    padding: 0;
}

.duni-cision-press-release_page__component textarea {
    overflow: auto;
}

.duni-cision-press-release_page__component optgroup {
    font-weight: bold;
}

.duni-cision-press-release_page__component table {
    border-collapse: collapse;
    border-spacing: 0;
}

.duni-cision-press-release_page__component td,
.duni-cision-press-release_page__component th {
    padding: 0;
}

@media print {

    .duni-cision-press-release_page__component *,
    .duni-cision-press-release_page__component *:before,
    .duni-cision-press-release_page__component *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .duni-cision-press-release_page__component a,
    .duni-cision-press-release_page__component a:visited {
        text-decoration: underline;
    }

    .duni-cision-press-release_page__component a[href]:after {
        content: "(" attr(href) ")";
    }

    .duni-cision-press-release_page__component abbr[title]:after {
        content: "(" attr(title) ")";
    }

    .duni-cision-press-release_page__component a[href^="#"]:after,
    .duni-cision-press-release_page__component a[href^="javascript:"]:after {
        content: "";
    }

    .duni-cision-press-release_page__component pre,
    .duni-cision-press-release_page__component blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .duni-cision-press-release_page__component thead {
        display: table-header-group;
    }

    .duni-cision-press-release_page__component tr,
    .duni-cision-press-release_page__component img {
        page-break-inside: avoid;
    }

    .duni-cision-press-release_page__component img {
        max-width: 100% !important;
    }

    .duni-cision-press-release_page__component p,
    .duni-cision-press-release_page__component h2,
    .duni-cision-press-release_page__component h3 {
        orphans: 3;
        widows: 3;
    }

    .duni-cision-press-release_page__component h2,
    .duni-cision-press-release_page__component h3 {
        page-break-after: avoid;
    }

    .duni-cision-press-release_page__component select {
        background: #fff !important;
    }

    .duni-cision-press-release_page__component .navbar {
        display: none;
    }

    .duni-cision-press-release_page__component .btn>.caret,
    .duni-cision-press-release_page__component .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .duni-cision-press-release_page__component .label {
        border: 1px solid #000;
    }

    .duni-cision-press-release_page__component .table {
        border-collapse: collapse !important;
    }

    .duni-cision-press-release_page__component .table td,
    .duni-cision-press-release_page__component .table th {
        background-color: #fff !important;
    }

    .duni-cision-press-release_page__component .table-bordered th,
    .duni-cision-press-release_page__component .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

.duni-cision-press-release_page__component * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.duni-cision-press-release_page__component *:before,
.duni-cision-press-release_page__component *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.duni-cision-press-release_page__component html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

.duni-cision-press-release_page__component body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}

.duni-cision-press-release_page__component input,
.duni-cision-press-release_page__component button,
.duni-cision-press-release_page__component select,
.duni-cision-press-release_page__component textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.duni-cision-press-release_page__component a {
    color: #337ab7;
    text-decoration: none;
}

.duni-cision-press-release_page__component a:hover,
.duni-cision-press-release_page__component a:focus {
    color: #23527c;
    text-decoration: underline;
}

.duni-cision-press-release_page__component a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.duni-cision-press-release_page__component figure {
    margin: 0;
}

.duni-cision-press-release_page__component img {
    vertical-align: middle;
}

.duni-cision-press-release_page__component .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.duni-cision-press-release_page__component .img-rounded {
    border-radius: 6px;
}

.duni-cision-press-release_page__component .img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.duni-cision-press-release_page__component .img-circle {
    border-radius: 50%;
}

.duni-cision-press-release_page__component hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.duni-cision-press-release_page__component .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.duni-cision-press-release_page__component .sr-only-focusable:active,
.duni-cision-press-release_page__component .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.duni-cision-press-release_page__component [role="button"] {
    cursor: pointer;
}

.duni-cision-press-release_page__component h1,
.duni-cision-press-release_page__component h2,
.duni-cision-press-release_page__component h3,
.duni-cision-press-release_page__component h4,
.duni-cision-press-release_page__component h5,
.duni-cision-press-release_page__component h6,
.duni-cision-press-release_page__component .h1,
.duni-cision-press-release_page__component .h2,
.duni-cision-press-release_page__component .h3,
.duni-cision-press-release_page__component .h4,
.duni-cision-press-release_page__component .h5,
.duni-cision-press-release_page__component .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.duni-cision-press-release_page__component h1 small,
.duni-cision-press-release_page__component h1 .small,
.duni-cision-press-release_page__component h2 small,
.duni-cision-press-release_page__component h2 .small,
.duni-cision-press-release_page__component h3 small,
.duni-cision-press-release_page__component h3 .small,
.duni-cision-press-release_page__component h4 small,
.duni-cision-press-release_page__component h4 .small,
.duni-cision-press-release_page__component h5 small,
.duni-cision-press-release_page__component h5 .small,
.duni-cision-press-release_page__component h6 small,
.duni-cision-press-release_page__component h6 .small,
.duni-cision-press-release_page__component .h1 small,
.duni-cision-press-release_page__component .h1 .small,
.duni-cision-press-release_page__component .h2 small,
.duni-cision-press-release_page__component .h2 .small,
.duni-cision-press-release_page__component .h3 small,
.duni-cision-press-release_page__component .h3 .small,
.duni-cision-press-release_page__component .h4 small,
.duni-cision-press-release_page__component .h4 .small,
.duni-cision-press-release_page__component .h5 small,
.duni-cision-press-release_page__component .h5 .small,
.duni-cision-press-release_page__component .h6 small,
.duni-cision-press-release_page__component .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

.duni-cision-press-release_page__component h1,
.duni-cision-press-release_page__component .h1,
.duni-cision-press-release_page__component h2,
.duni-cision-press-release_page__component .h2,
.duni-cision-press-release_page__component h3,
.duni-cision-press-release_page__component .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.duni-cision-press-release_page__component h1 small,
.duni-cision-press-release_page__component h1 .small,
.duni-cision-press-release_page__component .h1 small,
.duni-cision-press-release_page__component .h1 .small,
.duni-cision-press-release_page__component h2 small,
.duni-cision-press-release_page__component h2 .small,
.duni-cision-press-release_page__component .h2 small,
.duni-cision-press-release_page__component .h2 .small,
.duni-cision-press-release_page__component h3 small,
.duni-cision-press-release_page__component h3 .small,
.duni-cision-press-release_page__component .h3 small,
.duni-cision-press-release_page__component .h3 .small {
    font-size: 65%;
}

.duni-cision-press-release_page__component h4,
.duni-cision-press-release_page__component .h4,
.duni-cision-press-release_page__component h5,
.duni-cision-press-release_page__component .h5,
.duni-cision-press-release_page__component h6,
.duni-cision-press-release_page__component .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.duni-cision-press-release_page__component h4 small,
.duni-cision-press-release_page__component h4 .small,
.duni-cision-press-release_page__component .h4 small,
.duni-cision-press-release_page__component .h4 .small,
.duni-cision-press-release_page__component h5 small,
.duni-cision-press-release_page__component h5 .small,
.duni-cision-press-release_page__component .h5 small,
.duni-cision-press-release_page__component .h5 .small,
.duni-cision-press-release_page__component h6 small,
.duni-cision-press-release_page__component h6 .small,
.duni-cision-press-release_page__component .h6 small,
.duni-cision-press-release_page__component .h6 .small {
    font-size: 75%;
}

.duni-cision-press-release_page__component h1,
.duni-cision-press-release_page__component .h1 {
    font-size: 36px;
}

.duni-cision-press-release_page__component h2,
.duni-cision-press-release_page__component .h2 {
    font-size: 30px;
}

.duni-cision-press-release_page__component h3,
.duni-cision-press-release_page__component .h3 {
    font-size: 24px;
}

.duni-cision-press-release_page__component h4,
.duni-cision-press-release_page__component .h4 {
    font-size: 18px;
}

.duni-cision-press-release_page__component h5,
.duni-cision-press-release_page__component .h5 {
    font-size: 14px;
}

.duni-cision-press-release_page__component h6,
.duni-cision-press-release_page__component .h6 {
    font-size: 12px;
}

.duni-cision-press-release_page__component p {
    margin: 0 0 10px;
}

.duni-cision-press-release_page__component .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .lead {
        font-size: 21px;
    }
}

.duni-cision-press-release_page__component small,
.duni-cision-press-release_page__component .small {
    font-size: 85%;
}

.duni-cision-press-release_page__component mark,
.duni-cision-press-release_page__component .mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}

.duni-cision-press-release_page__component .text-left {
    text-align: left;
}

.duni-cision-press-release_page__component .text-right {
    text-align: right;
}

.duni-cision-press-release_page__component .text-center {
    text-align: center;
}

.duni-cision-press-release_page__component .text-justify {
    text-align: justify;
}

.duni-cision-press-release_page__component .text-nowrap {
    white-space: nowrap;
}

.duni-cision-press-release_page__component .text-lowercase {
    text-transform: lowercase;
}

.duni-cision-press-release_page__component .text-uppercase,
.duni-cision-press-release_page__component .initialism {
    text-transform: uppercase;
}

.duni-cision-press-release_page__component .text-capitalize {
    text-transform: capitalize;
}

.duni-cision-press-release_page__component .text-muted {
    color: #777;
}

.duni-cision-press-release_page__component .text-primary {
    color: #337ab7;
}

.duni-cision-press-release_page__component a.text-primary:hover {
    color: #286090;
}

.duni-cision-press-release_page__component .text-success {
    color: #3c763d;
}

.duni-cision-press-release_page__component a.text-success:hover {
    color: #2b542c;
}

.duni-cision-press-release_page__component .text-info {
    color: #31708f;
}

.duni-cision-press-release_page__component a.text-info:hover {
    color: #245269;
}

.duni-cision-press-release_page__component .text-warning {
    color: #8a6d3b;
}

.duni-cision-press-release_page__component a.text-warning:hover {
    color: #66512c;
}

.duni-cision-press-release_page__component .text-danger {
    color: #a94442;
}

.duni-cision-press-release_page__component a.text-danger:hover {
    color: #843534;
}

.duni-cision-press-release_page__component .bg-primary {
    color: #fff;
}

.duni-cision-press-release_page__component .bg-primary {
    background-color: #337ab7;
}

.duni-cision-press-release_page__component a.bg-primary:hover {
    background-color: #286090;
}

.duni-cision-press-release_page__component .bg-success {
    background-color: #dff0d8;
}

.duni-cision-press-release_page__component a.bg-success:hover {
    background-color: #c1e2b3;
}

.duni-cision-press-release_page__component .bg-info {
    background-color: #d9edf7;
}

.duni-cision-press-release_page__component a.bg-info:hover {
    background-color: #afd9ee;
}

.duni-cision-press-release_page__component .bg-warning {
    background-color: #fcf8e3;
}

.duni-cision-press-release_page__component a.bg-warning:hover {
    background-color: #f7ecb5;
}

.duni-cision-press-release_page__component .bg-danger {
    background-color: #f2dede;
}

.duni-cision-press-release_page__component a.bg-danger:hover {
    background-color: #e4b9b9;
}

.duni-cision-press-release_page__component .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.duni-cision-press-release_page__component ul,
.duni-cision-press-release_page__component ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.duni-cision-press-release_page__component ul ul,
.duni-cision-press-release_page__component ul ol,
.duni-cision-press-release_page__component ol ul,
.duni-cision-press-release_page__component ol ol {
    margin-bottom: 0;
}

.duni-cision-press-release_page__component .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.duni-cision-press-release_page__component .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.duni-cision-press-release_page__component .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.duni-cision-press-release_page__component dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.duni-cision-press-release_page__component dt,
.duni-cision-press-release_page__component dd {
    line-height: 1.42857;
}

.duni-cision-press-release_page__component dt {
    font-weight: bold;
}

.duni-cision-press-release_page__component dd {
    margin-left: 0;
}

.duni-cision-press-release_page__component .dl-horizontal dd:before,
.duni-cision-press-release_page__component .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .dl-horizontal dd:after {
    clear: both;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .duni-cision-press-release_page__component .dl-horizontal dd {
        margin-left: 180px;
    }
}

.duni-cision-press-release_page__component abbr[title],
.duni-cision-press-release_page__component abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.duni-cision-press-release_page__component .initialism {
    font-size: 90%;
}

.duni-cision-press-release_page__component blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.duni-cision-press-release_page__component blockquote p:last-child,
.duni-cision-press-release_page__component blockquote ul:last-child,
.duni-cision-press-release_page__component blockquote ol:last-child {
    margin-bottom: 0;
}

.duni-cision-press-release_page__component blockquote footer,
.duni-cision-press-release_page__component blockquote small,
.duni-cision-press-release_page__component blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
}

.duni-cision-press-release_page__component blockquote footer:before,
.duni-cision-press-release_page__component blockquote small:before,
.duni-cision-press-release_page__component blockquote .small:before {
    content: "— ";
}

.duni-cision-press-release_page__component .blockquote-reverse,
.duni-cision-press-release_page__component blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.duni-cision-press-release_page__component .blockquote-reverse footer:before,
.duni-cision-press-release_page__component .blockquote-reverse small:before,
.duni-cision-press-release_page__component .blockquote-reverse .small:before,
.duni-cision-press-release_page__component blockquote.pull-right footer:before,
.duni-cision-press-release_page__component blockquote.pull-right small:before,
.duni-cision-press-release_page__component blockquote.pull-right .small:before {
    content: "";
}

.duni-cision-press-release_page__component .blockquote-reverse footer:after,
.duni-cision-press-release_page__component .blockquote-reverse small:after,
.duni-cision-press-release_page__component .blockquote-reverse .small:after,
.duni-cision-press-release_page__component blockquote.pull-right footer:after,
.duni-cision-press-release_page__component blockquote.pull-right small:after,
.duni-cision-press-release_page__component blockquote.pull-right .small:after {
    content: " —";
}

.duni-cision-press-release_page__component address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

.duni-cision-press-release_page__component code,
.duni-cision-press-release_page__component kbd,
.duni-cision-press-release_page__component pre,
.duni-cision-press-release_page__component samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.duni-cision-press-release_page__component code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.duni-cision-press-release_page__component kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.duni-cision-press-release_page__component kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

.duni-cision-press-release_page__component pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.duni-cision-press-release_page__component pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.duni-cision-press-release_page__component .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.duni-cision-press-release_page__component .container,
.duni-cision-press-release_page__component .normal-quote {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.duni-cision-press-release_page__component .container:before,
.duni-cision-press-release_page__component .normal-quote:before,
.duni-cision-press-release_page__component .container:after,
.duni-cision-press-release_page__component .normal-quote:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .container:after,
.duni-cision-press-release_page__component .normal-quote:after {
    clear: both;
}

@media(min-width:768px) {

    .duni-cision-press-release_page__component .container,
    .duni-cision-press-release_page__component .normal-quote {
        width: 750px;
    }
}

@media(min-width:992px) {

    .duni-cision-press-release_page__component .container,
    .duni-cision-press-release_page__component .normal-quote {
        width: 970px;
    }
}

@media(min-width:1200px) {

    .duni-cision-press-release_page__component .container,
    .duni-cision-press-release_page__component .normal-quote {
        width: 1170px;
    }
}

.duni-cision-press-release_page__component .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.duni-cision-press-release_page__component .container-fluid:before,
.duni-cision-press-release_page__component .container-fluid:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .container-fluid:after {
    clear: both;
}

.duni-cision-press-release_page__component .row {
    margin-left: -15px;
    margin-right: -15px;
}

.duni-cision-press-release_page__component .row:before,
.duni-cision-press-release_page__component .row:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .row:after {
    clear: both;
}

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

.duni-cision-press-release_page__component .col-xs-1,
.duni-cision-press-release_page__component .col-xs-2,
.duni-cision-press-release_page__component .col-xs-3,
.duni-cision-press-release_page__component .col-xs-4,
.duni-cision-press-release_page__component .col-xs-5,
.duni-cision-press-release_page__component .col-xs-6,
.duni-cision-press-release_page__component .col-xs-7,
.duni-cision-press-release_page__component .col-xs-8,
.duni-cision-press-release_page__component .col-xs-9,
.duni-cision-press-release_page__component .col-xs-10,
.duni-cision-press-release_page__component .col-xs-11,
.duni-cision-press-release_page__component .col-xs-12 {
    float: left;
}

.duni-cision-press-release_page__component .col-xs-1 {
    width: 8.33333%;
}

.duni-cision-press-release_page__component .col-xs-2 {
    width: 16.66667%;
}

.duni-cision-press-release_page__component .col-xs-3 {
    width: 25%;
}

.duni-cision-press-release_page__component .col-xs-4 {
    width: 33.33333%;
}

.duni-cision-press-release_page__component .col-xs-5 {
    width: 41.66667%;
}

.duni-cision-press-release_page__component .col-xs-6 {
    width: 50%;
}

.duni-cision-press-release_page__component .col-xs-7 {
    width: 58.33333%;
}

.duni-cision-press-release_page__component .col-xs-8 {
    width: 66.66667%;
}

.duni-cision-press-release_page__component .col-xs-9 {
    width: 75%;
}

.duni-cision-press-release_page__component .col-xs-10 {
    width: 83.33333%;
}

.duni-cision-press-release_page__component .col-xs-11 {
    width: 91.66667%;
}

.duni-cision-press-release_page__component .col-xs-12 {
    width: 100%;
}

.duni-cision-press-release_page__component .col-xs-pull-0 {
    right: auto;
}

.duni-cision-press-release_page__component .col-xs-pull-1 {
    right: 8.33333%;
}

.duni-cision-press-release_page__component .col-xs-pull-2 {
    right: 16.66667%;
}

.duni-cision-press-release_page__component .col-xs-pull-3 {
    right: 25%;
}

.duni-cision-press-release_page__component .col-xs-pull-4 {
    right: 33.33333%;
}

.duni-cision-press-release_page__component .col-xs-pull-5 {
    right: 41.66667%;
}

.duni-cision-press-release_page__component .col-xs-pull-6 {
    right: 50%;
}

.duni-cision-press-release_page__component .col-xs-pull-7 {
    right: 58.33333%;
}

.duni-cision-press-release_page__component .col-xs-pull-8 {
    right: 66.66667%;
}

.duni-cision-press-release_page__component .col-xs-pull-9 {
    right: 75%;
}

.duni-cision-press-release_page__component .col-xs-pull-10 {
    right: 83.33333%;
}

.duni-cision-press-release_page__component .col-xs-pull-11 {
    right: 91.66667%;
}

.duni-cision-press-release_page__component .col-xs-pull-12 {
    right: 100%;
}

.duni-cision-press-release_page__component .col-xs-push-0 {
    left: auto;
}

.duni-cision-press-release_page__component .col-xs-push-1 {
    left: 8.33333%;
}

.duni-cision-press-release_page__component .col-xs-push-2 {
    left: 16.66667%;
}

.duni-cision-press-release_page__component .col-xs-push-3 {
    left: 25%;
}

.duni-cision-press-release_page__component .col-xs-push-4 {
    left: 33.33333%;
}

.duni-cision-press-release_page__component .col-xs-push-5 {
    left: 41.66667%;
}

.duni-cision-press-release_page__component .col-xs-push-6 {
    left: 50%;
}

.duni-cision-press-release_page__component .col-xs-push-7 {
    left: 58.33333%;
}

.duni-cision-press-release_page__component .col-xs-push-8 {
    left: 66.66667%;
}

.duni-cision-press-release_page__component .col-xs-push-9 {
    left: 75%;
}

.duni-cision-press-release_page__component .col-xs-push-10 {
    left: 83.33333%;
}

.duni-cision-press-release_page__component .col-xs-push-11 {
    left: 91.66667%;
}

.duni-cision-press-release_page__component .col-xs-push-12 {
    left: 100%;
}

.duni-cision-press-release_page__component .col-xs-offset-0 {
    margin-left: 0%;
}

.duni-cision-press-release_page__component .col-xs-offset-1 {
    margin-left: 8.33333%;
}

.duni-cision-press-release_page__component .col-xs-offset-2 {
    margin-left: 16.66667%;
}

.duni-cision-press-release_page__component .col-xs-offset-3 {
    margin-left: 25%;
}

.duni-cision-press-release_page__component .col-xs-offset-4 {
    margin-left: 33.33333%;
}

.duni-cision-press-release_page__component .col-xs-offset-5 {
    margin-left: 41.66667%;
}

.duni-cision-press-release_page__component .col-xs-offset-6 {
    margin-left: 50%;
}

.duni-cision-press-release_page__component .col-xs-offset-7 {
    margin-left: 58.33333%;
}

.duni-cision-press-release_page__component .col-xs-offset-8 {
    margin-left: 66.66667%;
}

.duni-cision-press-release_page__component .col-xs-offset-9 {
    margin-left: 75%;
}

.duni-cision-press-release_page__component .col-xs-offset-10 {
    margin-left: 83.33333%;
}

.duni-cision-press-release_page__component .col-xs-offset-11 {
    margin-left: 91.66667%;
}

.duni-cision-press-release_page__component .col-xs-offset-12 {
    margin-left: 100%;
}

@media(min-width:768px) {

    .duni-cision-press-release_page__component .col-sm-1,
    .duni-cision-press-release_page__component .col-sm-2,
    .duni-cision-press-release_page__component .col-sm-3,
    .duni-cision-press-release_page__component .col-sm-4,
    .duni-cision-press-release_page__component .col-sm-5,
    .duni-cision-press-release_page__component .col-sm-6,
    .duni-cision-press-release_page__component .col-sm-7,
    .duni-cision-press-release_page__component .col-sm-8,
    .duni-cision-press-release_page__component .col-sm-9,
    .duni-cision-press-release_page__component .col-sm-10,
    .duni-cision-press-release_page__component .col-sm-11,
    .duni-cision-press-release_page__component .col-sm-12 {
        float: left;
    }

    .duni-cision-press-release_page__component .col-sm-1 {
        width: 8.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-2 {
        width: 16.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-3 {
        width: 25%;
    }

    .duni-cision-press-release_page__component .col-sm-4 {
        width: 33.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-5 {
        width: 41.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-6 {
        width: 50%;
    }

    .duni-cision-press-release_page__component .col-sm-7 {
        width: 58.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-8 {
        width: 66.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-9 {
        width: 75%;
    }

    .duni-cision-press-release_page__component .col-sm-10 {
        width: 83.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-11 {
        width: 91.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-12 {
        width: 100%;
    }

    .duni-cision-press-release_page__component .col-sm-pull-0 {
        right: auto;
    }

    .duni-cision-press-release_page__component .col-sm-pull-1 {
        right: 8.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-pull-2 {
        right: 16.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-pull-3 {
        right: 25%;
    }

    .duni-cision-press-release_page__component .col-sm-pull-4 {
        right: 33.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-pull-5 {
        right: 41.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-pull-6 {
        right: 50%;
    }

    .duni-cision-press-release_page__component .col-sm-pull-7 {
        right: 58.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-pull-8 {
        right: 66.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-pull-9 {
        right: 75%;
    }

    .duni-cision-press-release_page__component .col-sm-pull-10 {
        right: 83.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-pull-11 {
        right: 91.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-pull-12 {
        right: 100%;
    }

    .duni-cision-press-release_page__component .col-sm-push-0 {
        left: auto;
    }

    .duni-cision-press-release_page__component .col-sm-push-1 {
        left: 8.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-push-2 {
        left: 16.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-push-3 {
        left: 25%;
    }

    .duni-cision-press-release_page__component .col-sm-push-4 {
        left: 33.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-push-5 {
        left: 41.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-push-6 {
        left: 50%;
    }

    .duni-cision-press-release_page__component .col-sm-push-7 {
        left: 58.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-push-8 {
        left: 66.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-push-9 {
        left: 75%;
    }

    .duni-cision-press-release_page__component .col-sm-push-10 {
        left: 83.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-push-11 {
        left: 91.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-push-12 {
        left: 100%;
    }

    .duni-cision-press-release_page__component .col-sm-offset-0 {
        margin-left: 0%;
    }

    .duni-cision-press-release_page__component .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-offset-3 {
        margin-left: 25%;
    }

    .duni-cision-press-release_page__component .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-offset-6 {
        margin-left: 50%;
    }

    .duni-cision-press-release_page__component .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-offset-9 {
        margin-left: 75%;
    }

    .duni-cision-press-release_page__component .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .duni-cision-press-release_page__component .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .duni-cision-press-release_page__component .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media(min-width:992px) {

    .duni-cision-press-release_page__component .col-md-1,
    .duni-cision-press-release_page__component .col-md-2,
    .duni-cision-press-release_page__component .col-md-3,
    .duni-cision-press-release_page__component .col-md-4,
    .duni-cision-press-release_page__component .col-md-5,
    .duni-cision-press-release_page__component .col-md-6,
    .duni-cision-press-release_page__component .col-md-7,
    .duni-cision-press-release_page__component .col-md-8,
    .duni-cision-press-release_page__component .col-md-9,
    .duni-cision-press-release_page__component .col-md-10,
    .duni-cision-press-release_page__component .col-md-11,
    .duni-cision-press-release_page__component .col-md-12 {
        float: left;
    }

    .duni-cision-press-release_page__component .col-md-1 {
        width: 8.33333%;
    }

    .duni-cision-press-release_page__component .col-md-2 {
        width: 16.66667%;
    }

    .duni-cision-press-release_page__component .col-md-3 {
        width: 25%;
    }

    .duni-cision-press-release_page__component .col-md-4 {
        width: 33.33333%;
    }

    .duni-cision-press-release_page__component .col-md-5 {
        width: 41.66667%;
    }

    .duni-cision-press-release_page__component .col-md-6 {
        width: 50%;
    }

    .duni-cision-press-release_page__component .col-md-7 {
        width: 58.33333%;
    }

    .duni-cision-press-release_page__component .col-md-8 {
        width: 66.66667%;
    }

    .duni-cision-press-release_page__component .col-md-9 {
        width: 75%;
    }

    .duni-cision-press-release_page__component .col-md-10 {
        width: 83.33333%;
    }

    .duni-cision-press-release_page__component .col-md-11 {
        width: 91.66667%;
    }

    .duni-cision-press-release_page__component .col-md-12 {
        width: 100%;
    }

    .duni-cision-press-release_page__component .col-md-pull-0 {
        right: auto;
    }

    .duni-cision-press-release_page__component .col-md-pull-1 {
        right: 8.33333%;
    }

    .duni-cision-press-release_page__component .col-md-pull-2 {
        right: 16.66667%;
    }

    .duni-cision-press-release_page__component .col-md-pull-3 {
        right: 25%;
    }

    .duni-cision-press-release_page__component .col-md-pull-4 {
        right: 33.33333%;
    }

    .duni-cision-press-release_page__component .col-md-pull-5 {
        right: 41.66667%;
    }

    .duni-cision-press-release_page__component .col-md-pull-6 {
        right: 50%;
    }

    .duni-cision-press-release_page__component .col-md-pull-7 {
        right: 58.33333%;
    }

    .duni-cision-press-release_page__component .col-md-pull-8 {
        right: 66.66667%;
    }

    .duni-cision-press-release_page__component .col-md-pull-9 {
        right: 75%;
    }

    .duni-cision-press-release_page__component .col-md-pull-10 {
        right: 83.33333%;
    }

    .duni-cision-press-release_page__component .col-md-pull-11 {
        right: 91.66667%;
    }

    .duni-cision-press-release_page__component .col-md-pull-12 {
        right: 100%;
    }

    .duni-cision-press-release_page__component .col-md-push-0 {
        left: auto;
    }

    .duni-cision-press-release_page__component .col-md-push-1 {
        left: 8.33333%;
    }

    .duni-cision-press-release_page__component .col-md-push-2 {
        left: 16.66667%;
    }

    .duni-cision-press-release_page__component .col-md-push-3 {
        left: 25%;
    }

    .duni-cision-press-release_page__component .col-md-push-4 {
        left: 33.33333%;
    }

    .duni-cision-press-release_page__component .col-md-push-5 {
        left: 41.66667%;
    }

    .duni-cision-press-release_page__component .col-md-push-6 {
        left: 50%;
    }

    .duni-cision-press-release_page__component .col-md-push-7 {
        left: 58.33333%;
    }

    .duni-cision-press-release_page__component .col-md-push-8 {
        left: 66.66667%;
    }

    .duni-cision-press-release_page__component .col-md-push-9 {
        left: 75%;
    }

    .duni-cision-press-release_page__component .col-md-push-10 {
        left: 83.33333%;
    }

    .duni-cision-press-release_page__component .col-md-push-11 {
        left: 91.66667%;
    }

    .duni-cision-press-release_page__component .col-md-push-12 {
        left: 100%;
    }

    .duni-cision-press-release_page__component .col-md-offset-0 {
        margin-left: 0%;
    }

    .duni-cision-press-release_page__component .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .duni-cision-press-release_page__component .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .duni-cision-press-release_page__component .col-md-offset-3 {
        margin-left: 25%;
    }

    .duni-cision-press-release_page__component .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .duni-cision-press-release_page__component .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .duni-cision-press-release_page__component .col-md-offset-6 {
        margin-left: 50%;
    }

    .duni-cision-press-release_page__component .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .duni-cision-press-release_page__component .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .duni-cision-press-release_page__component .col-md-offset-9 {
        margin-left: 75%;
    }

    .duni-cision-press-release_page__component .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .duni-cision-press-release_page__component .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .duni-cision-press-release_page__component .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media(min-width:1200px) {

    .duni-cision-press-release_page__component .col-lg-1,
    .duni-cision-press-release_page__component .col-lg-2,
    .duni-cision-press-release_page__component .col-lg-3,
    .duni-cision-press-release_page__component .col-lg-4,
    .duni-cision-press-release_page__component .col-lg-5,
    .duni-cision-press-release_page__component .col-lg-6,
    .duni-cision-press-release_page__component .col-lg-7,
    .duni-cision-press-release_page__component .col-lg-8,
    .duni-cision-press-release_page__component .col-lg-9,
    .duni-cision-press-release_page__component .col-lg-10,
    .duni-cision-press-release_page__component .col-lg-11,
    .duni-cision-press-release_page__component .col-lg-12 {
        float: left;
    }

    .duni-cision-press-release_page__component .col-lg-1 {
        width: 8.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-2 {
        width: 16.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-3 {
        width: 25%;
    }

    .duni-cision-press-release_page__component .col-lg-4 {
        width: 33.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-5 {
        width: 41.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-6 {
        width: 50%;
    }

    .duni-cision-press-release_page__component .col-lg-7 {
        width: 58.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-8 {
        width: 66.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-9 {
        width: 75%;
    }

    .duni-cision-press-release_page__component .col-lg-10 {
        width: 83.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-11 {
        width: 91.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-12 {
        width: 100%;
    }

    .duni-cision-press-release_page__component .col-lg-pull-0 {
        right: auto;
    }

    .duni-cision-press-release_page__component .col-lg-pull-1 {
        right: 8.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-pull-2 {
        right: 16.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-pull-3 {
        right: 25%;
    }

    .duni-cision-press-release_page__component .col-lg-pull-4 {
        right: 33.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-pull-5 {
        right: 41.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-pull-6 {
        right: 50%;
    }

    .duni-cision-press-release_page__component .col-lg-pull-7 {
        right: 58.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-pull-8 {
        right: 66.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-pull-9 {
        right: 75%;
    }

    .duni-cision-press-release_page__component .col-lg-pull-10 {
        right: 83.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-pull-11 {
        right: 91.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-pull-12 {
        right: 100%;
    }

    .duni-cision-press-release_page__component .col-lg-push-0 {
        left: auto;
    }

    .duni-cision-press-release_page__component .col-lg-push-1 {
        left: 8.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-push-2 {
        left: 16.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-push-3 {
        left: 25%;
    }

    .duni-cision-press-release_page__component .col-lg-push-4 {
        left: 33.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-push-5 {
        left: 41.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-push-6 {
        left: 50%;
    }

    .duni-cision-press-release_page__component .col-lg-push-7 {
        left: 58.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-push-8 {
        left: 66.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-push-9 {
        left: 75%;
    }

    .duni-cision-press-release_page__component .col-lg-push-10 {
        left: 83.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-push-11 {
        left: 91.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-push-12 {
        left: 100%;
    }

    .duni-cision-press-release_page__component .col-lg-offset-0 {
        margin-left: 0%;
    }

    .duni-cision-press-release_page__component .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-offset-3 {
        margin-left: 25%;
    }

    .duni-cision-press-release_page__component .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-offset-6 {
        margin-left: 50%;
    }

    .duni-cision-press-release_page__component .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-offset-9 {
        margin-left: 75%;
    }

    .duni-cision-press-release_page__component .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .duni-cision-press-release_page__component .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .duni-cision-press-release_page__component .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.duni-cision-press-release_page__component table {
    background-color: transparent;
}

.duni-cision-press-release_page__component caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

.duni-cision-press-release_page__component th {
    text-align: left;
}

.duni-cision-press-release_page__component .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.duni-cision-press-release_page__component .table>thead>tr>th,
.duni-cision-press-release_page__component .table>thead>tr>td,
.duni-cision-press-release_page__component .table>tbody>tr>th,
.duni-cision-press-release_page__component .table>tbody>tr>td,
.duni-cision-press-release_page__component .table>tfoot>tr>th,
.duni-cision-press-release_page__component .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.duni-cision-press-release_page__component .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.duni-cision-press-release_page__component .table>caption+thead>tr:first-child>th,
.duni-cision-press-release_page__component .table>caption+thead>tr:first-child>td,
.duni-cision-press-release_page__component .table>colgroup+thead>tr:first-child>th,
.duni-cision-press-release_page__component .table>colgroup+thead>tr:first-child>td,
.duni-cision-press-release_page__component .table>thead:first-child>tr:first-child>th,
.duni-cision-press-release_page__component .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.duni-cision-press-release_page__component .table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.duni-cision-press-release_page__component .table .table {
    background-color: #fff;
}

.duni-cision-press-release_page__component .table-condensed>thead>tr>th,
.duni-cision-press-release_page__component .table-condensed>thead>tr>td,
.duni-cision-press-release_page__component .table-condensed>tbody>tr>th,
.duni-cision-press-release_page__component .table-condensed>tbody>tr>td,
.duni-cision-press-release_page__component .table-condensed>tfoot>tr>th,
.duni-cision-press-release_page__component .table-condensed>tfoot>tr>td {
    padding: 5px;
}

.duni-cision-press-release_page__component .table-bordered {
    border: 1px solid #ddd;
}

.duni-cision-press-release_page__component .table-bordered>thead>tr>th,
.duni-cision-press-release_page__component .table-bordered>thead>tr>td,
.duni-cision-press-release_page__component .table-bordered>tbody>tr>th,
.duni-cision-press-release_page__component .table-bordered>tbody>tr>td,
.duni-cision-press-release_page__component .table-bordered>tfoot>tr>th,
.duni-cision-press-release_page__component .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.duni-cision-press-release_page__component .table-bordered>thead>tr>th,
.duni-cision-press-release_page__component .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.duni-cision-press-release_page__component .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.duni-cision-press-release_page__component .table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

.duni-cision-press-release_page__component table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

.duni-cision-press-release_page__component table td[class*="col-"],
.duni-cision-press-release_page__component table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.duni-cision-press-release_page__component .table>thead>tr>td.active,
.duni-cision-press-release_page__component .table>thead>tr>th.active,
.duni-cision-press-release_page__component .table>thead>tr.active>td,
.duni-cision-press-release_page__component .table>thead>tr.active>th,
.duni-cision-press-release_page__component .table>tbody>tr>td.active,
.duni-cision-press-release_page__component .table>tbody>tr>th.active,
.duni-cision-press-release_page__component .table>tbody>tr.active>td,
.duni-cision-press-release_page__component .table>tbody>tr.active>th,
.duni-cision-press-release_page__component .table>tfoot>tr>td.active,
.duni-cision-press-release_page__component .table>tfoot>tr>th.active,
.duni-cision-press-release_page__component .table>tfoot>tr.active>td,
.duni-cision-press-release_page__component .table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.duni-cision-press-release_page__component .table-hover>tbody>tr>td.active:hover,
.duni-cision-press-release_page__component .table-hover>tbody>tr>th.active:hover,
.duni-cision-press-release_page__component .table-hover>tbody>tr.active:hover>td,
.duni-cision-press-release_page__component .table-hover>tbody>tr:hover>.active,
.duni-cision-press-release_page__component .table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.duni-cision-press-release_page__component .table>thead>tr>td.success,
.duni-cision-press-release_page__component .table>thead>tr>th.success,
.duni-cision-press-release_page__component .table>thead>tr.success>td,
.duni-cision-press-release_page__component .table>thead>tr.success>th,
.duni-cision-press-release_page__component .table>tbody>tr>td.success,
.duni-cision-press-release_page__component .table>tbody>tr>th.success,
.duni-cision-press-release_page__component .table>tbody>tr.success>td,
.duni-cision-press-release_page__component .table>tbody>tr.success>th,
.duni-cision-press-release_page__component .table>tfoot>tr>td.success,
.duni-cision-press-release_page__component .table>tfoot>tr>th.success,
.duni-cision-press-release_page__component .table>tfoot>tr.success>td,
.duni-cision-press-release_page__component .table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.duni-cision-press-release_page__component .table-hover>tbody>tr>td.success:hover,
.duni-cision-press-release_page__component .table-hover>tbody>tr>th.success:hover,
.duni-cision-press-release_page__component .table-hover>tbody>tr.success:hover>td,
.duni-cision-press-release_page__component .table-hover>tbody>tr:hover>.success,
.duni-cision-press-release_page__component .table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.duni-cision-press-release_page__component .table>thead>tr>td.info,
.duni-cision-press-release_page__component .table>thead>tr>th.info,
.duni-cision-press-release_page__component .table>thead>tr.info>td,
.duni-cision-press-release_page__component .table>thead>tr.info>th,
.duni-cision-press-release_page__component .table>tbody>tr>td.info,
.duni-cision-press-release_page__component .table>tbody>tr>th.info,
.duni-cision-press-release_page__component .table>tbody>tr.info>td,
.duni-cision-press-release_page__component .table>tbody>tr.info>th,
.duni-cision-press-release_page__component .table>tfoot>tr>td.info,
.duni-cision-press-release_page__component .table>tfoot>tr>th.info,
.duni-cision-press-release_page__component .table>tfoot>tr.info>td,
.duni-cision-press-release_page__component .table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.duni-cision-press-release_page__component .table-hover>tbody>tr>td.info:hover,
.duni-cision-press-release_page__component .table-hover>tbody>tr>th.info:hover,
.duni-cision-press-release_page__component .table-hover>tbody>tr.info:hover>td,
.duni-cision-press-release_page__component .table-hover>tbody>tr:hover>.info,
.duni-cision-press-release_page__component .table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.duni-cision-press-release_page__component .table>thead>tr>td.warning,
.duni-cision-press-release_page__component .table>thead>tr>th.warning,
.duni-cision-press-release_page__component .table>thead>tr.warning>td,
.duni-cision-press-release_page__component .table>thead>tr.warning>th,
.duni-cision-press-release_page__component .table>tbody>tr>td.warning,
.duni-cision-press-release_page__component .table>tbody>tr>th.warning,
.duni-cision-press-release_page__component .table>tbody>tr.warning>td,
.duni-cision-press-release_page__component .table>tbody>tr.warning>th,
.duni-cision-press-release_page__component .table>tfoot>tr>td.warning,
.duni-cision-press-release_page__component .table>tfoot>tr>th.warning,
.duni-cision-press-release_page__component .table>tfoot>tr.warning>td,
.duni-cision-press-release_page__component .table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.duni-cision-press-release_page__component .table-hover>tbody>tr>td.warning:hover,
.duni-cision-press-release_page__component .table-hover>tbody>tr>th.warning:hover,
.duni-cision-press-release_page__component .table-hover>tbody>tr.warning:hover>td,
.duni-cision-press-release_page__component .table-hover>tbody>tr:hover>.warning,
.duni-cision-press-release_page__component .table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.duni-cision-press-release_page__component .table>thead>tr>td.danger,
.duni-cision-press-release_page__component .table>thead>tr>th.danger,
.duni-cision-press-release_page__component .table>thead>tr.danger>td,
.duni-cision-press-release_page__component .table>thead>tr.danger>th,
.duni-cision-press-release_page__component .table>tbody>tr>td.danger,
.duni-cision-press-release_page__component .table>tbody>tr>th.danger,
.duni-cision-press-release_page__component .table>tbody>tr.danger>td,
.duni-cision-press-release_page__component .table>tbody>tr.danger>th,
.duni-cision-press-release_page__component .table>tfoot>tr>td.danger,
.duni-cision-press-release_page__component .table>tfoot>tr>th.danger,
.duni-cision-press-release_page__component .table>tfoot>tr.danger>td,
.duni-cision-press-release_page__component .table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.duni-cision-press-release_page__component .table-hover>tbody>tr>td.danger:hover,
.duni-cision-press-release_page__component .table-hover>tbody>tr>th.danger:hover,
.duni-cision-press-release_page__component .table-hover>tbody>tr.danger:hover>td,
.duni-cision-press-release_page__component .table-hover>tbody>tr:hover>.danger,
.duni-cision-press-release_page__component .table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.duni-cision-press-release_page__component .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .duni-cision-press-release_page__component .table-responsive>.table {
        margin-bottom: 0;
    }

    .duni-cision-press-release_page__component .table-responsive>.table>thead>tr>th,
    .duni-cision-press-release_page__component .table-responsive>.table>thead>tr>td,
    .duni-cision-press-release_page__component .table-responsive>.table>tbody>tr>th,
    .duni-cision-press-release_page__component .table-responsive>.table>tbody>tr>td,
    .duni-cision-press-release_page__component .table-responsive>.table>tfoot>tr>th,
    .duni-cision-press-release_page__component .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .duni-cision-press-release_page__component .table-responsive>.table-bordered {
        border: 0;
    }

    .duni-cision-press-release_page__component .table-responsive>.table-bordered>thead>tr>th:first-child,
    .duni-cision-press-release_page__component .table-responsive>.table-bordered>thead>tr>td:first-child,
    .duni-cision-press-release_page__component .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .duni-cision-press-release_page__component .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .duni-cision-press-release_page__component .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .duni-cision-press-release_page__component .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .duni-cision-press-release_page__component .table-responsive>.table-bordered>thead>tr>th:last-child,
    .duni-cision-press-release_page__component .table-responsive>.table-bordered>thead>tr>td:last-child,
    .duni-cision-press-release_page__component .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .duni-cision-press-release_page__component .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .duni-cision-press-release_page__component .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .duni-cision-press-release_page__component .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .duni-cision-press-release_page__component .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .duni-cision-press-release_page__component .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .duni-cision-press-release_page__component .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .duni-cision-press-release_page__component .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

.duni-cision-press-release_page__component fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

.duni-cision-press-release_page__component legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.duni-cision-press-release_page__component label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.duni-cision-press-release_page__component input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.duni-cision-press-release_page__component input[type="radio"],
.duni-cision-press-release_page__component input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.duni-cision-press-release_page__component input[type="file"] {
    display: block;
}

.duni-cision-press-release_page__component input[type="range"] {
    display: block;
    width: 100%;
}

.duni-cision-press-release_page__component select[multiple],
.duni-cision-press-release_page__component select[size] {
    height: auto;
}

.duni-cision-press-release_page__component input[type="file"]:focus,
.duni-cision-press-release_page__component input[type="radio"]:focus,
.duni-cision-press-release_page__component input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.duni-cision-press-release_page__component output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
}

.duni-cision-press-release_page__component .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.duni-cision-press-release_page__component .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.duni-cision-press-release_page__component .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.duni-cision-press-release_page__component .form-control:-ms-input-placeholder {
    color: #999;
}

.duni-cision-press-release_page__component .form-control::-webkit-input-placeholder {
    color: #999;
}

.duni-cision-press-release_page__component .form-control[disabled],
.duni-cision-press-release_page__component .form-control[readonly],
.duni-cision-press-release_page__component fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.duni-cision-press-release_page__component .form-control[disabled],
.duni-cision-press-release_page__component fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.duni-cision-press-release_page__component textarea.form-control {
    height: auto;
}

.duni-cision-press-release_page__component input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .duni-cision-press-release_page__component input[type="date"],
    .duni-cision-press-release_page__component input[type="time"],
    .duni-cision-press-release_page__component input[type="datetime-local"],
    .duni-cision-press-release_page__component input[type="month"] {
        line-height: 34px;
    }

    .duni-cision-press-release_page__component input[type="date"].input-sm,
    .duni-cision-press-release_page__component .input-group-sm>input[type="date"].form-control,
    .duni-cision-press-release_page__component .input-group-sm>input[type="date"].input-group-addon,
    .duni-cision-press-release_page__component .input-group-sm>.input-group-btn>input[type="date"].btn,
    .duni-cision-press-release_page__component .input-group-sm input[type="date"],
    .duni-cision-press-release_page__component input[type="time"].input-sm,
    .duni-cision-press-release_page__component .input-group-sm>input[type="time"].form-control,
    .duni-cision-press-release_page__component .input-group-sm>input[type="time"].input-group-addon,
    .duni-cision-press-release_page__component .input-group-sm>.input-group-btn>input[type="time"].btn,
    .duni-cision-press-release_page__component .input-group-sm input[type="time"],
    .duni-cision-press-release_page__component input[type="datetime-local"].input-sm,
    .duni-cision-press-release_page__component .input-group-sm>input[type="datetime-local"].form-control,
    .duni-cision-press-release_page__component .input-group-sm>input[type="datetime-local"].input-group-addon,
    .duni-cision-press-release_page__component .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .duni-cision-press-release_page__component .input-group-sm input[type="datetime-local"],
    .duni-cision-press-release_page__component input[type="month"].input-sm,
    .duni-cision-press-release_page__component .input-group-sm>input[type="month"].form-control,
    .duni-cision-press-release_page__component .input-group-sm>input[type="month"].input-group-addon,
    .duni-cision-press-release_page__component .input-group-sm>.input-group-btn>input[type="month"].btn,
    .duni-cision-press-release_page__component .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    .duni-cision-press-release_page__component input[type="date"].input-lg,
    .duni-cision-press-release_page__component .input-group-lg>input[type="date"].form-control,
    .duni-cision-press-release_page__component .input-group-lg>input[type="date"].input-group-addon,
    .duni-cision-press-release_page__component .input-group-lg>.input-group-btn>input[type="date"].btn,
    .duni-cision-press-release_page__component .input-group-lg input[type="date"],
    .duni-cision-press-release_page__component input[type="time"].input-lg,
    .duni-cision-press-release_page__component .input-group-lg>input[type="time"].form-control,
    .duni-cision-press-release_page__component .input-group-lg>input[type="time"].input-group-addon,
    .duni-cision-press-release_page__component .input-group-lg>.input-group-btn>input[type="time"].btn,
    .duni-cision-press-release_page__component .input-group-lg input[type="time"],
    .duni-cision-press-release_page__component input[type="datetime-local"].input-lg,
    .duni-cision-press-release_page__component .input-group-lg>input[type="datetime-local"].form-control,
    .duni-cision-press-release_page__component .input-group-lg>input[type="datetime-local"].input-group-addon,
    .duni-cision-press-release_page__component .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .duni-cision-press-release_page__component .input-group-lg input[type="datetime-local"],
    .duni-cision-press-release_page__component input[type="month"].input-lg,
    .duni-cision-press-release_page__component .input-group-lg>input[type="month"].form-control,
    .duni-cision-press-release_page__component .input-group-lg>input[type="month"].input-group-addon,
    .duni-cision-press-release_page__component .input-group-lg>.input-group-btn>input[type="month"].btn,
    .duni-cision-press-release_page__component .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.duni-cision-press-release_page__component .form-group {
    margin-bottom: 15px;
}

.duni-cision-press-release_page__component .radio,
.duni-cision-press-release_page__component .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.duni-cision-press-release_page__component .radio label,
.duni-cision-press-release_page__component .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

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

.duni-cision-press-release_page__component .radio+.radio,
.duni-cision-press-release_page__component .checkbox+.checkbox {
    margin-top: -5px;
}

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

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

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

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

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

.duni-cision-press-release_page__component .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.duni-cision-press-release_page__component .form-control-static.input-lg,
.duni-cision-press-release_page__component .input-group-lg>.form-control-static.form-control,
.duni-cision-press-release_page__component .input-group-lg>.form-control-static.input-group-addon,
.duni-cision-press-release_page__component .input-group-lg>.input-group-btn>.form-control-static.btn,
.duni-cision-press-release_page__component .form-control-static.input-sm,
.duni-cision-press-release_page__component .input-group-sm>.form-control-static.form-control,
.duni-cision-press-release_page__component .input-group-sm>.form-control-static.input-group-addon,
.duni-cision-press-release_page__component .input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.duni-cision-press-release_page__component .input-sm,
.duni-cision-press-release_page__component .input-group-sm>.form-control,
.duni-cision-press-release_page__component .input-group-sm>.input-group-addon,
.duni-cision-press-release_page__component .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.duni-cision-press-release_page__component select.input-sm,
.duni-cision-press-release_page__component .input-group-sm>select.form-control,
.duni-cision-press-release_page__component .input-group-sm>select.input-group-addon,
.duni-cision-press-release_page__component .input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px;
}

.duni-cision-press-release_page__component textarea.input-sm,
.duni-cision-press-release_page__component .input-group-sm>textarea.form-control,
.duni-cision-press-release_page__component .input-group-sm>textarea.input-group-addon,
.duni-cision-press-release_page__component .input-group-sm>.input-group-btn>textarea.btn,
.duni-cision-press-release_page__component select[multiple].input-sm,
.duni-cision-press-release_page__component .input-group-sm>select[multiple].form-control,
.duni-cision-press-release_page__component .input-group-sm>select[multiple].input-group-addon,
.duni-cision-press-release_page__component .input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto;
}

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

.duni-cision-press-release_page__component .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

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

.duni-cision-press-release_page__component .form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px;
}

.duni-cision-press-release_page__component .input-lg,
.duni-cision-press-release_page__component .input-group-lg>.form-control,
.duni-cision-press-release_page__component .input-group-lg>.input-group-addon,
.duni-cision-press-release_page__component .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.duni-cision-press-release_page__component select.input-lg,
.duni-cision-press-release_page__component .input-group-lg>select.form-control,
.duni-cision-press-release_page__component .input-group-lg>select.input-group-addon,
.duni-cision-press-release_page__component .input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px;
}

.duni-cision-press-release_page__component textarea.input-lg,
.duni-cision-press-release_page__component .input-group-lg>textarea.form-control,
.duni-cision-press-release_page__component .input-group-lg>textarea.input-group-addon,
.duni-cision-press-release_page__component .input-group-lg>.input-group-btn>textarea.btn,
.duni-cision-press-release_page__component select[multiple].input-lg,
.duni-cision-press-release_page__component .input-group-lg>select[multiple].form-control,
.duni-cision-press-release_page__component .input-group-lg>select[multiple].input-group-addon,
.duni-cision-press-release_page__component .input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto;
}

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

.duni-cision-press-release_page__component .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

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

.duni-cision-press-release_page__component .form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    min-height: 38px;
}

.duni-cision-press-release_page__component .has-feedback {
    position: relative;
}

.duni-cision-press-release_page__component .has-feedback .form-control {
    padding-right: 42.5px;
}

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

.duni-cision-press-release_page__component .input-lg+.form-control-feedback,
.duni-cision-press-release_page__component .input-group-lg>.form-control+.form-control-feedback,
.duni-cision-press-release_page__component .input-group-lg>.input-group-addon+.form-control-feedback,
.duni-cision-press-release_page__component .input-group-lg>.input-group-btn>.btn+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.duni-cision-press-release_page__component .input-sm+.form-control-feedback,
.duni-cision-press-release_page__component .input-group-sm>.form-control+.form-control-feedback,
.duni-cision-press-release_page__component .input-group-sm>.input-group-addon+.form-control-feedback,
.duni-cision-press-release_page__component .input-group-sm>.input-group-btn>.btn+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.duni-cision-press-release_page__component .has-success .help-block,
.duni-cision-press-release_page__component .has-success .control-label,
.duni-cision-press-release_page__component .has-success .radio,
.duni-cision-press-release_page__component .has-success .checkbox,
.duni-cision-press-release_page__component .has-success .radio-inline,
.duni-cision-press-release_page__component .has-success .checkbox-inline,
.duni-cision-press-release_page__component .has-success.radio label,
.duni-cision-press-release_page__component .has-success.checkbox label,
.duni-cision-press-release_page__component .has-success.radio-inline label,
.duni-cision-press-release_page__component .has-success.checkbox-inline label {
    color: #3c763d;
}

.duni-cision-press-release_page__component .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.duni-cision-press-release_page__component .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.duni-cision-press-release_page__component .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.duni-cision-press-release_page__component .has-success .form-control-feedback {
    color: #3c763d;
}

.duni-cision-press-release_page__component .has-warning .help-block,
.duni-cision-press-release_page__component .has-warning .control-label,
.duni-cision-press-release_page__component .has-warning .radio,
.duni-cision-press-release_page__component .has-warning .checkbox,
.duni-cision-press-release_page__component .has-warning .radio-inline,
.duni-cision-press-release_page__component .has-warning .checkbox-inline,
.duni-cision-press-release_page__component .has-warning.radio label,
.duni-cision-press-release_page__component .has-warning.checkbox label,
.duni-cision-press-release_page__component .has-warning.radio-inline label,
.duni-cision-press-release_page__component .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.duni-cision-press-release_page__component .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.duni-cision-press-release_page__component .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.duni-cision-press-release_page__component .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.duni-cision-press-release_page__component .has-warning .form-control-feedback {
    color: #8a6d3b;
}

.duni-cision-press-release_page__component .has-error .help-block,
.duni-cision-press-release_page__component .has-error .control-label,
.duni-cision-press-release_page__component .has-error .radio,
.duni-cision-press-release_page__component .has-error .checkbox,
.duni-cision-press-release_page__component .has-error .radio-inline,
.duni-cision-press-release_page__component .has-error .checkbox-inline,
.duni-cision-press-release_page__component .has-error.radio label,
.duni-cision-press-release_page__component .has-error.checkbox label,
.duni-cision-press-release_page__component .has-error.radio-inline label,
.duni-cision-press-release_page__component .has-error.checkbox-inline label {
    color: #a94442;
}

.duni-cision-press-release_page__component .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.duni-cision-press-release_page__component .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.duni-cision-press-release_page__component .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.duni-cision-press-release_page__component .has-error .form-control-feedback {
    color: #a94442;
}

.duni-cision-press-release_page__component .has-feedback label~.form-control-feedback {
    top: 25px;
}

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

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

@media(min-width:768px) {
    .duni-cision-press-release_page__component .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .duni-cision-press-release_page__component .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .duni-cision-press-release_page__component .form-inline .form-control-static {
        display: inline-block;
    }

    .duni-cision-press-release_page__component .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .duni-cision-press-release_page__component .form-inline .input-group .input-group-addon,
    .duni-cision-press-release_page__component .form-inline .input-group .input-group-btn,
    .duni-cision-press-release_page__component .form-inline .input-group .form-control {
        width: auto;
    }

    .duni-cision-press-release_page__component .form-inline .input-group>.form-control {
        width: 100%;
    }

    .duni-cision-press-release_page__component .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .duni-cision-press-release_page__component .form-inline .radio,
    .duni-cision-press-release_page__component .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .duni-cision-press-release_page__component .form-inline .radio label,
    .duni-cision-press-release_page__component .form-inline .checkbox label {
        padding-left: 0;
    }

    .duni-cision-press-release_page__component .form-inline .radio input[type="radio"],
    .duni-cision-press-release_page__component .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .duni-cision-press-release_page__component .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.duni-cision-press-release_page__component .form-horizontal .radio,
.duni-cision-press-release_page__component .form-horizontal .checkbox,
.duni-cision-press-release_page__component .form-horizontal .radio-inline,
.duni-cision-press-release_page__component .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.duni-cision-press-release_page__component .form-horizontal .radio,
.duni-cision-press-release_page__component .form-horizontal .checkbox {
    min-height: 27px;
}

.duni-cision-press-release_page__component .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.duni-cision-press-release_page__component .form-horizontal .form-group:before,
.duni-cision-press-release_page__component .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .form-horizontal .form-group:after {
    clear: both;
}

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

.duni-cision-press-release_page__component .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px;
    }
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.duni-cision-press-release_page__component .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.duni-cision-press-release_page__component .btn:focus,
.duni-cision-press-release_page__component .btn.focus,
.duni-cision-press-release_page__component .btn:active:focus,
.duni-cision-press-release_page__component .btn:active.focus,
.duni-cision-press-release_page__component .btn.active:focus,
.duni-cision-press-release_page__component .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.duni-cision-press-release_page__component .btn:hover,
.duni-cision-press-release_page__component .btn:focus,
.duni-cision-press-release_page__component .btn.focus {
    color: #333;
    text-decoration: none;
}

.duni-cision-press-release_page__component .btn:active,
.duni-cision-press-release_page__component .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.duni-cision-press-release_page__component .btn.disabled,
.duni-cision-press-release_page__component .btn[disabled],
.duni-cision-press-release_page__component fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.duni-cision-press-release_page__component .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.duni-cision-press-release_page__component .btn-default:hover,
.duni-cision-press-release_page__component .btn-default:focus,
.duni-cision-press-release_page__component .btn-default.focus,
.duni-cision-press-release_page__component .btn-default:active,
.duni-cision-press-release_page__component .btn-default.active,
.duni-cision-press-release_page__component .open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.duni-cision-press-release_page__component .btn-default:active,
.duni-cision-press-release_page__component .btn-default.active,
.duni-cision-press-release_page__component .open>.btn-default.dropdown-toggle {
    background-image: none;
}

.duni-cision-press-release_page__component .btn-default.disabled,
.duni-cision-press-release_page__component .btn-default.disabled:hover,
.duni-cision-press-release_page__component .btn-default.disabled:focus,
.duni-cision-press-release_page__component .btn-default.disabled.focus,
.duni-cision-press-release_page__component .btn-default.disabled:active,
.duni-cision-press-release_page__component .btn-default.disabled.active,
.duni-cision-press-release_page__component .btn-default[disabled],
.duni-cision-press-release_page__component .btn-default[disabled]:hover,
.duni-cision-press-release_page__component .btn-default[disabled]:focus,
.duni-cision-press-release_page__component .btn-default[disabled].focus,
.duni-cision-press-release_page__component .btn-default[disabled]:active,
.duni-cision-press-release_page__component .btn-default[disabled].active,
.duni-cision-press-release_page__component fieldset[disabled] .btn-default,
.duni-cision-press-release_page__component fieldset[disabled] .btn-default:hover,
.duni-cision-press-release_page__component fieldset[disabled] .btn-default:focus,
.duni-cision-press-release_page__component fieldset[disabled] .btn-default.focus,
.duni-cision-press-release_page__component fieldset[disabled] .btn-default:active,
.duni-cision-press-release_page__component fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.duni-cision-press-release_page__component .btn-default .badge {
    color: #fff;
    background-color: #333;
}

.duni-cision-press-release_page__component .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.duni-cision-press-release_page__component .btn-primary:hover,
.duni-cision-press-release_page__component .btn-primary:focus,
.duni-cision-press-release_page__component .btn-primary.focus,
.duni-cision-press-release_page__component .btn-primary:active,
.duni-cision-press-release_page__component .btn-primary.active,
.duni-cision-press-release_page__component .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.duni-cision-press-release_page__component .btn-primary:active,
.duni-cision-press-release_page__component .btn-primary.active,
.duni-cision-press-release_page__component .open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.duni-cision-press-release_page__component .btn-primary.disabled,
.duni-cision-press-release_page__component .btn-primary.disabled:hover,
.duni-cision-press-release_page__component .btn-primary.disabled:focus,
.duni-cision-press-release_page__component .btn-primary.disabled.focus,
.duni-cision-press-release_page__component .btn-primary.disabled:active,
.duni-cision-press-release_page__component .btn-primary.disabled.active,
.duni-cision-press-release_page__component .btn-primary[disabled],
.duni-cision-press-release_page__component .btn-primary[disabled]:hover,
.duni-cision-press-release_page__component .btn-primary[disabled]:focus,
.duni-cision-press-release_page__component .btn-primary[disabled].focus,
.duni-cision-press-release_page__component .btn-primary[disabled]:active,
.duni-cision-press-release_page__component .btn-primary[disabled].active,
.duni-cision-press-release_page__component fieldset[disabled] .btn-primary,
.duni-cision-press-release_page__component fieldset[disabled] .btn-primary:hover,
.duni-cision-press-release_page__component fieldset[disabled] .btn-primary:focus,
.duni-cision-press-release_page__component fieldset[disabled] .btn-primary.focus,
.duni-cision-press-release_page__component fieldset[disabled] .btn-primary:active,
.duni-cision-press-release_page__component fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.duni-cision-press-release_page__component .btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.duni-cision-press-release_page__component .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.duni-cision-press-release_page__component .btn-success:hover,
.duni-cision-press-release_page__component .btn-success:focus,
.duni-cision-press-release_page__component .btn-success.focus,
.duni-cision-press-release_page__component .btn-success:active,
.duni-cision-press-release_page__component .btn-success.active,
.duni-cision-press-release_page__component .open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.duni-cision-press-release_page__component .btn-success:active,
.duni-cision-press-release_page__component .btn-success.active,
.duni-cision-press-release_page__component .open>.btn-success.dropdown-toggle {
    background-image: none;
}

.duni-cision-press-release_page__component .btn-success.disabled,
.duni-cision-press-release_page__component .btn-success.disabled:hover,
.duni-cision-press-release_page__component .btn-success.disabled:focus,
.duni-cision-press-release_page__component .btn-success.disabled.focus,
.duni-cision-press-release_page__component .btn-success.disabled:active,
.duni-cision-press-release_page__component .btn-success.disabled.active,
.duni-cision-press-release_page__component .btn-success[disabled],
.duni-cision-press-release_page__component .btn-success[disabled]:hover,
.duni-cision-press-release_page__component .btn-success[disabled]:focus,
.duni-cision-press-release_page__component .btn-success[disabled].focus,
.duni-cision-press-release_page__component .btn-success[disabled]:active,
.duni-cision-press-release_page__component .btn-success[disabled].active,
.duni-cision-press-release_page__component fieldset[disabled] .btn-success,
.duni-cision-press-release_page__component fieldset[disabled] .btn-success:hover,
.duni-cision-press-release_page__component fieldset[disabled] .btn-success:focus,
.duni-cision-press-release_page__component fieldset[disabled] .btn-success.focus,
.duni-cision-press-release_page__component fieldset[disabled] .btn-success:active,
.duni-cision-press-release_page__component fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.duni-cision-press-release_page__component .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.duni-cision-press-release_page__component .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.duni-cision-press-release_page__component .btn-info:hover,
.duni-cision-press-release_page__component .btn-info:focus,
.duni-cision-press-release_page__component .btn-info.focus,
.duni-cision-press-release_page__component .btn-info:active,
.duni-cision-press-release_page__component .btn-info.active,
.duni-cision-press-release_page__component .open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.duni-cision-press-release_page__component .btn-info:active,
.duni-cision-press-release_page__component .btn-info.active,
.duni-cision-press-release_page__component .open>.btn-info.dropdown-toggle {
    background-image: none;
}

.duni-cision-press-release_page__component .btn-info.disabled,
.duni-cision-press-release_page__component .btn-info.disabled:hover,
.duni-cision-press-release_page__component .btn-info.disabled:focus,
.duni-cision-press-release_page__component .btn-info.disabled.focus,
.duni-cision-press-release_page__component .btn-info.disabled:active,
.duni-cision-press-release_page__component .btn-info.disabled.active,
.duni-cision-press-release_page__component .btn-info[disabled],
.duni-cision-press-release_page__component .btn-info[disabled]:hover,
.duni-cision-press-release_page__component .btn-info[disabled]:focus,
.duni-cision-press-release_page__component .btn-info[disabled].focus,
.duni-cision-press-release_page__component .btn-info[disabled]:active,
.duni-cision-press-release_page__component .btn-info[disabled].active,
.duni-cision-press-release_page__component fieldset[disabled] .btn-info,
.duni-cision-press-release_page__component fieldset[disabled] .btn-info:hover,
.duni-cision-press-release_page__component fieldset[disabled] .btn-info:focus,
.duni-cision-press-release_page__component fieldset[disabled] .btn-info.focus,
.duni-cision-press-release_page__component fieldset[disabled] .btn-info:active,
.duni-cision-press-release_page__component fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.duni-cision-press-release_page__component .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.duni-cision-press-release_page__component .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.duni-cision-press-release_page__component .btn-warning:hover,
.duni-cision-press-release_page__component .btn-warning:focus,
.duni-cision-press-release_page__component .btn-warning.focus,
.duni-cision-press-release_page__component .btn-warning:active,
.duni-cision-press-release_page__component .btn-warning.active,
.duni-cision-press-release_page__component .open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.duni-cision-press-release_page__component .btn-warning:active,
.duni-cision-press-release_page__component .btn-warning.active,
.duni-cision-press-release_page__component .open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.duni-cision-press-release_page__component .btn-warning.disabled,
.duni-cision-press-release_page__component .btn-warning.disabled:hover,
.duni-cision-press-release_page__component .btn-warning.disabled:focus,
.duni-cision-press-release_page__component .btn-warning.disabled.focus,
.duni-cision-press-release_page__component .btn-warning.disabled:active,
.duni-cision-press-release_page__component .btn-warning.disabled.active,
.duni-cision-press-release_page__component .btn-warning[disabled],
.duni-cision-press-release_page__component .btn-warning[disabled]:hover,
.duni-cision-press-release_page__component .btn-warning[disabled]:focus,
.duni-cision-press-release_page__component .btn-warning[disabled].focus,
.duni-cision-press-release_page__component .btn-warning[disabled]:active,
.duni-cision-press-release_page__component .btn-warning[disabled].active,
.duni-cision-press-release_page__component fieldset[disabled] .btn-warning,
.duni-cision-press-release_page__component fieldset[disabled] .btn-warning:hover,
.duni-cision-press-release_page__component fieldset[disabled] .btn-warning:focus,
.duni-cision-press-release_page__component fieldset[disabled] .btn-warning.focus,
.duni-cision-press-release_page__component fieldset[disabled] .btn-warning:active,
.duni-cision-press-release_page__component fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.duni-cision-press-release_page__component .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.duni-cision-press-release_page__component .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.duni-cision-press-release_page__component .btn-danger:hover,
.duni-cision-press-release_page__component .btn-danger:focus,
.duni-cision-press-release_page__component .btn-danger.focus,
.duni-cision-press-release_page__component .btn-danger:active,
.duni-cision-press-release_page__component .btn-danger.active,
.duni-cision-press-release_page__component .open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.duni-cision-press-release_page__component .btn-danger:active,
.duni-cision-press-release_page__component .btn-danger.active,
.duni-cision-press-release_page__component .open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.duni-cision-press-release_page__component .btn-danger.disabled,
.duni-cision-press-release_page__component .btn-danger.disabled:hover,
.duni-cision-press-release_page__component .btn-danger.disabled:focus,
.duni-cision-press-release_page__component .btn-danger.disabled.focus,
.duni-cision-press-release_page__component .btn-danger.disabled:active,
.duni-cision-press-release_page__component .btn-danger.disabled.active,
.duni-cision-press-release_page__component .btn-danger[disabled],
.duni-cision-press-release_page__component .btn-danger[disabled]:hover,
.duni-cision-press-release_page__component .btn-danger[disabled]:focus,
.duni-cision-press-release_page__component .btn-danger[disabled].focus,
.duni-cision-press-release_page__component .btn-danger[disabled]:active,
.duni-cision-press-release_page__component .btn-danger[disabled].active,
.duni-cision-press-release_page__component fieldset[disabled] .btn-danger,
.duni-cision-press-release_page__component fieldset[disabled] .btn-danger:hover,
.duni-cision-press-release_page__component fieldset[disabled] .btn-danger:focus,
.duni-cision-press-release_page__component fieldset[disabled] .btn-danger.focus,
.duni-cision-press-release_page__component fieldset[disabled] .btn-danger:active,
.duni-cision-press-release_page__component fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.duni-cision-press-release_page__component .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.duni-cision-press-release_page__component .btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

.duni-cision-press-release_page__component .btn-link,
.duni-cision-press-release_page__component .btn-link:active,
.duni-cision-press-release_page__component .btn-link.active,
.duni-cision-press-release_page__component .btn-link[disabled],
.duni-cision-press-release_page__component fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.duni-cision-press-release_page__component .btn-link,
.duni-cision-press-release_page__component .btn-link:hover,
.duni-cision-press-release_page__component .btn-link:focus,
.duni-cision-press-release_page__component .btn-link:active {
    border-color: transparent;
}

.duni-cision-press-release_page__component .btn-link:hover,
.duni-cision-press-release_page__component .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.duni-cision-press-release_page__component .btn-link[disabled]:hover,
.duni-cision-press-release_page__component .btn-link[disabled]:focus,
.duni-cision-press-release_page__component fieldset[disabled] .btn-link:hover,
.duni-cision-press-release_page__component fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.duni-cision-press-release_page__component .btn-lg,
.duni-cision-press-release_page__component .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.duni-cision-press-release_page__component .btn-sm,
.duni-cision-press-release_page__component .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.duni-cision-press-release_page__component .btn-xs,
.duni-cision-press-release_page__component .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.duni-cision-press-release_page__component .btn-block {
    display: block;
    width: 100%;
}

.duni-cision-press-release_page__component .btn-block+.btn-block {
    margin-top: 5px;
}

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

.duni-cision-press-release_page__component .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.duni-cision-press-release_page__component .fade.in {
    opacity: 1;
}

.duni-cision-press-release_page__component .collapse {
    display: none;
}

.duni-cision-press-release_page__component .collapse.in {
    display: block;
}

.duni-cision-press-release_page__component tr.collapse.in {
    display: table-row;
}

.duni-cision-press-release_page__component tbody.collapse.in {
    display: table-row-group;
}

.duni-cision-press-release_page__component .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.duni-cision-press-release_page__component .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.duni-cision-press-release_page__component .dropup,
.duni-cision-press-release_page__component .dropdown {
    position: relative;
}

.duni-cision-press-release_page__component .dropdown-toggle:focus {
    outline: 0;
}

.duni-cision-press-release_page__component .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.duni-cision-press-release_page__component .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.duni-cision-press-release_page__component .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.duni-cision-press-release_page__component .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}

.duni-cision-press-release_page__component .dropdown-menu>li>a:hover,
.duni-cision-press-release_page__component .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.duni-cision-press-release_page__component .dropdown-menu>.active>a,
.duni-cision-press-release_page__component .dropdown-menu>.active>a:hover,
.duni-cision-press-release_page__component .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.duni-cision-press-release_page__component .dropdown-menu>.disabled>a,
.duni-cision-press-release_page__component .dropdown-menu>.disabled>a:hover,
.duni-cision-press-release_page__component .dropdown-menu>.disabled>a:focus {
    color: #777;
}

.duni-cision-press-release_page__component .dropdown-menu>.disabled>a:hover,
.duni-cision-press-release_page__component .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.duni-cision-press-release_page__component .open>.dropdown-menu {
    display: block;
}

.duni-cision-press-release_page__component .open>a {
    outline: 0;
}

.duni-cision-press-release_page__component .dropdown-menu-right {
    left: auto;
    right: 0;
}

.duni-cision-press-release_page__component .dropdown-menu-left {
    left: 0;
    right: auto;
}

.duni-cision-press-release_page__component .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap;
}

.duni-cision-press-release_page__component .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.duni-cision-press-release_page__component .pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.duni-cision-press-release_page__component .dropup .caret,
.duni-cision-press-release_page__component .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.duni-cision-press-release_page__component .dropup .dropdown-menu,
.duni-cision-press-release_page__component .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .duni-cision-press-release_page__component .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.duni-cision-press-release_page__component .btn-group,
.duni-cision-press-release_page__component .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.duni-cision-press-release_page__component .btn-group>.btn,
.duni-cision-press-release_page__component .btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.duni-cision-press-release_page__component .btn-group>.btn:hover,
.duni-cision-press-release_page__component .btn-group>.btn:focus,
.duni-cision-press-release_page__component .btn-group>.btn:active,
.duni-cision-press-release_page__component .btn-group>.btn.active,
.duni-cision-press-release_page__component .btn-group-vertical>.btn:hover,
.duni-cision-press-release_page__component .btn-group-vertical>.btn:focus,
.duni-cision-press-release_page__component .btn-group-vertical>.btn:active,
.duni-cision-press-release_page__component .btn-group-vertical>.btn.active {
    z-index: 2;
}

.duni-cision-press-release_page__component .btn-group .btn+.btn,
.duni-cision-press-release_page__component .btn-group .btn+.btn-group,
.duni-cision-press-release_page__component .btn-group .btn-group+.btn,
.duni-cision-press-release_page__component .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.duni-cision-press-release_page__component .btn-toolbar {
    margin-left: -5px;
}

.duni-cision-press-release_page__component .btn-toolbar:before,
.duni-cision-press-release_page__component .btn-toolbar:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .btn-toolbar:after {
    clear: both;
}

.duni-cision-press-release_page__component .btn-toolbar .btn-group,
.duni-cision-press-release_page__component .btn-toolbar .input-group {
    float: left;
}

.duni-cision-press-release_page__component .btn-toolbar>.btn,
.duni-cision-press-release_page__component .btn-toolbar>.btn-group,
.duni-cision-press-release_page__component .btn-toolbar>.input-group {
    margin-left: 5px;
}

.duni-cision-press-release_page__component .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.duni-cision-press-release_page__component .btn-group>.btn:first-child {
    margin-left: 0;
}

.duni-cision-press-release_page__component .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.duni-cision-press-release_page__component .btn-group>.btn:last-child:not(:first-child),
.duni-cision-press-release_page__component .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.duni-cision-press-release_page__component .btn-group>.btn-group {
    float: left;
}

.duni-cision-press-release_page__component .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.duni-cision-press-release_page__component .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.duni-cision-press-release_page__component .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.duni-cision-press-release_page__component .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.duni-cision-press-release_page__component .btn-group .dropdown-toggle:active,
.duni-cision-press-release_page__component .btn-group.open .dropdown-toggle {
    outline: 0;
}

.duni-cision-press-release_page__component .btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.duni-cision-press-release_page__component .btn-group>.btn-lg+.dropdown-toggle,
.duni-cision-press-release_page__component .btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.duni-cision-press-release_page__component .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.duni-cision-press-release_page__component .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.duni-cision-press-release_page__component .btn .caret {
    margin-left: 0;
}

.duni-cision-press-release_page__component .btn-lg .caret,
.duni-cision-press-release_page__component .btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.duni-cision-press-release_page__component .dropup .btn-lg .caret,
.duni-cision-press-release_page__component .dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px;
}

.duni-cision-press-release_page__component .btn-group-vertical>.btn,
.duni-cision-press-release_page__component .btn-group-vertical>.btn-group,
.duni-cision-press-release_page__component .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

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

.duni-cision-press-release_page__component .btn-group-vertical>.btn-group:after {
    clear: both;
}

.duni-cision-press-release_page__component .btn-group-vertical>.btn-group>.btn {
    float: none;
}

.duni-cision-press-release_page__component .btn-group-vertical>.btn+.btn,
.duni-cision-press-release_page__component .btn-group-vertical>.btn+.btn-group,
.duni-cision-press-release_page__component .btn-group-vertical>.btn-group+.btn,
.duni-cision-press-release_page__component .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.duni-cision-press-release_page__component .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.duni-cision-press-release_page__component .btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.duni-cision-press-release_page__component .btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.duni-cision-press-release_page__component .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.duni-cision-press-release_page__component .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.duni-cision-press-release_page__component .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.duni-cision-press-release_page__component .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.duni-cision-press-release_page__component .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.duni-cision-press-release_page__component .btn-group-justified>.btn,
.duni-cision-press-release_page__component .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.duni-cision-press-release_page__component .btn-group-justified>.btn-group .btn {
    width: 100%;
}

.duni-cision-press-release_page__component .btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

.duni-cision-press-release_page__component [data-toggle="buttons"]>.btn input[type="radio"],
.duni-cision-press-release_page__component [data-toggle="buttons"]>.btn input[type="checkbox"],
.duni-cision-press-release_page__component [data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
.duni-cision-press-release_page__component [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.duni-cision-press-release_page__component .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.duni-cision-press-release_page__component .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.duni-cision-press-release_page__component .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.duni-cision-press-release_page__component .input-group-addon,
.duni-cision-press-release_page__component .input-group-btn,
.duni-cision-press-release_page__component .input-group .form-control {
    display: table-cell;
}

.duni-cision-press-release_page__component .input-group-addon:not(:first-child):not(:last-child),
.duni-cision-press-release_page__component .input-group-btn:not(:first-child):not(:last-child),
.duni-cision-press-release_page__component .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

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

.duni-cision-press-release_page__component .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.duni-cision-press-release_page__component .input-group-addon.input-sm,
.duni-cision-press-release_page__component .input-group-sm>.input-group-addon,
.duni-cision-press-release_page__component .input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.duni-cision-press-release_page__component .input-group-addon.input-lg,
.duni-cision-press-release_page__component .input-group-lg>.input-group-addon,
.duni-cision-press-release_page__component .input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.duni-cision-press-release_page__component .input-group-addon input[type="radio"],
.duni-cision-press-release_page__component .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.duni-cision-press-release_page__component .input-group .form-control:first-child,
.duni-cision-press-release_page__component .input-group-addon:first-child,
.duni-cision-press-release_page__component .input-group-btn:first-child>.btn,
.duni-cision-press-release_page__component .input-group-btn:first-child>.btn-group>.btn,
.duni-cision-press-release_page__component .input-group-btn:first-child>.dropdown-toggle,
.duni-cision-press-release_page__component .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.duni-cision-press-release_page__component .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.duni-cision-press-release_page__component .input-group-addon:first-child {
    border-right: 0;
}

.duni-cision-press-release_page__component .input-group .form-control:last-child,
.duni-cision-press-release_page__component .input-group-addon:last-child,
.duni-cision-press-release_page__component .input-group-btn:last-child>.btn,
.duni-cision-press-release_page__component .input-group-btn:last-child>.btn-group>.btn,
.duni-cision-press-release_page__component .input-group-btn:last-child>.dropdown-toggle,
.duni-cision-press-release_page__component .input-group-btn:first-child>.btn:not(:first-child),
.duni-cision-press-release_page__component .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.duni-cision-press-release_page__component .input-group-addon:last-child {
    border-left: 0;
}

.duni-cision-press-release_page__component .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.duni-cision-press-release_page__component .input-group-btn>.btn {
    position: relative;
}

.duni-cision-press-release_page__component .input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.duni-cision-press-release_page__component .input-group-btn>.btn:hover,
.duni-cision-press-release_page__component .input-group-btn>.btn:focus,
.duni-cision-press-release_page__component .input-group-btn>.btn:active {
    z-index: 2;
}

.duni-cision-press-release_page__component .input-group-btn:first-child>.btn,
.duni-cision-press-release_page__component .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.duni-cision-press-release_page__component .input-group-btn:last-child>.btn,
.duni-cision-press-release_page__component .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.duni-cision-press-release_page__component .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.duni-cision-press-release_page__component .nav:before,
.duni-cision-press-release_page__component .nav:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .nav:after {
    clear: both;
}

.duni-cision-press-release_page__component .nav>li {
    position: relative;
    display: block;
}

.duni-cision-press-release_page__component .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.duni-cision-press-release_page__component .nav>li>a:hover,
.duni-cision-press-release_page__component .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.duni-cision-press-release_page__component .nav>li.disabled>a {
    color: #777;
}

.duni-cision-press-release_page__component .nav>li.disabled>a:hover,
.duni-cision-press-release_page__component .nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.duni-cision-press-release_page__component .nav .open>a,
.duni-cision-press-release_page__component .nav .open>a:hover,
.duni-cision-press-release_page__component .nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.duni-cision-press-release_page__component .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.duni-cision-press-release_page__component .nav>li>a>img {
    max-width: none;
}

.duni-cision-press-release_page__component .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.duni-cision-press-release_page__component .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.duni-cision-press-release_page__component .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.duni-cision-press-release_page__component .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.duni-cision-press-release_page__component .nav-tabs>li.active>a,
.duni-cision-press-release_page__component .nav-tabs>li.active>a:hover,
.duni-cision-press-release_page__component .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.duni-cision-press-release_page__component .nav-pills>li {
    float: left;
}

.duni-cision-press-release_page__component .nav-pills>li>a {
    border-radius: 4px;
}

.duni-cision-press-release_page__component .nav-pills>li+li {
    margin-left: 2px;
}

.duni-cision-press-release_page__component .nav-pills>li.active>a,
.duni-cision-press-release_page__component .nav-pills>li.active>a:hover,
.duni-cision-press-release_page__component .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7;
}

.duni-cision-press-release_page__component .nav-stacked>li {
    float: none;
}

.duni-cision-press-release_page__component .nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.duni-cision-press-release_page__component .nav-justified,
.duni-cision-press-release_page__component .nav-tabs.nav-justified {
    width: 100%;
}

.duni-cision-press-release_page__component .nav-justified>li,
.duni-cision-press-release_page__component .nav-tabs.nav-justified>li {
    float: none;
}

.duni-cision-press-release_page__component .nav-justified>li>a,
.duni-cision-press-release_page__component .nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.duni-cision-press-release_page__component .nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media(min-width:768px) {

    .duni-cision-press-release_page__component .nav-justified>li,
    .duni-cision-press-release_page__component .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .duni-cision-press-release_page__component .nav-justified>li>a,
    .duni-cision-press-release_page__component .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.duni-cision-press-release_page__component .nav-tabs-justified,
.duni-cision-press-release_page__component .nav-tabs.nav-justified {
    border-bottom: 0;
}

.duni-cision-press-release_page__component .nav-tabs-justified>li>a,
.duni-cision-press-release_page__component .nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.duni-cision-press-release_page__component .nav-tabs-justified>.active>a,
.duni-cision-press-release_page__component .nav-tabs.nav-justified>.active>a,
.duni-cision-press-release_page__component .nav-tabs-justified>.active>a:hover,
.duni-cision-press-release_page__component .nav-tabs.nav-justified>.active>a:hover,
.duni-cision-press-release_page__component .nav-tabs-justified>.active>a:focus,
.duni-cision-press-release_page__component .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media(min-width:768px) {

    .duni-cision-press-release_page__component .nav-tabs-justified>li>a,
    .duni-cision-press-release_page__component .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .duni-cision-press-release_page__component .nav-tabs-justified>.active>a,
    .duni-cision-press-release_page__component .nav-tabs.nav-justified>.active>a,
    .duni-cision-press-release_page__component .nav-tabs-justified>.active>a:hover,
    .duni-cision-press-release_page__component .nav-tabs.nav-justified>.active>a:hover,
    .duni-cision-press-release_page__component .nav-tabs-justified>.active>a:focus,
    .duni-cision-press-release_page__component .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.duni-cision-press-release_page__component .tab-content>.tab-pane {
    display: none;
}

.duni-cision-press-release_page__component .tab-content>.active {
    display: block;
}

.duni-cision-press-release_page__component .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.duni-cision-press-release_page__component .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.duni-cision-press-release_page__component .navbar:before,
.duni-cision-press-release_page__component .navbar:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .navbar:after {
    clear: both;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .navbar {
        border-radius: 4px;
    }
}

.duni-cision-press-release_page__component .navbar-header:before,
.duni-cision-press-release_page__component .navbar-header:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .navbar-header:after {
    clear: both;
}

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

.duni-cision-press-release_page__component .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.duni-cision-press-release_page__component .navbar-collapse:before,
.duni-cision-press-release_page__component .navbar-collapse:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .navbar-collapse:after {
    clear: both;
}

.duni-cision-press-release_page__component .navbar-collapse.in {
    overflow-y: auto;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .duni-cision-press-release_page__component .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .duni-cision-press-release_page__component .navbar-collapse.in {
        overflow-y: visible;
    }

    .duni-cision-press-release_page__component .navbar-fixed-top .navbar-collapse,
    .duni-cision-press-release_page__component .navbar-static-top .navbar-collapse,
    .duni-cision-press-release_page__component .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.duni-cision-press-release_page__component .navbar-fixed-top .navbar-collapse,
.duni-cision-press-release_page__component .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media(max-device-width:480px) and (orientation:landscape) {

    .duni-cision-press-release_page__component .navbar-fixed-top .navbar-collapse,
    .duni-cision-press-release_page__component .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.duni-cision-press-release_page__component .container>.navbar-header,
.duni-cision-press-release_page__component .normal-quote>.navbar-header,
.duni-cision-press-release_page__component .container>.navbar-collapse,
.duni-cision-press-release_page__component .normal-quote>.navbar-collapse,
.duni-cision-press-release_page__component .container-fluid>.navbar-header,
.duni-cision-press-release_page__component .container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media(min-width:768px) {

    .duni-cision-press-release_page__component .container>.navbar-header,
    .duni-cision-press-release_page__component .normal-quote>.navbar-header,
    .duni-cision-press-release_page__component .container>.navbar-collapse,
    .duni-cision-press-release_page__component .normal-quote>.navbar-collapse,
    .duni-cision-press-release_page__component .container-fluid>.navbar-header,
    .duni-cision-press-release_page__component .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.duni-cision-press-release_page__component .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .navbar-static-top {
        border-radius: 0;
    }
}

.duni-cision-press-release_page__component .navbar-fixed-top,
.duni-cision-press-release_page__component .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media(min-width:768px) {

    .duni-cision-press-release_page__component .navbar-fixed-top,
    .duni-cision-press-release_page__component .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.duni-cision-press-release_page__component .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.duni-cision-press-release_page__component .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.duni-cision-press-release_page__component .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.duni-cision-press-release_page__component .navbar-brand:hover,
.duni-cision-press-release_page__component .navbar-brand:focus {
    text-decoration: none;
}

.duni-cision-press-release_page__component .navbar-brand>img {
    display: block;
}

@media(min-width:768px) {

    .duni-cision-press-release_page__component .navbar>.container .navbar-brand,
    .duni-cision-press-release_page__component .navbar>.normal-quote .navbar-brand,
    .duni-cision-press-release_page__component .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.duni-cision-press-release_page__component .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.duni-cision-press-release_page__component .navbar-toggle:focus {
    outline: 0;
}

.duni-cision-press-release_page__component .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.duni-cision-press-release_page__component .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .navbar-toggle {
        display: none;
    }
}

.duni-cision-press-release_page__component .navbar-nav {
    margin: 7.5px -15px;
}

.duni-cision-press-release_page__component .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media(max-width:767px) {
    .duni-cision-press-release_page__component .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .duni-cision-press-release_page__component .navbar-nav .open .dropdown-menu>li>a,
    .duni-cision-press-release_page__component .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .duni-cision-press-release_page__component .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .duni-cision-press-release_page__component .navbar-nav .open .dropdown-menu>li>a:hover,
    .duni-cision-press-release_page__component .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .navbar-nav {
        float: left;
        margin: 0;
    }

    .duni-cision-press-release_page__component .navbar-nav>li {
        float: left;
    }

    .duni-cision-press-release_page__component .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.duni-cision-press-release_page__component .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .duni-cision-press-release_page__component .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .duni-cision-press-release_page__component .navbar-form .form-control-static {
        display: inline-block;
    }

    .duni-cision-press-release_page__component .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .duni-cision-press-release_page__component .navbar-form .input-group .input-group-addon,
    .duni-cision-press-release_page__component .navbar-form .input-group .input-group-btn,
    .duni-cision-press-release_page__component .navbar-form .input-group .form-control {
        width: auto;
    }

    .duni-cision-press-release_page__component .navbar-form .input-group>.form-control {
        width: 100%;
    }

    .duni-cision-press-release_page__component .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .duni-cision-press-release_page__component .navbar-form .radio,
    .duni-cision-press-release_page__component .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .duni-cision-press-release_page__component .navbar-form .radio label,
    .duni-cision-press-release_page__component .navbar-form .checkbox label {
        padding-left: 0;
    }

    .duni-cision-press-release_page__component .navbar-form .radio input[type="radio"],
    .duni-cision-press-release_page__component .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .duni-cision-press-release_page__component .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media(max-width:767px) {
    .duni-cision-press-release_page__component .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .duni-cision-press-release_page__component .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.duni-cision-press-release_page__component .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.duni-cision-press-release_page__component .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.duni-cision-press-release_page__component .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.duni-cision-press-release_page__component .navbar-btn.btn-sm,
.duni-cision-press-release_page__component .btn-group-sm>.navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.duni-cision-press-release_page__component .navbar-btn.btn-xs,
.duni-cision-press-release_page__component .btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.duni-cision-press-release_page__component .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .navbar-left {
        float: left !important;
    }

    .duni-cision-press-release_page__component .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .duni-cision-press-release_page__component .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.duni-cision-press-release_page__component .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.duni-cision-press-release_page__component .navbar-default .navbar-brand {
    color: #777;
}

.duni-cision-press-release_page__component .navbar-default .navbar-brand:hover,
.duni-cision-press-release_page__component .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.duni-cision-press-release_page__component .navbar-default .navbar-text {
    color: #777;
}

.duni-cision-press-release_page__component .navbar-default .navbar-nav>li>a {
    color: #777;
}

.duni-cision-press-release_page__component .navbar-default .navbar-nav>li>a:hover,
.duni-cision-press-release_page__component .navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.duni-cision-press-release_page__component .navbar-default .navbar-nav>.active>a,
.duni-cision-press-release_page__component .navbar-default .navbar-nav>.active>a:hover,
.duni-cision-press-release_page__component .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.duni-cision-press-release_page__component .navbar-default .navbar-nav>.disabled>a,
.duni-cision-press-release_page__component .navbar-default .navbar-nav>.disabled>a:hover,
.duni-cision-press-release_page__component .navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.duni-cision-press-release_page__component .navbar-default .navbar-toggle {
    border-color: #ddd;
}

.duni-cision-press-release_page__component .navbar-default .navbar-toggle:hover,
.duni-cision-press-release_page__component .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.duni-cision-press-release_page__component .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.duni-cision-press-release_page__component .navbar-default .navbar-collapse,
.duni-cision-press-release_page__component .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.duni-cision-press-release_page__component .navbar-default .navbar-nav>.open>a,
.duni-cision-press-release_page__component .navbar-default .navbar-nav>.open>a:hover,
.duni-cision-press-release_page__component .navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media(max-width:767px) {
    .duni-cision-press-release_page__component .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .duni-cision-press-release_page__component .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .duni-cision-press-release_page__component .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }

    .duni-cision-press-release_page__component .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .duni-cision-press-release_page__component .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .duni-cision-press-release_page__component .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .duni-cision-press-release_page__component .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .duni-cision-press-release_page__component .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .duni-cision-press-release_page__component .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.duni-cision-press-release_page__component .navbar-default .navbar-link {
    color: #777;
}

.duni-cision-press-release_page__component .navbar-default .navbar-link:hover {
    color: #333;
}

.duni-cision-press-release_page__component .navbar-default .btn-link {
    color: #777;
}

.duni-cision-press-release_page__component .navbar-default .btn-link:hover,
.duni-cision-press-release_page__component .navbar-default .btn-link:focus {
    color: #333;
}

.duni-cision-press-release_page__component .navbar-default .btn-link[disabled]:hover,
.duni-cision-press-release_page__component .navbar-default .btn-link[disabled]:focus,
.duni-cision-press-release_page__component fieldset[disabled] .navbar-default .btn-link:hover,
.duni-cision-press-release_page__component fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.duni-cision-press-release_page__component .navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-brand:hover,
.duni-cision-press-release_page__component .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-nav>li>a:hover,
.duni-cision-press-release_page__component .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-nav>.active>a,
.duni-cision-press-release_page__component .navbar-inverse .navbar-nav>.active>a:hover,
.duni-cision-press-release_page__component .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909;
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-nav>.disabled>a,
.duni-cision-press-release_page__component .navbar-inverse .navbar-nav>.disabled>a:hover,
.duni-cision-press-release_page__component .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-toggle {
    border-color: #333;
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-toggle:hover,
.duni-cision-press-release_page__component .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-collapse,
.duni-cision-press-release_page__component .navbar-inverse .navbar-form {
    border-color: #101010;
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-nav>.open>a,
.duni-cision-press-release_page__component .navbar-inverse .navbar-nav>.open>a:hover,
.duni-cision-press-release_page__component .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff;
}

@media(max-width:767px) {
    .duni-cision-press-release_page__component .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909;
    }

    .duni-cision-press-release_page__component .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .duni-cision-press-release_page__component .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }

    .duni-cision-press-release_page__component .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .duni-cision-press-release_page__component .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }

    .duni-cision-press-release_page__component .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .duni-cision-press-release_page__component .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .duni-cision-press-release_page__component .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909;
    }

    .duni-cision-press-release_page__component .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .duni-cision-press-release_page__component .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .duni-cision-press-release_page__component .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.duni-cision-press-release_page__component .navbar-inverse .navbar-link:hover {
    color: #fff;
}

.duni-cision-press-release_page__component .navbar-inverse .btn-link {
    color: #9d9d9d;
}

.duni-cision-press-release_page__component .navbar-inverse .btn-link:hover,
.duni-cision-press-release_page__component .navbar-inverse .btn-link:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .navbar-inverse .btn-link[disabled]:hover,
.duni-cision-press-release_page__component .navbar-inverse .btn-link[disabled]:focus,
.duni-cision-press-release_page__component fieldset[disabled] .navbar-inverse .btn-link:hover,
.duni-cision-press-release_page__component fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.duni-cision-press-release_page__component .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.duni-cision-press-release_page__component .breadcrumb>li {
    display: inline-block;
}

.duni-cision-press-release_page__component .breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.duni-cision-press-release_page__component .breadcrumb>.active {
    color: #777;
}

.duni-cision-press-release_page__component .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.duni-cision-press-release_page__component .pagination>li {
    display: inline;
}

.duni-cision-press-release_page__component .pagination>li>a,
.duni-cision-press-release_page__component .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.duni-cision-press-release_page__component .pagination>li:first-child>a,
.duni-cision-press-release_page__component .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.duni-cision-press-release_page__component .pagination>li:last-child>a,
.duni-cision-press-release_page__component .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.duni-cision-press-release_page__component .pagination>li>a:hover,
.duni-cision-press-release_page__component .pagination>li>a:focus,
.duni-cision-press-release_page__component .pagination>li>span:hover,
.duni-cision-press-release_page__component .pagination>li>span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.duni-cision-press-release_page__component .pagination>.active>a,
.duni-cision-press-release_page__component .pagination>.active>a:hover,
.duni-cision-press-release_page__component .pagination>.active>a:focus,
.duni-cision-press-release_page__component .pagination>.active>span,
.duni-cision-press-release_page__component .pagination>.active>span:hover,
.duni-cision-press-release_page__component .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.duni-cision-press-release_page__component .pagination>.disabled>span,
.duni-cision-press-release_page__component .pagination>.disabled>span:hover,
.duni-cision-press-release_page__component .pagination>.disabled>span:focus,
.duni-cision-press-release_page__component .pagination>.disabled>a,
.duni-cision-press-release_page__component .pagination>.disabled>a:hover,
.duni-cision-press-release_page__component .pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.duni-cision-press-release_page__component .pagination-lg>li>a,
.duni-cision-press-release_page__component .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.duni-cision-press-release_page__component .pagination-lg>li:first-child>a,
.duni-cision-press-release_page__component .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.duni-cision-press-release_page__component .pagination-lg>li:last-child>a,
.duni-cision-press-release_page__component .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.duni-cision-press-release_page__component .pagination-sm>li>a,
.duni-cision-press-release_page__component .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.duni-cision-press-release_page__component .pagination-sm>li:first-child>a,
.duni-cision-press-release_page__component .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.duni-cision-press-release_page__component .pagination-sm>li:last-child>a,
.duni-cision-press-release_page__component .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.duni-cision-press-release_page__component .pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.duni-cision-press-release_page__component .pager:before,
.duni-cision-press-release_page__component .pager:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .pager:after {
    clear: both;
}

.duni-cision-press-release_page__component .pager li {
    display: inline;
}

.duni-cision-press-release_page__component .pager li>a,
.duni-cision-press-release_page__component .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.duni-cision-press-release_page__component .pager li>a:hover,
.duni-cision-press-release_page__component .pager li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.duni-cision-press-release_page__component .pager .next>a,
.duni-cision-press-release_page__component .pager .next>span {
    float: right;
}

.duni-cision-press-release_page__component .pager .previous>a,
.duni-cision-press-release_page__component .pager .previous>span {
    float: left;
}

.duni-cision-press-release_page__component .pager .disabled>a,
.duni-cision-press-release_page__component .pager .disabled>a:hover,
.duni-cision-press-release_page__component .pager .disabled>a:focus,
.duni-cision-press-release_page__component .pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}

.duni-cision-press-release_page__component .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.duni-cision-press-release_page__component .label:empty {
    display: none;
}

.duni-cision-press-release_page__component .btn .label {
    position: relative;
    top: -1px;
}

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

.duni-cision-press-release_page__component .label-default {
    background-color: #777;
}

.duni-cision-press-release_page__component .label-default[href]:hover,
.duni-cision-press-release_page__component .label-default[href]:focus {
    background-color: #5e5e5e;
}

.duni-cision-press-release_page__component .label-primary {
    background-color: #337ab7;
}

.duni-cision-press-release_page__component .label-primary[href]:hover,
.duni-cision-press-release_page__component .label-primary[href]:focus {
    background-color: #286090;
}

.duni-cision-press-release_page__component .label-success {
    background-color: #5cb85c;
}

.duni-cision-press-release_page__component .label-success[href]:hover,
.duni-cision-press-release_page__component .label-success[href]:focus {
    background-color: #449d44;
}

.duni-cision-press-release_page__component .label-info {
    background-color: #5bc0de;
}

.duni-cision-press-release_page__component .label-info[href]:hover,
.duni-cision-press-release_page__component .label-info[href]:focus {
    background-color: #31b0d5;
}

.duni-cision-press-release_page__component .label-warning {
    background-color: #f0ad4e;
}

.duni-cision-press-release_page__component .label-warning[href]:hover,
.duni-cision-press-release_page__component .label-warning[href]:focus {
    background-color: #ec971f;
}

.duni-cision-press-release_page__component .label-danger {
    background-color: #d9534f;
}

.duni-cision-press-release_page__component .label-danger[href]:hover,
.duni-cision-press-release_page__component .label-danger[href]:focus {
    background-color: #c9302c;
}

.duni-cision-press-release_page__component .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}

.duni-cision-press-release_page__component .badge:empty {
    display: none;
}

.duni-cision-press-release_page__component .btn .badge {
    position: relative;
    top: -1px;
}

.duni-cision-press-release_page__component .btn-xs .badge,
.duni-cision-press-release_page__component .btn-group-xs>.btn .badge,
.duni-cision-press-release_page__component .btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px;
}

.duni-cision-press-release_page__component .list-group-item.active>.badge,
.duni-cision-press-release_page__component .nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff;
}

.duni-cision-press-release_page__component .list-group-item>.badge {
    float: right;
}

.duni-cision-press-release_page__component .list-group-item>.badge+.badge {
    margin-right: 5px;
}

.duni-cision-press-release_page__component .nav-pills>li>a>.badge {
    margin-left: 3px;
}

.duni-cision-press-release_page__component a.badge:hover,
.duni-cision-press-release_page__component a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.duni-cision-press-release_page__component .jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.duni-cision-press-release_page__component .jumbotron h1,
.duni-cision-press-release_page__component .jumbotron .h1 {
    color: inherit;
}

.duni-cision-press-release_page__component .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.duni-cision-press-release_page__component .jumbotron>hr {
    border-top-color: #d5d5d5;
}

.duni-cision-press-release_page__component .container .jumbotron,
.duni-cision-press-release_page__component .normal-quote .jumbotron,
.duni-cision-press-release_page__component .container-fluid .jumbotron {
    border-radius: 6px;
}

.duni-cision-press-release_page__component .jumbotron .container,
.duni-cision-press-release_page__component .jumbotron .normal-quote {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .duni-cision-press-release_page__component .jumbotron {
        padding: 48px 0;
    }

    .duni-cision-press-release_page__component .container .jumbotron,
    .duni-cision-press-release_page__component .normal-quote .jumbotron,
    .duni-cision-press-release_page__component .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .duni-cision-press-release_page__component .jumbotron h1,
    .duni-cision-press-release_page__component .jumbotron .h1 {
        font-size: 63px;
    }
}

.duni-cision-press-release_page__component .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.duni-cision-press-release_page__component .thumbnail>img,
.duni-cision-press-release_page__component .thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.duni-cision-press-release_page__component .thumbnail .caption {
    padding: 9px;
    color: #333;
}

.duni-cision-press-release_page__component a.thumbnail:hover,
.duni-cision-press-release_page__component a.thumbnail:focus,
.duni-cision-press-release_page__component a.thumbnail.active {
    border-color: #337ab7;
}

.duni-cision-press-release_page__component .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.duni-cision-press-release_page__component .alert h4 {
    margin-top: 0;
    color: inherit;
}

.duni-cision-press-release_page__component .alert .alert-link {
    font-weight: bold;
}

.duni-cision-press-release_page__component .alert>p,
.duni-cision-press-release_page__component .alert>ul {
    margin-bottom: 0;
}

.duni-cision-press-release_page__component .alert>p+p {
    margin-top: 5px;
}

.duni-cision-press-release_page__component .alert-dismissable,
.duni-cision-press-release_page__component .alert-dismissible {
    padding-right: 35px;
}

.duni-cision-press-release_page__component .alert-dismissable .close,
.duni-cision-press-release_page__component .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.duni-cision-press-release_page__component .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.duni-cision-press-release_page__component .alert-success hr {
    border-top-color: #c9e2b3;
}

.duni-cision-press-release_page__component .alert-success .alert-link {
    color: #2b542c;
}

.duni-cision-press-release_page__component .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.duni-cision-press-release_page__component .alert-info hr {
    border-top-color: #a6e1ec;
}

.duni-cision-press-release_page__component .alert-info .alert-link {
    color: #245269;
}

.duni-cision-press-release_page__component .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.duni-cision-press-release_page__component .alert-warning hr {
    border-top-color: #f7e1b5;
}

.duni-cision-press-release_page__component .alert-warning .alert-link {
    color: #66512c;
}

.duni-cision-press-release_page__component .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.duni-cision-press-release_page__component .alert-danger hr {
    border-top-color: #e4b9c0;
}

.duni-cision-press-release_page__component .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;
    }
}

.duni-cision-press-release_page__component .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.duni-cision-press-release_page__component .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-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;
}

.duni-cision-press-release_page__component .progress-striped .progress-bar,
.duni-cision-press-release_page__component .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;
}

.duni-cision-press-release_page__component .progress.active .progress-bar,
.duni-cision-press-release_page__component .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;
}

.duni-cision-press-release_page__component .progress-bar-success {
    background-color: #5cb85c;
}

.duni-cision-press-release_page__component .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);
}

.duni-cision-press-release_page__component .progress-bar-info {
    background-color: #5bc0de;
}

.duni-cision-press-release_page__component .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);
}

.duni-cision-press-release_page__component .progress-bar-warning {
    background-color: #f0ad4e;
}

.duni-cision-press-release_page__component .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);
}

.duni-cision-press-release_page__component .progress-bar-danger {
    background-color: #d9534f;
}

.duni-cision-press-release_page__component .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);
}

.duni-cision-press-release_page__component .media {
    margin-top: 15px;
}

.duni-cision-press-release_page__component .media:first-child {
    margin-top: 0;
}

.duni-cision-press-release_page__component .media,
.duni-cision-press-release_page__component .media-body {
    zoom: 1;
    overflow: hidden;
}

.duni-cision-press-release_page__component .media-body {
    width: 10000px;
}

.duni-cision-press-release_page__component .media-object {
    display: block;
}

.duni-cision-press-release_page__component .media-right,
.duni-cision-press-release_page__component .media>.pull-right {
    padding-left: 10px;
}

.duni-cision-press-release_page__component .media-left,
.duni-cision-press-release_page__component .media>.pull-left {
    padding-right: 10px;
}

.duni-cision-press-release_page__component .media-left,
.duni-cision-press-release_page__component .media-right,
.duni-cision-press-release_page__component .media-body {
    display: table-cell;
    vertical-align: top;
}

.duni-cision-press-release_page__component .media-middle {
    vertical-align: middle;
}

.duni-cision-press-release_page__component .media-bottom {
    vertical-align: bottom;
}

.duni-cision-press-release_page__component .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.duni-cision-press-release_page__component .media-list {
    padding-left: 0;
    list-style: none;
}

.duni-cision-press-release_page__component .list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.duni-cision-press-release_page__component .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.duni-cision-press-release_page__component .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.duni-cision-press-release_page__component .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.duni-cision-press-release_page__component a.list-group-item {
    color: #555;
}

.duni-cision-press-release_page__component a.list-group-item .list-group-item-heading {
    color: #333;
}

.duni-cision-press-release_page__component a.list-group-item:hover,
.duni-cision-press-release_page__component a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

.duni-cision-press-release_page__component .list-group-item.disabled,
.duni-cision-press-release_page__component .list-group-item.disabled:hover,
.duni-cision-press-release_page__component .list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}

.duni-cision-press-release_page__component .list-group-item.disabled .list-group-item-heading,
.duni-cision-press-release_page__component .list-group-item.disabled:hover .list-group-item-heading,
.duni-cision-press-release_page__component .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.duni-cision-press-release_page__component .list-group-item.disabled .list-group-item-text,
.duni-cision-press-release_page__component .list-group-item.disabled:hover .list-group-item-text,
.duni-cision-press-release_page__component .list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}

.duni-cision-press-release_page__component .list-group-item.active,
.duni-cision-press-release_page__component .list-group-item.active:hover,
.duni-cision-press-release_page__component .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.duni-cision-press-release_page__component .list-group-item.active .list-group-item-heading,
.duni-cision-press-release_page__component .list-group-item.active .list-group-item-heading>small,
.duni-cision-press-release_page__component .list-group-item.active .list-group-item-heading>.small,
.duni-cision-press-release_page__component .list-group-item.active:hover .list-group-item-heading,
.duni-cision-press-release_page__component .list-group-item.active:hover .list-group-item-heading>small,
.duni-cision-press-release_page__component .list-group-item.active:hover .list-group-item-heading>.small,
.duni-cision-press-release_page__component .list-group-item.active:focus .list-group-item-heading,
.duni-cision-press-release_page__component .list-group-item.active:focus .list-group-item-heading>small,
.duni-cision-press-release_page__component .list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}

.duni-cision-press-release_page__component .list-group-item.active .list-group-item-text,
.duni-cision-press-release_page__component .list-group-item.active:hover .list-group-item-text,
.duni-cision-press-release_page__component .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.duni-cision-press-release_page__component .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

.duni-cision-press-release_page__component a.list-group-item-success {
    color: #3c763d;
}

.duni-cision-press-release_page__component a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

.duni-cision-press-release_page__component a.list-group-item-success:hover,
.duni-cision-press-release_page__component a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

.duni-cision-press-release_page__component a.list-group-item-success.active,
.duni-cision-press-release_page__component a.list-group-item-success.active:hover,
.duni-cision-press-release_page__component a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.duni-cision-press-release_page__component .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

.duni-cision-press-release_page__component a.list-group-item-info {
    color: #31708f;
}

.duni-cision-press-release_page__component a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

.duni-cision-press-release_page__component a.list-group-item-info:hover,
.duni-cision-press-release_page__component a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

.duni-cision-press-release_page__component a.list-group-item-info.active,
.duni-cision-press-release_page__component a.list-group-item-info.active:hover,
.duni-cision-press-release_page__component a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.duni-cision-press-release_page__component .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.duni-cision-press-release_page__component a.list-group-item-warning {
    color: #8a6d3b;
}

.duni-cision-press-release_page__component a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

.duni-cision-press-release_page__component a.list-group-item-warning:hover,
.duni-cision-press-release_page__component a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

.duni-cision-press-release_page__component a.list-group-item-warning.active,
.duni-cision-press-release_page__component a.list-group-item-warning.active:hover,
.duni-cision-press-release_page__component a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.duni-cision-press-release_page__component .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

.duni-cision-press-release_page__component a.list-group-item-danger {
    color: #a94442;
}

.duni-cision-press-release_page__component a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

.duni-cision-press-release_page__component a.list-group-item-danger:hover,
.duni-cision-press-release_page__component a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

.duni-cision-press-release_page__component a.list-group-item-danger.active,
.duni-cision-press-release_page__component a.list-group-item-danger.active:hover,
.duni-cision-press-release_page__component a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.duni-cision-press-release_page__component .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.duni-cision-press-release_page__component .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.duni-cision-press-release_page__component .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.duni-cision-press-release_page__component .panel-body {
    padding: 15px;
}

.duni-cision-press-release_page__component .panel-body:before,
.duni-cision-press-release_page__component .panel-body:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .panel-body:after {
    clear: both;
}

.duni-cision-press-release_page__component .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.duni-cision-press-release_page__component .panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.duni-cision-press-release_page__component .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.duni-cision-press-release_page__component .panel-title>a,
.duni-cision-press-release_page__component .panel-title>small,
.duni-cision-press-release_page__component .panel-title>.small,
.duni-cision-press-release_page__component .panel-title>small>a,
.duni-cision-press-release_page__component .panel-title>.small>a {
    color: inherit;
}

.duni-cision-press-release_page__component .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.duni-cision-press-release_page__component .panel>.list-group,
.duni-cision-press-release_page__component .panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.duni-cision-press-release_page__component .panel>.list-group .list-group-item,
.duni-cision-press-release_page__component .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.duni-cision-press-release_page__component .panel>.list-group:first-child .list-group-item:first-child,
.duni-cision-press-release_page__component .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.duni-cision-press-release_page__component .panel>.list-group:last-child .list-group-item:last-child,
.duni-cision-press-release_page__component .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.duni-cision-press-release_page__component .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.duni-cision-press-release_page__component .list-group+.panel-footer {
    border-top-width: 0;
}

.duni-cision-press-release_page__component .panel>.table,
.duni-cision-press-release_page__component .panel>.table-responsive>.table,
.duni-cision-press-release_page__component .panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.duni-cision-press-release_page__component .panel>.table caption,
.duni-cision-press-release_page__component .panel>.table-responsive>.table caption,
.duni-cision-press-release_page__component .panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.duni-cision-press-release_page__component .panel>.table:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.duni-cision-press-release_page__component .panel>.table:first-child>thead:first-child>tr:first-child,
.duni-cision-press-release_page__component .panel>.table:first-child>tbody:first-child>tr:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.duni-cision-press-release_page__component .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.duni-cision-press-release_page__component .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.duni-cision-press-release_page__component .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.duni-cision-press-release_page__component .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.duni-cision-press-release_page__component .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.duni-cision-press-release_page__component .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.duni-cision-press-release_page__component .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.duni-cision-press-release_page__component .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.duni-cision-press-release_page__component .panel>.table:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.duni-cision-press-release_page__component .panel>.table:last-child>tbody:last-child>tr:last-child,
.duni-cision-press-release_page__component .panel>.table:last-child>tfoot:last-child>tr:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.duni-cision-press-release_page__component .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.duni-cision-press-release_page__component .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.duni-cision-press-release_page__component .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.duni-cision-press-release_page__component .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.duni-cision-press-release_page__component .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.duni-cision-press-release_page__component .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.duni-cision-press-release_page__component .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.duni-cision-press-release_page__component .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.duni-cision-press-release_page__component .panel>.panel-body+.table,
.duni-cision-press-release_page__component .panel>.panel-body+.table-responsive,
.duni-cision-press-release_page__component .panel>.table+.panel-body,
.duni-cision-press-release_page__component .panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.duni-cision-press-release_page__component .panel>.table>tbody:first-child>tr:first-child th,
.duni-cision-press-release_page__component .panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.duni-cision-press-release_page__component .panel>.table-bordered,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered {
    border: 0;
}

.duni-cision-press-release_page__component .panel>.table-bordered>thead>tr>th:first-child,
.duni-cision-press-release_page__component .panel>.table-bordered>thead>tr>td:first-child,
.duni-cision-press-release_page__component .panel>.table-bordered>tbody>tr>th:first-child,
.duni-cision-press-release_page__component .panel>.table-bordered>tbody>tr>td:first-child,
.duni-cision-press-release_page__component .panel>.table-bordered>tfoot>tr>th:first-child,
.duni-cision-press-release_page__component .panel>.table-bordered>tfoot>tr>td:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.duni-cision-press-release_page__component .panel>.table-bordered>thead>tr>th:last-child,
.duni-cision-press-release_page__component .panel>.table-bordered>thead>tr>td:last-child,
.duni-cision-press-release_page__component .panel>.table-bordered>tbody>tr>th:last-child,
.duni-cision-press-release_page__component .panel>.table-bordered>tbody>tr>td:last-child,
.duni-cision-press-release_page__component .panel>.table-bordered>tfoot>tr>th:last-child,
.duni-cision-press-release_page__component .panel>.table-bordered>tfoot>tr>td:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.duni-cision-press-release_page__component .panel>.table-bordered>thead>tr:first-child>td,
.duni-cision-press-release_page__component .panel>.table-bordered>thead>tr:first-child>th,
.duni-cision-press-release_page__component .panel>.table-bordered>tbody>tr:first-child>td,
.duni-cision-press-release_page__component .panel>.table-bordered>tbody>tr:first-child>th,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.duni-cision-press-release_page__component .panel>.table-bordered>tbody>tr:last-child>td,
.duni-cision-press-release_page__component .panel>.table-bordered>tbody>tr:last-child>th,
.duni-cision-press-release_page__component .panel>.table-bordered>tfoot>tr:last-child>td,
.duni-cision-press-release_page__component .panel>.table-bordered>tfoot>tr:last-child>th,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.duni-cision-press-release_page__component .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.duni-cision-press-release_page__component .panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.duni-cision-press-release_page__component .panel-group {
    margin-bottom: 20px;
}

.duni-cision-press-release_page__component .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.duni-cision-press-release_page__component .panel-group .panel+.panel {
    margin-top: 5px;
}

.duni-cision-press-release_page__component .panel-group .panel-heading {
    border-bottom: 0;
}

.duni-cision-press-release_page__component .panel-group .panel-heading+.panel-collapse>.panel-body,
.duni-cision-press-release_page__component .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.duni-cision-press-release_page__component .panel-group .panel-footer {
    border-top: 0;
}

.duni-cision-press-release_page__component .panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.duni-cision-press-release_page__component .panel-default {
    border-color: #ddd;
}

.duni-cision-press-release_page__component .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.duni-cision-press-release_page__component .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.duni-cision-press-release_page__component .panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.duni-cision-press-release_page__component .panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.duni-cision-press-release_page__component .panel-primary {
    border-color: #337ab7;
}

.duni-cision-press-release_page__component .panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.duni-cision-press-release_page__component .panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}

.duni-cision-press-release_page__component .panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.duni-cision-press-release_page__component .panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}

.duni-cision-press-release_page__component .panel-success {
    border-color: #d6e9c6;
}

.duni-cision-press-release_page__component .panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.duni-cision-press-release_page__component .panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.duni-cision-press-release_page__component .panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.duni-cision-press-release_page__component .panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.duni-cision-press-release_page__component .panel-info {
    border-color: #bce8f1;
}

.duni-cision-press-release_page__component .panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.duni-cision-press-release_page__component .panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.duni-cision-press-release_page__component .panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.duni-cision-press-release_page__component .panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.duni-cision-press-release_page__component .panel-warning {
    border-color: #faebcc;
}

.duni-cision-press-release_page__component .panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.duni-cision-press-release_page__component .panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.duni-cision-press-release_page__component .panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.duni-cision-press-release_page__component .panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.duni-cision-press-release_page__component .panel-danger {
    border-color: #ebccd1;
}

.duni-cision-press-release_page__component .panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.duni-cision-press-release_page__component .panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.duni-cision-press-release_page__component .panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.duni-cision-press-release_page__component .panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.duni-cision-press-release_page__component .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.duni-cision-press-release_page__component .embed-responsive .embed-responsive-item,
.duni-cision-press-release_page__component .embed-responsive iframe,
.duni-cision-press-release_page__component .embed-responsive embed,
.duni-cision-press-release_page__component .embed-responsive object,
.duni-cision-press-release_page__component .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.duni-cision-press-release_page__component .embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.duni-cision-press-release_page__component .embed-responsive-4by3 {
    padding-bottom: 75%;
}

.duni-cision-press-release_page__component .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.duni-cision-press-release_page__component .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.duni-cision-press-release_page__component .well-lg {
    padding: 24px;
    border-radius: 6px;
}

.duni-cision-press-release_page__component .well-sm {
    padding: 9px;
    border-radius: 3px;
}

.duni-cision-press-release_page__component .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.duni-cision-press-release_page__component .close:hover,
.duni-cision-press-release_page__component .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.duni-cision-press-release_page__component button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.duni-cision-press-release_page__component .modal-open {
    overflow: hidden;
}

.duni-cision-press-release_page__component .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.duni-cision-press-release_page__component .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.duni-cision-press-release_page__component .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.duni-cision-press-release_page__component .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.duni-cision-press-release_page__component .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.duni-cision-press-release_page__component .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.duni-cision-press-release_page__component .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.duni-cision-press-release_page__component .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.duni-cision-press-release_page__component .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.duni-cision-press-release_page__component .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}

.duni-cision-press-release_page__component .modal-header .close {
    margin-top: -2px;
}

.duni-cision-press-release_page__component .modal-title {
    margin: 0;
    line-height: 1.42857;
}

.duni-cision-press-release_page__component .modal-body {
    position: relative;
    padding: 15px;
}

.duni-cision-press-release_page__component .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.duni-cision-press-release_page__component .modal-footer:before,
.duni-cision-press-release_page__component .modal-footer:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .modal-footer:after {
    clear: both;
}

.duni-cision-press-release_page__component .modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.duni-cision-press-release_page__component .modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.duni-cision-press-release_page__component .modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.duni-cision-press-release_page__component .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .duni-cision-press-release_page__component .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .duni-cision-press-release_page__component .modal-sm {
        width: 300px;
    }
}

@media(min-width:992px) {
    .duni-cision-press-release_page__component .modal-lg {
        width: 900px;
    }
}

.duni-cision-press-release_page__component .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.duni-cision-press-release_page__component .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.duni-cision-press-release_page__component .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.duni-cision-press-release_page__component .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.duni-cision-press-release_page__component .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.duni-cision-press-release_page__component .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.duni-cision-press-release_page__component .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.duni-cision-press-release_page__component .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.duni-cision-press-release_page__component .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.duni-cision-press-release_page__component .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.duni-cision-press-release_page__component .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.duni-cision-press-release_page__component .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.duni-cision-press-release_page__component .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.duni-cision-press-release_page__component .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.duni-cision-press-release_page__component .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.duni-cision-press-release_page__component .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.duni-cision-press-release_page__component .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-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.duni-cision-press-release_page__component .popover.top {
    margin-top: -10px;
}

.duni-cision-press-release_page__component .popover.right {
    margin-left: 10px;
}

.duni-cision-press-release_page__component .popover.bottom {
    margin-top: 10px;
}

.duni-cision-press-release_page__component .popover.left {
    margin-left: -10px;
}

.duni-cision-press-release_page__component .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.duni-cision-press-release_page__component .popover-content {
    padding: 9px 14px;
}

.duni-cision-press-release_page__component .popover>.arrow,
.duni-cision-press-release_page__component .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.duni-cision-press-release_page__component .popover>.arrow {
    border-width: 11px;
}

.duni-cision-press-release_page__component .popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.duni-cision-press-release_page__component .popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.duni-cision-press-release_page__component .popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.duni-cision-press-release_page__component .popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.duni-cision-press-release_page__component .popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.duni-cision-press-release_page__component .popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.duni-cision-press-release_page__component .popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.duni-cision-press-release_page__component .popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.duni-cision-press-release_page__component .popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.duni-cision-press-release_page__component .carousel {
    position: relative;
}

.duni-cision-press-release_page__component .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.duni-cision-press-release_page__component .carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.duni-cision-press-release_page__component .carousel-inner>.item>img,
.duni-cision-press-release_page__component .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .duni-cision-press-release_page__component .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: 1000;
        -moz-perspective: 1000;
        perspective: 1000;
    }

    .duni-cision-press-release_page__component .carousel-inner>.item.next,
    .duni-cision-press-release_page__component .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .duni-cision-press-release_page__component .carousel-inner>.item.prev,
    .duni-cision-press-release_page__component .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .duni-cision-press-release_page__component .carousel-inner>.item.next.left,
    .duni-cision-press-release_page__component .carousel-inner>.item.prev.right,
    .duni-cision-press-release_page__component .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.duni-cision-press-release_page__component .carousel-inner>.active,
.duni-cision-press-release_page__component .carousel-inner>.next,
.duni-cision-press-release_page__component .carousel-inner>.prev {
    display: block;
}

.duni-cision-press-release_page__component .carousel-inner>.active {
    left: 0;
}

.duni-cision-press-release_page__component .carousel-inner>.next,
.duni-cision-press-release_page__component .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.duni-cision-press-release_page__component .carousel-inner>.next {
    left: 100%;
}

.duni-cision-press-release_page__component .carousel-inner>.prev {
    left: -100%;
}

.duni-cision-press-release_page__component .carousel-inner>.next.left,
.duni-cision-press-release_page__component .carousel-inner>.prev.right {
    left: 0;
}

.duni-cision-press-release_page__component .carousel-inner>.active.left {
    left: -100%;
}

.duni-cision-press-release_page__component .carousel-inner>.active.right {
    left: 100%;
}

.duni-cision-press-release_page__component .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.duni-cision-press-release_page__component .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%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.duni-cision-press-release_page__component .carousel-control.right {
    left: auto;
    right: 0;
    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%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.duni-cision-press-release_page__component .carousel-control:hover,
.duni-cision-press-release_page__component .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.duni-cision-press-release_page__component .carousel-control .icon-prev,
.duni-cision-press-release_page__component .carousel-control .icon-next,
.duni-cision-press-release_page__component .carousel-control .glyphicon-chevron-left,
.duni-cision-press-release_page__component .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.duni-cision-press-release_page__component .carousel-control .icon-prev,
.duni-cision-press-release_page__component .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.duni-cision-press-release_page__component .carousel-control .icon-next,
.duni-cision-press-release_page__component .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.duni-cision-press-release_page__component .carousel-control .icon-prev,
.duni-cision-press-release_page__component .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif;
}

.duni-cision-press-release_page__component .carousel-control .icon-prev:before {
    content: "‹";
}

.duni-cision-press-release_page__component .carousel-control .icon-next:before {
    content: "›";
}

.duni-cision-press-release_page__component .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.duni-cision-press-release_page__component .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.duni-cision-press-release_page__component .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.duni-cision-press-release_page__component .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.duni-cision-press-release_page__component .carousel-caption .btn {
    text-shadow: none;
}

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

    .duni-cision-press-release_page__component .carousel-control .glyphicon-chevron-left,
    .duni-cision-press-release_page__component .carousel-control .glyphicon-chevron-right,
    .duni-cision-press-release_page__component .carousel-control .icon-prev,
    .duni-cision-press-release_page__component .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .duni-cision-press-release_page__component .carousel-control .glyphicon-chevron-left,
    .duni-cision-press-release_page__component .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .duni-cision-press-release_page__component .carousel-control .glyphicon-chevron-right,
    .duni-cision-press-release_page__component .carousel-control .icon-next {
        margin-right: -15px;
    }

    .duni-cision-press-release_page__component .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .duni-cision-press-release_page__component .carousel-indicators {
        bottom: 20px;
    }
}

.duni-cision-press-release_page__component .clearfix:before,
.duni-cision-press-release_page__component .clearfix:after,
.duni-cision-press-release_page__component .dl-horizontal dd:before,
.duni-cision-press-release_page__component .dl-horizontal dd:after,
.duni-cision-press-release_page__component .container:before,
.duni-cision-press-release_page__component .container:after,
.duni-cision-press-release_page__component .container-fluid:before,
.duni-cision-press-release_page__component .container-fluid:after,
.duni-cision-press-release_page__component .row:before,
.duni-cision-press-release_page__component .row:after,
.duni-cision-press-release_page__component .form-horizontal .form-group:before,
.duni-cision-press-release_page__component .form-horizontal .form-group:after,
.duni-cision-press-release_page__component .btn-toolbar:before,
.duni-cision-press-release_page__component .btn-toolbar:after,
.duni-cision-press-release_page__component .btn-group-vertical>.btn-group:before,
.duni-cision-press-release_page__component .btn-group-vertical>.btn-group:after,
.duni-cision-press-release_page__component .nav:before,
.duni-cision-press-release_page__component .nav:after,
.duni-cision-press-release_page__component .navbar:before,
.duni-cision-press-release_page__component .navbar:after,
.duni-cision-press-release_page__component .navbar-header:before,
.duni-cision-press-release_page__component .navbar-header:after,
.duni-cision-press-release_page__component .navbar-collapse:before,
.duni-cision-press-release_page__component .navbar-collapse:after,
.duni-cision-press-release_page__component .pager:before,
.duni-cision-press-release_page__component .pager:after,
.duni-cision-press-release_page__component .panel-body:before,
.duni-cision-press-release_page__component .panel-body:after,
.duni-cision-press-release_page__component .modal-header:before,
.duni-cision-press-release_page__component .modal-header:after,
.duni-cision-press-release_page__component .modal-footer:before,
.duni-cision-press-release_page__component .modal-footer:after,
.duni-cision-press-release_page__component .tabs .tabs-list:before,
.duni-cision-press-release_page__component .tabs .tabs-list:after,
.duni-cision-press-release_page__component .cart__content:before,
.duni-cision-press-release_page__component .cart__content:after,
.duni-cision-press-release_page__component .yCmsComponent>[class="content"]:before,
.duni-cision-press-release_page__component .yCmsComponent>[class="content"]:after,
.duni-cision-press-release_page__component .yCmsContentSlot>[class="content"]:before,
.duni-cision-press-release_page__component .yCmsContentSlot>[class="content"]:after {
    content: " ";
    display: table;
}

.duni-cision-press-release_page__component .clearfix:after,
.duni-cision-press-release_page__component .dl-horizontal dd:after,
.duni-cision-press-release_page__component .container:after,
.duni-cision-press-release_page__component .container-fluid:after,
.duni-cision-press-release_page__component .row:after,
.duni-cision-press-release_page__component .form-horizontal .form-group:after,
.duni-cision-press-release_page__component .btn-toolbar:after,
.duni-cision-press-release_page__component .btn-group-vertical>.btn-group:after,
.duni-cision-press-release_page__component .nav:after,
.duni-cision-press-release_page__component .navbar:after,
.duni-cision-press-release_page__component .navbar-header:after,
.duni-cision-press-release_page__component .navbar-collapse:after,
.duni-cision-press-release_page__component .pager:after,
.duni-cision-press-release_page__component .panel-body:after,
.duni-cision-press-release_page__component .modal-header:after,
.duni-cision-press-release_page__component .modal-footer:after,
.duni-cision-press-release_page__component .tabs .tabs-list:after,
.duni-cision-press-release_page__component .cart__content:after,
.duni-cision-press-release_page__component .yCmsComponent>[class="content"]:after,
.duni-cision-press-release_page__component .yCmsContentSlot>[class="content"]:after {
    clear: both;
}

.duni-cision-press-release_page__component .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.duni-cision-press-release_page__component .pull-right {
    float: right !important;
}

.duni-cision-press-release_page__component .pull-left {
    float: left !important;
}

.duni-cision-press-release_page__component .hide {
    display: none !important;
}

.duni-cision-press-release_page__component .show {
    display: block !important;
}

.duni-cision-press-release_page__component .invisible {
    visibility: hidden;
}

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

.duni-cision-press-release_page__component .hidden {
    display: none !important;
}

.duni-cision-press-release_page__component .affix {
    position: fixed;
}

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

.duni-cision-press-release_page__component .visible-xs {
    display: none !important;
}

.duni-cision-press-release_page__component .visible-sm {
    display: none !important;
}

.duni-cision-press-release_page__component .visible-md {
    display: none !important;
}

.duni-cision-press-release_page__component .visible-lg {
    display: none !important;
}

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

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

    .duni-cision-press-release_page__component table.visible-xs {
        display: table;
    }

    .duni-cision-press-release_page__component tr.visible-xs {
        display: table-row !important;
    }

    .duni-cision-press-release_page__component th.visible-xs,
    .duni-cision-press-release_page__component td.visible-xs {
        display: table-cell !important;
    }
}

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

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

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

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

    .duni-cision-press-release_page__component table.visible-sm {
        display: table;
    }

    .duni-cision-press-release_page__component tr.visible-sm {
        display: table-row !important;
    }

    .duni-cision-press-release_page__component th.visible-sm,
    .duni-cision-press-release_page__component td.visible-sm {
        display: table-cell !important;
    }
}

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

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

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

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

    .duni-cision-press-release_page__component table.visible-md {
        display: table;
    }

    .duni-cision-press-release_page__component tr.visible-md {
        display: table-row !important;
    }

    .duni-cision-press-release_page__component th.visible-md,
    .duni-cision-press-release_page__component td.visible-md {
        display: table-cell !important;
    }
}

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

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

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

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

    .duni-cision-press-release_page__component table.visible-lg {
        display: table;
    }

    .duni-cision-press-release_page__component tr.visible-lg {
        display: table-row !important;
    }

    .duni-cision-press-release_page__component th.visible-lg,
    .duni-cision-press-release_page__component td.visible-lg {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

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

.duni-cision-press-release_page__component .visible-print {
    display: none !important;
}

@media print {
    .duni-cision-press-release_page__component .visible-print {
        display: block !important;
    }

    .duni-cision-press-release_page__component table.visible-print {
        display: table;
    }

    .duni-cision-press-release_page__component tr.visible-print {
        display: table-row !important;
    }

    .duni-cision-press-release_page__component th.visible-print,
    .duni-cision-press-release_page__component td.visible-print {
        display: table-cell !important;
    }
}

.duni-cision-press-release_page__component .visible-print-block {
    display: none !important;
}

@media print {
    .duni-cision-press-release_page__component .visible-print-block {
        display: block !important;
    }
}

.duni-cision-press-release_page__component .visible-print-inline {
    display: none !important;
}

@media print {
    .duni-cision-press-release_page__component .visible-print-inline {
        display: inline !important;
    }
}

.duni-cision-press-release_page__component .visible-print-inline-block {
    display: none !important;
}

@media print {
    .duni-cision-press-release_page__component .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .duni-cision-press-release_page__component .hidden-print {
        display: none !important;
    }
}

.duni-cision-press-release_page__component .menu-mobile-sub ul li ul,
.duni-cision-press-release_page__component .menu-mobile-sub ul li ul.is-open {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.duni-cision-press-release_page__component .loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 3px;
    background: #09c;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    pointer-events: none;
}

.duni-cision-press-release_page__component .loader.animate {
    z-index: 100;
    opacity: 0;
    -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
    -moz-transition: transform 5s ease-in, opacity 1s 5s;
    -o-transition: transform 5s ease-in, opacity 1s 5s;
    transition: transform 5s ease-in, opacity 1s 5s;
    -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);
}

.duni-cision-press-release_page__component body {
    font-family: Inter, Roboto, sans-serif;
    font-weight: 400;
    color: #5b5b5b;
    font-size: 14px;
    line-height: 22px;
    background-color: #161b1f;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

.duni-cision-press-release_page__component .no-scroll {
    overflow: hidden;
}

.duni-cision-press-release_page__component .row {
    position: relative;
}

.duni-cision-press-release_page__component .flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.duni-cision-press-release_page__component .container-fluid {
    clear: both;
    background-size: cover;
}

.duni-cision-press-release_page__component .hero h1,
.duni-cision-press-release_page__component .hero h2,
.duni-cision-press-release_page__component .hero h3 {
    line-height: normal;
    margin: 0;
}

.duni-cision-press-release_page__component #wrap {
    max-width: 1694px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}

.duni-cision-press-release_page__component .button-wrap {
    margin-top: 40px;
}

.duni-cision-press-release_page__component .button-wrap .link {
    vertical-align: middle;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .button-wrap {
        margin-top: 30px;
    }
}

.duni-cision-press-release_page__component .button-wrap.only-link {
    margin: 15px;
}

.duni-cision-press-release_page__component .button-wrap button+a {
    margin-left: 18px;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .button-wrap button+a {
        margin-left: 0;
    }
}

.duni-cision-press-release_page__component .button-wrap a+a {
    padding-left: 10px;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .button-wrap a+a {
        padding-left: 0;
    }
}

.duni-cision-press-release_page__component .col-sm-6 .button-wrap,
.duni-cision-press-release_page__component .col-sm-4 .button-wrap {
    margin: 15px 0;
}

.duni-cision-press-release_page__component .col-sm-3 .button-wrap.only-link {
    margin: 15px 0;
}

.duni-cision-press-release_page__component .col-sm-3 .button-wrap a+a {
    padding-left: 0;
}

.duni-cision-press-release_page__component .video-wrap .play-button {
    outline: none;
    border: none;
    background: url("../../_ui/responsive/theme-duni/img/sprite.png") no-repeat 0 0;
    width: 77px;
    height: 77px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    transform: translate(-50%, -50%);
}

.duni-cision-press-release_page__component .video-wrap:hover .play-button {
    background-position: -77px 0;
}

.duni-cision-press-release_page__component .video-wrap:focus {
    outline: none;
    border: none;
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component .video-wrap {
        margin-bottom: 30px;
    }
}

.duni-cision-press-release_page__component .video-wrap .modal-lg {
    width: 560px;
    height: 315px;
}

.duni-cision-press-release_page__component .video-wrap .modal-content {
    width: 560px;
    height: 315px;
}

.duni-cision-press-release_page__component blockquote {
    text-align: center;
    font-size: 20px;
    border: 0;
    line-height: 30px;
    padding: 0;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component blockquote {
        font-size: 16px;
        line-height: 24px;
    }
}

.duni-cision-press-release_page__component blockquote.vertical-line {
    font-size: 18px;
    border-left: 1px solid #e6663e;
    text-align: left;
    margin: 20px 0;
    padding-left: 20px;
}

.duni-cision-press-release_page__component .name-wrap {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-top: 25px;
}

.duni-cision-press-release_page__component .name-wrap .name {
    font-size: 14px;
    margin-bottom: 0;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .name-wrap .name {
        font-size: 12px;
    }
}

.duni-cision-press-release_page__component .name-wrap .name-sub {
    font-size: 11px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .name-wrap .name-sub {
        font-size: 10px;
    }
}

.duni-cision-press-release_page__component .paragraph-block {
    margin-bottom: 20px;
}

.duni-cision-press-release_page__component .heading-margin-bottom h1 {
    margin-bottom: 45px;
}

.duni-cision-press-release_page__component .container,
.duni-cision-press-release_page__component .normal-quote {
    padding: 50px 0;
}

.duni-cision-press-release_page__component .container+.container,
.duni-cision-press-release_page__component .normal-quote+.container,
.duni-cision-press-release_page__component .container+.normal-quote,
.duni-cision-press-release_page__component .normal-quote+.normal-quote {
    padding-top: 0;
}

.duni-cision-press-release_page__component .container.padding-t-less,
.duni-cision-press-release_page__component .padding-t-less.normal-quote {
    padding-top: 0;
}

.duni-cision-press-release_page__component .container.padding-b-less,
.duni-cision-press-release_page__component .padding-b-less.normal-quote {
    padding-bottom: 0;
}

.duni-cision-press-release_page__component footer .container,
.duni-cision-press-release_page__component footer .normal-quote {
    padding: 10px 0;
}

.duni-cision-press-release_page__component .container.success,
.duni-cision-press-release_page__component .success.normal-quote {
    padding-top: 50px;
}

@media screen and (max-width:768px) {
    .duni-cision-press-release_page__component footer .footer-content {
        padding: 35px 0 45px;
    }
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component footer .footer-content {
        padding: 25px 0;
    }

    .duni-cision-press-release_page__component footer .footer-content .col-md-4,
    .duni-cision-press-release_page__component footer .footer-content .col-md-6 {
        margin-bottom: 30px;
    }

    .duni-cision-press-release_page__component footer .footer-content .col-md-4:last-child,
    .duni-cision-press-release_page__component footer .footer-content .col-md-6:last-child {
        margin-bottom: 0;
    }

    .duni-cision-press-release_page__component footer .footer-content .secondary-img .col-md-6 {
        margin-bottom: 0;
    }
}

.duni-cision-press-release_page__component svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
}

.duni-cision-press-release_page__component .highcharts-container svg {
    width: auto;
    height: auto;
}

.duni-cision-press-release_page__component .divider {
    border-top: 1px solid #e9e9e9;
}

.duni-cision-press-release_page__component .borders-top-bottom {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.duni-cision-press-release_page__component .valign {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.duni-cision-press-release_page__component .vcenter {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.duni-cision-press-release_page__component .vcenter.pull-left {
    left: 0;
    padding-right: 5%;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .vcenter.pull-left {
        padding-right: 3.5%;
    }
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component .vcenter.pull-left {
        padding-right: 15px;
    }
}

.duni-cision-press-release_page__component .vcenter.pull-right {
    right: 0;
    padding-left: 5%;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .vcenter.pull-right {
        padding-left: 3.5%;
    }
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component .vcenter.pull-right {
        padding-left: 15px;
    }
}

.duni-cision-press-release_page__component .selected {
    text-decoration: underline;
}

.duni-cision-press-release_page__component .filelinks h1 {
    margin: 30px 0;
}

.duni-cision-press-release_page__component .filelinks a {
    text-transform: uppercase;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.duni-cision-press-release_page__component .filelinks {
    display: none;
}

.duni-cision-press-release_page__component .show-animated,
.duni-cision-press-release_page__component .side-by-side,
.duni-cision-press-release_page__component ul.full-row {
    display: block;
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}

@media screen and (min-width:1024px) {
    .duni-cision-press-release_page__component .ptop55 {
        padding-top: 55px;
    }
}

@media screen and (max-width:400px) {
    .duni-cision-press-release_page__component .reportblock-wrapper h1.black-t span {
        display: block;
        word-wrap: break-word;
    }

    .duni-cision-press-release_page__component .reportblock-wrapper h1.black-t span:after {
        content: "—";
        display: inline-block;
        margin-left: 5px;
    }
}

.duni-cision-press-release_page__component span[class*="PIN_"] {
    z-index: 700 !important;
}

.duni-cision-press-release_page__component .brilliant-red-t {
    color: #ed2939;
}

.duni-cision-press-release_page__component .brilliant-blue-t {
    color: #3155a4;
}

.duni-cision-press-release_page__component .bordeaux-t {
    color: #a71930;
}

.duni-cision-press-release_page__component .darkgreen-t {
    color: #006930;
}

.duni-cision-press-release_page__component .brilliant-yellow-t {
    color: #f9d033;
}

.duni-cision-press-release_page__component .cafe-t {
    color: #916c5b;
}

.duni-cision-press-release_page__component .kiwi-t {
    color: #e0e830;
}

.duni-cision-press-release_page__component .orange-t {
    color: #ff993d;
}

.duni-cision-press-release_page__component .granite-grey-t {
    color: #83847a;
}

.duni-cision-press-release_page__component .pacific-blue-t {
    color: #09c;
}

.duni-cision-press-release_page__component .mandarin-t {
    color: #e6673d;
}

.duni-cision-press-release_page__component .soft-violet-t {
    color: #d4a0b9;
}

.duni-cision-press-release_page__component .fuchsia-t {
    color: #c90062;
}

.duni-cision-press-release_page__component .mid-blue-t {
    color: #336ab2;
}

.duni-cision-press-release_page__component .soft-orange-t {
    color: #f7a700;
}

.duni-cision-press-release_page__component .herbal-green-t {
    color: #9e9e5e;
}

.duni-cision-press-release_page__component .greige-t {
    color: #bdb1a6;
}

.duni-cision-press-release_page__component .mint-blue-t {
    color: #88cfdd;
}

.duni-cision-press-release_page__component .slate-t {
    color: #5d6f78;
}

.duni-cision-press-release_page__component .primary-coffee-t {
    color: #452325;
}

.duni-cision-press-release_page__component .primary-darkblue-t {
    color: #0b2265;
}

.duni-cision-press-release_page__component .primary-raspberry-t {
    color: #e73d50;
}

.duni-cision-press-release_page__component .secondary-warm-yellow-t {
    color: #ffb612;
}

.duni-cision-press-release_page__component .secondary-pacific-blue-t {
    color: #09c;
}

.duni-cision-press-release_page__component .secondary-herbal-green-t {
    color: #9e9e5e;
}

.duni-cision-press-release_page__component .secondary-grey-t {
    color: #565a5c;
}

.duni-cision-press-release_page__component .secondary-plum-t {
    color: #644459;
}

.duni-cision-press-release_page__component .secondary-green-t {
    color: #006a4d;
}

.duni-cision-press-release_page__component .white-t {
    color: #fff;
}

.duni-cision-press-release_page__component .black-t {
    color: #2e2e2e;
}

.duni-cision-press-release_page__component .grey-t {
    color: #898989;
}

.duni-cision-press-release_page__component .mellow-rose-t {
    color: #e7b8b4;
}

.duni-cision-press-release_page__component .chestnut-t {
    color: #795c52;
}

.duni-cision-press-release_page__component .honey-t {
    color: #cda053;
}

.duni-cision-press-release_page__component .ecoecho-green-t {
    color: #78a02e;
}

.duni-cision-press-release_page__component .biopak-light-green-t {
    color: #81bd41 !important;
}

.duni-cision-press-release_page__component .biopak-dark-green-t {
    color: #008445 !important;
}

.duni-cision-press-release_page__component .biopak-compost-dark-green-t {
    color: #006649 !important;
}

.duni-cision-press-release_page__component .biopak-bright-green-t {
    color: #abcd36 !important;
}

.duni-cision-press-release_page__component .biopak-highlight-yellow-t {
    color: #e8e40f !important;
}

.duni-cision-press-release_page__component .biopak-orange-t {
    color: #ff8300 !important;
}

.duni-cision-press-release_page__component .biopak-brown-t {
    color: #986a58 !important;
}

.duni-cision-press-release_page__component .biopak-buff-t {
    color: #d3ccbd !important;
}

.duni-cision-press-release_page__component .biopak-grey-t {
    color: #717171 !important;
}

.duni-cision-press-release_page__component h1,
.duni-cision-press-release_page__component h2,
.duni-cision-press-release_page__component h3,
.duni-cision-press-release_page__component h4 {
    font-family: Inter, Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    color: #2e2e2e;
    text-rendering: optimizeLegibility;
}

.duni-cision-press-release_page__component .white-t h1,
.duni-cision-press-release_page__component .white-t h2,
.duni-cision-press-release_page__component .white-t h3,
.duni-cision-press-release_page__component .white-t h4 {
    color: #fff;
}

.duni-cision-press-release_page__component .black-t h1,
.duni-cision-press-release_page__component .black-t h2,
.duni-cision-press-release_page__component .black-t h3,
.duni-cision-press-release_page__component .black-t h4 {
    color: #2e2e2e;
}

.duni-cision-press-release_page__component .h1-hero {
    line-height: 1.5;
    font-size: 48px;
}

.duni-cision-press-release_page__component h1,
.duni-cision-press-release_page__component .h1 {
    font-size: 28px;
    line-height: 35px;
}

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

    .duni-cision-press-release_page__component h1,
    .duni-cision-press-release_page__component .h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

.duni-cision-press-release_page__component h2,
.duni-cision-press-release_page__component .h2 {
    font-size: 22px;
    line-height: 25px;
}

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

    .duni-cision-press-release_page__component h2,
    .duni-cision-press-release_page__component .h2 {
        font-size: 20px;
        line-height: 23px;
    }
}

.duni-cision-press-release_page__component h3,
.duni-cision-press-release_page__component .h3 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 20px;
}

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

    .duni-cision-press-release_page__component h3,
    .duni-cision-press-release_page__component .h3 {
        font-size: 20px;
        line-height: 23px;
    }
}

.duni-cision-press-release_page__component h4,
.duni-cision-press-release_page__component .h4 {
    font-size: 16px;
    line-height: 20px;
}

.duni-cision-press-release_page__component .hero-subheading {
    font-size: 24px;
    letter-spacing: 1px;
    display: none;
    text-rendering: optimizeLegibility;
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .hero-subheading {
        display: block;
    }
}

.duni-cision-press-release_page__component a {
    text-decoration: none;
    text-rendering: optimizeLegibility;
}

.duni-cision-press-release_page__component a:hover,
.duni-cision-press-release_page__component a:active,
.duni-cision-press-release_page__component a:focus {
    text-decoration: none;
    text-rendering: optimizeLegibility;
}

.duni-cision-press-release_page__component .subtitle,
.duni-cision-press-release_page__component .language-wrap .language-flags li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.duni-cision-press-release_page__component p {
    text-rendering: optimizeLegibility;
}

.duni-cision-press-release_page__component h1 sup {
    font-size: 11px;
    top: -11px;
}

.duni-cision-press-release_page__component .content strong,
.duni-cision-press-release_page__component .content b {
    font-weight: 700;
}

.duni-cision-press-release_page__component .fusnota {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
}

.duni-cision-press-release_page__component .icon-search {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhZ2VyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNS45IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNS45IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGQ9Ik0xNS42LDE0LjNsLTMuMS0zLjFjMC45LTEuMiwxLjQtMi42LDEuNC00LjJjMC0zLjktMy4xLTctNy03UzAsMy4xLDAsN3MzLjEsNyw3LDdjMS42LDAsMy0wLjUsNC4yLTEuNGwzLjEsMy4xCgljMC4yLDAuMiwwLjQsMC4zLDAuNywwLjNjMC4zLDAsMC41LTAuMSwwLjctMC4zQzE2LDE1LjMsMTYsMTQuNywxNS42LDE0LjN6IE03LDEyYy0yLjcsMC01LTIuMi01LTVzMi4yLTUsNS01YzIuNywwLDUsMi4yLDUsNQoJUzkuNywxMiw3LDEyeiIvPgo8L3N2Zz4K");
    height: 18px;
    width: 18px;
    vertical-align: sub;
}

.duni-cision-press-release_page__component .medium {
    font-size: 16px;
    line-height: 1.3;
}

.duni-cision-press-release_page__component .large {
    font-size: 18px;
    line-height: 1.3;
}

.duni-cision-press-release_page__component .xlarge {
    font-size: 22px;
    line-height: 1.3;
}

.duni-cision-press-release_page__component .xxlarge {
    font-size: 28px;
    line-height: 1.3;
}

.duni-cision-press-release_page__component .xxxlarge {
    font-size: 48px;
    line-height: 1.3;
}

.duni-cision-press-release_page__component .xxxxlarge {
    font-size: 68px;
    line-height: 1.3;
}

.duni-cision-press-release_page__component .group-logo {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

@media screen and (min-width:992px) {
    .duni-cision-press-release_page__component .group-logo {
        margin-top: 0;
        padding-top: 10vh;
    }
}

.duni-cision-press-release_page__component .group-logo img {
    height: 80px;
    width: auto;
}

.duni-cision-press-release_page__component nav a {
    text-transform: uppercase;
}

.duni-cision-press-release_page__component .main-nav span {
    background: #fff;
}

.duni-cision-press-release_page__component .main-nav span,
.duni-cision-press-release_page__component .main-nav span:before,
.duni-cision-press-release_page__component .main-nav span:after {
    background: #292929;
    border-radius: 1px;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    position: absolute;
    width: 27px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width:767px) {

    .duni-cision-press-release_page__component .main-nav span,
    .duni-cision-press-release_page__component .main-nav span:before,
    .duni-cision-press-release_page__component .main-nav span:after {
        width: 16px;
        height: 2px;
    }
}

.duni-cision-press-release_page__component .header-fixed:not(.header-tiny) .dark-background-image:not(.open) span,
.duni-cision-press-release_page__component .header-fixed:not(.header-tiny) .dark-background-image:not(.open) span:before,
.duni-cision-press-release_page__component .header-fixed:not(.header-tiny) .dark-background-image:not(.open) span:after {
    background: #fff;
}

.duni-cision-press-release_page__component .header-fixed:not(.header-tiny) .dark-background-image:not(.open).open span {
    background-color: transparent;
}

.duni-cision-press-release_page__component .main-nav {
    width: 82px;
    height: 72px;
    cursor: pointer;
    right: 0;
    z-index: 9999;
    transition: background 0.3s;
    position: absolute;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .main-nav {
        width: 65px;
        height: 56px;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .main-nav {
        width: 50px;
        height: 40px;
    }
}

.duni-cision-press-release_page__component .main-nav.open span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: transparent;
}

.duni-cision-press-release_page__component .main-nav.open span:before {
    top: 0;
    -webkit-transform: translatex(-3px) translatey(11px) rotate(45deg);
    -moz-transform: translatex(-3px) translatey(11px) rotate(45deg);
    -ms-transform: translatex(-3px) translatey(11px) rotate(45deg);
    -o-transform: translatex(-3px) translatey(11px) rotate(45deg);
    transform: translatex(-3px) translatey(11px) rotate(45deg);
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .main-nav.open span:before {
        -webkit-transform: translatex(-1px) translatey(6px) rotate(45deg);
        -moz-transform: translatex(-1px) translatey(6px) rotate(45deg);
        -ms-transform: translatex(-1px) translatey(6px) rotate(45deg);
        -o-transform: translatex(-1px) translatey(6px) rotate(45deg);
        transform: translatex(-1px) translatey(6px) rotate(45deg);
    }
}

.duni-cision-press-release_page__component .main-nav.open span:after {
    bottom: 0;
    -webkit-transform: translatex(-2px) translatey(-9px) rotate(-45deg);
    -moz-transform: translatex(-2px) translatey(-9px) rotate(-45deg);
    -ms-transform: translatex(-2px) translatey(-9px) rotate(-45deg);
    -o-transform: translatex(-2px) translatey(-9px) rotate(-45deg);
    transform: translatex(-2px) translatey(-9px) rotate(-45deg);
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .main-nav.open span:after {
        -webkit-transform: translatex(-1px) translatey(-6px) rotate(-45deg);
        -moz-transform: translatex(-1px) translatey(-6px) rotate(-45deg);
        -ms-transform: translatex(-1px) translatey(-6px) rotate(-45deg);
        -o-transform: translatex(-1px) translatey(-6px) rotate(-45deg);
        transform: translatex(-1px) translatey(-6px) rotate(-45deg);
    }
}

.duni-cision-press-release_page__component .main-nav span {
    left: 28px;
    top: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .main-nav span {
        top: 30px;
        left: 17px;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .main-nav span {
        top: 30px;
        left: 9px;
    }
}

.duni-cision-press-release_page__component .main-nav span:before {
    top: -8px;
    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
    transform-origin: right top 0;
    -webkit-transition: 0.3s ease 0s width 0.3s ease 0s top 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s width 0.3s ease 0s top 0.3s ease 0s;
    -o-transition: 0.3s ease 0s width 0.3s ease 0s top 0.3s ease 0s;
    transition: 0.3s ease 0s width 0.3s ease 0s top 0.3s ease 0s;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .main-nav span:before {
        top: -5px;
    }
}

.duni-cision-press-release_page__component .main-nav span:after {
    bottom: -8px;
    -webkit-transform-origin: right bottom 0;
    -moz-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    -o-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    -webkit-transition: 0.3s ease 0s width 0.3s ease 0s bottom 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s width 0.3s ease 0s bottom 0.3s ease 0s;
    -o-transition: 0.3s ease 0s width 0.3s ease 0s bottom 0.3s ease 0s;
    transition: 0.3s ease 0s width 0.3s ease 0s bottom 0.3s ease 0s;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .main-nav span:after {
        bottom: -5px;
    }
}

.duni-cision-press-release_page__component .background-white {
    background: #fff;
}

.duni-cision-press-release_page__component header {
    background: rgba(255, 255, 255, 0);
    max-width: 1694px;
    display: block;
    height: 90px;
    width: 100%;
    z-index: 900;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.duni-cision-press-release_page__component header img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    float: left;
    height: 80px;
    width: auto;
    padding: 7px 0 0 0;
}

.duni-cision-press-release_page__component .logo {
    padding-left: 10px;
    display: inline-block;
    position: relative;
    z-index: 1100;
}

.duni-cision-press-release_page__component .logo img {
    float: left;
    padding: 7px 0 0 0;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .logo img {
        height: 60px;
        width: auto;
    }
}

.duni-cision-press-release_page__component .header-fixed {
    display: block;
    width: 100%;
    position: fixed;
}

.duni-cision-press-release_page__component .header-tiny {
    background: #fdfdfd;
    height: 56px;
}

.duni-cision-press-release_page__component .header-tiny .logo img {
    height: 50px;
    width: auto;
}

.duni-cision-press-release_page__component .header-tiny .main-nav {
    height: 57px;
}

.duni-cision-press-release_page__component .header-tiny .main-nav span {
    top: 26px;
}

.duni-cision-press-release_page__component .toogle-menu.open {
    top: 0;
    overflow-y: auto;
    height: auto;
}

.duni-cision-press-release_page__component .toogle-menu {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: 1694px;
    z-index: 101;
    background-color: #f7f7f7;
    width: 100%;
    top: -1000px;
    height: 0;
    overflow-y: hidden;
    position: fixed;
    padding: 135px 0 65px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu {
        padding: 80px 0 65px;
    }
}

.duni-cision-press-release_page__component .toogle-menu .nav-search {
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    list-style: none;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    width: 25%;
}

.duni-cision-press-release_page__component .toogle-menu .nav-search label {
    display: block;
    margin-bottom: 28px;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu .nav-search label {
        display: none;
    }
}

.duni-cision-press-release_page__component .toogle-menu .nav-search input {
    width: 70%;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu .nav-search input {
        width: 70%;
    }
}

.duni-cision-press-release_page__component .toogle-menu .nav-search button {
    background-color: #fff;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .toogle-menu .nav-search {
        float: left;
        padding: 0 0 3px 63px;
        width: 50%;
    }

    .duni-cision-press-release_page__component .toogle-menu .nav-search label {
        font-size: 12px;
        font-weight: normal;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu .nav-search {
        display: block;
        padding-left: 28px;
        padding-top: 28px;
        width: 100%;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul {
    width: 75%;
    display: inline-block;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    list-style: none;
    text-transform: uppercase;
    padding: 0 40px 10px 80px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .toogle-menu ul {
        font-size: 12px;
        padding: 0 0 3px 63px;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu ul {
        font-size: 11px;
        padding-left: 28px;
        width: 100%;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul a {
    color: #494949;
}

.duni-cision-press-release_page__component .toogle-menu ul a:hover {
    color: #fc4f57;
}

.duni-cision-press-release_page__component .toogle-menu ul a.blue-light {
    color: #09c;
}

.duni-cision-press-release_page__component .toogle-menu ul a.blue-light:hover {
    color: #fc4f57;
}

.duni-cision-press-release_page__component .toogle-menu ul li:nth-child(odd) {
    clear: left;
}

.duni-cision-press-release_page__component .toogle-menu ul li {
    width: 50%;
    float: left;
    margin-bottom: 34px;
    position: relative;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .toogle-menu ul li {
        width: 50%;
        margin-bottom: 33px;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu ul li {
        margin-bottom: 13px;
        width: 100%;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul li .expand {
    cursor: pointer;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    margin-left: 10px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .toogle-menu ul li .expand {
        top: 6px;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu ul li .expand {
        width: 8px;
        height: 8px;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul li .expand:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #d00;
    left: 50%;
    width: 30%;
    left: 4px;
    height: 100%;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu ul li .expand:before {
        left: 3px;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul li .expand:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #d00;
    top: 50%;
    height: 30%;
    top: 4px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu ul li .expand:after {
        top: 3px;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul li.open .expand:before {
    content: none;
}

.duni-cision-press-release_page__component .toogle-menu ul li.open .expand:after {
    background: #5a5a5a;
}

.duni-cision-press-release_page__component .toogle-menu ul ul {
    display: none;
    padding: 0;
    margin-top: 15px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .toogle-menu ul ul {
        margin-top: 5px;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul ul li {
    margin-bottom: 10px;
    width: 100%;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .toogle-menu ul ul li {
        margin-bottom: 0;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul ul li a {
    color: #909090;
}

.duni-cision-press-release_page__component .toogle-menu ul ul.opened {
    display: block !important;
}

.duni-cision-press-release_page__component .toogle-menu .divider {
    background-color: #cdcdcd;
    height: 1px;
    position: relative;
    margin-bottom: 10px;
}

.duni-cision-press-release_page__component .second-nav {
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    background-color: #fafafa;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 800;
    width: 100%;
    max-width: 1694px;
}

.duni-cision-press-release_page__component .second-nav a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.duni-cision-press-release_page__component .second-nav .browse {
    display: none;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .second-nav .browse {
        display: inline-block;
    }
}

.duni-cision-press-release_page__component .second-nav .browse a {
    color: #412021;
}

.duni-cision-press-release_page__component .second-nav ul {
    padding: 0;
    display: inline-block;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .second-nav ul {
        background: #fafafa;
        left: 0;
        padding-left: 30px;
        position: absolute;
        width: 100%;
    }

    .duni-cision-press-release_page__component .second-nav ul.desktop {
        margin-top: 57px;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
        z-index: 999;
    }

    .duni-cision-press-release_page__component .second-nav ul.open {
        max-height: 9999px;
        transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
        transition-delay: 0s;
    }
}

.duni-cision-press-release_page__component .second-nav .container,
.duni-cision-press-release_page__component .second-nav .normal-quote {
    padding: 0;
}

.duni-cision-press-release_page__component .second-nav li {
    display: inline-block;
    padding-right: 53px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .second-nav li {
        display: block;
        height: 37px;
        line-height: 37px;
    }
}

.duni-cision-press-release_page__component .second-nav li a {
    color: #959595;
    letter-spacing: 1px;
    text-transform: uppercase !important;
}

.duni-cision-press-release_page__component .second-nav li a:hover,
.duni-cision-press-release_page__component .second-nav li a:active {
    color: #412021;
    text-decoration: none;
}

.duni-cision-press-release_page__component .second-nav a.active {
    color: #412021;
}

.duni-cision-press-release_page__component .nav-fixed {
    position: fixed;
    width: 100%;
    top: 56px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.duni-cision-press-release_page__component .nav-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.duni-cision-press-release_page__component .mobile {
    margin-bottom: 57px;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: -100;
    visibility: hidden;
    max-height: auto;
}

.duni-cision-press-release_page__component .slideUp {
    opacity: 1;
    visibility: visible;
}

.duni-cision-press-release_page__component .product-nav {
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: bold;
    color: #898989;
    list-style: none;
    box-sizing: border-box;
    margin: 25px 0;
    margin-left: 1px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.duni-cision-press-release_page__component .product-nav li {
    box-sizing: border-box;
    text-align: center;
    padding: 15px;
    border: 1px solid #eee;
    margin-top: -1px;
    margin-left: -1px;
    cursor: pointer;
    -ms-flex: 1 0 5%;
    -webkit-flex: 1 0 5%;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    flex-grow: 1;
}

.duni-cision-press-release_page__component .product-nav li:hover {
    color: #c5c5c5;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .product-nav li {
        padding: 15px 35px;
        min-width: 5%;
    }
}

.duni-cision-press-release_page__component .has-no-scroll {
    overflow: hidden;
}

.duni-cision-press-release_page__component nav a {
    text-transform: uppercase;
}

.duni-cision-press-release_page__component .header-menu+section {
    padding-top: 54px;
}

@media screen and (min-width:992px) {
    .duni-cision-press-release_page__component .header-menu+section {
        padding-top: 76px;
    }
}

.duni-cision-press-release_page__component .background-white {
    background: #fff;
}

.duni-cision-press-release_page__component header.header-menu {
    background: rgba(255, 255, 255, 0);
    max-width: 1694px;
    display: block;
    height: 90px;
    width: 100%;
    z-index: 900;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.duni-cision-press-release_page__component header.header-menu img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    float: left;
    height: auto;
    width: 75px;
    margin-top: 10px;
    padding: 0;
}

.duni-cision-press-release_page__component .header-menu.header-fixed {
    display: block;
    width: 100%;
    position: fixed;
}

.duni-cision-press-release_page__component .menu-mobile-sub ul li ul {
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1) -0.5s;
    -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1) -0.5s;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1) -0.5s;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1) -0.5s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.duni-cision-press-release_page__component .menu-mobile-sub ul li ul.is-open {
    max-height: 9999px;
    -moz-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    -o-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.duni-cision-press-release_page__component .menu-mobile {
    height: auto;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
    font-size: 14px;
}

.duni-cision-press-release_page__component .menu-mobile a {
    color: #454553;
}

.duni-cision-press-release_page__component .menu-mobile li {
    display: inline-block;
    width: 32%;
    vertical-align: middle;
}

.duni-cision-press-release_page__component .menu-mobile li:nth-child(2) {
    text-align: center;
}

.duni-cision-press-release_page__component .menu-mobile li:nth-child(2) .logo {
    display: inline-block;
}

.duni-cision-press-release_page__component .menu-mobile .mobile-logo {
    display: inline-block;
}

.duni-cision-press-release_page__component .menu-mobile .mobile-logo img {
    width: 60px;
}

.duni-cision-press-release_page__component .menu-mobile .contact-link {
    float: right;
    text-align: center;
    display: inline-block;
    border-left: 1px solid #e8e8e8;
    height: 63px;
    padding-left: 16px;
}

.duni-cision-press-release_page__component .menu-mobile .contact-link img {
    height: 14px;
    padding: 0;
    margin-top: 16px;
}

.duni-cision-press-release_page__component .menu-mobile .contact-link span {
    display: block;
    clear: both;
}

.duni-cision-press-release_page__component .menu-mobile,
.duni-cision-press-release_page__component .menu-mobile-sub,
.duni-cision-press-release_page__component .menu-mobile-sub.is-slide-open {
    letter-spacing: 0.1em;
    font-weight: 500;
}

.duni-cision-press-release_page__component .menu-desktop,
.duni-cision-press-release_page__component .menu-sub {
    display: none;
}

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

    .duni-cision-press-release_page__component .menu-mobile,
    .duni-cision-press-release_page__component .menu-mobile-sub,
    .duni-cision-press-release_page__component .menu-mobile-sub.is-slide-open {
        display: none;
    }

    .duni-cision-press-release_page__component .menu-desktop,
    .duni-cision-press-release_page__component .menu-sub {
        display: block;
    }
}

.duni-cision-press-release_page__component .menu-mobile-sub {
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    position: relative;
    top: 0;
    min-height: 100vh;
    background-color: #fff;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #454553;
    padding-top: 30px;
    position: fixed;
    left: 0;
    top: 64px;
    overflow-x: hidden;
    overflow-y: auto;
}

.duni-cision-press-release_page__component .menu-mobile-sub a {
    color: #454553;
    line-height: 1;
}

.duni-cision-press-release_page__component .menu-mobile-sub ul:first-child>li.has-children {
    border-top: 0;
}

.duni-cision-press-release_page__component .menu-mobile-sub ul.is-open {
    border-top: 0;
}

.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-1 [href="#"]:after,
.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-2 [href="#"]:after {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    float: right;
    margin-top: 3px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTAgNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzQ1NDU1MzsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJBcnJvd19jb3B5XzExIiBkYXRhLW5hbWU9IkFycm93ICBjb3B5IDExIiBjbGFzcz0iY2xzLTEiIGQ9Ik00NTMsMzA4NC45OWw1LTQuODktMS4xMTEtMS4wOUw0NTMsMzA4Mi44MmwtMy44ODktMy44MUw0NDgsMzA4MC4xbDQuNDQ0LDQuMzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQ4IC0zMDc5KSIvPgo8L3N2Zz4K");
}

.duni-cision-press-release_page__component .menu-mobile-sub .has-children a.is-active::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-2.inverted-color {
    background-color: #454553;
    border-top: 0;
    border-bottom: 1px solid #5c5c68;
}

.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-2.inverted-color a {
    color: #fff;
}

.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-2.inverted-color+ul {
    background-color: #454553;
}

.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-2.inverted-color+ul a {
    color: #fff;
}

.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-2.inverted-color+ul>li:first-child {
    border-top: 0;
}

.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-2 {
    padding-left: 16px;
}

.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-1 a {
    font-size: 15px;
}

.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-2 a {
    font-size: 15px;
}

.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-1+ul>li>a,
.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-2+ul>li>a {
    font-family: Inter, Roboto, sans-serif;
    text-transform: none;
}

.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-1+ul>li:first-child,
.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-2+ul>li:first-child {
    border-top: 1px solid #e8e8e8;
}

.duni-cision-press-release_page__component .menu-mobile-sub .mobile-sub-title-2+ul>li {
    padding-left: 16px;
}

.duni-cision-press-release_page__component .menu-mobile-sub.is-slide-open {
    min-height: 100vh;
    background-color: #fff;
    transform: translateX(0);
    height: calc(100%);
    padding-bottom: 100px;
}

.duni-cision-press-release_page__component .menu-mobile-sub>ul {
    margin: 0;
}

.duni-cision-press-release_page__component .menu-mobile-sub ul a {
    display: block;
    padding: 16px 26px 16px 30px;
}

.duni-cision-press-release_page__component .menu-mobile-sub .nav-search {
    margin: 26px;
}

.duni-cision-press-release_page__component .menu-mobile-sub .nav-search .search input {
    width: 85%;
    height: 44px;
    border: 1px solid #ddd;
    border-left: 0;
}

.duni-cision-press-release_page__component .menu-mobile-sub .nav-search .search button {
    margin: 0;
    width: 15%;
    border: 1px solid #ddd;
    border-right: 0;
}

.duni-cision-press-release_page__component .desktop-logo img {
    height: 48px;
    width: auto;
    padding: 8px;
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .desktop-logo img {
        height: 74px;
    }
}

.duni-cision-press-release_page__component header .container-fluid {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.duni-cision-press-release_page__component header .container-fluid .container,
.duni-cision-press-release_page__component header .container-fluid .normal-quote {
    padding-top: 0;
    padding-bottom: 0;
}

.duni-cision-press-release_page__component header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.duni-cision-press-release_page__component .desktop-links {
    display: inline-block;
    float: right;
}

.duni-cision-press-release_page__component .menu-desktop-nav {
    background-color: #fff;
    float: left;
    width: 100%;
    height: 75px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 12px;
}

.duni-cision-press-release_page__component .menu-desktop-nav ul>li>a {
    display: inline-block;
}

.duni-cision-press-release_page__component .menu-desktop-nav a.open {
    opacity: 0.65;
}

.duni-cision-press-release_page__component .menu-desktop-nav .open[href="#"]:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.duni-cision-press-release_page__component .menu-desktop-nav [href="#"]:after {
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    content: "";
    margin: 4px 4px 8px 4px;
    width: 8px;
    height: 6px;
    vertical-align: bottom;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTAgNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzQ1NDU1MzsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJBcnJvd19jb3B5XzExIiBkYXRhLW5hbWU9IkFycm93ICBjb3B5IDExIiBjbGFzcz0iY2xzLTEiIGQ9Ik00NTMsMzA4NC45OWw1LTQuODktMS4xMTEtMS4wOUw0NTMsMzA4Mi44MmwtMy44ODktMy44MUw0NDgsMzA4MC4xbDQuNDQ0LDQuMzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQ4IC0zMDc5KSIvPgo8L3N2Zz4K");
}

.duni-cision-press-release_page__component .menu-desktop-nav li {
    margin: 0;
    display: inline-block;
}

.duni-cision-press-release_page__component .menu-desktop-nav li:last-child {
    padding-right: 0;
}

.duni-cision-press-release_page__component .menu-desktop-nav li a {
    color: #454553;
    padding: 27px 14px;
}

.duni-cision-press-release_page__component .menu-desktop-nav li a:hover {
    opacity: 0.65;
}

.duni-cision-press-release_page__component .menu-sub-list-2 a:before {
    content: "";
    width: 5px;
    height: 7px;
    margin-bottom: 1px;
    margin-right: 8px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iTGFnZXJfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCA1IDciCiAgIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUgNzsiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTEgcjEzNzI1IgogICBzb2RpcG9kaTpkb2NuYW1lPSJhcnJvd19zdWIuc3ZnIj48bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGE5Ij48cmRmOlJERj48Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPjwvY2M6V29yaz48L3JkZjpSREY+PC9tZXRhZGF0YT48ZGVmcwogICAgIGlkPSJkZWZzNyIgLz48c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEiCiAgICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIKICAgICBncmlkdG9sZXJhbmNlPSIxMCIKICAgICBndWlkZXRvbGVyYW5jZT0iMTAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjI1NjAiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTQxOCIKICAgICBpZD0ibmFtZWR2aWV3NSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgaW5rc2NhcGU6em9vbT0iMzMuNzE0Mjg2IgogICAgIGlua3NjYXBlOmN4PSIyLjUiCiAgICAgaW5rc2NhcGU6Y3k9IjMuNSIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0iTGFnZXJfMSIgLz48cG9seWdvbgogICAgIHBvaW50cz0iMi41LDEuOCAwLDAgMCwxLjEgMSwxLjggMy41LDMuNSAxLDUuMyAwLDYgMCw3IDIuNSw1LjMgNSwzLjUgIgogICAgIGlkPSJwb2x5Z29uMyIKICAgICBzdHlsZT0iZmlsbDojZTM1NDBlO2ZpbGwtb3BhY2l0eToxIiAvPjwvc3ZnPg==");
}

.duni-cision-press-release_page__component .menu-sub {
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-transform: uppercase;
}

.duni-cision-press-release_page__component .menu-sub .menu-sub-list-1 {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 75px;
    transform: translateY(-100%);
}

.duni-cision-press-release_page__component .menu-sub .menu-sub-list-1 .container-fluid {
    background-color: #fafafa;
}

.duni-cision-press-release_page__component .menu-sub .menu-sub-list-1.open {
    transform: translateY(0);
}

.duni-cision-press-release_page__component .menu-sub .menu-sub-list-1 .list-item-1 {
    float: left;
    margin: 0;
    padding: 30px 0;
    display: inline-block;
}

.duni-cision-press-release_page__component .menu-sub .menu-sub-list-1 .list-item-1 p {
    color: #e3530c;
}

.duni-cision-press-release_page__component .menu-sub .menu-sub-list-1 a:first-child {
    display: block;
}

.duni-cision-press-release_page__component .menu-sub .menu-sub-list-1 .menu-sub-list-2 {
    display: inline-block;
    float: left;
}

.duni-cision-press-release_page__component .menu-sub .menu-sub-list-1 .menu-sub-list-2 li {
    margin: 0;
    padding: 0;
    display: block;
}

.duni-cision-press-release_page__component .menu-sub .menu-sub-list-1 .menu-sub-list-2 li a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 5px 0;
    font-size: 13px;
    color: #454553;
}

.duni-cision-press-release_page__component .menu-sub .menu-sub-list-1 .menu-sub-list-2 li a:hover {
    opacity: 0.65;
}

.duni-cision-press-release_page__component .toogle-menu.open {
    top: 0;
    overflow-y: auto;
    height: auto;
}

.duni-cision-press-release_page__component .toogle-menu {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: 1694px;
    z-index: 101;
    background-color: #f7f7f7;
    width: 100%;
    top: -1000px;
    height: 0;
    overflow-y: hidden;
    position: fixed;
    padding: 135px 0 65px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu {
        padding: 80px 0 65px;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul {
    width: 75%;
    display: inline-block;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    list-style: none;
    text-transform: uppercase;
    padding: 0 40px 10px 80px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .toogle-menu ul {
        font-size: 12px;
        padding: 0 0 3px 63px;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu ul {
        font-size: 11px;
        padding-left: 28px;
        width: 100%;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul a {
    color: #494949;
}

.duni-cision-press-release_page__component .toogle-menu ul a:hover {
    color: #fc4f57;
}

.duni-cision-press-release_page__component .toogle-menu ul a.blue-light {
    color: #09c;
}

.duni-cision-press-release_page__component .toogle-menu ul a.blue-light:hover {
    color: #fc4f57;
}

.duni-cision-press-release_page__component .toogle-menu ul li:nth-child(odd) {
    clear: left;
}

.duni-cision-press-release_page__component .toogle-menu ul li {
    width: 50%;
    float: left;
    margin-bottom: 34px;
    position: relative;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .toogle-menu ul li {
        width: 50%;
        margin-bottom: 33px;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu ul li {
        margin-bottom: 13px;
        width: 100%;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul li .expand {
    cursor: pointer;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    margin-left: 10px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .toogle-menu ul li .expand {
        top: 6px;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu ul li .expand {
        width: 8px;
        height: 8px;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul li .expand:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #d00;
    left: 50%;
    width: 30%;
    left: 4px;
    height: 100%;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu ul li .expand:before {
        left: 3px;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul li .expand:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #d00;
    top: 50%;
    height: 30%;
    top: 4px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .toogle-menu ul li .expand:after {
        top: 3px;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul li.open .expand:before {
    content: none;
}

.duni-cision-press-release_page__component .toogle-menu ul li.open .expand:after {
    background: #5a5a5a;
}

.duni-cision-press-release_page__component .toogle-menu ul ul {
    display: none;
    padding: 0;
    margin-top: 15px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .toogle-menu ul ul {
        margin-top: 5px;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul ul li {
    margin-bottom: 10px;
    width: 100%;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .toogle-menu ul ul li {
        margin-bottom: 0;
    }
}

.duni-cision-press-release_page__component .toogle-menu ul ul li a {
    color: #909090;
}

.duni-cision-press-release_page__component .toogle-menu ul ul.opened {
    display: block !important;
}

.duni-cision-press-release_page__component .toogle-menu .divider {
    background-color: #cdcdcd;
    height: 1px;
    position: relative;
    margin-bottom: 10px;
}

.duni-cision-press-release_page__component .second-nav {
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    background-color: #fafafa;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 800;
    width: 100%;
    max-width: 1694px;
}

.duni-cision-press-release_page__component .second-nav a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.duni-cision-press-release_page__component .second-nav .browse {
    display: none;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .second-nav .browse {
        display: inline-block;
    }
}

.duni-cision-press-release_page__component .second-nav .browse a {
    color: #412021;
}

.duni-cision-press-release_page__component .second-nav ul {
    padding: 0;
    display: inline-block;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .second-nav ul {
        background: #fafafa;
        left: 0;
        padding-left: 30px;
        position: absolute;
        width: 100%;
    }

    .duni-cision-press-release_page__component .second-nav ul.desktop {
        margin-top: 57px;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
        z-index: 999;
    }

    .duni-cision-press-release_page__component .second-nav ul.open {
        max-height: 9999px;
        transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
        transition-delay: 0s;
    }
}

.duni-cision-press-release_page__component .second-nav .container,
.duni-cision-press-release_page__component .second-nav .normal-quote {
    padding: 0;
}

.duni-cision-press-release_page__component .second-nav li {
    display: inline-block;
    padding-right: 53px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .second-nav li {
        display: block;
        height: 37px;
        line-height: 37px;
    }
}

.duni-cision-press-release_page__component .second-nav li a {
    color: #959595;
    letter-spacing: 1px;
    text-transform: uppercase !important;
}

.duni-cision-press-release_page__component .second-nav li a:hover,
.duni-cision-press-release_page__component .second-nav li a:active {
    color: #412021;
    text-decoration: none;
}

.duni-cision-press-release_page__component .second-nav a.active {
    color: #412021;
}

.duni-cision-press-release_page__component .header-menu+section .nav-fixed {
    position: fixed;
    width: 100%;
    top: 63px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .header-menu+section .nav-fixed {
        top: 75px;
    }
}

.duni-cision-press-release_page__component .nav-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.duni-cision-press-release_page__component .mobile {
    margin-bottom: 57px;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: -100;
    visibility: hidden;
    max-height: auto;
}

.duni-cision-press-release_page__component .slideUp {
    opacity: 1;
    visibility: visible;
}

.duni-cision-press-release_page__component .product-nav {
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: bold;
    color: #898989;
    list-style: none;
    box-sizing: border-box;
    margin: 25px 0;
    margin-left: 1px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.duni-cision-press-release_page__component .product-nav li {
    box-sizing: border-box;
    text-align: center;
    padding: 15px;
    border: 1px solid #eee;
    margin-top: -1px;
    margin-left: -1px;
    cursor: pointer;
    -ms-flex: 1 0 5%;
    -webkit-flex: 1 0 5%;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    flex-grow: 1;
}

.duni-cision-press-release_page__component .product-nav li:hover {
    color: #c5c5c5;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .product-nav li {
        padding: 15px 35px;
        min-width: 5%;
    }
}

.duni-cision-press-release_page__component .search {
    font-family: "azo_sanslight_italic";
}

.duni-cision-press-release_page__component .menu-desktop .search input {
    width: 70%;
    padding: 0;
    border: 0;
    padding-left: 8px;
    height: 75px;
    font-size: 16px;
    outline: none;
}

.duni-cision-press-release_page__component .menu-desktop .search button {
    border: 0;
    margin: 0;
    border-left: 1px solid #ddd;
    padding: 26px 20px;
    margin-left: 50px;
    outline: none;
    height: auto;
}

.duni-cision-press-release_page__component .desktop-search {
    -webkit-transition: all 0.65s ease 0s;
    -moz-transition: all 0.65s ease 0s;
    -o-transition: all 0.65s ease 0s;
    transition: all 0.65s ease 0s;
    opacity: 0;
}

.duni-cision-press-release_page__component .desktop-search.animated {
    opacity: 1;
}

.duni-cision-press-release_page__component .desktop-nav-container {
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
    opacity: 0;
}

.duni-cision-press-release_page__component .desktop-nav-container.animated {
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
    opacity: 1;
}

.duni-cision-press-release_page__component .mega-nav-container {
    display: none;
}

@media screen and (min-width:992px) {
    .duni-cision-press-release_page__component .mega-nav-container {
        display: block;
    }
}

.duni-cision-press-release_page__component .mega-nav-container {
    font-family: azo_sansmedium;
    letter-spacing: 0.1em;
    font-size: 12px;
}

.duni-cision-press-release_page__component .mega-nav-container .mega-nav-menu,
.duni-cision-press-release_page__component .mega-nav-container .mega-nav-content-left,
.duni-cision-press-release_page__component .mega-nav-container .nav-links {
    float: left;
}

.duni-cision-press-release_page__component .mega-nav-container .nav-title,
.duni-cision-press-release_page__component .mega-nav-container .content-title {
    font-family: azo_sansbold;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 0;
    margin-bottom: 10px;
}

.duni-cision-press-release_page__component .mega-nav-container .mega-nav-content-left .nav-title,
.duni-cision-press-release_page__component .mega-nav-container .mega-nav-content-left .nav-links a {
    color: #454553;
}

.duni-cision-press-release_page__component .mega-nav-container .mega-nav-content-left .nav-links {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
}

.duni-cision-press-release_page__component .mega-nav-container .mega-nav-content-right .nav-title,
.duni-cision-press-release_page__component .mega-nav-container .mega-nav-content-right .nav-links a {
    color: #fff;
}

.duni-cision-press-release_page__component .mega-nav-container .mega-nav-content-right .nav-links {
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
    width: 85%;
}

.duni-cision-press-release_page__component .mega-nav-container .nav-links a {
    line-height: 1.25;
    letter-spacing: 0.04em;
    font-size: 16px;
    font-family: 400;
    display: inline-block;
    padding: 8px 0;
}

.duni-cision-press-release_page__component .mega-nav-container .content-title {
    color: #fff;
    font-size: 25px;
    font-family: Inter, Roboto, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 43px;
}

.duni-cision-press-release_page__component .mega-nav-container .content-text {
    font-family: Inter, Roboto, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

.duni-cision-press-release_page__component .mega-nav-container .mega-content-link {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 20px;
}

.duni-cision-press-release_page__component .mega-nav-container .mega-content-link:after {
    content: ">";
    font-family: "Lato", sans-serif;
    position: absolute;
    padding-left: 6px;
    font-size: 12px;
}

.duni-cision-press-release_page__component .mega-nav-container .mega-video-link {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 20px;
}

.duni-cision-press-release_page__component .mega-nav-container .mega-video-link:before {
    content: "";
    height: 20px;
    width: 20px;
    margin-right: 8px;
    vertical-align: top;
    display: inline-block;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiCiAgIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIgogICB3aWR0aD0iMjAiCiAgIGhlaWdodD0iMjAiCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCIKICAgaWQ9InN2ZzIiCiAgIHZlcnNpb249IjEuMSIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45MSByMTM3MjUiCiAgIHNvZGlwb2RpOmRvY25hbWU9ImFycm93X3Jpbmcuc3ZnIj4KICA8ZGVmcwogICAgIGlkPSJkZWZzNCIgLz4KICA8c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgaWQ9ImJhc2UiCiAgICAgcGFnZWNvbG9yPSIjMDAwMDAwIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMSIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOnpvb209IjUuNjU2ODU0MiIKICAgICBpbmtzY2FwZTpjeD0iNC45OTQwMjUiCiAgICAgaW5rc2NhcGU6Y3k9Ii0xNy4wNzk2NjkiCiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9InB4IgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9Imc0MTUzIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICB1bml0cz0icHgiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIyNTYwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEzNzciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy15PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAvPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTciPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgICAgPGRjOnRpdGxlPjwvZGM6dGl0bGU+CiAgICAgIDwvY2M6V29yaz4KICAgIDwvcmRmOlJERj4KICA8L21ldGFkYXRhPgogIDxnCiAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiCiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIKICAgICBpZD0ibGF5ZXIxIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwMzIuMzYyMikiPgogICAgPGcKICAgICAgIGlkPSJnNDE1MyI+CiAgICAgIDxjaXJjbGUKICAgICAgICAgY3k9IjEwMzMuMjgwNiIKICAgICAgICAgY3g9IjIwIgogICAgICAgICBpZD0icGF0aDQxNDciCiAgICAgICAgIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDpub25lO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTojZmZmZmZmO3N0cm9rZS13aWR0aDozLjgyNDM4NDQ1O3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICAgIHI9IjAiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIHRyYW5zZm9ybT0ibWF0cml4KDAuMjYyMjM1MDMsMCwwLDAuMzAyODAyOTMsMTUuNjQzMTcxLDczNy4zNTM2MikiCiAgICAgICAgIGlua3NjYXBlOnRyYW5zZm9ybS1jZW50ZXIteD0iLTEuMDAwMDAxMSIKICAgICAgICAgZD0ibSAtMzAuNjA3NzE3LDEwMjAuNDk0IDAsLTI2LjQxOTc5IDIyLjg4MDIzOSwxMy4yMDk4OSB6IgogICAgICAgICBpbmtzY2FwZTpyYW5kb21pemVkPSIwIgogICAgICAgICBpbmtzY2FwZTpyb3VuZGVkPSIwIgogICAgICAgICBpbmtzY2FwZTpmbGF0c2lkZWQ9InRydWUiCiAgICAgICAgIHNvZGlwb2RpOmFyZzI9IjMuMTQxNTkyNyIKICAgICAgICAgc29kaXBvZGk6YXJnMT0iMi4wOTQzOTUxIgogICAgICAgICBzb2RpcG9kaTpyMj0iNy42MjY3NDU3IgogICAgICAgICBzb2RpcG9kaTpyMT0iMTUuMjUzNDkyIgogICAgICAgICBzb2RpcG9kaTpjeT0iMTAwNy4yODQxIgogICAgICAgICBzb2RpcG9kaTpjeD0iLTIyLjk4MDk3IgogICAgICAgICBzb2RpcG9kaTpzaWRlcz0iMyIKICAgICAgICAgaWQ9InBhdGg0MTUxIgogICAgICAgICBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIgogICAgICAgICBzb2RpcG9kaTp0eXBlPSJzdGFyIiAvPgogICAgICA8ZWxsaXBzZQogICAgICAgICBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6bm9uZTtmaWxsLW9wYWNpdHk6MTtzdHJva2U6I2ZmZmZmZjtzdHJva2Utd2lkdGg6MS42MDgxOTkxMjtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIgogICAgICAgICBpZD0icGF0aDQxMzYiCiAgICAgICAgIGN4PSIxMC4wMDAwMDEiCiAgICAgICAgIGN5PSIxMDQyLjM2MjIiCiAgICAgICAgIHJ4PSI5LjE5NTkwMDkiCiAgICAgICAgIHJ5PSI5LjE5NTkiIC8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
}

.duni-cision-press-release_page__component .mega-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.2s;
    display: block;
}

.duni-cision-press-release_page__component .mega-nav .inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.duni-cision-press-release_page__component .mega-nav-wrapper-left {
    width: 100%;
    left: 0;
    top: 0;
    right: auto;
    height: 100%;
    padding: 0;
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

.duni-cision-press-release_page__component .mega-nav-left {
    width: 700px;
    height: 100%;
    position: relative;
    z-index: 10;
    overflow: visible;
    background-color: #fdfdfd;
    padding-left: 18px;
    min-height: 320px;
}

.duni-cision-press-release_page__component .mega-nav-left:before {
    content: "";
    background-color: #fdfdfd;
    width: 962px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.duni-cision-press-release_page__component .mega-nav-right,
.duni-cision-press-release_page__component .mega-nav-wrapper-right {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 685px;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #454553;
}

.duni-cision-press-release_page__component .mega-nav-item {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 75px;
    transform: translateY(-100%);
}

.duni-cision-press-release_page__component .mega-nav-item.is-open {
    transform: translateY(0);
}

.duni-cision-press-release_page__component .mega-nav-content-left,
.duni-cision-press-release_page__component .mega-nav-content-right {
    padding: 60px 0;
    width: 100%;
}

.duni-cision-press-release_page__component .mega-nav-content-right {
    position: absolute;
    top: 0;
    padding-left: 60px;
    left: 700px;
    color: #fff;
    height: 100%;
    width: calc(132%);
    background-color: #454553;
}

.duni-cision-press-release_page__component .mega-nav-content-right>div {
    max-width: 32vw;
}

.duni-cision-press-release_page__component .mega-nav-content-right h3,
.duni-cision-press-release_page__component .mega-nav-content-right p,
.duni-cision-press-release_page__component .mega-nav-content-right ul,
.duni-cision-press-release_page__component .mega-nav-content-right a {
    position: relative;
}

.duni-cision-press-release_page__component .mega-nav-bg-right {
    background-color: #454553;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-filter: brightness(50%);
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.duni-cision-press-release_page__component .mega-nav-content-left ul {
    width: 32%;
    display: inline-block;
}

.duni-cision-press-release_page__component .js-toggle-search {
    display: inline-block;
    padding: 10px;
    margin-left: 0;
}

@media screen and (min-width:1280px) {
    .duni-cision-press-release_page__component .js-toggle-search {
        display: inline-block;
        padding: 10px;
        margin-left: 120px;
    }
}

.duni-cision-press-release_page__component .is-hidden {
    display: none;
}

@media all and (-ms-high-contrast:none) {
    .duni-cision-press-release_page__component .mega-nav-container .mega-nav-bg-right:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .duni-cision-press-release_page__component *::-ms-backdrop,
    .duni-cision-press-release_page__component .mega-nav-container .mega-nav-bg-right:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.5);
    }
}

.duni-cision-press-release_page__component footer {
    text-transform: uppercase;
    background-color: #111928;
    margin-top: 50px;
    min-height: 300px;
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component footer {
        margin-top: 20px;
    }
}

.duni-cision-press-release_page__component footer nav {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-top: 30px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component footer nav {
        font-size: 12px;
    }
}

.duni-cision-press-release_page__component footer nav ul {
    padding: 0;
    margin: 0;
}

.duni-cision-press-release_page__component footer nav ul li {
    display: inline-block;
    margin-right: 37px;
}

.duni-cision-press-release_page__component footer nav ul li:last-child {
    margin-right: 0;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component footer nav ul li {
        margin-right: 30px;
    }
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component footer nav ul li {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }
}

.duni-cision-press-release_page__component footer nav ul.pull-right li {
    margin-right: 30px;
}

.duni-cision-press-release_page__component footer nav ul.pull-right li:last-child {
    margin-right: 0;
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component footer nav ul.pull-right li {
        margin-right: 0;
    }
}

.duni-cision-press-release_page__component footer nav ul.pull-right a:after {
    content: ">";
    padding-left: 6px;
    position: absolute;
}

.duni-cision-press-release_page__component footer nav.first-nav a {
    color: #cd9a24;
    letter-spacing: 1.5px;
}

.duni-cision-press-release_page__component footer nav.first-nav a:hover {
    color: #fff;
}

.duni-cision-press-release_page__component footer nav.secondary-nav {
    margin-top: 15px;
}

.duni-cision-press-release_page__component footer nav.secondary-nav li {
    margin-right: 37px;
    color: #5b6577;
}

.duni-cision-press-release_page__component footer nav.secondary-nav li a {
    color: #5b6577;
    letter-spacing: 1.5px;
}

.duni-cision-press-release_page__component footer nav.secondary-nav li a:hover {
    color: #fff;
}

.duni-cision-press-release_page__component footer nav.secondary-nav li:last-child {
    margin-right: 0;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component footer nav.secondary-nav li {
        margin-right: 30px;
    }
}

@media screen and (max-width:768px) {
    .duni-cision-press-release_page__component footer nav.secondary-nav li {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component footer nav.secondary-nav {
        margin-top: 10px;
    }
}

.duni-cision-press-release_page__component footer a.back-to-top-link {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #cd9a24;
    letter-spacing: 1.5px;
}

.duni-cision-press-release_page__component footer a.back-to-top-link:hover {
    color: #fff;
}

.duni-cision-press-release_page__component .container-fluid.back-to-top {
    background-color: #2f384a;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.duni-cision-press-release_page__component .container-fluid.back-to-top.open {
    opacity: 1;
}

.duni-cision-press-release_page__component .nav-bottom {
    padding: 0 !important;
    border: none;
}

.duni-cision-press-release_page__component .nav-bottom .container,
.duni-cision-press-release_page__component .nav-bottom .normal-quote {
    border-top: 1px solid #e0e0e0;
    background-color: #fafafa !important;
    padding: 0 15px !important;
}

.duni-cision-press-release_page__component .hamburger {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
    display: inline-block;
    cursor: pointer;
    outline: none;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.duni-cision-press-release_page__component .hamburger:hover {
    opacity: 0.7;
}

.duni-cision-press-release_page__component .hamburger-box {
    width: 18px;
    height: 9px;
    display: inline-block;
    position: relative;
}

.duni-cision-press-release_page__component .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -0.5px;
}

.duni-cision-press-release_page__component .hamburger-inner,
.duni-cision-press-release_page__component .hamburger-inner::before,
.duni-cision-press-release_page__component .hamburger-inner::after {
    width: 18px;
    height: 1px;
    background-color: #454553;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.duni-cision-press-release_page__component .hamburger-inner::before,
.duni-cision-press-release_page__component .hamburger-inner::after {
    content: "";
    display: block;
}

.duni-cision-press-release_page__component .hamburger-inner::before {
    top: -5.8px;
}

.duni-cision-press-release_page__component .hamburger-inner::after {
    bottom: -5.8px;
}

.duni-cision-press-release_page__component .hamburger-label {
    color: #454553;
    font-size: 14px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    text-transform: uppercase;
}

.duni-cision-press-release_page__component .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.duni-cision-press-release_page__component .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.duni-cision-press-release_page__component .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.duni-cision-press-release_page__component .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.duni-cision-press-release_page__component .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.duni-cision-press-release_page__component .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.duni-cision-press-release_page__component .right-link-nav,
.duni-cision-press-release_page__component .right-link-nav.disabled,
.duni-cision-press-release_page__component .btn-white,
.duni-cision-press-release_page__component .btn-brilliant-red,
.duni-cision-press-release_page__component .btn-brilliant-blue,
.duni-cision-press-release_page__component .btn-bordeaux,
.duni-cision-press-release_page__component .btn-darkgreen,
.duni-cision-press-release_page__component .btn-brilliant-yellow,
.duni-cision-press-release_page__component .btn-cafe,
.duni-cision-press-release_page__component .btn-black,
.duni-cision-press-release_page__component .btn-grey,
.duni-cision-press-release_page__component .btn-kiwi,
.duni-cision-press-release_page__component .btn-orange,
.duni-cision-press-release_page__component .btn-granite-grey,
.duni-cision-press-release_page__component .btn-pacific-blue,
.duni-cision-press-release_page__component .btn-mandarin,
.duni-cision-press-release_page__component .btn-soft-violet,
.duni-cision-press-release_page__component .btn-fuchsia,
.duni-cision-press-release_page__component .btn-mid-blue,
.duni-cision-press-release_page__component .btn-soft-orange,
.duni-cision-press-release_page__component .btn-herbal-green,
.duni-cision-press-release_page__component .btn-greige,
.duni-cision-press-release_page__component .btn-mint-blue,
.duni-cision-press-release_page__component .btn-slate,
.duni-cision-press-release_page__component .btn-primary-coffee,
.duni-cision-press-release_page__component .btn-primary-darkblue,
.duni-cision-press-release_page__component .btn-primary-raspberry,
.duni-cision-press-release_page__component .btn-secondary-warm-yellow,
.duni-cision-press-release_page__component .btn-secondary-pacific-blue,
.duni-cision-press-release_page__component .btn-secondary-herbal-green,
.duni-cision-press-release_page__component .btn-secondary-grey,
.duni-cision-press-release_page__component .btn-plum,
.duni-cision-press-release_page__component .btn-secondary-plum,
.duni-cision-press-release_page__component .btn-secondary-green,
.duni-cision-press-release_page__component .btn-mellow-rose,
.duni-cision-press-release_page__component .btn-chestnut,
.duni-cision-press-release_page__component .btn-honey,
.duni-cision-press-release_page__component .btn-secondary-pacific-brilliant-blue,
.duni-cision-press-release_page__component .btn-ecoecho-green,
.duni-cision-press-release_page__component .btn-white-t,
.duni-cision-press-release_page__component .btn-biopak-light-green,
.duni-cision-press-release_page__component .btn-biopak-dark-green,
.duni-cision-press-release_page__component .btn-biopak-compost-dark-green,
.duni-cision-press-release_page__component .btn-biopak-bright-green,
.duni-cision-press-release_page__component .btn-biopak-highlight-yellow,
.duni-cision-press-release_page__component .btn-biopak-orange,
.duni-cision-press-release_page__component .btn-biopak-brown,
.duni-cision-press-release_page__component .btn-biopak-buff,
.duni-cision-press-release_page__component .btn-biopak-grey {
    min-width: 180px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-family: "Lato", sans-serif;
    border: 0;
    outline: none;
    padding: 0 18px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.duni-cision-press-release_page__component .right-link-nav:hover,
.duni-cision-press-release_page__component .btn-white:hover,
.duni-cision-press-release_page__component .btn-brilliant-red:hover,
.duni-cision-press-release_page__component .btn-brilliant-blue:hover,
.duni-cision-press-release_page__component .btn-bordeaux:hover,
.duni-cision-press-release_page__component .btn-darkgreen:hover,
.duni-cision-press-release_page__component .btn-brilliant-yellow:hover,
.duni-cision-press-release_page__component .btn-cafe:hover,
.duni-cision-press-release_page__component .btn-black:hover,
.duni-cision-press-release_page__component .btn-grey:hover,
.duni-cision-press-release_page__component .btn-kiwi:hover,
.duni-cision-press-release_page__component .btn-orange:hover,
.duni-cision-press-release_page__component .btn-granite-grey:hover,
.duni-cision-press-release_page__component .btn-pacific-blue:hover,
.duni-cision-press-release_page__component .btn-mandarin:hover,
.duni-cision-press-release_page__component .btn-soft-violet:hover,
.duni-cision-press-release_page__component .btn-fuchsia:hover,
.duni-cision-press-release_page__component .btn-mid-blue:hover,
.duni-cision-press-release_page__component .btn-soft-orange:hover,
.duni-cision-press-release_page__component .btn-herbal-green:hover,
.duni-cision-press-release_page__component .btn-greige:hover,
.duni-cision-press-release_page__component .btn-mint-blue:hover,
.duni-cision-press-release_page__component .btn-slate:hover,
.duni-cision-press-release_page__component .btn-primary-coffee:hover,
.duni-cision-press-release_page__component .btn-primary-darkblue:hover,
.duni-cision-press-release_page__component .btn-primary-raspberry:hover,
.duni-cision-press-release_page__component .btn-secondary-warm-yellow:hover,
.duni-cision-press-release_page__component .btn-secondary-pacific-blue:hover,
.duni-cision-press-release_page__component .btn-secondary-herbal-green:hover,
.duni-cision-press-release_page__component .btn-secondary-grey:hover,
.duni-cision-press-release_page__component .btn-plum:hover,
.duni-cision-press-release_page__component .btn-secondary-plum:hover,
.duni-cision-press-release_page__component .btn-secondary-green:hover,
.duni-cision-press-release_page__component .btn-mellow-rose:hover,
.duni-cision-press-release_page__component .btn-chestnut:hover,
.duni-cision-press-release_page__component .btn-honey:hover,
.duni-cision-press-release_page__component .btn-secondary-pacific-brilliant-blue:hover,
.duni-cision-press-release_page__component .btn-ecoecho-green:hover,
.duni-cision-press-release_page__component .btn-white-t:hover,
.duni-cision-press-release_page__component .btn-biopak-light-green:hover,
.duni-cision-press-release_page__component .btn-biopak-dark-green:hover,
.duni-cision-press-release_page__component .btn-biopak-compost-dark-green:hover,
.duni-cision-press-release_page__component .btn-biopak-bright-green:hover,
.duni-cision-press-release_page__component .btn-biopak-highlight-yellow:hover,
.duni-cision-press-release_page__component .btn-biopak-orange:hover,
.duni-cision-press-release_page__component .btn-biopak-brown:hover,
.duni-cision-press-release_page__component .btn-biopak-buff:hover,
.duni-cision-press-release_page__component .btn-biopak-grey:hover,
.duni-cision-press-release_page__component .right-link-nav:active,
.duni-cision-press-release_page__component .btn-white:active,
.duni-cision-press-release_page__component .btn-brilliant-red:active,
.duni-cision-press-release_page__component .btn-brilliant-blue:active,
.duni-cision-press-release_page__component .btn-bordeaux:active,
.duni-cision-press-release_page__component .btn-darkgreen:active,
.duni-cision-press-release_page__component .btn-brilliant-yellow:active,
.duni-cision-press-release_page__component .btn-cafe:active,
.duni-cision-press-release_page__component .btn-black:active,
.duni-cision-press-release_page__component .btn-grey:active,
.duni-cision-press-release_page__component .btn-kiwi:active,
.duni-cision-press-release_page__component .btn-orange:active,
.duni-cision-press-release_page__component .btn-granite-grey:active,
.duni-cision-press-release_page__component .btn-pacific-blue:active,
.duni-cision-press-release_page__component .btn-mandarin:active,
.duni-cision-press-release_page__component .btn-soft-violet:active,
.duni-cision-press-release_page__component .btn-fuchsia:active,
.duni-cision-press-release_page__component .btn-mid-blue:active,
.duni-cision-press-release_page__component .btn-soft-orange:active,
.duni-cision-press-release_page__component .btn-herbal-green:active,
.duni-cision-press-release_page__component .btn-greige:active,
.duni-cision-press-release_page__component .btn-mint-blue:active,
.duni-cision-press-release_page__component .btn-slate:active,
.duni-cision-press-release_page__component .btn-primary-coffee:active,
.duni-cision-press-release_page__component .btn-primary-darkblue:active,
.duni-cision-press-release_page__component .btn-primary-raspberry:active,
.duni-cision-press-release_page__component .btn-secondary-warm-yellow:active,
.duni-cision-press-release_page__component .btn-secondary-pacific-blue:active,
.duni-cision-press-release_page__component .btn-secondary-herbal-green:active,
.duni-cision-press-release_page__component .btn-secondary-grey:active,
.duni-cision-press-release_page__component .btn-plum:active,
.duni-cision-press-release_page__component .btn-secondary-plum:active,
.duni-cision-press-release_page__component .btn-secondary-green:active,
.duni-cision-press-release_page__component .btn-mellow-rose:active,
.duni-cision-press-release_page__component .btn-chestnut:active,
.duni-cision-press-release_page__component .btn-honey:active,
.duni-cision-press-release_page__component .btn-secondary-pacific-brilliant-blue:active,
.duni-cision-press-release_page__component .btn-ecoecho-green:active,
.duni-cision-press-release_page__component .btn-white-t:active,
.duni-cision-press-release_page__component .btn-biopak-light-green:active,
.duni-cision-press-release_page__component .btn-biopak-dark-green:active,
.duni-cision-press-release_page__component .btn-biopak-compost-dark-green:active,
.duni-cision-press-release_page__component .btn-biopak-bright-green:active,
.duni-cision-press-release_page__component .btn-biopak-highlight-yellow:active,
.duni-cision-press-release_page__component .btn-biopak-orange:active,
.duni-cision-press-release_page__component .btn-biopak-brown:active,
.duni-cision-press-release_page__component .btn-biopak-buff:active,
.duni-cision-press-release_page__component .btn-biopak-grey:active,
.duni-cision-press-release_page__component .right-link-nav:focus,
.duni-cision-press-release_page__component .btn-white:focus,
.duni-cision-press-release_page__component .btn-brilliant-red:focus,
.duni-cision-press-release_page__component .btn-brilliant-blue:focus,
.duni-cision-press-release_page__component .btn-bordeaux:focus,
.duni-cision-press-release_page__component .btn-darkgreen:focus,
.duni-cision-press-release_page__component .btn-brilliant-yellow:focus,
.duni-cision-press-release_page__component .btn-cafe:focus,
.duni-cision-press-release_page__component .btn-black:focus,
.duni-cision-press-release_page__component .btn-grey:focus,
.duni-cision-press-release_page__component .btn-kiwi:focus,
.duni-cision-press-release_page__component .btn-orange:focus,
.duni-cision-press-release_page__component .btn-granite-grey:focus,
.duni-cision-press-release_page__component .btn-pacific-blue:focus,
.duni-cision-press-release_page__component .btn-mandarin:focus,
.duni-cision-press-release_page__component .btn-soft-violet:focus,
.duni-cision-press-release_page__component .btn-fuchsia:focus,
.duni-cision-press-release_page__component .btn-mid-blue:focus,
.duni-cision-press-release_page__component .btn-soft-orange:focus,
.duni-cision-press-release_page__component .btn-herbal-green:focus,
.duni-cision-press-release_page__component .btn-greige:focus,
.duni-cision-press-release_page__component .btn-mint-blue:focus,
.duni-cision-press-release_page__component .btn-slate:focus,
.duni-cision-press-release_page__component .btn-primary-coffee:focus,
.duni-cision-press-release_page__component .btn-primary-darkblue:focus,
.duni-cision-press-release_page__component .btn-primary-raspberry:focus,
.duni-cision-press-release_page__component .btn-secondary-warm-yellow:focus,
.duni-cision-press-release_page__component .btn-secondary-pacific-blue:focus,
.duni-cision-press-release_page__component .btn-secondary-herbal-green:focus,
.duni-cision-press-release_page__component .btn-secondary-grey:focus,
.duni-cision-press-release_page__component .btn-plum:focus,
.duni-cision-press-release_page__component .btn-secondary-plum:focus,
.duni-cision-press-release_page__component .btn-secondary-green:focus,
.duni-cision-press-release_page__component .btn-mellow-rose:focus,
.duni-cision-press-release_page__component .btn-chestnut:focus,
.duni-cision-press-release_page__component .btn-honey:focus,
.duni-cision-press-release_page__component .btn-secondary-pacific-brilliant-blue:focus,
.duni-cision-press-release_page__component .btn-ecoecho-green:focus,
.duni-cision-press-release_page__component .btn-white-t:focus,
.duni-cision-press-release_page__component .btn-biopak-light-green:focus,
.duni-cision-press-release_page__component .btn-biopak-dark-green:focus,
.duni-cision-press-release_page__component .btn-biopak-compost-dark-green:focus,
.duni-cision-press-release_page__component .btn-biopak-bright-green:focus,
.duni-cision-press-release_page__component .btn-biopak-highlight-yellow:focus,
.duni-cision-press-release_page__component .btn-biopak-orange:focus,
.duni-cision-press-release_page__component .btn-biopak-brown:focus,
.duni-cision-press-release_page__component .btn-biopak-buff:focus,
.duni-cision-press-release_page__component .btn-biopak-grey:focus {
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

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

    .duni-cision-press-release_page__component .right-link-nav,
    .duni-cision-press-release_page__component .right-link-nav.disabled,
    .duni-cision-press-release_page__component .btn-white,
    .duni-cision-press-release_page__component .btn-brilliant-red,
    .duni-cision-press-release_page__component .btn-brilliant-blue,
    .duni-cision-press-release_page__component .btn-bordeaux,
    .duni-cision-press-release_page__component .btn-darkgreen,
    .duni-cision-press-release_page__component .btn-brilliant-yellow,
    .duni-cision-press-release_page__component .btn-cafe,
    .duni-cision-press-release_page__component .btn-black,
    .duni-cision-press-release_page__component .btn-grey,
    .duni-cision-press-release_page__component .btn-kiwi,
    .duni-cision-press-release_page__component .btn-orange,
    .duni-cision-press-release_page__component .btn-granite-grey,
    .duni-cision-press-release_page__component .btn-pacific-blue,
    .duni-cision-press-release_page__component .btn-mandarin,
    .duni-cision-press-release_page__component .btn-soft-violet,
    .duni-cision-press-release_page__component .btn-fuchsia,
    .duni-cision-press-release_page__component .btn-mid-blue,
    .duni-cision-press-release_page__component .btn-soft-orange,
    .duni-cision-press-release_page__component .btn-herbal-green,
    .duni-cision-press-release_page__component .btn-greige,
    .duni-cision-press-release_page__component .btn-mint-blue,
    .duni-cision-press-release_page__component .btn-slate,
    .duni-cision-press-release_page__component .btn-primary-coffee,
    .duni-cision-press-release_page__component .btn-primary-darkblue,
    .duni-cision-press-release_page__component .btn-primary-raspberry,
    .duni-cision-press-release_page__component .btn-secondary-warm-yellow,
    .duni-cision-press-release_page__component .btn-secondary-pacific-blue,
    .duni-cision-press-release_page__component .btn-secondary-herbal-green,
    .duni-cision-press-release_page__component .btn-secondary-grey,
    .duni-cision-press-release_page__component .btn-plum,
    .duni-cision-press-release_page__component .btn-secondary-plum,
    .duni-cision-press-release_page__component .btn-secondary-green,
    .duni-cision-press-release_page__component .btn-mellow-rose,
    .duni-cision-press-release_page__component .btn-chestnut,
    .duni-cision-press-release_page__component .btn-honey,
    .duni-cision-press-release_page__component .btn-secondary-pacific-brilliant-blue,
    .duni-cision-press-release_page__component .btn-ecoecho-green,
    .duni-cision-press-release_page__component .btn-white-t,
    .duni-cision-press-release_page__component .btn-biopak-light-green,
    .duni-cision-press-release_page__component .btn-biopak-dark-green,
    .duni-cision-press-release_page__component .btn-biopak-compost-dark-green,
    .duni-cision-press-release_page__component .btn-biopak-bright-green,
    .duni-cision-press-release_page__component .btn-biopak-highlight-yellow,
    .duni-cision-press-release_page__component .btn-biopak-orange,
    .duni-cision-press-release_page__component .btn-biopak-brown,
    .duni-cision-press-release_page__component .btn-biopak-buff,
    .duni-cision-press-release_page__component .btn-biopak-grey {
        min-width: 129px;
        font-size: 11px;
        height: 34px;
        line-height: 34px;
    }
}

@media screen and (max-width:767px) {

    .duni-cision-press-release_page__component .right-link-nav+a,
    .duni-cision-press-release_page__component .right-link-nav.disabled+a,
    .duni-cision-press-release_page__component .btn-white+a,
    .duni-cision-press-release_page__component .btn-brilliant-red+a,
    .duni-cision-press-release_page__component .btn-brilliant-blue+a,
    .duni-cision-press-release_page__component .btn-bordeaux+a,
    .duni-cision-press-release_page__component .btn-darkgreen+a,
    .duni-cision-press-release_page__component .btn-brilliant-yellow+a,
    .duni-cision-press-release_page__component .btn-cafe+a,
    .duni-cision-press-release_page__component .btn-black+a,
    .duni-cision-press-release_page__component .btn-grey+a,
    .duni-cision-press-release_page__component .btn-kiwi+a,
    .duni-cision-press-release_page__component .btn-orange+a,
    .duni-cision-press-release_page__component .btn-granite-grey+a,
    .duni-cision-press-release_page__component .btn-pacific-blue+a,
    .duni-cision-press-release_page__component .btn-mandarin+a,
    .duni-cision-press-release_page__component .btn-soft-violet+a,
    .duni-cision-press-release_page__component .btn-fuchsia+a,
    .duni-cision-press-release_page__component .btn-mid-blue+a,
    .duni-cision-press-release_page__component .btn-soft-orange+a,
    .duni-cision-press-release_page__component .btn-herbal-green+a,
    .duni-cision-press-release_page__component .btn-greige+a,
    .duni-cision-press-release_page__component .btn-mint-blue+a,
    .duni-cision-press-release_page__component .btn-slate+a,
    .duni-cision-press-release_page__component .btn-primary-coffee+a,
    .duni-cision-press-release_page__component .btn-primary-darkblue+a,
    .duni-cision-press-release_page__component .btn-primary-raspberry+a,
    .duni-cision-press-release_page__component .btn-secondary-warm-yellow+a,
    .duni-cision-press-release_page__component .btn-secondary-pacific-blue+a,
    .duni-cision-press-release_page__component .btn-secondary-herbal-green+a,
    .duni-cision-press-release_page__component .btn-secondary-grey+a,
    .duni-cision-press-release_page__component .btn-plum+a,
    .duni-cision-press-release_page__component .btn-secondary-plum+a,
    .duni-cision-press-release_page__component .btn-secondary-green+a,
    .duni-cision-press-release_page__component .btn-mellow-rose+a,
    .duni-cision-press-release_page__component .btn-chestnut+a,
    .duni-cision-press-release_page__component .btn-honey+a,
    .duni-cision-press-release_page__component .btn-secondary-pacific-brilliant-blue+a,
    .duni-cision-press-release_page__component .btn-ecoecho-green+a,
    .duni-cision-press-release_page__component .btn-white-t+a,
    .duni-cision-press-release_page__component .btn-biopak-light-green+a,
    .duni-cision-press-release_page__component .btn-biopak-dark-green+a,
    .duni-cision-press-release_page__component .btn-biopak-compost-dark-green+a,
    .duni-cision-press-release_page__component .btn-biopak-bright-green+a,
    .duni-cision-press-release_page__component .btn-biopak-highlight-yellow+a,
    .duni-cision-press-release_page__component .btn-biopak-orange+a,
    .duni-cision-press-release_page__component .btn-biopak-brown+a,
    .duni-cision-press-release_page__component .btn-biopak-buff+a,
    .duni-cision-press-release_page__component .btn-biopak-grey+a {
        margin-top: 25px;
        margin-right: 0;
    }
}

.duni-cision-press-release_page__component .right-link-nav,
.duni-cision-press-release_page__component .right-link-nav.disabled {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 17px;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    float: right;
    min-width: 0;
    margin-top: 10px;
    background-color: transparent;
    color: #959595;
    min-width: 151px;
    box-shadow: none;
}

.duni-cision-press-release_page__component .right-link-nav:hover {
    color: #c5c5c5;
}

.duni-cision-press-release_page__component .right-link-nav:active {
    color: #b9b9b9;
    box-shadow: none;
}

.duni-cision-press-release_page__component .btn-white {
    background-color: #fff;
    color: #2e2e2e;
}

.duni-cision-press-release_page__component .btn-brilliant-red {
    background-color: #ed2939;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-brilliant-red:hover {
    background-color: #e02131;
}

.duni-cision-press-release_page__component .btn-brilliant-red:active {
    background-color: #c92230;
}

.duni-cision-press-release_page__component .btn-brilliant-red.right-link-nav {
    border: 1px solid #c92230;
}

.duni-cision-press-release_page__component .btn-brilliant-blue {
    background-color: #3155a4;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-brilliant-blue:hover {
    background-color: #294c98;
}

.duni-cision-press-release_page__component .btn-brilliant-blue:active {
    background-color: #1b3b81;
}

.duni-cision-press-release_page__component .btn-brilliant-blue.right-link-nav {
    border: 1px solid #1b3b81;
}

.duni-cision-press-release_page__component .btn-bordeaux {
    background-color: #a71930;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-bordeaux:hover {
    background-color: #9b1329;
}

.duni-cision-press-release_page__component .btn-bordeaux:active {
    background-color: #781122;
}

.duni-cision-press-release_page__component .btn-bordeaux.right-link-nav {
    border: 1px solid #781122;
}

.duni-cision-press-release_page__component .btn-darkgreen {
    background-color: #006930;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-darkgreen:hover {
    background-color: #005e2b;
}

.duni-cision-press-release_page__component .btn-darkgreen:active {
    background-color: #005225;
}

.duni-cision-press-release_page__component .btn-darkgreen.right-link-nav {
    border: 1px solid #005225;
}

.duni-cision-press-release_page__component .btn-brilliant-yellow {
    background-color: #f9d033;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-brilliant-yellow:hover {
    background-color: #fcc800;
}

.duni-cision-press-release_page__component .btn-brilliant-yellow:active {
    background-color: #feb62a;
}

.duni-cision-press-release_page__component .btn-brilliant-yellow.right-link-nav {
    border: 1px solid #feb62a;
}

.duni-cision-press-release_page__component .btn-cafe {
    background-color: #916c5b;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-cafe:hover {
    background-color: #755647;
}

.duni-cision-press-release_page__component .btn-cafe:active {
    background-color: #835e4d;
}

.duni-cision-press-release_page__component .btn-cafe.right-link-nav {
    border: 1px solid #835e4d;
}

.duni-cision-press-release_page__component .btn-black {
    background-color: #3e3e3e;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-black:hover {
    background-color: #373737;
}

.duni-cision-press-release_page__component .btn-black:active {
    background-color: #202020;
}

.duni-cision-press-release_page__component .btn-black.right-link-nav {
    border: 1px solid #202020;
}

.duni-cision-press-release_page__component .btn-grey {
    background-color: #cecfcb;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-grey:hover {
    background-color: #c5c5c5;
}

.duni-cision-press-release_page__component .btn-grey:active {
    background-color: #b9b9b9;
}

.duni-cision-press-release_page__component .btn-grey.right-link-nav {
    border: 1px solid #b9b9b9;
}

.duni-cision-press-release_page__component .btn-kiwi {
    background-color: #e0e830;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-kiwi:hover {
    background-color: #d2da2c;
}

.duni-cision-press-release_page__component .btn-kiwi:active {
    background-color: #c7cf20;
}

.duni-cision-press-release_page__component .btn-kiwi.right-link-nav {
    border: 1px solid #c7cf20;
}

.duni-cision-press-release_page__component .btn-orange {
    background-color: #ff993d;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-orange:hover {
    background-color: #f78e2e;
}

.duni-cision-press-release_page__component .btn-orange:active {
    background-color: #ef7c15;
}

.duni-cision-press-release_page__component .btn-orange.right-link-nav {
    border: 1px solid #ef7c15;
}

.duni-cision-press-release_page__component .btn-granite-grey {
    background-color: #83847a;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-granite-grey:hover {
    background-color: #78796d;
}

.duni-cision-press-release_page__component .btn-granite-grey:active {
    background-color: #6c6d64;
}

.duni-cision-press-release_page__component .btn-granite-grey.right-link-nav {
    border: 1px solid #6c6d64;
}

.duni-cision-press-release_page__component .btn-pacific-blue {
    background-color: #09c;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-pacific-blue:hover {
    background-color: #0289b6;
}

.duni-cision-press-release_page__component .btn-pacific-blue:active {
    background-color: #0078a0;
}

.duni-cision-press-release_page__component .btn-pacific-blue.right-link-nav {
    border: 1px solid #0078a0;
}

.duni-cision-press-release_page__component .btn-mandarin {
    background-color: #e6673d;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-mandarin:hover {
    background-color: #dc6139;
}

.duni-cision-press-release_page__component .btn-mandarin:active {
    background-color: #c1522d;
}

.duni-cision-press-release_page__component .btn-mandarin.right-link-nav {
    border: 1px solid #c1522d;
}

.duni-cision-press-release_page__component .btn-soft-violet {
    background-color: #d4a0b9;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-soft-violet:hover {
    background-color: #c795ad;
}

.duni-cision-press-release_page__component .btn-soft-violet:active {
    background-color: #bd7c9b;
}

.duni-cision-press-release_page__component .btn-soft-violet.right-link-nav {
    border: 1px solid #bd7c9b;
}

.duni-cision-press-release_page__component .btn-fuchsia {
    background-color: #c90062;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-fuchsia:hover {
    background-color: #bc025d;
}

.duni-cision-press-release_page__component .btn-fuchsia:active {
    background-color: #a1004f;
}

.duni-cision-press-release_page__component .btn-fuchsia.right-link-nav {
    border: 1px solid #a1004f;
}

.duni-cision-press-release_page__component .btn-mid-blue {
    background-color: #336ab2;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-mid-blue:hover {
    background-color: #2961aa;
}

.duni-cision-press-release_page__component .btn-mid-blue:active {
    background-color: #285999;
}

.duni-cision-press-release_page__component .btn-mid-blue.right-link-nav {
    border: 1px solid #285999;
}

.duni-cision-press-release_page__component .btn-soft-orange {
    background-color: #f7a700;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-soft-orange:hover {
    background-color: #eb9500;
}

.duni-cision-press-release_page__component .btn-soft-orange:active {
    background-color: #da7b00;
}

.duni-cision-press-release_page__component .btn-soft-orange.right-link-nav {
    border: 1px solid #da7b00;
}

.duni-cision-press-release_page__component .btn-herbal-green {
    background-color: #9e9e5e;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-herbal-green:hover {
    background-color: #8f9046;
}

.duni-cision-press-release_page__component .btn-herbal-green:active {
    background-color: #7a7a46;
}

.duni-cision-press-release_page__component .btn-herbal-green.right-link-nav {
    border: 1px solid #7a7a46;
}

.duni-cision-press-release_page__component .btn-greige {
    background-color: #bdb1a6;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-greige:hover {
    background-color: #b6aa9e;
}

.duni-cision-press-release_page__component .btn-greige:active {
    background-color: #a3988f;
}

.duni-cision-press-release_page__component .btn-greige.right-link-nav {
    border: 1px solid #a3988f;
}

.duni-cision-press-release_page__component .btn-mint-blue {
    background-color: #88cfdd;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-mint-blue:hover {
    background-color: #80c4d2;
}

.duni-cision-press-release_page__component .btn-mint-blue:active {
    background-color: #6dadba;
}

.duni-cision-press-release_page__component .btn-mint-blue.right-link-nav {
    border: 1px solid #6dadba;
}

.duni-cision-press-release_page__component .btn-slate {
    background-color: #5d6f78;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-slate:hover {
    background-color: #546269;
}

.duni-cision-press-release_page__component .btn-slate:active {
    background-color: #3d4a51;
}

.duni-cision-press-release_page__component .btn-slate.right-link-nav {
    border: 1px solid #3d4a51;
}

.duni-cision-press-release_page__component .btn-primary-coffee {
    background-color: #452325;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-primary-coffee:hover {
    background-color: #3b1e20;
}

.duni-cision-press-release_page__component .btn-primary-coffee:active {
    background-color: #30181a;
}

.duni-cision-press-release_page__component .btn-primary-coffee.right-link-nav {
    border: 1px solid #30181a;
}

.duni-cision-press-release_page__component .btn-primary-darkblue {
    background-color: #0b2265;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-primary-darkblue:hover {
    background-color: #011757;
}

.duni-cision-press-release_page__component .btn-primary-darkblue:active {
    background-color: #091947;
}

.duni-cision-press-release_page__component .btn-primary-darkblue.right-link-nav {
    border: 1px solid #091947;
}

.duni-cision-press-release_page__component .btn-primary-raspberry {
    background-color: #e73d50;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-primary-raspberry:hover {
    background-color: #db3043;
}

.duni-cision-press-release_page__component .btn-primary-raspberry:active {
    background-color: #c52a3b;
}

.duni-cision-press-release_page__component .btn-primary-raspberry.right-link-nav {
    border: 1px solid #c52a3b;
}

.duni-cision-press-release_page__component .btn-secondary-warm-yellow {
    background-color: #ffb612;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-secondary-warm-yellow:hover {
    background-color: #e9a20b;
}

.duni-cision-press-release_page__component .btn-secondary-warm-yellow:active {
    background-color: #e58701;
}

.duni-cision-press-release_page__component .btn-secondary-warm-yellow.right-link-nav {
    border: 1px solid #e58701;
}

.duni-cision-press-release_page__component .btn-secondary-pacific-blue {
    background-color: #09c;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-secondary-pacific-blue:hover {
    background-color: #0289b6;
}

.duni-cision-press-release_page__component .btn-secondary-pacific-blue:active {
    background-color: #0078a0;
}

.duni-cision-press-release_page__component .btn-secondary-pacific-blue.right-link-nav {
    border: 1px solid #0078a0;
}

.duni-cision-press-release_page__component .btn-secondary-herbal-green {
    background-color: #9e9e5e;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-secondary-herbal-green:hover {
    background-color: #8f9046;
}

.duni-cision-press-release_page__component .btn-secondary-herbal-green:active {
    background-color: #7a7a46;
}

.duni-cision-press-release_page__component .btn-secondary-herbal-green.right-link-nav {
    border: 1px solid #7a7a46;
}

.duni-cision-press-release_page__component .btn-secondary-grey {
    background-color: #565a5c;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-secondary-grey:hover {
    background-color: #4e5254;
}

.duni-cision-press-release_page__component .btn-secondary-grey:active {
    background-color: #3f4345;
}

.duni-cision-press-release_page__component .btn-secondary-grey.right-link-nav {
    border: 1px solid #3f4345;
}

.duni-cision-press-release_page__component .btn-plum {
    background-color: #644459;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-plum:hover {
    background-color: #5a3e50;
}

.duni-cision-press-release_page__component .btn-plum:active {
    background-color: #46303e;
}

.duni-cision-press-release_page__component .btn-plum.right-link-nav {
    border: 1px solid #46303e;
}

.duni-cision-press-release_page__component .btn-secondary-plum {
    background-color: #644459;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-secondary-plum:hover {
    background-color: #5a3e50;
}

.duni-cision-press-release_page__component .btn-secondary-plum:active {
    background-color: #46303e;
}

.duni-cision-press-release_page__component .btn-secondary-plum.right-link-nav {
    border: 1px solid #46303e;
}

.duni-cision-press-release_page__component .btn-secondary-green {
    background-color: #006a4d;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-secondary-green:hover {
    background-color: #005f45;
}

.duni-cision-press-release_page__component .btn-secondary-green:active {
    background-color: #004e39;
}

.duni-cision-press-release_page__component .btn-secondary-green.right-link-nav {
    border: 1px solid #004e39;
}

.duni-cision-press-release_page__component .btn-black {
    background-color: #2e2e2e;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-black:hover {
    background-color: #2e2e2e;
}

.duni-cision-press-release_page__component .btn-black:active {
    background-color: #2e2e2e;
}

.duni-cision-press-release_page__component .btn-black.right-link-nav {
    border: 1px solid #2e2e2e;
}

.duni-cision-press-release_page__component .btn-grey {
    background-color: #898989;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-grey:hover {
    background-color: #898989;
}

.duni-cision-press-release_page__component .btn-grey:active {
    background-color: #898989;
}

.duni-cision-press-release_page__component .btn-grey.right-link-nav {
    border: 1px solid #898989;
}

.duni-cision-press-release_page__component .btn-mellow-rose {
    background-color: #e7b8b4;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-mellow-rose:hover {
    background-color: #e7b8b4;
}

.duni-cision-press-release_page__component .btn-mellow-rose:active {
    background-color: #e7b8b4;
}

.duni-cision-press-release_page__component .btn-mellow-rose.right-link-nav {
    border: 1px solid #e7b8b4;
}

.duni-cision-press-release_page__component .btn-chestnut {
    background-color: #795c52;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-chestnut:hover {
    background-color: #795c52;
}

.duni-cision-press-release_page__component .btn-chestnut:active {
    background-color: #795c52;
}

.duni-cision-press-release_page__component .btn-chestnut.right-link-nav {
    border: 1px solid #795c52;
}

.duni-cision-press-release_page__component .btn-honey {
    background-color: #cda053;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-honey:hover {
    background-color: #cda053;
}

.duni-cision-press-release_page__component .btn-honey:active {
    background-color: #cda053;
}

.duni-cision-press-release_page__component .btn-honey.right-link-nav {
    border: 1px solid #cda053;
}

.duni-cision-press-release_page__component .btn-secondary-pacific-brilliant-blue {
    background-color: #09c;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-secondary-pacific-brilliant-blue:hover {
    background-color: #0289b6;
}

.duni-cision-press-release_page__component .btn-secondary-pacific-brilliant-blue:active {
    background-color: #0078a0;
}

.duni-cision-press-release_page__component .btn-secondary-pacific-brilliant-blue.right-link-nav {
    border: 1px solid #0078a0;
}

.duni-cision-press-release_page__component .btn-ecoecho-green {
    background-color: #78a02e;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-ecoecho-green:hover {
    background-color: #668927;
}

.duni-cision-press-release_page__component .btn-ecoecho-green:active {
    background-color: #445c18;
}

.duni-cision-press-release_page__component .btn-ecoecho-green.right-link-nav {
    border: 1px solid #445c18;
}

.duni-cision-press-release_page__component .btn-white-t {
    background-color: #fff;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-white-t:hover {
    background-color: #f0f0f0;
}

.duni-cision-press-release_page__component .btn-white-t:active {
    background-color: #f8f8f8;
}

.duni-cision-press-release_page__component .btn-white-t.right-link-nav {
    border: 1px solid #f8f8f8;
}

.duni-cision-press-release_page__component .btn-white {
    background-color: #fff;
}

.duni-cision-press-release_page__component .btn-white:hover {
    background-color: #f0f0f0;
}

.duni-cision-press-release_page__component .btn-white:active {
    background-color: #f8f8f8;
}

.duni-cision-press-release_page__component .btn-white.right-link-nav {
    border: 1px solid #f8f8f8;
}

.duni-cision-press-release_page__component .btn-biopak-light-green {
    background-color: #81bd41;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-biopak-light-green:hover {
    background-color: #008445;
}

.duni-cision-press-release_page__component .btn-biopak-light-green:active {
    background-color: #81bd41;
}

.duni-cision-press-release_page__component .btn-biopak-light-green.right-link-nav {
    border: 1px solid #81bd41;
}

.duni-cision-press-release_page__component .btn-biopak-dark-green {
    background-color: #008445;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-biopak-dark-green:hover {
    background-color: #008445;
}

.duni-cision-press-release_page__component .btn-biopak-dark-green:active {
    background-color: #008445;
}

.duni-cision-press-release_page__component .btn-biopak-dark-green.right-link-nav {
    border: 1px solid #008445;
}

.duni-cision-press-release_page__component .btn-biopak-compost-dark-green {
    background-color: #006649;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-biopak-compost-dark-green:hover {
    background-color: #006649;
}

.duni-cision-press-release_page__component .btn-biopak-compost-dark-green:active {
    background-color: #006649;
}

.duni-cision-press-release_page__component .btn-biopak-compost-dark-green.right-link-nav {
    border: 1px solid #006649;
}

.duni-cision-press-release_page__component .btn-biopak-bright-green {
    background-color: #abcd36;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-biopak-bright-green:hover {
    background-color: #abcd36;
}

.duni-cision-press-release_page__component .btn-biopak-bright-green:active {
    background-color: #abcd36;
}

.duni-cision-press-release_page__component .btn-biopak-bright-green.right-link-nav {
    border: 1px solid #abcd36;
}

.duni-cision-press-release_page__component .btn-biopak-highlight-yellow {
    background-color: #e8e40f;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-biopak-highlight-yellow:hover {
    background-color: #e8e40f;
}

.duni-cision-press-release_page__component .btn-biopak-highlight-yellow:active {
    background-color: #e8e40f;
}

.duni-cision-press-release_page__component .btn-biopak-highlight-yellow.right-link-nav {
    border: 1px solid #e8e40f;
}

.duni-cision-press-release_page__component .btn-biopak-orange {
    background-color: #ff8300;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-biopak-orange:hover {
    background-color: #ff8300;
}

.duni-cision-press-release_page__component .btn-biopak-orange:active {
    background-color: #ff8300;
}

.duni-cision-press-release_page__component .btn-biopak-orange.right-link-nav {
    border: 1px solid #ff8300;
}

.duni-cision-press-release_page__component .btn-biopak-brown {
    background-color: #986a58;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-biopak-brown:hover {
    background-color: #986a58;
}

.duni-cision-press-release_page__component .btn-biopak-brown:active {
    background-color: #986a58;
}

.duni-cision-press-release_page__component .btn-biopak-brown.right-link-nav {
    border: 1px solid #986a58;
}

.duni-cision-press-release_page__component .btn-biopak-buff {
    background-color: #d3ccbd;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-biopak-buff:hover {
    background-color: #d3ccbd;
}

.duni-cision-press-release_page__component .btn-biopak-buff:active {
    background-color: #d3ccbd;
}

.duni-cision-press-release_page__component .btn-biopak-buff.right-link-nav {
    border: 1px solid #d3ccbd;
}

.duni-cision-press-release_page__component .btn-biopak-grey {
    background-color: #717171;
    color: #fff;
}

.duni-cision-press-release_page__component .btn-biopak-grey:hover {
    background-color: #717171;
}

.duni-cision-press-release_page__component .btn-biopak-grey:active {
    background-color: #717171;
}

.duni-cision-press-release_page__component .btn-biopak-grey.right-link-nav {
    border: 1px solid #717171;
}

.duni-cision-press-release_page__component .btn-hero {
    padding: 12px 34px;
    height: auto;
}

.duni-cision-press-release_page__component .link-no-symbol,
.duni-cision-press-release_page__component .link,
.duni-cision-press-release_page__component .link-white,
.duni-cision-press-release_page__component .link-brilliant-red,
.duni-cision-press-release_page__component .link-brilliant-blue,
.duni-cision-press-release_page__component .link-bordeaux,
.duni-cision-press-release_page__component .link-darkgreen,
.duni-cision-press-release_page__component .link-brilliant-yellow,
.duni-cision-press-release_page__component .link-cafe,
.duni-cision-press-release_page__component .link-black,
.duni-cision-press-release_page__component .link-grey,
.duni-cision-press-release_page__component .link-kiwi,
.duni-cision-press-release_page__component .link-orange,
.duni-cision-press-release_page__component .link-granite-grey,
.duni-cision-press-release_page__component .link-pacific-blue,
.duni-cision-press-release_page__component .link-mandarin,
.duni-cision-press-release_page__component .link-soft-violet,
.duni-cision-press-release_page__component .link-fuchsia,
.duni-cision-press-release_page__component .link-mid-blue,
.duni-cision-press-release_page__component .link-soft-orange,
.duni-cision-press-release_page__component .link-herbal-green,
.duni-cision-press-release_page__component .link-greige,
.duni-cision-press-release_page__component .link-mint-blue,
.duni-cision-press-release_page__component .link-slate,
.duni-cision-press-release_page__component .link-primary-coffee,
.duni-cision-press-release_page__component .link-primary-darkblue,
.duni-cision-press-release_page__component .link-primary-raspberry,
.duni-cision-press-release_page__component .link-secondary-warm-yellow,
.duni-cision-press-release_page__component .link-secondary-pacific-blue,
.duni-cision-press-release_page__component .link-secondary-herbal-green,
.duni-cision-press-release_page__component .link-secondary-grey,
.duni-cision-press-release_page__component .link-plum,
.duni-cision-press-release_page__component .link-secondary-plum,
.duni-cision-press-release_page__component .link-secondary-green,
.duni-cision-press-release_page__component .link-mellow-rose,
.duni-cision-press-release_page__component .link-chestnut,
.duni-cision-press-release_page__component .link-honey,
.duni-cision-press-release_page__component .link-secondary-pacific-brilliant-blue,
.duni-cision-press-release_page__component .link-ecoecho-green,
.duni-cision-press-release_page__component .link-white-t,
.duni-cision-press-release_page__component .link-biopak-light-green,
.duni-cision-press-release_page__component .link-biopak-dark-green,
.duni-cision-press-release_page__component .link-biopak-compost-dark-green,
.duni-cision-press-release_page__component .link-biopak-bright-green,
.duni-cision-press-release_page__component .link-biopak-highlight-yellow,
.duni-cision-press-release_page__component .link-biopak-orange,
.duni-cision-press-release_page__component .link-biopak-brown,
.duni-cision-press-release_page__component .link-biopak-buff,
.duni-cision-press-release_page__component .link-biopak-grey {
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1px;
    color: #fff;
}

.duni-cision-press-release_page__component .link-no-symbol:after,
.duni-cision-press-release_page__component .link:after,
.duni-cision-press-release_page__component .link-white:after,
.duni-cision-press-release_page__component .link-brilliant-red:after,
.duni-cision-press-release_page__component .link-brilliant-blue:after,
.duni-cision-press-release_page__component .link-bordeaux:after,
.duni-cision-press-release_page__component .link-darkgreen:after,
.duni-cision-press-release_page__component .link-brilliant-yellow:after,
.duni-cision-press-release_page__component .link-cafe:after,
.duni-cision-press-release_page__component .link-black:after,
.duni-cision-press-release_page__component .link-grey:after,
.duni-cision-press-release_page__component .link-kiwi:after,
.duni-cision-press-release_page__component .link-orange:after,
.duni-cision-press-release_page__component .link-granite-grey:after,
.duni-cision-press-release_page__component .link-pacific-blue:after,
.duni-cision-press-release_page__component .link-mandarin:after,
.duni-cision-press-release_page__component .link-soft-violet:after,
.duni-cision-press-release_page__component .link-fuchsia:after,
.duni-cision-press-release_page__component .link-mid-blue:after,
.duni-cision-press-release_page__component .link-soft-orange:after,
.duni-cision-press-release_page__component .link-herbal-green:after,
.duni-cision-press-release_page__component .link-greige:after,
.duni-cision-press-release_page__component .link-mint-blue:after,
.duni-cision-press-release_page__component .link-slate:after,
.duni-cision-press-release_page__component .link-primary-coffee:after,
.duni-cision-press-release_page__component .link-primary-darkblue:after,
.duni-cision-press-release_page__component .link-primary-raspberry:after,
.duni-cision-press-release_page__component .link-secondary-warm-yellow:after,
.duni-cision-press-release_page__component .link-secondary-pacific-blue:after,
.duni-cision-press-release_page__component .link-secondary-herbal-green:after,
.duni-cision-press-release_page__component .link-secondary-grey:after,
.duni-cision-press-release_page__component .link-plum:after,
.duni-cision-press-release_page__component .link-secondary-plum:after,
.duni-cision-press-release_page__component .link-secondary-green:after,
.duni-cision-press-release_page__component .link-mellow-rose:after,
.duni-cision-press-release_page__component .link-chestnut:after,
.duni-cision-press-release_page__component .link-honey:after,
.duni-cision-press-release_page__component .link-secondary-pacific-brilliant-blue:after,
.duni-cision-press-release_page__component .link-ecoecho-green:after,
.duni-cision-press-release_page__component .link-white-t:after,
.duni-cision-press-release_page__component .link-biopak-light-green:after,
.duni-cision-press-release_page__component .link-biopak-dark-green:after,
.duni-cision-press-release_page__component .link-biopak-compost-dark-green:after,
.duni-cision-press-release_page__component .link-biopak-bright-green:after,
.duni-cision-press-release_page__component .link-biopak-highlight-yellow:after,
.duni-cision-press-release_page__component .link-biopak-orange:after,
.duni-cision-press-release_page__component .link-biopak-brown:after,
.duni-cision-press-release_page__component .link-biopak-buff:after,
.duni-cision-press-release_page__component .link-biopak-grey:after {
    content: ">";
    position: absolute;
    padding-left: 6px;
}

.duni-cision-press-release_page__component .link-no-symbol:hover,
.duni-cision-press-release_page__component .link:hover,
.duni-cision-press-release_page__component .link-white:hover,
.duni-cision-press-release_page__component .link-brilliant-red:hover,
.duni-cision-press-release_page__component .link-brilliant-blue:hover,
.duni-cision-press-release_page__component .link-bordeaux:hover,
.duni-cision-press-release_page__component .link-darkgreen:hover,
.duni-cision-press-release_page__component .link-brilliant-yellow:hover,
.duni-cision-press-release_page__component .link-cafe:hover,
.duni-cision-press-release_page__component .link-black:hover,
.duni-cision-press-release_page__component .link-grey:hover,
.duni-cision-press-release_page__component .link-kiwi:hover,
.duni-cision-press-release_page__component .link-orange:hover,
.duni-cision-press-release_page__component .link-granite-grey:hover,
.duni-cision-press-release_page__component .link-pacific-blue:hover,
.duni-cision-press-release_page__component .link-mandarin:hover,
.duni-cision-press-release_page__component .link-soft-violet:hover,
.duni-cision-press-release_page__component .link-fuchsia:hover,
.duni-cision-press-release_page__component .link-mid-blue:hover,
.duni-cision-press-release_page__component .link-soft-orange:hover,
.duni-cision-press-release_page__component .link-herbal-green:hover,
.duni-cision-press-release_page__component .link-greige:hover,
.duni-cision-press-release_page__component .link-mint-blue:hover,
.duni-cision-press-release_page__component .link-slate:hover,
.duni-cision-press-release_page__component .link-primary-coffee:hover,
.duni-cision-press-release_page__component .link-primary-darkblue:hover,
.duni-cision-press-release_page__component .link-primary-raspberry:hover,
.duni-cision-press-release_page__component .link-secondary-warm-yellow:hover,
.duni-cision-press-release_page__component .link-secondary-pacific-blue:hover,
.duni-cision-press-release_page__component .link-secondary-herbal-green:hover,
.duni-cision-press-release_page__component .link-secondary-grey:hover,
.duni-cision-press-release_page__component .link-plum:hover,
.duni-cision-press-release_page__component .link-secondary-plum:hover,
.duni-cision-press-release_page__component .link-secondary-green:hover,
.duni-cision-press-release_page__component .link-mellow-rose:hover,
.duni-cision-press-release_page__component .link-chestnut:hover,
.duni-cision-press-release_page__component .link-honey:hover,
.duni-cision-press-release_page__component .link-secondary-pacific-brilliant-blue:hover,
.duni-cision-press-release_page__component .link-ecoecho-green:hover,
.duni-cision-press-release_page__component .link-white-t:hover,
.duni-cision-press-release_page__component .link-biopak-light-green:hover,
.duni-cision-press-release_page__component .link-biopak-dark-green:hover,
.duni-cision-press-release_page__component .link-biopak-compost-dark-green:hover,
.duni-cision-press-release_page__component .link-biopak-bright-green:hover,
.duni-cision-press-release_page__component .link-biopak-highlight-yellow:hover,
.duni-cision-press-release_page__component .link-biopak-orange:hover,
.duni-cision-press-release_page__component .link-biopak-brown:hover,
.duni-cision-press-release_page__component .link-biopak-buff:hover,
.duni-cision-press-release_page__component .link-biopak-grey:hover {
    color: #f8f8f8;
}

.duni-cision-press-release_page__component .link-no-symbol:active,
.duni-cision-press-release_page__component .link:active,
.duni-cision-press-release_page__component .link-white:active,
.duni-cision-press-release_page__component .link-brilliant-red:active,
.duni-cision-press-release_page__component .link-brilliant-blue:active,
.duni-cision-press-release_page__component .link-bordeaux:active,
.duni-cision-press-release_page__component .link-darkgreen:active,
.duni-cision-press-release_page__component .link-brilliant-yellow:active,
.duni-cision-press-release_page__component .link-cafe:active,
.duni-cision-press-release_page__component .link-black:active,
.duni-cision-press-release_page__component .link-grey:active,
.duni-cision-press-release_page__component .link-kiwi:active,
.duni-cision-press-release_page__component .link-orange:active,
.duni-cision-press-release_page__component .link-granite-grey:active,
.duni-cision-press-release_page__component .link-pacific-blue:active,
.duni-cision-press-release_page__component .link-mandarin:active,
.duni-cision-press-release_page__component .link-soft-violet:active,
.duni-cision-press-release_page__component .link-fuchsia:active,
.duni-cision-press-release_page__component .link-mid-blue:active,
.duni-cision-press-release_page__component .link-soft-orange:active,
.duni-cision-press-release_page__component .link-herbal-green:active,
.duni-cision-press-release_page__component .link-greige:active,
.duni-cision-press-release_page__component .link-mint-blue:active,
.duni-cision-press-release_page__component .link-slate:active,
.duni-cision-press-release_page__component .link-primary-coffee:active,
.duni-cision-press-release_page__component .link-primary-darkblue:active,
.duni-cision-press-release_page__component .link-primary-raspberry:active,
.duni-cision-press-release_page__component .link-secondary-warm-yellow:active,
.duni-cision-press-release_page__component .link-secondary-pacific-blue:active,
.duni-cision-press-release_page__component .link-secondary-herbal-green:active,
.duni-cision-press-release_page__component .link-secondary-grey:active,
.duni-cision-press-release_page__component .link-plum:active,
.duni-cision-press-release_page__component .link-secondary-plum:active,
.duni-cision-press-release_page__component .link-secondary-green:active,
.duni-cision-press-release_page__component .link-mellow-rose:active,
.duni-cision-press-release_page__component .link-chestnut:active,
.duni-cision-press-release_page__component .link-honey:active,
.duni-cision-press-release_page__component .link-secondary-pacific-brilliant-blue:active,
.duni-cision-press-release_page__component .link-ecoecho-green:active,
.duni-cision-press-release_page__component .link-white-t:active,
.duni-cision-press-release_page__component .link-biopak-light-green:active,
.duni-cision-press-release_page__component .link-biopak-dark-green:active,
.duni-cision-press-release_page__component .link-biopak-compost-dark-green:active,
.duni-cision-press-release_page__component .link-biopak-bright-green:active,
.duni-cision-press-release_page__component .link-biopak-highlight-yellow:active,
.duni-cision-press-release_page__component .link-biopak-orange:active,
.duni-cision-press-release_page__component .link-biopak-brown:active,
.duni-cision-press-release_page__component .link-biopak-buff:active,
.duni-cision-press-release_page__component .link-biopak-grey:active {
    color: #f0f0f0;
}

.duni-cision-press-release_page__component .icon-svg.link-no-symbol,
.duni-cision-press-release_page__component .icon-svg.link,
.duni-cision-press-release_page__component .icon-svg.link-white,
.duni-cision-press-release_page__component .icon-svg.link-brilliant-red,
.duni-cision-press-release_page__component .icon-svg.link-brilliant-blue,
.duni-cision-press-release_page__component .icon-svg.link-bordeaux,
.duni-cision-press-release_page__component .icon-svg.link-darkgreen,
.duni-cision-press-release_page__component .icon-svg.link-brilliant-yellow,
.duni-cision-press-release_page__component .icon-svg.link-cafe,
.duni-cision-press-release_page__component .icon-svg.link-black,
.duni-cision-press-release_page__component .icon-svg.link-grey,
.duni-cision-press-release_page__component .icon-svg.link-kiwi,
.duni-cision-press-release_page__component .icon-svg.link-orange,
.duni-cision-press-release_page__component .icon-svg.link-granite-grey,
.duni-cision-press-release_page__component .icon-svg.link-pacific-blue,
.duni-cision-press-release_page__component .icon-svg.link-mandarin,
.duni-cision-press-release_page__component .icon-svg.link-soft-violet,
.duni-cision-press-release_page__component .icon-svg.link-fuchsia,
.duni-cision-press-release_page__component .icon-svg.link-mid-blue,
.duni-cision-press-release_page__component .icon-svg.link-soft-orange,
.duni-cision-press-release_page__component .icon-svg.link-herbal-green,
.duni-cision-press-release_page__component .icon-svg.link-greige,
.duni-cision-press-release_page__component .icon-svg.link-mint-blue,
.duni-cision-press-release_page__component .icon-svg.link-slate,
.duni-cision-press-release_page__component .icon-svg.link-primary-coffee,
.duni-cision-press-release_page__component .icon-svg.link-primary-darkblue,
.duni-cision-press-release_page__component .icon-svg.link-primary-raspberry,
.duni-cision-press-release_page__component .icon-svg.link-secondary-warm-yellow,
.duni-cision-press-release_page__component .icon-svg.link-secondary-pacific-blue,
.duni-cision-press-release_page__component .icon-svg.link-secondary-herbal-green,
.duni-cision-press-release_page__component .icon-svg.link-secondary-grey,
.duni-cision-press-release_page__component .icon-svg.link-plum,
.duni-cision-press-release_page__component .icon-svg.link-secondary-plum,
.duni-cision-press-release_page__component .icon-svg.link-secondary-green,
.duni-cision-press-release_page__component .icon-svg.link-mellow-rose,
.duni-cision-press-release_page__component .icon-svg.link-chestnut,
.duni-cision-press-release_page__component .icon-svg.link-honey,
.duni-cision-press-release_page__component .icon-svg.link-secondary-pacific-brilliant-blue,
.duni-cision-press-release_page__component .icon-svg.link-ecoecho-green,
.duni-cision-press-release_page__component .icon-svg.link-white-t,
.duni-cision-press-release_page__component .icon-svg.link-biopak-light-green,
.duni-cision-press-release_page__component .icon-svg.link-biopak-dark-green,
.duni-cision-press-release_page__component .icon-svg.link-biopak-compost-dark-green,
.duni-cision-press-release_page__component .icon-svg.link-biopak-bright-green,
.duni-cision-press-release_page__component .icon-svg.link-biopak-highlight-yellow,
.duni-cision-press-release_page__component .icon-svg.link-biopak-orange,
.duni-cision-press-release_page__component .icon-svg.link-biopak-brown,
.duni-cision-press-release_page__component .icon-svg.link-biopak-buff,
.duni-cision-press-release_page__component .icon-svg.link-biopak-grey {
    padding-right: 20px;
    margin-right: 10px;
}

.duni-cision-press-release_page__component .icon-svg.link-no-symbol svg,
.duni-cision-press-release_page__component .icon-svg.link svg,
.duni-cision-press-release_page__component .icon-svg.link-white svg,
.duni-cision-press-release_page__component .icon-svg.link-brilliant-red svg,
.duni-cision-press-release_page__component .icon-svg.link-brilliant-blue svg,
.duni-cision-press-release_page__component .icon-svg.link-bordeaux svg,
.duni-cision-press-release_page__component .icon-svg.link-darkgreen svg,
.duni-cision-press-release_page__component .icon-svg.link-brilliant-yellow svg,
.duni-cision-press-release_page__component .icon-svg.link-cafe svg,
.duni-cision-press-release_page__component .icon-svg.link-black svg,
.duni-cision-press-release_page__component .icon-svg.link-grey svg,
.duni-cision-press-release_page__component .icon-svg.link-kiwi svg,
.duni-cision-press-release_page__component .icon-svg.link-orange svg,
.duni-cision-press-release_page__component .icon-svg.link-granite-grey svg,
.duni-cision-press-release_page__component .icon-svg.link-pacific-blue svg,
.duni-cision-press-release_page__component .icon-svg.link-mandarin svg,
.duni-cision-press-release_page__component .icon-svg.link-soft-violet svg,
.duni-cision-press-release_page__component .icon-svg.link-fuchsia svg,
.duni-cision-press-release_page__component .icon-svg.link-mid-blue svg,
.duni-cision-press-release_page__component .icon-svg.link-soft-orange svg,
.duni-cision-press-release_page__component .icon-svg.link-herbal-green svg,
.duni-cision-press-release_page__component .icon-svg.link-greige svg,
.duni-cision-press-release_page__component .icon-svg.link-mint-blue svg,
.duni-cision-press-release_page__component .icon-svg.link-slate svg,
.duni-cision-press-release_page__component .icon-svg.link-primary-coffee svg,
.duni-cision-press-release_page__component .icon-svg.link-primary-darkblue svg,
.duni-cision-press-release_page__component .icon-svg.link-primary-raspberry svg,
.duni-cision-press-release_page__component .icon-svg.link-secondary-warm-yellow svg,
.duni-cision-press-release_page__component .icon-svg.link-secondary-pacific-blue svg,
.duni-cision-press-release_page__component .icon-svg.link-secondary-herbal-green svg,
.duni-cision-press-release_page__component .icon-svg.link-secondary-grey svg,
.duni-cision-press-release_page__component .icon-svg.link-plum svg,
.duni-cision-press-release_page__component .icon-svg.link-secondary-plum svg,
.duni-cision-press-release_page__component .icon-svg.link-secondary-green svg,
.duni-cision-press-release_page__component .icon-svg.link-mellow-rose svg,
.duni-cision-press-release_page__component .icon-svg.link-chestnut svg,
.duni-cision-press-release_page__component .icon-svg.link-honey svg,
.duni-cision-press-release_page__component .icon-svg.link-secondary-pacific-brilliant-blue svg,
.duni-cision-press-release_page__component .icon-svg.link-ecoecho-green svg,
.duni-cision-press-release_page__component .icon-svg.link-white-t svg,
.duni-cision-press-release_page__component .icon-svg.link-biopak-light-green svg,
.duni-cision-press-release_page__component .icon-svg.link-biopak-dark-green svg,
.duni-cision-press-release_page__component .icon-svg.link-biopak-compost-dark-green svg,
.duni-cision-press-release_page__component .icon-svg.link-biopak-bright-green svg,
.duni-cision-press-release_page__component .icon-svg.link-biopak-highlight-yellow svg,
.duni-cision-press-release_page__component .icon-svg.link-biopak-orange svg,
.duni-cision-press-release_page__component .icon-svg.link-biopak-brown svg,
.duni-cision-press-release_page__component .icon-svg.link-biopak-buff svg,
.duni-cision-press-release_page__component .icon-svg.link-biopak-grey svg {
    margin-right: 10px;
}

.duni-cision-press-release_page__component .icon-svg.link-no-symbol:after,
.duni-cision-press-release_page__component .icon-svg.link:after,
.duni-cision-press-release_page__component .icon-svg.link-white:after,
.duni-cision-press-release_page__component .icon-svg.link-brilliant-red:after,
.duni-cision-press-release_page__component .icon-svg.link-brilliant-blue:after,
.duni-cision-press-release_page__component .icon-svg.link-bordeaux:after,
.duni-cision-press-release_page__component .icon-svg.link-darkgreen:after,
.duni-cision-press-release_page__component .icon-svg.link-brilliant-yellow:after,
.duni-cision-press-release_page__component .icon-svg.link-cafe:after,
.duni-cision-press-release_page__component .icon-svg.link-black:after,
.duni-cision-press-release_page__component .icon-svg.link-grey:after,
.duni-cision-press-release_page__component .icon-svg.link-kiwi:after,
.duni-cision-press-release_page__component .icon-svg.link-orange:after,
.duni-cision-press-release_page__component .icon-svg.link-granite-grey:after,
.duni-cision-press-release_page__component .icon-svg.link-pacific-blue:after,
.duni-cision-press-release_page__component .icon-svg.link-mandarin:after,
.duni-cision-press-release_page__component .icon-svg.link-soft-violet:after,
.duni-cision-press-release_page__component .icon-svg.link-fuchsia:after,
.duni-cision-press-release_page__component .icon-svg.link-mid-blue:after,
.duni-cision-press-release_page__component .icon-svg.link-soft-orange:after,
.duni-cision-press-release_page__component .icon-svg.link-herbal-green:after,
.duni-cision-press-release_page__component .icon-svg.link-greige:after,
.duni-cision-press-release_page__component .icon-svg.link-mint-blue:after,
.duni-cision-press-release_page__component .icon-svg.link-slate:after,
.duni-cision-press-release_page__component .icon-svg.link-primary-coffee:after,
.duni-cision-press-release_page__component .icon-svg.link-primary-darkblue:after,
.duni-cision-press-release_page__component .icon-svg.link-primary-raspberry:after,
.duni-cision-press-release_page__component .icon-svg.link-secondary-warm-yellow:after,
.duni-cision-press-release_page__component .icon-svg.link-secondary-pacific-blue:after,
.duni-cision-press-release_page__component .icon-svg.link-secondary-herbal-green:after,
.duni-cision-press-release_page__component .icon-svg.link-secondary-grey:after,
.duni-cision-press-release_page__component .icon-svg.link-plum:after,
.duni-cision-press-release_page__component .icon-svg.link-secondary-plum:after,
.duni-cision-press-release_page__component .icon-svg.link-secondary-green:after,
.duni-cision-press-release_page__component .icon-svg.link-mellow-rose:after,
.duni-cision-press-release_page__component .icon-svg.link-chestnut:after,
.duni-cision-press-release_page__component .icon-svg.link-honey:after,
.duni-cision-press-release_page__component .icon-svg.link-secondary-pacific-brilliant-blue:after,
.duni-cision-press-release_page__component .icon-svg.link-ecoecho-green:after,
.duni-cision-press-release_page__component .icon-svg.link-white-t:after,
.duni-cision-press-release_page__component .icon-svg.link-biopak-light-green:after,
.duni-cision-press-release_page__component .icon-svg.link-biopak-dark-green:after,
.duni-cision-press-release_page__component .icon-svg.link-biopak-compost-dark-green:after,
.duni-cision-press-release_page__component .icon-svg.link-biopak-bright-green:after,
.duni-cision-press-release_page__component .icon-svg.link-biopak-highlight-yellow:after,
.duni-cision-press-release_page__component .icon-svg.link-biopak-orange:after,
.duni-cision-press-release_page__component .icon-svg.link-biopak-brown:after,
.duni-cision-press-release_page__component .icon-svg.link-biopak-buff:after,
.duni-cision-press-release_page__component .icon-svg.link-biopak-grey:after {
    content: none;
}

.duni-cision-press-release_page__component .icon-svg.link-no-symbol:last-child,
.duni-cision-press-release_page__component .icon-svg.link:last-child,
.duni-cision-press-release_page__component .icon-svg.link-white:last-child,
.duni-cision-press-release_page__component .icon-svg.link-brilliant-red:last-child,
.duni-cision-press-release_page__component .icon-svg.link-brilliant-blue:last-child,
.duni-cision-press-release_page__component .icon-svg.link-bordeaux:last-child,
.duni-cision-press-release_page__component .icon-svg.link-darkgreen:last-child,
.duni-cision-press-release_page__component .icon-svg.link-brilliant-yellow:last-child,
.duni-cision-press-release_page__component .icon-svg.link-cafe:last-child,
.duni-cision-press-release_page__component .icon-svg.link-black:last-child,
.duni-cision-press-release_page__component .icon-svg.link-grey:last-child,
.duni-cision-press-release_page__component .icon-svg.link-kiwi:last-child,
.duni-cision-press-release_page__component .icon-svg.link-orange:last-child,
.duni-cision-press-release_page__component .icon-svg.link-granite-grey:last-child,
.duni-cision-press-release_page__component .icon-svg.link-pacific-blue:last-child,
.duni-cision-press-release_page__component .icon-svg.link-mandarin:last-child,
.duni-cision-press-release_page__component .icon-svg.link-soft-violet:last-child,
.duni-cision-press-release_page__component .icon-svg.link-fuchsia:last-child,
.duni-cision-press-release_page__component .icon-svg.link-mid-blue:last-child,
.duni-cision-press-release_page__component .icon-svg.link-soft-orange:last-child,
.duni-cision-press-release_page__component .icon-svg.link-herbal-green:last-child,
.duni-cision-press-release_page__component .icon-svg.link-greige:last-child,
.duni-cision-press-release_page__component .icon-svg.link-mint-blue:last-child,
.duni-cision-press-release_page__component .icon-svg.link-slate:last-child,
.duni-cision-press-release_page__component .icon-svg.link-primary-coffee:last-child,
.duni-cision-press-release_page__component .icon-svg.link-primary-darkblue:last-child,
.duni-cision-press-release_page__component .icon-svg.link-primary-raspberry:last-child,
.duni-cision-press-release_page__component .icon-svg.link-secondary-warm-yellow:last-child,
.duni-cision-press-release_page__component .icon-svg.link-secondary-pacific-blue:last-child,
.duni-cision-press-release_page__component .icon-svg.link-secondary-herbal-green:last-child,
.duni-cision-press-release_page__component .icon-svg.link-secondary-grey:last-child,
.duni-cision-press-release_page__component .icon-svg.link-plum:last-child,
.duni-cision-press-release_page__component .icon-svg.link-secondary-plum:last-child,
.duni-cision-press-release_page__component .icon-svg.link-secondary-green:last-child,
.duni-cision-press-release_page__component .icon-svg.link-mellow-rose:last-child,
.duni-cision-press-release_page__component .icon-svg.link-chestnut:last-child,
.duni-cision-press-release_page__component .icon-svg.link-honey:last-child,
.duni-cision-press-release_page__component .icon-svg.link-secondary-pacific-brilliant-blue:last-child,
.duni-cision-press-release_page__component .icon-svg.link-ecoecho-green:last-child,
.duni-cision-press-release_page__component .icon-svg.link-white-t:last-child,
.duni-cision-press-release_page__component .icon-svg.link-biopak-light-green:last-child,
.duni-cision-press-release_page__component .icon-svg.link-biopak-dark-green:last-child,
.duni-cision-press-release_page__component .icon-svg.link-biopak-compost-dark-green:last-child,
.duni-cision-press-release_page__component .icon-svg.link-biopak-bright-green:last-child,
.duni-cision-press-release_page__component .icon-svg.link-biopak-highlight-yellow:last-child,
.duni-cision-press-release_page__component .icon-svg.link-biopak-orange:last-child,
.duni-cision-press-release_page__component .icon-svg.link-biopak-brown:last-child,
.duni-cision-press-release_page__component .icon-svg.link-biopak-buff:last-child,
.duni-cision-press-release_page__component .icon-svg.link-biopak-grey:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

@media screen and (max-width:767px) {

    .duni-cision-press-release_page__component .icon-svg.link-no-symbol,
    .duni-cision-press-release_page__component .icon-svg.link,
    .duni-cision-press-release_page__component .icon-svg.link-white,
    .duni-cision-press-release_page__component .icon-svg.link-brilliant-red,
    .duni-cision-press-release_page__component .icon-svg.link-brilliant-blue,
    .duni-cision-press-release_page__component .icon-svg.link-bordeaux,
    .duni-cision-press-release_page__component .icon-svg.link-darkgreen,
    .duni-cision-press-release_page__component .icon-svg.link-brilliant-yellow,
    .duni-cision-press-release_page__component .icon-svg.link-cafe,
    .duni-cision-press-release_page__component .icon-svg.link-black,
    .duni-cision-press-release_page__component .icon-svg.link-grey,
    .duni-cision-press-release_page__component .icon-svg.link-kiwi,
    .duni-cision-press-release_page__component .icon-svg.link-orange,
    .duni-cision-press-release_page__component .icon-svg.link-granite-grey,
    .duni-cision-press-release_page__component .icon-svg.link-pacific-blue,
    .duni-cision-press-release_page__component .icon-svg.link-mandarin,
    .duni-cision-press-release_page__component .icon-svg.link-soft-violet,
    .duni-cision-press-release_page__component .icon-svg.link-fuchsia,
    .duni-cision-press-release_page__component .icon-svg.link-mid-blue,
    .duni-cision-press-release_page__component .icon-svg.link-soft-orange,
    .duni-cision-press-release_page__component .icon-svg.link-herbal-green,
    .duni-cision-press-release_page__component .icon-svg.link-greige,
    .duni-cision-press-release_page__component .icon-svg.link-mint-blue,
    .duni-cision-press-release_page__component .icon-svg.link-slate,
    .duni-cision-press-release_page__component .icon-svg.link-primary-coffee,
    .duni-cision-press-release_page__component .icon-svg.link-primary-darkblue,
    .duni-cision-press-release_page__component .icon-svg.link-primary-raspberry,
    .duni-cision-press-release_page__component .icon-svg.link-secondary-warm-yellow,
    .duni-cision-press-release_page__component .icon-svg.link-secondary-pacific-blue,
    .duni-cision-press-release_page__component .icon-svg.link-secondary-herbal-green,
    .duni-cision-press-release_page__component .icon-svg.link-secondary-grey,
    .duni-cision-press-release_page__component .icon-svg.link-plum,
    .duni-cision-press-release_page__component .icon-svg.link-secondary-plum,
    .duni-cision-press-release_page__component .icon-svg.link-secondary-green,
    .duni-cision-press-release_page__component .icon-svg.link-mellow-rose,
    .duni-cision-press-release_page__component .icon-svg.link-chestnut,
    .duni-cision-press-release_page__component .icon-svg.link-honey,
    .duni-cision-press-release_page__component .icon-svg.link-secondary-pacific-brilliant-blue,
    .duni-cision-press-release_page__component .icon-svg.link-ecoecho-green,
    .duni-cision-press-release_page__component .icon-svg.link-white-t,
    .duni-cision-press-release_page__component .icon-svg.link-biopak-light-green,
    .duni-cision-press-release_page__component .icon-svg.link-biopak-dark-green,
    .duni-cision-press-release_page__component .icon-svg.link-biopak-compost-dark-green,
    .duni-cision-press-release_page__component .icon-svg.link-biopak-bright-green,
    .duni-cision-press-release_page__component .icon-svg.link-biopak-highlight-yellow,
    .duni-cision-press-release_page__component .icon-svg.link-biopak-orange,
    .duni-cision-press-release_page__component .icon-svg.link-biopak-brown,
    .duni-cision-press-release_page__component .icon-svg.link-biopak-buff,
    .duni-cision-press-release_page__component .icon-svg.link-biopak-grey {
        padding-right: 0;
    }
}

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

    .duni-cision-press-release_page__component .link-no-symbol,
    .duni-cision-press-release_page__component .link,
    .duni-cision-press-release_page__component .link-white,
    .duni-cision-press-release_page__component .link-brilliant-red,
    .duni-cision-press-release_page__component .link-brilliant-blue,
    .duni-cision-press-release_page__component .link-bordeaux,
    .duni-cision-press-release_page__component .link-darkgreen,
    .duni-cision-press-release_page__component .link-brilliant-yellow,
    .duni-cision-press-release_page__component .link-cafe,
    .duni-cision-press-release_page__component .link-black,
    .duni-cision-press-release_page__component .link-grey,
    .duni-cision-press-release_page__component .link-kiwi,
    .duni-cision-press-release_page__component .link-orange,
    .duni-cision-press-release_page__component .link-granite-grey,
    .duni-cision-press-release_page__component .link-pacific-blue,
    .duni-cision-press-release_page__component .link-mandarin,
    .duni-cision-press-release_page__component .link-soft-violet,
    .duni-cision-press-release_page__component .link-fuchsia,
    .duni-cision-press-release_page__component .link-mid-blue,
    .duni-cision-press-release_page__component .link-soft-orange,
    .duni-cision-press-release_page__component .link-herbal-green,
    .duni-cision-press-release_page__component .link-greige,
    .duni-cision-press-release_page__component .link-mint-blue,
    .duni-cision-press-release_page__component .link-slate,
    .duni-cision-press-release_page__component .link-primary-coffee,
    .duni-cision-press-release_page__component .link-primary-darkblue,
    .duni-cision-press-release_page__component .link-primary-raspberry,
    .duni-cision-press-release_page__component .link-secondary-warm-yellow,
    .duni-cision-press-release_page__component .link-secondary-pacific-blue,
    .duni-cision-press-release_page__component .link-secondary-herbal-green,
    .duni-cision-press-release_page__component .link-secondary-grey,
    .duni-cision-press-release_page__component .link-plum,
    .duni-cision-press-release_page__component .link-secondary-plum,
    .duni-cision-press-release_page__component .link-secondary-green,
    .duni-cision-press-release_page__component .link-mellow-rose,
    .duni-cision-press-release_page__component .link-chestnut,
    .duni-cision-press-release_page__component .link-honey,
    .duni-cision-press-release_page__component .link-secondary-pacific-brilliant-blue,
    .duni-cision-press-release_page__component .link-ecoecho-green,
    .duni-cision-press-release_page__component .link-white-t,
    .duni-cision-press-release_page__component .link-biopak-light-green,
    .duni-cision-press-release_page__component .link-biopak-dark-green,
    .duni-cision-press-release_page__component .link-biopak-compost-dark-green,
    .duni-cision-press-release_page__component .link-biopak-bright-green,
    .duni-cision-press-release_page__component .link-biopak-highlight-yellow,
    .duni-cision-press-release_page__component .link-biopak-orange,
    .duni-cision-press-release_page__component .link-biopak-brown,
    .duni-cision-press-release_page__component .link-biopak-buff,
    .duni-cision-press-release_page__component .link-biopak-grey {
        font-size: 11px;
    }
}

@media screen and (max-width:767px) {

    .duni-cision-press-release_page__component .link-no-symbol,
    .duni-cision-press-release_page__component .link,
    .duni-cision-press-release_page__component .link-white,
    .duni-cision-press-release_page__component .link-brilliant-red,
    .duni-cision-press-release_page__component .link-brilliant-blue,
    .duni-cision-press-release_page__component .link-bordeaux,
    .duni-cision-press-release_page__component .link-darkgreen,
    .duni-cision-press-release_page__component .link-brilliant-yellow,
    .duni-cision-press-release_page__component .link-cafe,
    .duni-cision-press-release_page__component .link-black,
    .duni-cision-press-release_page__component .link-grey,
    .duni-cision-press-release_page__component .link-kiwi,
    .duni-cision-press-release_page__component .link-orange,
    .duni-cision-press-release_page__component .link-granite-grey,
    .duni-cision-press-release_page__component .link-pacific-blue,
    .duni-cision-press-release_page__component .link-mandarin,
    .duni-cision-press-release_page__component .link-soft-violet,
    .duni-cision-press-release_page__component .link-fuchsia,
    .duni-cision-press-release_page__component .link-mid-blue,
    .duni-cision-press-release_page__component .link-soft-orange,
    .duni-cision-press-release_page__component .link-herbal-green,
    .duni-cision-press-release_page__component .link-greige,
    .duni-cision-press-release_page__component .link-mint-blue,
    .duni-cision-press-release_page__component .link-slate,
    .duni-cision-press-release_page__component .link-primary-coffee,
    .duni-cision-press-release_page__component .link-primary-darkblue,
    .duni-cision-press-release_page__component .link-primary-raspberry,
    .duni-cision-press-release_page__component .link-secondary-warm-yellow,
    .duni-cision-press-release_page__component .link-secondary-pacific-blue,
    .duni-cision-press-release_page__component .link-secondary-herbal-green,
    .duni-cision-press-release_page__component .link-secondary-grey,
    .duni-cision-press-release_page__component .link-plum,
    .duni-cision-press-release_page__component .link-secondary-plum,
    .duni-cision-press-release_page__component .link-secondary-green,
    .duni-cision-press-release_page__component .link-mellow-rose,
    .duni-cision-press-release_page__component .link-chestnut,
    .duni-cision-press-release_page__component .link-honey,
    .duni-cision-press-release_page__component .link-secondary-pacific-brilliant-blue,
    .duni-cision-press-release_page__component .link-ecoecho-green,
    .duni-cision-press-release_page__component .link-white-t,
    .duni-cision-press-release_page__component .link-biopak-light-green,
    .duni-cision-press-release_page__component .link-biopak-dark-green,
    .duni-cision-press-release_page__component .link-biopak-compost-dark-green,
    .duni-cision-press-release_page__component .link-biopak-bright-green,
    .duni-cision-press-release_page__component .link-biopak-highlight-yellow,
    .duni-cision-press-release_page__component .link-biopak-orange,
    .duni-cision-press-release_page__component .link-biopak-brown,
    .duni-cision-press-release_page__component .link-biopak-buff,
    .duni-cision-press-release_page__component .link-biopak-grey {
        display: block;
        padding: 0;
    }
}

.duni-cision-press-release_page__component .link-no-symbol {
    fill: #fff;
}

.duni-cision-press-release_page__component .link-no-symbol:after {
    content: "";
}

.duni-cision-press-release_page__component .link {
    fill: #fff;
}

.duni-cision-press-release_page__component .link-white {
    fill: #fff;
}

.duni-cision-press-release_page__component .link-brilliant-red {
    color: #ed2939;
    fill: #ed2939;
}

.duni-cision-press-release_page__component .link-brilliant-red:hover {
    color: #e02131;
    fill: #ed2939;
}

.duni-cision-press-release_page__component .link-brilliant-red:active {
    color: #c92230;
    fill: #c92230;
}

.duni-cision-press-release_page__component .link-brilliant-blue {
    color: #3155a4;
    fill: #3155a4;
}

.duni-cision-press-release_page__component .link-brilliant-blue:hover {
    color: #294c98;
    fill: #3155a4;
}

.duni-cision-press-release_page__component .link-brilliant-blue:active {
    color: #1b3b81;
    fill: #1b3b81;
}

.duni-cision-press-release_page__component .link-bordeaux {
    color: #a71930;
    fill: #a71930;
}

.duni-cision-press-release_page__component .link-bordeaux:hover {
    color: #9b1329;
    fill: #a71930;
}

.duni-cision-press-release_page__component .link-bordeaux:active {
    color: #781122;
    fill: #781122;
}

.duni-cision-press-release_page__component .link-darkgreen {
    color: #006930;
    fill: #006930;
}

.duni-cision-press-release_page__component .link-darkgreen:hover {
    color: #005e2b;
    fill: #006930;
}

.duni-cision-press-release_page__component .link-darkgreen:active {
    color: #005225;
    fill: #005225;
}

.duni-cision-press-release_page__component .link-brilliant-yellow {
    color: #f9d033;
    fill: #f9d033;
}

.duni-cision-press-release_page__component .link-brilliant-yellow:hover {
    color: #fcc800;
    fill: #f9d033;
}

.duni-cision-press-release_page__component .link-brilliant-yellow:active {
    color: #feb62a;
    fill: #feb62a;
}

.duni-cision-press-release_page__component .link-cafe {
    color: #916c5b;
    fill: #916c5b;
}

.duni-cision-press-release_page__component .link-cafe:hover {
    color: #755647;
    fill: #916c5b;
}

.duni-cision-press-release_page__component .link-cafe:active {
    color: #835e4d;
    fill: #835e4d;
}

.duni-cision-press-release_page__component .link-black {
    color: #3e3e3e;
    fill: #3e3e3e;
}

.duni-cision-press-release_page__component .link-black:hover {
    color: #373737;
    fill: #3e3e3e;
}

.duni-cision-press-release_page__component .link-black:active {
    color: #202020;
    fill: #202020;
}

.duni-cision-press-release_page__component .link-grey {
    color: #cecfcb;
    fill: #cecfcb;
}

.duni-cision-press-release_page__component .link-grey:hover {
    color: #c5c5c5;
    fill: #cecfcb;
}

.duni-cision-press-release_page__component .link-grey:active {
    color: #b9b9b9;
    fill: #b9b9b9;
}

.duni-cision-press-release_page__component .link-kiwi {
    color: #e0e830;
    fill: #e0e830;
}

.duni-cision-press-release_page__component .link-kiwi:hover {
    color: #d2da2c;
    fill: #e0e830;
}

.duni-cision-press-release_page__component .link-kiwi:active {
    color: #c7cf20;
    fill: #c7cf20;
}

.duni-cision-press-release_page__component .link-orange {
    color: #ff993d;
    fill: #ff993d;
}

.duni-cision-press-release_page__component .link-orange:hover {
    color: #f78e2e;
    fill: #ff993d;
}

.duni-cision-press-release_page__component .link-orange:active {
    color: #ef7c15;
    fill: #ef7c15;
}

.duni-cision-press-release_page__component .link-granite-grey {
    color: #83847a;
    fill: #83847a;
}

.duni-cision-press-release_page__component .link-granite-grey:hover {
    color: #78796d;
    fill: #83847a;
}

.duni-cision-press-release_page__component .link-granite-grey:active {
    color: #6c6d64;
    fill: #6c6d64;
}

.duni-cision-press-release_page__component .link-pacific-blue {
    color: #09c;
    fill: #09c;
}

.duni-cision-press-release_page__component .link-pacific-blue:hover {
    color: #0289b6;
    fill: #09c;
}

.duni-cision-press-release_page__component .link-pacific-blue:active {
    color: #0078a0;
    fill: #0078a0;
}

.duni-cision-press-release_page__component .link-mandarin {
    color: #e6673d;
    fill: #e6673d;
}

.duni-cision-press-release_page__component .link-mandarin:hover {
    color: #dc6139;
    fill: #e6673d;
}

.duni-cision-press-release_page__component .link-mandarin:active {
    color: #c1522d;
    fill: #c1522d;
}

.duni-cision-press-release_page__component .link-soft-violet {
    color: #d4a0b9;
    fill: #d4a0b9;
}

.duni-cision-press-release_page__component .link-soft-violet:hover {
    color: #c795ad;
    fill: #d4a0b9;
}

.duni-cision-press-release_page__component .link-soft-violet:active {
    color: #bd7c9b;
    fill: #bd7c9b;
}

.duni-cision-press-release_page__component .link-fuchsia {
    color: #c90062;
    fill: #c90062;
}

.duni-cision-press-release_page__component .link-fuchsia:hover {
    color: #bc025d;
    fill: #c90062;
}

.duni-cision-press-release_page__component .link-fuchsia:active {
    color: #a1004f;
    fill: #a1004f;
}

.duni-cision-press-release_page__component .link-mid-blue {
    color: #336ab2;
    fill: #336ab2;
}

.duni-cision-press-release_page__component .link-mid-blue:hover {
    color: #2961aa;
    fill: #336ab2;
}

.duni-cision-press-release_page__component .link-mid-blue:active {
    color: #285999;
    fill: #285999;
}

.duni-cision-press-release_page__component .link-soft-orange {
    color: #f7a700;
    fill: #f7a700;
}

.duni-cision-press-release_page__component .link-soft-orange:hover {
    color: #eb9500;
    fill: #f7a700;
}

.duni-cision-press-release_page__component .link-soft-orange:active {
    color: #da7b00;
    fill: #da7b00;
}

.duni-cision-press-release_page__component .link-herbal-green {
    color: #9e9e5e;
    fill: #9e9e5e;
}

.duni-cision-press-release_page__component .link-herbal-green:hover {
    color: #8f9046;
    fill: #9e9e5e;
}

.duni-cision-press-release_page__component .link-herbal-green:active {
    color: #7a7a46;
    fill: #7a7a46;
}

.duni-cision-press-release_page__component .link-greige {
    color: #bdb1a6;
    fill: #bdb1a6;
}

.duni-cision-press-release_page__component .link-greige:hover {
    color: #b6aa9e;
    fill: #bdb1a6;
}

.duni-cision-press-release_page__component .link-greige:active {
    color: #a3988f;
    fill: #a3988f;
}

.duni-cision-press-release_page__component .link-mint-blue {
    color: #88cfdd;
    fill: #88cfdd;
}

.duni-cision-press-release_page__component .link-mint-blue:hover {
    color: #80c4d2;
    fill: #88cfdd;
}

.duni-cision-press-release_page__component .link-mint-blue:active {
    color: #6dadba;
    fill: #6dadba;
}

.duni-cision-press-release_page__component .link-slate {
    color: #5d6f78;
    fill: #5d6f78;
}

.duni-cision-press-release_page__component .link-slate:hover {
    color: #546269;
    fill: #5d6f78;
}

.duni-cision-press-release_page__component .link-slate:active {
    color: #3d4a51;
    fill: #3d4a51;
}

.duni-cision-press-release_page__component .link-primary-coffee {
    color: #452325;
    fill: #452325;
}

.duni-cision-press-release_page__component .link-primary-coffee:hover {
    color: #3b1e20;
    fill: #452325;
}

.duni-cision-press-release_page__component .link-primary-coffee:active {
    color: #30181a;
    fill: #30181a;
}

.duni-cision-press-release_page__component .link-primary-darkblue {
    color: #0b2265;
    fill: #0b2265;
}

.duni-cision-press-release_page__component .link-primary-darkblue:hover {
    color: #011757;
    fill: #0b2265;
}

.duni-cision-press-release_page__component .link-primary-darkblue:active {
    color: #091947;
    fill: #091947;
}

.duni-cision-press-release_page__component .link-primary-raspberry {
    color: #e73d50;
    fill: #e73d50;
}

.duni-cision-press-release_page__component .link-primary-raspberry:hover {
    color: #db3043;
    fill: #e73d50;
}

.duni-cision-press-release_page__component .link-primary-raspberry:active {
    color: #c52a3b;
    fill: #c52a3b;
}

.duni-cision-press-release_page__component .link-secondary-warm-yellow {
    color: #ffb612;
    fill: #ffb612;
}

.duni-cision-press-release_page__component .link-secondary-warm-yellow:hover {
    color: #e9a20b;
    fill: #ffb612;
}

.duni-cision-press-release_page__component .link-secondary-warm-yellow:active {
    color: #e58701;
    fill: #e58701;
}

.duni-cision-press-release_page__component .link-secondary-pacific-blue {
    color: #09c;
    fill: #09c;
}

.duni-cision-press-release_page__component .link-secondary-pacific-blue:hover {
    color: #0289b6;
    fill: #09c;
}

.duni-cision-press-release_page__component .link-secondary-pacific-blue:active {
    color: #0078a0;
    fill: #0078a0;
}

.duni-cision-press-release_page__component .link-secondary-herbal-green {
    color: #9e9e5e;
    fill: #9e9e5e;
}

.duni-cision-press-release_page__component .link-secondary-herbal-green:hover {
    color: #8f9046;
    fill: #9e9e5e;
}

.duni-cision-press-release_page__component .link-secondary-herbal-green:active {
    color: #7a7a46;
    fill: #7a7a46;
}

.duni-cision-press-release_page__component .link-secondary-grey {
    color: #565a5c;
    fill: #565a5c;
}

.duni-cision-press-release_page__component .link-secondary-grey:hover {
    color: #4e5254;
    fill: #565a5c;
}

.duni-cision-press-release_page__component .link-secondary-grey:active {
    color: #3f4345;
    fill: #3f4345;
}

.duni-cision-press-release_page__component .link-plum {
    color: #644459;
    fill: #644459;
}

.duni-cision-press-release_page__component .link-plum:hover {
    color: #5a3e50;
    fill: #644459;
}

.duni-cision-press-release_page__component .link-plum:active {
    color: #46303e;
    fill: #46303e;
}

.duni-cision-press-release_page__component .link-secondary-plum {
    color: #644459;
    fill: #644459;
}

.duni-cision-press-release_page__component .link-secondary-plum:hover {
    color: #5a3e50;
    fill: #644459;
}

.duni-cision-press-release_page__component .link-secondary-plum:active {
    color: #46303e;
    fill: #46303e;
}

.duni-cision-press-release_page__component .link-secondary-green {
    color: #006a4d;
    fill: #006a4d;
}

.duni-cision-press-release_page__component .link-secondary-green:hover {
    color: #005f45;
    fill: #006a4d;
}

.duni-cision-press-release_page__component .link-secondary-green:active {
    color: #004e39;
    fill: #004e39;
}

.duni-cision-press-release_page__component .link-black {
    color: #2e2e2e;
    fill: #2e2e2e;
}

.duni-cision-press-release_page__component .link-black:hover {
    color: #2e2e2e;
    fill: #2e2e2e;
}

.duni-cision-press-release_page__component .link-black:active {
    color: #2e2e2e;
    fill: #2e2e2e;
}

.duni-cision-press-release_page__component .link-grey {
    color: #898989;
    fill: #898989;
}

.duni-cision-press-release_page__component .link-grey:hover {
    color: #898989;
    fill: #898989;
}

.duni-cision-press-release_page__component .link-grey:active {
    color: #898989;
    fill: #898989;
}

.duni-cision-press-release_page__component .link-mellow-rose {
    color: #e7b8b4;
    fill: #e7b8b4;
}

.duni-cision-press-release_page__component .link-mellow-rose:hover {
    color: #e7b8b4;
    fill: #e7b8b4;
}

.duni-cision-press-release_page__component .link-mellow-rose:active {
    color: #e7b8b4;
    fill: #e7b8b4;
}

.duni-cision-press-release_page__component .link-chestnut {
    color: #795c52;
    fill: #795c52;
}

.duni-cision-press-release_page__component .link-chestnut:hover {
    color: #795c52;
    fill: #795c52;
}

.duni-cision-press-release_page__component .link-chestnut:active {
    color: #795c52;
    fill: #795c52;
}

.duni-cision-press-release_page__component .link-honey {
    color: #cda053;
    fill: #cda053;
}

.duni-cision-press-release_page__component .link-honey:hover {
    color: #cda053;
    fill: #cda053;
}

.duni-cision-press-release_page__component .link-honey:active {
    color: #cda053;
    fill: #cda053;
}

.duni-cision-press-release_page__component .link-secondary-pacific-brilliant-blue {
    color: #09c;
    fill: #09c;
}

.duni-cision-press-release_page__component .link-secondary-pacific-brilliant-blue:hover {
    color: #0289b6;
    fill: #09c;
}

.duni-cision-press-release_page__component .link-secondary-pacific-brilliant-blue:active {
    color: #0078a0;
    fill: #0078a0;
}

.duni-cision-press-release_page__component .link-ecoecho-green {
    color: #78a02e;
    fill: #78a02e;
}

.duni-cision-press-release_page__component .link-ecoecho-green:hover {
    color: #668927;
    fill: #78a02e;
}

.duni-cision-press-release_page__component .link-ecoecho-green:active {
    color: #445c18;
    fill: #445c18;
}

.duni-cision-press-release_page__component .link-white-t {
    color: #fff;
    fill: #fff;
}

.duni-cision-press-release_page__component .link-white-t:hover {
    color: #f0f0f0;
    fill: #fff;
}

.duni-cision-press-release_page__component .link-white-t:active {
    color: #f8f8f8;
    fill: #f8f8f8;
}

.duni-cision-press-release_page__component .link-white {
    color: #fff;
    fill: #fff;
}

.duni-cision-press-release_page__component .link-white:hover {
    color: #f0f0f0;
    fill: #fff;
}

.duni-cision-press-release_page__component .link-white:active {
    color: #f8f8f8;
    fill: #f8f8f8;
}

.duni-cision-press-release_page__component .link-biopak-light-green {
    color: #81bd41;
    fill: #81bd41;
}

.duni-cision-press-release_page__component .link-biopak-light-green:hover {
    color: #008445;
    fill: #81bd41;
}

.duni-cision-press-release_page__component .link-biopak-light-green:active {
    color: #81bd41;
    fill: #81bd41;
}

.duni-cision-press-release_page__component .link-biopak-dark-green {
    color: #008445;
    fill: #008445;
}

.duni-cision-press-release_page__component .link-biopak-dark-green:hover {
    color: #008445;
    fill: #008445;
}

.duni-cision-press-release_page__component .link-biopak-dark-green:active {
    color: #008445;
    fill: #008445;
}

.duni-cision-press-release_page__component .link-biopak-compost-dark-green {
    color: #006649;
    fill: #006649;
}

.duni-cision-press-release_page__component .link-biopak-compost-dark-green:hover {
    color: #006649;
    fill: #006649;
}

.duni-cision-press-release_page__component .link-biopak-compost-dark-green:active {
    color: #006649;
    fill: #006649;
}

.duni-cision-press-release_page__component .link-biopak-bright-green {
    color: #abcd36;
    fill: #abcd36;
}

.duni-cision-press-release_page__component .link-biopak-bright-green:hover {
    color: #abcd36;
    fill: #abcd36;
}

.duni-cision-press-release_page__component .link-biopak-bright-green:active {
    color: #abcd36;
    fill: #abcd36;
}

.duni-cision-press-release_page__component .link-biopak-highlight-yellow {
    color: #e8e40f;
    fill: #e8e40f;
}

.duni-cision-press-release_page__component .link-biopak-highlight-yellow:hover {
    color: #e8e40f;
    fill: #e8e40f;
}

.duni-cision-press-release_page__component .link-biopak-highlight-yellow:active {
    color: #e8e40f;
    fill: #e8e40f;
}

.duni-cision-press-release_page__component .link-biopak-orange {
    color: #ff8300;
    fill: #ff8300;
}

.duni-cision-press-release_page__component .link-biopak-orange:hover {
    color: #ff8300;
    fill: #ff8300;
}

.duni-cision-press-release_page__component .link-biopak-orange:active {
    color: #ff8300;
    fill: #ff8300;
}

.duni-cision-press-release_page__component .link-biopak-brown {
    color: #986a58;
    fill: #986a58;
}

.duni-cision-press-release_page__component .link-biopak-brown:hover {
    color: #986a58;
    fill: #986a58;
}

.duni-cision-press-release_page__component .link-biopak-brown:active {
    color: #986a58;
    fill: #986a58;
}

.duni-cision-press-release_page__component .link-biopak-buff {
    color: #d3ccbd;
    fill: #d3ccbd;
}

.duni-cision-press-release_page__component .link-biopak-buff:hover {
    color: #d3ccbd;
    fill: #d3ccbd;
}

.duni-cision-press-release_page__component .link-biopak-buff:active {
    color: #d3ccbd;
    fill: #d3ccbd;
}

.duni-cision-press-release_page__component .link-biopak-grey {
    color: #717171;
    fill: #717171;
}

.duni-cision-press-release_page__component .link-biopak-grey:hover {
    color: #717171;
    fill: #717171;
}

.duni-cision-press-release_page__component .link-biopak-grey:active {
    color: #717171;
    fill: #717171;
}

.duni-cision-press-release_page__component .svg-link::after {
    content: "";
}

.duni-cision-press-release_page__component .disabled.right-link-nav {
    border: 1px solid #ccc;
    background-color: transparent;
    color: #959595;
    transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.duni-cision-press-release_page__component [class*="-block"] {
    background-position: center top;
    background-repeat: no-repeat;
}

.duni-cision-press-release_page__component .secondary-lightgrey-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .secondary-lightgrey-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .secondary-lightgrey-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-lightgrey-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-lightgrey-block {
    background-color: #f9f9f9;
}

.duni-cision-press-release_page__component .secondary-lightgrey-block button,
.duni-cision-press-release_page__component .secondary-lightgrey-block a.btn-white {
    color: #f9f9f9;
}

.duni-cision-press-release_page__component .secondary-lightgrey-block button:hover,
.duni-cision-press-release_page__component .secondary-lightgrey-block a.btn-white:hover {
    color: #f9f9f9;
}

.duni-cision-press-release_page__component .secondary-lightgrey-block button:active,
.duni-cision-press-release_page__component .secondary-lightgrey-block a.btn-white:active {
    color: #f9f9f9;
}

.duni-cision-press-release_page__component .secondary-lightgrey-block button:focus,
.duni-cision-press-release_page__component .secondary-lightgrey-block a.btn-white:focus {
    color: #f9f9f9;
}

.duni-cision-press-release_page__component .white-block {
    background-color: #fff;
}

.duni-cision-press-release_page__component .brilliant-red-block {
    background-color: #ed2939;
}

.duni-cision-press-release_page__component .brilliant-red-block button,
.duni-cision-press-release_page__component .brilliant-red-block a.btn-white {
    color: #ed2939;
}

.duni-cision-press-release_page__component .brilliant-red-block button:hover,
.duni-cision-press-release_page__component .brilliant-red-block a.btn-white:hover {
    color: #e02131;
}

.duni-cision-press-release_page__component .brilliant-red-block button:active,
.duni-cision-press-release_page__component .brilliant-red-block a.btn-white:active {
    color: #c92230;
}

.duni-cision-press-release_page__component .brilliant-red-block button:focus,
.duni-cision-press-release_page__component .brilliant-red-block a.btn-white:focus {
    color: #c92230;
}

.duni-cision-press-release_page__component .brilliant-red-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .brilliant-red-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .brilliant-red-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .brilliant-red-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .brilliant-blue-block {
    background-color: #3155a4;
}

.duni-cision-press-release_page__component .brilliant-blue-block button,
.duni-cision-press-release_page__component .brilliant-blue-block a.btn-white {
    color: #3155a4;
}

.duni-cision-press-release_page__component .brilliant-blue-block button:hover,
.duni-cision-press-release_page__component .brilliant-blue-block a.btn-white:hover {
    color: #294c98;
}

.duni-cision-press-release_page__component .brilliant-blue-block button:active,
.duni-cision-press-release_page__component .brilliant-blue-block a.btn-white:active {
    color: #1b3b81;
}

.duni-cision-press-release_page__component .brilliant-blue-block button:focus,
.duni-cision-press-release_page__component .brilliant-blue-block a.btn-white:focus {
    color: #1b3b81;
}

.duni-cision-press-release_page__component .brilliant-blue-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .brilliant-blue-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .brilliant-blue-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .brilliant-blue-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .bordeaux-block {
    background-color: #a71930;
}

.duni-cision-press-release_page__component .bordeaux-block button,
.duni-cision-press-release_page__component .bordeaux-block a.btn-white {
    color: #a71930;
}

.duni-cision-press-release_page__component .bordeaux-block button:hover,
.duni-cision-press-release_page__component .bordeaux-block a.btn-white:hover {
    color: #9b1329;
}

.duni-cision-press-release_page__component .bordeaux-block button:active,
.duni-cision-press-release_page__component .bordeaux-block a.btn-white:active {
    color: #781122;
}

.duni-cision-press-release_page__component .bordeaux-block button:focus,
.duni-cision-press-release_page__component .bordeaux-block a.btn-white:focus {
    color: #781122;
}

.duni-cision-press-release_page__component .bordeaux-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .bordeaux-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .bordeaux-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .bordeaux-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .darkgreen-block {
    background-color: #006930;
}

.duni-cision-press-release_page__component .darkgreen-block button,
.duni-cision-press-release_page__component .darkgreen-block a.btn-white {
    color: #006930;
}

.duni-cision-press-release_page__component .darkgreen-block button:hover,
.duni-cision-press-release_page__component .darkgreen-block a.btn-white:hover {
    color: #005e2b;
}

.duni-cision-press-release_page__component .darkgreen-block button:active,
.duni-cision-press-release_page__component .darkgreen-block a.btn-white:active {
    color: #005225;
}

.duni-cision-press-release_page__component .darkgreen-block button:focus,
.duni-cision-press-release_page__component .darkgreen-block a.btn-white:focus {
    color: #005225;
}

.duni-cision-press-release_page__component .darkgreen-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .darkgreen-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .darkgreen-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .darkgreen-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .brilliant-yellow-block {
    background-color: #f9d033;
}

.duni-cision-press-release_page__component .brilliant-yellow-block button,
.duni-cision-press-release_page__component .brilliant-yellow-block a.btn-white {
    color: #f9d033;
}

.duni-cision-press-release_page__component .brilliant-yellow-block button:hover,
.duni-cision-press-release_page__component .brilliant-yellow-block a.btn-white:hover {
    color: #fcc800;
}

.duni-cision-press-release_page__component .brilliant-yellow-block button:active,
.duni-cision-press-release_page__component .brilliant-yellow-block a.btn-white:active {
    color: #feb62a;
}

.duni-cision-press-release_page__component .brilliant-yellow-block button:focus,
.duni-cision-press-release_page__component .brilliant-yellow-block a.btn-white:focus {
    color: #feb62a;
}

.duni-cision-press-release_page__component .brilliant-yellow-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .brilliant-yellow-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .brilliant-yellow-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .brilliant-yellow-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .cafe-block {
    background-color: #916c5b;
}

.duni-cision-press-release_page__component .cafe-block button,
.duni-cision-press-release_page__component .cafe-block a.btn-white {
    color: #916c5b;
}

.duni-cision-press-release_page__component .cafe-block button:hover,
.duni-cision-press-release_page__component .cafe-block a.btn-white:hover {
    color: #755647;
}

.duni-cision-press-release_page__component .cafe-block button:active,
.duni-cision-press-release_page__component .cafe-block a.btn-white:active {
    color: #835e4d;
}

.duni-cision-press-release_page__component .cafe-block button:focus,
.duni-cision-press-release_page__component .cafe-block a.btn-white:focus {
    color: #835e4d;
}

.duni-cision-press-release_page__component .cafe-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .cafe-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .cafe-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .cafe-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .black-block {
    background-color: #3e3e3e;
}

.duni-cision-press-release_page__component .black-block button,
.duni-cision-press-release_page__component .black-block a.btn-white {
    color: #3e3e3e;
}

.duni-cision-press-release_page__component .black-block button:hover,
.duni-cision-press-release_page__component .black-block a.btn-white:hover {
    color: #373737;
}

.duni-cision-press-release_page__component .black-block button:active,
.duni-cision-press-release_page__component .black-block a.btn-white:active {
    color: #202020;
}

.duni-cision-press-release_page__component .black-block button:focus,
.duni-cision-press-release_page__component .black-block a.btn-white:focus {
    color: #202020;
}

.duni-cision-press-release_page__component .black-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .black-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .black-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .black-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .grey-block {
    background-color: #cecfcb;
}

.duni-cision-press-release_page__component .grey-block button,
.duni-cision-press-release_page__component .grey-block a.btn-white {
    color: #cecfcb;
}

.duni-cision-press-release_page__component .grey-block button:hover,
.duni-cision-press-release_page__component .grey-block a.btn-white:hover {
    color: #c5c5c5;
}

.duni-cision-press-release_page__component .grey-block button:active,
.duni-cision-press-release_page__component .grey-block a.btn-white:active {
    color: #b9b9b9;
}

.duni-cision-press-release_page__component .grey-block button:focus,
.duni-cision-press-release_page__component .grey-block a.btn-white:focus {
    color: #b9b9b9;
}

.duni-cision-press-release_page__component .grey-block p a {
    color: #3155a4;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .grey-block p a:hover {
    color: #3155a4;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .grey-block p a:active {
    color: #3155a4;
}

.duni-cision-press-release_page__component .grey-block p a:focus {
    color: #3155a4;
}

.duni-cision-press-release_page__component .kiwi-block {
    background-color: #e0e830;
}

.duni-cision-press-release_page__component .kiwi-block button,
.duni-cision-press-release_page__component .kiwi-block a.btn-white {
    color: #e0e830;
}

.duni-cision-press-release_page__component .kiwi-block button:hover,
.duni-cision-press-release_page__component .kiwi-block a.btn-white:hover {
    color: #d2da2c;
}

.duni-cision-press-release_page__component .kiwi-block button:active,
.duni-cision-press-release_page__component .kiwi-block a.btn-white:active {
    color: #c7cf20;
}

.duni-cision-press-release_page__component .kiwi-block button:focus,
.duni-cision-press-release_page__component .kiwi-block a.btn-white:focus {
    color: #c7cf20;
}

.duni-cision-press-release_page__component .kiwi-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .kiwi-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .kiwi-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .kiwi-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .orange-block {
    background-color: #ff993d;
}

.duni-cision-press-release_page__component .orange-block button,
.duni-cision-press-release_page__component .orange-block a.btn-white {
    color: #ff993d;
}

.duni-cision-press-release_page__component .orange-block button:hover,
.duni-cision-press-release_page__component .orange-block a.btn-white:hover {
    color: #f78e2e;
}

.duni-cision-press-release_page__component .orange-block button:active,
.duni-cision-press-release_page__component .orange-block a.btn-white:active {
    color: #ef7c15;
}

.duni-cision-press-release_page__component .orange-block button:focus,
.duni-cision-press-release_page__component .orange-block a.btn-white:focus {
    color: #ef7c15;
}

.duni-cision-press-release_page__component .orange-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .orange-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .orange-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .orange-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .granite-grey-block {
    background-color: #83847a;
}

.duni-cision-press-release_page__component .granite-grey-block button,
.duni-cision-press-release_page__component .granite-grey-block a.btn-white {
    color: #83847a;
}

.duni-cision-press-release_page__component .granite-grey-block button:hover,
.duni-cision-press-release_page__component .granite-grey-block a.btn-white:hover {
    color: #78796d;
}

.duni-cision-press-release_page__component .granite-grey-block button:active,
.duni-cision-press-release_page__component .granite-grey-block a.btn-white:active {
    color: #6c6d64;
}

.duni-cision-press-release_page__component .granite-grey-block button:focus,
.duni-cision-press-release_page__component .granite-grey-block a.btn-white:focus {
    color: #6c6d64;
}

.duni-cision-press-release_page__component .granite-grey-block p a {
    color: #3155a4;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .granite-grey-block p a:hover {
    color: #3155a4;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .granite-grey-block p a:active {
    color: #3155a4;
}

.duni-cision-press-release_page__component .granite-grey-block p a:focus {
    color: #3155a4;
}

.duni-cision-press-release_page__component .pacific-blue-block {
    background-color: #09c;
}

.duni-cision-press-release_page__component .pacific-blue-block button,
.duni-cision-press-release_page__component .pacific-blue-block a.btn-white {
    color: #09c;
}

.duni-cision-press-release_page__component .pacific-blue-block button:hover,
.duni-cision-press-release_page__component .pacific-blue-block a.btn-white:hover {
    color: #0289b6;
}

.duni-cision-press-release_page__component .pacific-blue-block button:active,
.duni-cision-press-release_page__component .pacific-blue-block a.btn-white:active {
    color: #0078a0;
}

.duni-cision-press-release_page__component .pacific-blue-block button:focus,
.duni-cision-press-release_page__component .pacific-blue-block a.btn-white:focus {
    color: #0078a0;
}

.duni-cision-press-release_page__component .pacific-blue-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .pacific-blue-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .pacific-blue-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .pacific-blue-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .mandarin-block {
    background-color: #e6673d;
}

.duni-cision-press-release_page__component .mandarin-block button,
.duni-cision-press-release_page__component .mandarin-block a.btn-white {
    color: #e6673d;
}

.duni-cision-press-release_page__component .mandarin-block button:hover,
.duni-cision-press-release_page__component .mandarin-block a.btn-white:hover {
    color: #dc6139;
}

.duni-cision-press-release_page__component .mandarin-block button:active,
.duni-cision-press-release_page__component .mandarin-block a.btn-white:active {
    color: #c1522d;
}

.duni-cision-press-release_page__component .mandarin-block button:focus,
.duni-cision-press-release_page__component .mandarin-block a.btn-white:focus {
    color: #c1522d;
}

.duni-cision-press-release_page__component .mandarin-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .mandarin-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .mandarin-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .mandarin-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .soft-violet-block {
    background-color: #d4a0b9;
}

.duni-cision-press-release_page__component .soft-violet-block button,
.duni-cision-press-release_page__component .soft-violet-block a.btn-white {
    color: #d4a0b9;
}

.duni-cision-press-release_page__component .soft-violet-block button:hover,
.duni-cision-press-release_page__component .soft-violet-block a.btn-white:hover {
    color: #c795ad;
}

.duni-cision-press-release_page__component .soft-violet-block button:active,
.duni-cision-press-release_page__component .soft-violet-block a.btn-white:active {
    color: #bd7c9b;
}

.duni-cision-press-release_page__component .soft-violet-block button:focus,
.duni-cision-press-release_page__component .soft-violet-block a.btn-white:focus {
    color: #bd7c9b;
}

.duni-cision-press-release_page__component .soft-violet-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .soft-violet-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .soft-violet-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .soft-violet-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .fuchsia-block {
    background-color: #c90062;
}

.duni-cision-press-release_page__component .fuchsia-block button,
.duni-cision-press-release_page__component .fuchsia-block a.btn-white {
    color: #c90062;
}

.duni-cision-press-release_page__component .fuchsia-block button:hover,
.duni-cision-press-release_page__component .fuchsia-block a.btn-white:hover {
    color: #bc025d;
}

.duni-cision-press-release_page__component .fuchsia-block button:active,
.duni-cision-press-release_page__component .fuchsia-block a.btn-white:active {
    color: #a1004f;
}

.duni-cision-press-release_page__component .fuchsia-block button:focus,
.duni-cision-press-release_page__component .fuchsia-block a.btn-white:focus {
    color: #a1004f;
}

.duni-cision-press-release_page__component .fuchsia-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .fuchsia-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .fuchsia-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .fuchsia-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .mid-blue-block {
    background-color: #336ab2;
}

.duni-cision-press-release_page__component .mid-blue-block button,
.duni-cision-press-release_page__component .mid-blue-block a.btn-white {
    color: #336ab2;
}

.duni-cision-press-release_page__component .mid-blue-block button:hover,
.duni-cision-press-release_page__component .mid-blue-block a.btn-white:hover {
    color: #2961aa;
}

.duni-cision-press-release_page__component .mid-blue-block button:active,
.duni-cision-press-release_page__component .mid-blue-block a.btn-white:active {
    color: #285999;
}

.duni-cision-press-release_page__component .mid-blue-block button:focus,
.duni-cision-press-release_page__component .mid-blue-block a.btn-white:focus {
    color: #285999;
}

.duni-cision-press-release_page__component .mid-blue-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .mid-blue-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .mid-blue-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .mid-blue-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .soft-orange-block {
    background-color: #f7a700;
}

.duni-cision-press-release_page__component .soft-orange-block button,
.duni-cision-press-release_page__component .soft-orange-block a.btn-white {
    color: #f7a700;
}

.duni-cision-press-release_page__component .soft-orange-block button:hover,
.duni-cision-press-release_page__component .soft-orange-block a.btn-white:hover {
    color: #eb9500;
}

.duni-cision-press-release_page__component .soft-orange-block button:active,
.duni-cision-press-release_page__component .soft-orange-block a.btn-white:active {
    color: #da7b00;
}

.duni-cision-press-release_page__component .soft-orange-block button:focus,
.duni-cision-press-release_page__component .soft-orange-block a.btn-white:focus {
    color: #da7b00;
}

.duni-cision-press-release_page__component .soft-orange-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .soft-orange-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .soft-orange-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .soft-orange-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .herbal-green-block {
    background-color: #9e9e5e;
}

.duni-cision-press-release_page__component .herbal-green-block button,
.duni-cision-press-release_page__component .herbal-green-block a.btn-white {
    color: #9e9e5e;
}

.duni-cision-press-release_page__component .herbal-green-block button:hover,
.duni-cision-press-release_page__component .herbal-green-block a.btn-white:hover {
    color: #8f9046;
}

.duni-cision-press-release_page__component .herbal-green-block button:active,
.duni-cision-press-release_page__component .herbal-green-block a.btn-white:active {
    color: #7a7a46;
}

.duni-cision-press-release_page__component .herbal-green-block button:focus,
.duni-cision-press-release_page__component .herbal-green-block a.btn-white:focus {
    color: #7a7a46;
}

.duni-cision-press-release_page__component .herbal-green-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .herbal-green-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .herbal-green-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .herbal-green-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .greige-block {
    background-color: #bdb1a6;
}

.duni-cision-press-release_page__component .greige-block button,
.duni-cision-press-release_page__component .greige-block a.btn-white {
    color: #bdb1a6;
}

.duni-cision-press-release_page__component .greige-block button:hover,
.duni-cision-press-release_page__component .greige-block a.btn-white:hover {
    color: #b6aa9e;
}

.duni-cision-press-release_page__component .greige-block button:active,
.duni-cision-press-release_page__component .greige-block a.btn-white:active {
    color: #a3988f;
}

.duni-cision-press-release_page__component .greige-block button:focus,
.duni-cision-press-release_page__component .greige-block a.btn-white:focus {
    color: #a3988f;
}

.duni-cision-press-release_page__component .greige-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .greige-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .greige-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .greige-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .mint-blue-block {
    background-color: #88cfdd;
}

.duni-cision-press-release_page__component .mint-blue-block button,
.duni-cision-press-release_page__component .mint-blue-block a.btn-white {
    color: #88cfdd;
}

.duni-cision-press-release_page__component .mint-blue-block button:hover,
.duni-cision-press-release_page__component .mint-blue-block a.btn-white:hover {
    color: #80c4d2;
}

.duni-cision-press-release_page__component .mint-blue-block button:active,
.duni-cision-press-release_page__component .mint-blue-block a.btn-white:active {
    color: #6dadba;
}

.duni-cision-press-release_page__component .mint-blue-block button:focus,
.duni-cision-press-release_page__component .mint-blue-block a.btn-white:focus {
    color: #6dadba;
}

.duni-cision-press-release_page__component .mint-blue-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .mint-blue-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .mint-blue-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .mint-blue-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .slate-block {
    background-color: #5d6f78;
}

.duni-cision-press-release_page__component .slate-block button,
.duni-cision-press-release_page__component .slate-block a.btn-white {
    color: #5d6f78;
}

.duni-cision-press-release_page__component .slate-block button:hover,
.duni-cision-press-release_page__component .slate-block a.btn-white:hover {
    color: #546269;
}

.duni-cision-press-release_page__component .slate-block button:active,
.duni-cision-press-release_page__component .slate-block a.btn-white:active {
    color: #3d4a51;
}

.duni-cision-press-release_page__component .slate-block button:focus,
.duni-cision-press-release_page__component .slate-block a.btn-white:focus {
    color: #3d4a51;
}

.duni-cision-press-release_page__component .slate-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .slate-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .slate-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .slate-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .primary-coffee-block {
    background-color: #452325;
}

.duni-cision-press-release_page__component .primary-coffee-block button,
.duni-cision-press-release_page__component .primary-coffee-block a.btn-white {
    color: #452325;
}

.duni-cision-press-release_page__component .primary-coffee-block button:hover,
.duni-cision-press-release_page__component .primary-coffee-block a.btn-white:hover {
    color: #3b1e20;
}

.duni-cision-press-release_page__component .primary-coffee-block button:active,
.duni-cision-press-release_page__component .primary-coffee-block a.btn-white:active {
    color: #30181a;
}

.duni-cision-press-release_page__component .primary-coffee-block button:focus,
.duni-cision-press-release_page__component .primary-coffee-block a.btn-white:focus {
    color: #30181a;
}

.duni-cision-press-release_page__component .primary-coffee-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .primary-coffee-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .primary-coffee-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .primary-coffee-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .primary-darkblue-block {
    background-color: #0b2265;
}

.duni-cision-press-release_page__component .primary-darkblue-block button,
.duni-cision-press-release_page__component .primary-darkblue-block a.btn-white {
    color: #0b2265;
}

.duni-cision-press-release_page__component .primary-darkblue-block button:hover,
.duni-cision-press-release_page__component .primary-darkblue-block a.btn-white:hover {
    color: #011757;
}

.duni-cision-press-release_page__component .primary-darkblue-block button:active,
.duni-cision-press-release_page__component .primary-darkblue-block a.btn-white:active {
    color: #091947;
}

.duni-cision-press-release_page__component .primary-darkblue-block button:focus,
.duni-cision-press-release_page__component .primary-darkblue-block a.btn-white:focus {
    color: #091947;
}

.duni-cision-press-release_page__component .primary-darkblue-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .primary-darkblue-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .primary-darkblue-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .primary-darkblue-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .primary-raspberry-block {
    background-color: #e73d50;
}

.duni-cision-press-release_page__component .primary-raspberry-block button,
.duni-cision-press-release_page__component .primary-raspberry-block a.btn-white {
    color: #e73d50;
}

.duni-cision-press-release_page__component .primary-raspberry-block button:hover,
.duni-cision-press-release_page__component .primary-raspberry-block a.btn-white:hover {
    color: #db3043;
}

.duni-cision-press-release_page__component .primary-raspberry-block button:active,
.duni-cision-press-release_page__component .primary-raspberry-block a.btn-white:active {
    color: #c52a3b;
}

.duni-cision-press-release_page__component .primary-raspberry-block button:focus,
.duni-cision-press-release_page__component .primary-raspberry-block a.btn-white:focus {
    color: #c52a3b;
}

.duni-cision-press-release_page__component .primary-raspberry-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .primary-raspberry-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .primary-raspberry-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .primary-raspberry-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-warm-yellow-block {
    background-color: #ffb612;
}

.duni-cision-press-release_page__component .secondary-warm-yellow-block button,
.duni-cision-press-release_page__component .secondary-warm-yellow-block a.btn-white {
    color: #ffb612;
}

.duni-cision-press-release_page__component .secondary-warm-yellow-block button:hover,
.duni-cision-press-release_page__component .secondary-warm-yellow-block a.btn-white:hover {
    color: #e9a20b;
}

.duni-cision-press-release_page__component .secondary-warm-yellow-block button:active,
.duni-cision-press-release_page__component .secondary-warm-yellow-block a.btn-white:active {
    color: #e58701;
}

.duni-cision-press-release_page__component .secondary-warm-yellow-block button:focus,
.duni-cision-press-release_page__component .secondary-warm-yellow-block a.btn-white:focus {
    color: #e58701;
}

.duni-cision-press-release_page__component .secondary-warm-yellow-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .secondary-warm-yellow-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .secondary-warm-yellow-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-warm-yellow-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-pacific-blue-block {
    background-color: #09c;
}

.duni-cision-press-release_page__component .secondary-pacific-blue-block button,
.duni-cision-press-release_page__component .secondary-pacific-blue-block a.btn-white {
    color: #09c;
}

.duni-cision-press-release_page__component .secondary-pacific-blue-block button:hover,
.duni-cision-press-release_page__component .secondary-pacific-blue-block a.btn-white:hover {
    color: #0289b6;
}

.duni-cision-press-release_page__component .secondary-pacific-blue-block button:active,
.duni-cision-press-release_page__component .secondary-pacific-blue-block a.btn-white:active {
    color: #0078a0;
}

.duni-cision-press-release_page__component .secondary-pacific-blue-block button:focus,
.duni-cision-press-release_page__component .secondary-pacific-blue-block a.btn-white:focus {
    color: #0078a0;
}

.duni-cision-press-release_page__component .secondary-pacific-blue-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .secondary-pacific-blue-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .secondary-pacific-blue-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-pacific-blue-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-herbal-green-block {
    background-color: #9e9e5e;
}

.duni-cision-press-release_page__component .secondary-herbal-green-block button,
.duni-cision-press-release_page__component .secondary-herbal-green-block a.btn-white {
    color: #9e9e5e;
}

.duni-cision-press-release_page__component .secondary-herbal-green-block button:hover,
.duni-cision-press-release_page__component .secondary-herbal-green-block a.btn-white:hover {
    color: #8f9046;
}

.duni-cision-press-release_page__component .secondary-herbal-green-block button:active,
.duni-cision-press-release_page__component .secondary-herbal-green-block a.btn-white:active {
    color: #7a7a46;
}

.duni-cision-press-release_page__component .secondary-herbal-green-block button:focus,
.duni-cision-press-release_page__component .secondary-herbal-green-block a.btn-white:focus {
    color: #7a7a46;
}

.duni-cision-press-release_page__component .secondary-herbal-green-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .secondary-herbal-green-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .secondary-herbal-green-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-herbal-green-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-grey-block {
    background-color: #565a5c;
}

.duni-cision-press-release_page__component .secondary-grey-block button,
.duni-cision-press-release_page__component .secondary-grey-block a.btn-white {
    color: #565a5c;
}

.duni-cision-press-release_page__component .secondary-grey-block button:hover,
.duni-cision-press-release_page__component .secondary-grey-block a.btn-white:hover {
    color: #4e5254;
}

.duni-cision-press-release_page__component .secondary-grey-block button:active,
.duni-cision-press-release_page__component .secondary-grey-block a.btn-white:active {
    color: #3f4345;
}

.duni-cision-press-release_page__component .secondary-grey-block button:focus,
.duni-cision-press-release_page__component .secondary-grey-block a.btn-white:focus {
    color: #3f4345;
}

.duni-cision-press-release_page__component .secondary-grey-block p a {
    color: #3155a4;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .secondary-grey-block p a:hover {
    color: #3155a4;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .secondary-grey-block p a:active {
    color: #3155a4;
}

.duni-cision-press-release_page__component .secondary-grey-block p a:focus {
    color: #3155a4;
}

.duni-cision-press-release_page__component .plum-block {
    background-color: #644459;
}

.duni-cision-press-release_page__component .plum-block button,
.duni-cision-press-release_page__component .plum-block a.btn-white {
    color: #644459;
}

.duni-cision-press-release_page__component .plum-block button:hover,
.duni-cision-press-release_page__component .plum-block a.btn-white:hover {
    color: #5a3e50;
}

.duni-cision-press-release_page__component .plum-block button:active,
.duni-cision-press-release_page__component .plum-block a.btn-white:active {
    color: #46303e;
}

.duni-cision-press-release_page__component .plum-block button:focus,
.duni-cision-press-release_page__component .plum-block a.btn-white:focus {
    color: #46303e;
}

.duni-cision-press-release_page__component .plum-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .plum-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .plum-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .plum-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-plum-block {
    background-color: #644459;
}

.duni-cision-press-release_page__component .secondary-plum-block button,
.duni-cision-press-release_page__component .secondary-plum-block a.btn-white {
    color: #644459;
}

.duni-cision-press-release_page__component .secondary-plum-block button:hover,
.duni-cision-press-release_page__component .secondary-plum-block a.btn-white:hover {
    color: #5a3e50;
}

.duni-cision-press-release_page__component .secondary-plum-block button:active,
.duni-cision-press-release_page__component .secondary-plum-block a.btn-white:active {
    color: #46303e;
}

.duni-cision-press-release_page__component .secondary-plum-block button:focus,
.duni-cision-press-release_page__component .secondary-plum-block a.btn-white:focus {
    color: #46303e;
}

.duni-cision-press-release_page__component .secondary-plum-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .secondary-plum-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .secondary-plum-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-plum-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-green-block {
    background-color: #006a4d;
}

.duni-cision-press-release_page__component .secondary-green-block button,
.duni-cision-press-release_page__component .secondary-green-block a.btn-white {
    color: #006a4d;
}

.duni-cision-press-release_page__component .secondary-green-block button:hover,
.duni-cision-press-release_page__component .secondary-green-block a.btn-white:hover {
    color: #005f45;
}

.duni-cision-press-release_page__component .secondary-green-block button:active,
.duni-cision-press-release_page__component .secondary-green-block a.btn-white:active {
    color: #004e39;
}

.duni-cision-press-release_page__component .secondary-green-block button:focus,
.duni-cision-press-release_page__component .secondary-green-block a.btn-white:focus {
    color: #004e39;
}

.duni-cision-press-release_page__component .secondary-green-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .secondary-green-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .secondary-green-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-green-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .black-block {
    background-color: #2e2e2e;
}

.duni-cision-press-release_page__component .black-block button,
.duni-cision-press-release_page__component .black-block a.btn-white {
    color: #2e2e2e;
}

.duni-cision-press-release_page__component .black-block button:hover,
.duni-cision-press-release_page__component .black-block a.btn-white:hover {
    color: #2e2e2e;
}

.duni-cision-press-release_page__component .black-block button:active,
.duni-cision-press-release_page__component .black-block a.btn-white:active {
    color: #2e2e2e;
}

.duni-cision-press-release_page__component .black-block button:focus,
.duni-cision-press-release_page__component .black-block a.btn-white:focus {
    color: #2e2e2e;
}

.duni-cision-press-release_page__component .black-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .black-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .black-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .black-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .grey-block {
    background-color: #898989;
}

.duni-cision-press-release_page__component .grey-block button,
.duni-cision-press-release_page__component .grey-block a.btn-white {
    color: #898989;
}

.duni-cision-press-release_page__component .grey-block button:hover,
.duni-cision-press-release_page__component .grey-block a.btn-white:hover {
    color: #898989;
}

.duni-cision-press-release_page__component .grey-block button:active,
.duni-cision-press-release_page__component .grey-block a.btn-white:active {
    color: #898989;
}

.duni-cision-press-release_page__component .grey-block button:focus,
.duni-cision-press-release_page__component .grey-block a.btn-white:focus {
    color: #898989;
}

.duni-cision-press-release_page__component .grey-block p a {
    color: #3155a4;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .grey-block p a:hover {
    color: #3155a4;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .grey-block p a:active {
    color: #3155a4;
}

.duni-cision-press-release_page__component .grey-block p a:focus {
    color: #3155a4;
}

.duni-cision-press-release_page__component .mellow-rose-block {
    background-color: #e7b8b4;
}

.duni-cision-press-release_page__component .mellow-rose-block button,
.duni-cision-press-release_page__component .mellow-rose-block a.btn-white {
    color: #e7b8b4;
}

.duni-cision-press-release_page__component .mellow-rose-block button:hover,
.duni-cision-press-release_page__component .mellow-rose-block a.btn-white:hover {
    color: #e7b8b4;
}

.duni-cision-press-release_page__component .mellow-rose-block button:active,
.duni-cision-press-release_page__component .mellow-rose-block a.btn-white:active {
    color: #e7b8b4;
}

.duni-cision-press-release_page__component .mellow-rose-block button:focus,
.duni-cision-press-release_page__component .mellow-rose-block a.btn-white:focus {
    color: #e7b8b4;
}

.duni-cision-press-release_page__component .mellow-rose-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .mellow-rose-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .mellow-rose-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .mellow-rose-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .chestnut-block {
    background-color: #795c52;
}

.duni-cision-press-release_page__component .chestnut-block button,
.duni-cision-press-release_page__component .chestnut-block a.btn-white {
    color: #795c52;
}

.duni-cision-press-release_page__component .chestnut-block button:hover,
.duni-cision-press-release_page__component .chestnut-block a.btn-white:hover {
    color: #795c52;
}

.duni-cision-press-release_page__component .chestnut-block button:active,
.duni-cision-press-release_page__component .chestnut-block a.btn-white:active {
    color: #795c52;
}

.duni-cision-press-release_page__component .chestnut-block button:focus,
.duni-cision-press-release_page__component .chestnut-block a.btn-white:focus {
    color: #795c52;
}

.duni-cision-press-release_page__component .chestnut-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .chestnut-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .chestnut-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .chestnut-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .honey-block {
    background-color: #cda053;
}

.duni-cision-press-release_page__component .honey-block button,
.duni-cision-press-release_page__component .honey-block a.btn-white {
    color: #cda053;
}

.duni-cision-press-release_page__component .honey-block button:hover,
.duni-cision-press-release_page__component .honey-block a.btn-white:hover {
    color: #cda053;
}

.duni-cision-press-release_page__component .honey-block button:active,
.duni-cision-press-release_page__component .honey-block a.btn-white:active {
    color: #cda053;
}

.duni-cision-press-release_page__component .honey-block button:focus,
.duni-cision-press-release_page__component .honey-block a.btn-white:focus {
    color: #cda053;
}

.duni-cision-press-release_page__component .honey-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .honey-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .honey-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .honey-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block {
    background-color: #09c;
}

.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block button,
.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block a.btn-white {
    color: #09c;
}

.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block button:hover,
.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block a.btn-white:hover {
    color: #0289b6;
}

.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block button:active,
.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block a.btn-white:active {
    color: #0078a0;
}

.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block button:focus,
.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block a.btn-white:focus {
    color: #0078a0;
}

.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .ecoecho-green-block {
    background-color: #78a02e;
}

.duni-cision-press-release_page__component .ecoecho-green-block button,
.duni-cision-press-release_page__component .ecoecho-green-block a.btn-white {
    color: #78a02e;
}

.duni-cision-press-release_page__component .ecoecho-green-block button:hover,
.duni-cision-press-release_page__component .ecoecho-green-block a.btn-white:hover {
    color: #668927;
}

.duni-cision-press-release_page__component .ecoecho-green-block button:active,
.duni-cision-press-release_page__component .ecoecho-green-block a.btn-white:active {
    color: #445c18;
}

.duni-cision-press-release_page__component .ecoecho-green-block button:focus,
.duni-cision-press-release_page__component .ecoecho-green-block a.btn-white:focus {
    color: #445c18;
}

.duni-cision-press-release_page__component .ecoecho-green-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .ecoecho-green-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .ecoecho-green-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .ecoecho-green-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .white-t-block {
    background-color: #fff;
}

.duni-cision-press-release_page__component .white-t-block button,
.duni-cision-press-release_page__component .white-t-block a.btn-white {
    color: #fff;
}

.duni-cision-press-release_page__component .white-t-block button:hover,
.duni-cision-press-release_page__component .white-t-block a.btn-white:hover {
    color: #f0f0f0;
}

.duni-cision-press-release_page__component .white-t-block button:active,
.duni-cision-press-release_page__component .white-t-block a.btn-white:active {
    color: #f8f8f8;
}

.duni-cision-press-release_page__component .white-t-block button:focus,
.duni-cision-press-release_page__component .white-t-block a.btn-white:focus {
    color: #f8f8f8;
}

.duni-cision-press-release_page__component .white-t-block p a {
    color: #3155a4;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .white-t-block p a:hover {
    color: #3155a4;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .white-t-block p a:active {
    color: #3155a4;
}

.duni-cision-press-release_page__component .white-t-block p a:focus {
    color: #3155a4;
}

.duni-cision-press-release_page__component .white-block {
    background-color: #fff;
}

.duni-cision-press-release_page__component .white-block button:hover,
.duni-cision-press-release_page__component .white-block a.btn-white:hover {
    color: #f0f0f0;
}

.duni-cision-press-release_page__component .white-block button:active,
.duni-cision-press-release_page__component .white-block a.btn-white:active {
    color: #f8f8f8;
}

.duni-cision-press-release_page__component .white-block button:focus,
.duni-cision-press-release_page__component .white-block a.btn-white:focus {
    color: #f8f8f8;
}

.duni-cision-press-release_page__component .white-block p a {
    color: #3155a4;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .white-block p a:hover {
    color: #3155a4;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .white-block p a:active {
    color: #3155a4;
}

.duni-cision-press-release_page__component .white-block p a:focus {
    color: #3155a4;
}

.duni-cision-press-release_page__component .biopak-light-green-block {
    background-color: #81bd41;
}

.duni-cision-press-release_page__component .biopak-light-green-block button,
.duni-cision-press-release_page__component .biopak-light-green-block a.btn-white {
    color: #81bd41;
}

.duni-cision-press-release_page__component .biopak-light-green-block button:hover,
.duni-cision-press-release_page__component .biopak-light-green-block a.btn-white:hover {
    color: #008445;
}

.duni-cision-press-release_page__component .biopak-light-green-block button:active,
.duni-cision-press-release_page__component .biopak-light-green-block a.btn-white:active {
    color: #81bd41;
}

.duni-cision-press-release_page__component .biopak-light-green-block button:focus,
.duni-cision-press-release_page__component .biopak-light-green-block a.btn-white:focus {
    color: #81bd41;
}

.duni-cision-press-release_page__component .biopak-light-green-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .biopak-light-green-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .biopak-light-green-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-light-green-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-dark-green-block {
    background-color: #008445;
}

.duni-cision-press-release_page__component .biopak-dark-green-block button,
.duni-cision-press-release_page__component .biopak-dark-green-block a.btn-white {
    color: #008445;
}

.duni-cision-press-release_page__component .biopak-dark-green-block button:hover,
.duni-cision-press-release_page__component .biopak-dark-green-block a.btn-white:hover {
    color: #008445;
}

.duni-cision-press-release_page__component .biopak-dark-green-block button:active,
.duni-cision-press-release_page__component .biopak-dark-green-block a.btn-white:active {
    color: #008445;
}

.duni-cision-press-release_page__component .biopak-dark-green-block button:focus,
.duni-cision-press-release_page__component .biopak-dark-green-block a.btn-white:focus {
    color: #008445;
}

.duni-cision-press-release_page__component .biopak-dark-green-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .biopak-dark-green-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .biopak-dark-green-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-dark-green-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-compost-dark-green-block {
    background-color: #006649;
}

.duni-cision-press-release_page__component .biopak-compost-dark-green-block button,
.duni-cision-press-release_page__component .biopak-compost-dark-green-block a.btn-white {
    color: #006649;
}

.duni-cision-press-release_page__component .biopak-compost-dark-green-block button:hover,
.duni-cision-press-release_page__component .biopak-compost-dark-green-block a.btn-white:hover {
    color: #006649;
}

.duni-cision-press-release_page__component .biopak-compost-dark-green-block button:active,
.duni-cision-press-release_page__component .biopak-compost-dark-green-block a.btn-white:active {
    color: #006649;
}

.duni-cision-press-release_page__component .biopak-compost-dark-green-block button:focus,
.duni-cision-press-release_page__component .biopak-compost-dark-green-block a.btn-white:focus {
    color: #006649;
}

.duni-cision-press-release_page__component .biopak-compost-dark-green-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .biopak-compost-dark-green-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .biopak-compost-dark-green-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-compost-dark-green-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-bright-green-block {
    background-color: #abcd36;
}

.duni-cision-press-release_page__component .biopak-bright-green-block button,
.duni-cision-press-release_page__component .biopak-bright-green-block a.btn-white {
    color: #abcd36;
}

.duni-cision-press-release_page__component .biopak-bright-green-block button:hover,
.duni-cision-press-release_page__component .biopak-bright-green-block a.btn-white:hover {
    color: #abcd36;
}

.duni-cision-press-release_page__component .biopak-bright-green-block button:active,
.duni-cision-press-release_page__component .biopak-bright-green-block a.btn-white:active {
    color: #abcd36;
}

.duni-cision-press-release_page__component .biopak-bright-green-block button:focus,
.duni-cision-press-release_page__component .biopak-bright-green-block a.btn-white:focus {
    color: #abcd36;
}

.duni-cision-press-release_page__component .biopak-bright-green-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .biopak-bright-green-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .biopak-bright-green-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-bright-green-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-highlight-yellow-block {
    background-color: #e8e40f;
}

.duni-cision-press-release_page__component .biopak-highlight-yellow-block button,
.duni-cision-press-release_page__component .biopak-highlight-yellow-block a.btn-white {
    color: #e8e40f;
}

.duni-cision-press-release_page__component .biopak-highlight-yellow-block button:hover,
.duni-cision-press-release_page__component .biopak-highlight-yellow-block a.btn-white:hover {
    color: #e8e40f;
}

.duni-cision-press-release_page__component .biopak-highlight-yellow-block button:active,
.duni-cision-press-release_page__component .biopak-highlight-yellow-block a.btn-white:active {
    color: #e8e40f;
}

.duni-cision-press-release_page__component .biopak-highlight-yellow-block button:focus,
.duni-cision-press-release_page__component .biopak-highlight-yellow-block a.btn-white:focus {
    color: #e8e40f;
}

.duni-cision-press-release_page__component .biopak-highlight-yellow-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .biopak-highlight-yellow-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .biopak-highlight-yellow-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-highlight-yellow-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-orange-block {
    background-color: #ff8300;
}

.duni-cision-press-release_page__component .biopak-orange-block button,
.duni-cision-press-release_page__component .biopak-orange-block a.btn-white {
    color: #ff8300;
}

.duni-cision-press-release_page__component .biopak-orange-block button:hover,
.duni-cision-press-release_page__component .biopak-orange-block a.btn-white:hover {
    color: #ff8300;
}

.duni-cision-press-release_page__component .biopak-orange-block button:active,
.duni-cision-press-release_page__component .biopak-orange-block a.btn-white:active {
    color: #ff8300;
}

.duni-cision-press-release_page__component .biopak-orange-block button:focus,
.duni-cision-press-release_page__component .biopak-orange-block a.btn-white:focus {
    color: #ff8300;
}

.duni-cision-press-release_page__component .biopak-orange-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .biopak-orange-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .biopak-orange-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-orange-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-brown-block {
    background-color: #986a58;
}

.duni-cision-press-release_page__component .biopak-brown-block button,
.duni-cision-press-release_page__component .biopak-brown-block a.btn-white {
    color: #986a58;
}

.duni-cision-press-release_page__component .biopak-brown-block button:hover,
.duni-cision-press-release_page__component .biopak-brown-block a.btn-white:hover {
    color: #986a58;
}

.duni-cision-press-release_page__component .biopak-brown-block button:active,
.duni-cision-press-release_page__component .biopak-brown-block a.btn-white:active {
    color: #986a58;
}

.duni-cision-press-release_page__component .biopak-brown-block button:focus,
.duni-cision-press-release_page__component .biopak-brown-block a.btn-white:focus {
    color: #986a58;
}

.duni-cision-press-release_page__component .biopak-brown-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .biopak-brown-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .biopak-brown-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-brown-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-buff-block {
    background-color: #d3ccbd;
}

.duni-cision-press-release_page__component .biopak-buff-block button,
.duni-cision-press-release_page__component .biopak-buff-block a.btn-white {
    color: #d3ccbd;
}

.duni-cision-press-release_page__component .biopak-buff-block button:hover,
.duni-cision-press-release_page__component .biopak-buff-block a.btn-white:hover {
    color: #d3ccbd;
}

.duni-cision-press-release_page__component .biopak-buff-block button:active,
.duni-cision-press-release_page__component .biopak-buff-block a.btn-white:active {
    color: #d3ccbd;
}

.duni-cision-press-release_page__component .biopak-buff-block button:focus,
.duni-cision-press-release_page__component .biopak-buff-block a.btn-white:focus {
    color: #d3ccbd;
}

.duni-cision-press-release_page__component .biopak-buff-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .biopak-buff-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .biopak-buff-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-buff-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-grey-block {
    background-color: #717171;
}

.duni-cision-press-release_page__component .biopak-grey-block button,
.duni-cision-press-release_page__component .biopak-grey-block a.btn-white {
    color: #717171;
}

.duni-cision-press-release_page__component .biopak-grey-block button:hover,
.duni-cision-press-release_page__component .biopak-grey-block a.btn-white:hover {
    color: #717171;
}

.duni-cision-press-release_page__component .biopak-grey-block button:active,
.duni-cision-press-release_page__component .biopak-grey-block a.btn-white:active {
    color: #717171;
}

.duni-cision-press-release_page__component .biopak-grey-block button:focus,
.duni-cision-press-release_page__component .biopak-grey-block a.btn-white:focus {
    color: #717171;
}

.duni-cision-press-release_page__component .biopak-grey-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-release_page__component .biopak-grey-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-release_page__component .biopak-grey-block p a:active {
    color: #fff;
}

.duni-cision-press-release_page__component .biopak-grey-block p a:focus {
    color: #fff;
}

.duni-cision-press-release_page__component .brilliant-red-block .led-savings {
    background-color: #f04a57;
}

.duni-cision-press-release_page__component .brilliant-red-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .brilliant-red-block .led-calculator .select-led-product input:checked+label {
        background-color: #ed2939;
    }
}

.duni-cision-press-release_page__component .brilliant-blue-block .led-savings {
    background-color: #3963bf;
}

.duni-cision-press-release_page__component .brilliant-blue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .brilliant-blue-block .led-calculator .select-led-product input:checked+label {
        background-color: #3155a4;
    }
}

.duni-cision-press-release_page__component .bordeaux-block .led-savings {
    background-color: #c61e39;
}

.duni-cision-press-release_page__component .bordeaux-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .bordeaux-block .led-calculator .select-led-product input:checked+label {
        background-color: #a71930;
    }
}

.duni-cision-press-release_page__component .darkgreen-block .led-savings {
    background-color: #008d40;
}

.duni-cision-press-release_page__component .darkgreen-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .darkgreen-block .led-calculator .select-led-product input:checked+label {
        background-color: #006930;
    }
}

.duni-cision-press-release_page__component .brilliant-yellow-block .led-savings {
    background-color: #fad856;
}

.duni-cision-press-release_page__component .brilliant-yellow-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .brilliant-yellow-block .led-calculator .select-led-product input:checked+label {
        background-color: #f9d033;
    }
}

.duni-cision-press-release_page__component .cafe-block .led-savings {
    background-color: #a37e6d;
}

.duni-cision-press-release_page__component .cafe-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .cafe-block .led-calculator .select-led-product input:checked+label {
        background-color: #916c5b;
    }
}

.duni-cision-press-release_page__component .black-block .led-savings {
    background-color: #505050;
}

.duni-cision-press-release_page__component .black-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .black-block .led-calculator .select-led-product input:checked+label {
        background-color: #3e3e3e;
    }
}

.duni-cision-press-release_page__component .grey-block .led-savings {
    background-color: #dfe0de;
}

.duni-cision-press-release_page__component .grey-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .grey-block .led-calculator .select-led-product input:checked+label {
        background-color: #cecfcb;
    }
}

.duni-cision-press-release_page__component .kiwi-block .led-savings {
    background-color: #e5ec50;
}

.duni-cision-press-release_page__component .kiwi-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .kiwi-block .led-calculator .select-led-product input:checked+label {
        background-color: #e0e830;
    }
}

.duni-cision-press-release_page__component .orange-block .led-savings {
    background-color: #ffac61;
}

.duni-cision-press-release_page__component .orange-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .orange-block .led-calculator .select-led-product input:checked+label {
        background-color: #ff993d;
    }
}

.duni-cision-press-release_page__component .granite-grey-block .led-savings {
    background-color: #94958d;
}

.duni-cision-press-release_page__component .granite-grey-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .granite-grey-block .led-calculator .select-led-product input:checked+label {
        background-color: #83847a;
    }
}

.duni-cision-press-release_page__component .pacific-blue-block .led-savings {
    background-color: #00b4f0;
}

.duni-cision-press-release_page__component .pacific-blue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .pacific-blue-block .led-calculator .select-led-product input:checked+label {
        background-color: #09c;
    }
}

.duni-cision-press-release_page__component .mandarin-block .led-savings {
    background-color: #ea805d;
}

.duni-cision-press-release_page__component .mandarin-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .mandarin-block .led-calculator .select-led-product input:checked+label {
        background-color: #e6673d;
    }
}

.duni-cision-press-release_page__component .soft-violet-block .led-savings {
    background-color: #dfb9cb;
}

.duni-cision-press-release_page__component .soft-violet-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .soft-violet-block .led-calculator .select-led-product input:checked+label {
        background-color: #d4a0b9;
    }
}

.duni-cision-press-release_page__component .fuchsia-block .led-savings {
    background-color: #ed0073;
}

.duni-cision-press-release_page__component .fuchsia-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .fuchsia-block .led-calculator .select-led-product input:checked+label {
        background-color: #c90062;
    }
}

.duni-cision-press-release_page__component .mid-blue-block .led-savings {
    background-color: #407bc8;
}

.duni-cision-press-release_page__component .mid-blue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .mid-blue-block .led-calculator .select-led-product input:checked+label {
        background-color: #336ab2;
    }
}

.duni-cision-press-release_page__component .soft-orange-block .led-savings {
    background-color: #ffb51c;
}

.duni-cision-press-release_page__component .soft-orange-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .soft-orange-block .led-calculator .select-led-product input:checked+label {
        background-color: #f7a700;
    }
}

.duni-cision-press-release_page__component .herbal-green-block .led-savings {
    background-color: #acac74;
}

.duni-cision-press-release_page__component .herbal-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .herbal-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #9e9e5e;
    }
}

.duni-cision-press-release_page__component .greige-block .led-savings {
    background-color: #ccc3ba;
}

.duni-cision-press-release_page__component .greige-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .greige-block .led-calculator .select-led-product input:checked+label {
        background-color: #bdb1a6;
    }
}

.duni-cision-press-release_page__component .mint-blue-block .led-savings {
    background-color: #a4dae5;
}

.duni-cision-press-release_page__component .mint-blue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .mint-blue-block .led-calculator .select-led-product input:checked+label {
        background-color: #88cfdd;
    }
}

.duni-cision-press-release_page__component .slate-block .led-savings {
    background-color: #6d828c;
}

.duni-cision-press-release_page__component .slate-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .slate-block .led-calculator .select-led-product input:checked+label {
        background-color: #5d6f78;
    }
}

.duni-cision-press-release_page__component .primary-coffee-block .led-savings {
    background-color: #5d2f32;
}

.duni-cision-press-release_page__component .primary-coffee-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .primary-coffee-block .led-calculator .select-led-product input:checked+label {
        background-color: #452325;
    }
}

.duni-cision-press-release_page__component .primary-darkblue-block .led-savings {
    background-color: #0f2d85;
}

.duni-cision-press-release_page__component .primary-darkblue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .primary-darkblue-block .led-calculator .select-led-product input:checked+label {
        background-color: #0b2265;
    }
}

.duni-cision-press-release_page__component .primary-raspberry-block .led-savings {
    background-color: #eb5d6d;
}

.duni-cision-press-release_page__component .primary-raspberry-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .primary-raspberry-block .led-calculator .select-led-product input:checked+label {
        background-color: #e73d50;
    }
}

.duni-cision-press-release_page__component .secondary-warm-yellow-block .led-savings {
    background-color: #ffc136;
}

.duni-cision-press-release_page__component .secondary-warm-yellow-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .secondary-warm-yellow-block .led-calculator .select-led-product input:checked+label {
        background-color: #ffb612;
    }
}

.duni-cision-press-release_page__component .secondary-pacific-blue-block .led-savings {
    background-color: #00b4f0;
}

.duni-cision-press-release_page__component .secondary-pacific-blue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .secondary-pacific-blue-block .led-calculator .select-led-product input:checked+label {
        background-color: #09c;
    }
}

.duni-cision-press-release_page__component .secondary-herbal-green-block .led-savings {
    background-color: #acac74;
}

.duni-cision-press-release_page__component .secondary-herbal-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .secondary-herbal-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #9e9e5e;
    }
}

.duni-cision-press-release_page__component .secondary-grey-block .led-savings {
    background-color: #676c6e;
}

.duni-cision-press-release_page__component .secondary-grey-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .secondary-grey-block .led-calculator .select-led-product input:checked+label {
        background-color: #565a5c;
    }
}

.duni-cision-press-release_page__component .plum-block .led-savings {
    background-color: #79526c;
}

.duni-cision-press-release_page__component .plum-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .plum-block .led-calculator .select-led-product input:checked+label {
        background-color: #644459;
    }
}

.duni-cision-press-release_page__component .secondary-plum-block .led-savings {
    background-color: #79526c;
}

.duni-cision-press-release_page__component .secondary-plum-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .secondary-plum-block .led-calculator .select-led-product input:checked+label {
        background-color: #644459;
    }
}

.duni-cision-press-release_page__component .secondary-green-block .led-savings {
    background-color: #008e67;
}

.duni-cision-press-release_page__component .secondary-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .secondary-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #006a4d;
    }
}

.duni-cision-press-release_page__component .black-block .led-savings {
    background-color: #404040;
}

.duni-cision-press-release_page__component .black-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .black-block .led-calculator .select-led-product input:checked+label {
        background-color: #2e2e2e;
    }
}

.duni-cision-press-release_page__component .grey-block .led-savings {
    background-color: #9b9b9b;
}

.duni-cision-press-release_page__component .grey-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .grey-block .led-calculator .select-led-product input:checked+label {
        background-color: #898989;
    }
}

.duni-cision-press-release_page__component .mellow-rose-block .led-savings {
    background-color: #f0d2cf;
}

.duni-cision-press-release_page__component .mellow-rose-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .mellow-rose-block .led-calculator .select-led-product input:checked+label {
        background-color: #e7b8b4;
    }
}

.duni-cision-press-release_page__component .chestnut-block .led-savings {
    background-color: #8e6c60;
}

.duni-cision-press-release_page__component .chestnut-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .chestnut-block .led-calculator .select-led-product input:checked+label {
        background-color: #795c52;
    }
}

.duni-cision-press-release_page__component .honey-block .led-savings {
    background-color: #d5af6f;
}

.duni-cision-press-release_page__component .honey-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .honey-block .led-calculator .select-led-product input:checked+label {
        background-color: #cda053;
    }
}

.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block .led-savings {
    background-color: #00b4f0;
}

.duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .secondary-pacific-brilliant-blue-block .led-calculator .select-led-product input:checked+label {
        background-color: #09c;
    }
}

.duni-cision-press-release_page__component .ecoecho-green-block .led-savings {
    background-color: #8dbc36;
}

.duni-cision-press-release_page__component .ecoecho-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .ecoecho-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #78a02e;
    }
}

.duni-cision-press-release_page__component .white-t-block .led-savings {
    background-color: #fff;
}

.duni-cision-press-release_page__component .white-t-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .white-t-block .led-calculator .select-led-product input:checked+label {
        background-color: #fff;
    }
}

.duni-cision-press-release_page__component .white-block .led-savings {
    background-color: #fff;
}

.duni-cision-press-release_page__component .white-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .white-block .led-calculator .select-led-product input:checked+label {
        background-color: #fff;
    }
}

.duni-cision-press-release_page__component .biopak-light-green-block .led-savings {
    background-color: #93c75b;
}

.duni-cision-press-release_page__component .biopak-light-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .biopak-light-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #81bd41;
    }
}

.duni-cision-press-release_page__component .biopak-dark-green-block .led-savings {
    background-color: #00a858;
}

.duni-cision-press-release_page__component .biopak-dark-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .biopak-dark-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #008445;
    }
}

.duni-cision-press-release_page__component .biopak-compost-dark-green-block .led-savings {
    background-color: #008a63;
}

.duni-cision-press-release_page__component .biopak-compost-dark-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .biopak-compost-dark-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #006649;
    }
}

.duni-cision-press-release_page__component .biopak-bright-green-block .led-savings {
    background-color: #b7d453;
}

.duni-cision-press-release_page__component .biopak-bright-green-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .biopak-bright-green-block .led-calculator .select-led-product input:checked+label {
        background-color: #abcd36;
    }
}

.duni-cision-press-release_page__component .biopak-highlight-yellow-block .led-savings {
    background-color: #f1ee2a;
}

.duni-cision-press-release_page__component .biopak-highlight-yellow-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .biopak-highlight-yellow-block .led-calculator .select-led-product input:checked+label {
        background-color: #e8e40f;
    }
}

.duni-cision-press-release_page__component .biopak-orange-block .led-savings {
    background-color: #ff9424;
}

.duni-cision-press-release_page__component .biopak-orange-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .biopak-orange-block .led-calculator .select-led-product input:checked+label {
        background-color: #ff8300;
    }
}

.duni-cision-press-release_page__component .biopak-brown-block .led-savings {
    background-color: #a97c6b;
}

.duni-cision-press-release_page__component .biopak-brown-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .biopak-brown-block .led-calculator .select-led-product input:checked+label {
        background-color: #986a58;
    }
}

.duni-cision-press-release_page__component .biopak-buff-block .led-savings {
    background-color: #e1ddd2;
}

.duni-cision-press-release_page__component .biopak-buff-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .biopak-buff-block .led-calculator .select-led-product input:checked+label {
        background-color: #d3ccbd;
    }
}

.duni-cision-press-release_page__component .biopak-grey-block .led-savings {
    background-color: #838383;
}

.duni-cision-press-release_page__component .biopak-grey-block .led-calculator .select-led-product input:checked+label {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .biopak-grey-block .led-calculator .select-led-product input:checked+label {
        background-color: #717171;
    }
}

.duni-cision-press-release_page__component .secondary-color-brilliant-red ul.check li .icon {
    fill: #ed2939;
}

.duni-cision-press-release_page__component .secondary-color-brilliant-blue ul.check li .icon {
    fill: #3155a4;
}

.duni-cision-press-release_page__component .secondary-color-bordeaux ul.check li .icon {
    fill: #a71930;
}

.duni-cision-press-release_page__component .secondary-color-darkgreen ul.check li .icon {
    fill: #006930;
}

.duni-cision-press-release_page__component .secondary-color-brilliant-yellow ul.check li .icon {
    fill: #f9d033;
}

.duni-cision-press-release_page__component .secondary-color-cafe ul.check li .icon {
    fill: #916c5b;
}

.duni-cision-press-release_page__component .secondary-color-black ul.check li .icon {
    fill: #3e3e3e;
}

.duni-cision-press-release_page__component .secondary-color-grey ul.check li .icon {
    fill: #cecfcb;
}

.duni-cision-press-release_page__component .secondary-color-kiwi ul.check li .icon {
    fill: #e0e830;
}

.duni-cision-press-release_page__component .secondary-color-orange ul.check li .icon {
    fill: #ff993d;
}

.duni-cision-press-release_page__component .secondary-color-granite-grey ul.check li .icon {
    fill: #83847a;
}

.duni-cision-press-release_page__component .secondary-color-pacific-blue ul.check li .icon {
    fill: #09c;
}

.duni-cision-press-release_page__component .secondary-color-mandarin ul.check li .icon {
    fill: #e6673d;
}

.duni-cision-press-release_page__component .secondary-color-soft-violet ul.check li .icon {
    fill: #d4a0b9;
}

.duni-cision-press-release_page__component .secondary-color-fuchsia ul.check li .icon {
    fill: #c90062;
}

.duni-cision-press-release_page__component .secondary-color-mid-blue ul.check li .icon {
    fill: #336ab2;
}

.duni-cision-press-release_page__component .secondary-color-soft-orange ul.check li .icon {
    fill: #f7a700;
}

.duni-cision-press-release_page__component .secondary-color-herbal-green ul.check li .icon {
    fill: #9e9e5e;
}

.duni-cision-press-release_page__component .secondary-color-greige ul.check li .icon {
    fill: #bdb1a6;
}

.duni-cision-press-release_page__component .secondary-color-mint-blue ul.check li .icon {
    fill: #88cfdd;
}

.duni-cision-press-release_page__component .secondary-color-slate ul.check li .icon {
    fill: #5d6f78;
}

.duni-cision-press-release_page__component .secondary-color-primary-coffee ul.check li .icon {
    fill: #452325;
}

.duni-cision-press-release_page__component .secondary-color-primary-darkblue ul.check li .icon {
    fill: #0b2265;
}

.duni-cision-press-release_page__component .secondary-color-primary-raspberry ul.check li .icon {
    fill: #e73d50;
}

.duni-cision-press-release_page__component .secondary-color-secondary-warm-yellow ul.check li .icon {
    fill: #ffb612;
}

.duni-cision-press-release_page__component .secondary-color-secondary-pacific-blue ul.check li .icon {
    fill: #09c;
}

.duni-cision-press-release_page__component .secondary-color-secondary-herbal-green ul.check li .icon {
    fill: #9e9e5e;
}

.duni-cision-press-release_page__component .secondary-color-secondary-grey ul.check li .icon {
    fill: #565a5c;
}

.duni-cision-press-release_page__component .secondary-color-plum ul.check li .icon {
    fill: #644459;
}

.duni-cision-press-release_page__component .secondary-color-secondary-plum ul.check li .icon {
    fill: #644459;
}

.duni-cision-press-release_page__component .secondary-color-secondary-green ul.check li .icon {
    fill: #006a4d;
}

.duni-cision-press-release_page__component .secondary-color-black ul.check li .icon {
    fill: #2e2e2e;
}

.duni-cision-press-release_page__component .secondary-color-grey ul.check li .icon {
    fill: #898989;
}

.duni-cision-press-release_page__component .secondary-color-mellow-rose ul.check li .icon {
    fill: #e7b8b4;
}

.duni-cision-press-release_page__component .secondary-color-chestnut ul.check li .icon {
    fill: #795c52;
}

.duni-cision-press-release_page__component .secondary-color-honey ul.check li .icon {
    fill: #cda053;
}

.duni-cision-press-release_page__component .secondary-color-secondary-pacific-brilliant-blue ul.check li .icon {
    fill: #09c;
}

.duni-cision-press-release_page__component .secondary-color-ecoecho-green ul.check li .icon {
    fill: #78a02e;
}

.duni-cision-press-release_page__component .secondary-color-white-t ul.check li .icon {
    fill: #fff;
}

.duni-cision-press-release_page__component .secondary-color-white ul.check li .icon {
    fill: #fff;
}

.duni-cision-press-release_page__component .secondary-color-biopak-light-green ul.check li .icon {
    fill: #81bd41;
}

.duni-cision-press-release_page__component .secondary-color-biopak-dark-green ul.check li .icon {
    fill: #008445;
}

.duni-cision-press-release_page__component .secondary-color-biopak-compost-dark-green ul.check li .icon {
    fill: #006649;
}

.duni-cision-press-release_page__component .secondary-color-biopak-bright-green ul.check li .icon {
    fill: #abcd36;
}

.duni-cision-press-release_page__component .secondary-color-biopak-highlight-yellow ul.check li .icon {
    fill: #e8e40f;
}

.duni-cision-press-release_page__component .secondary-color-biopak-orange ul.check li .icon {
    fill: #ff8300;
}

.duni-cision-press-release_page__component .secondary-color-biopak-brown ul.check li .icon {
    fill: #986a58;
}

.duni-cision-press-release_page__component .secondary-color-biopak-buff ul.check li .icon {
    fill: #d3ccbd;
}

.duni-cision-press-release_page__component .secondary-color-biopak-grey ul.check li .icon {
    fill: #717171;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .grey-gradient-block {
        background-position: 50% 100%;
    }
}

.duni-cision-press-release_page__component .image-block .primary-img {
    margin-bottom: 30px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .image-block .primary-img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component .primary-img {
        margin-bottom: 20px;
    }
}

.duni-cision-press-release_page__component .stock-block {
    position: absolute;
    bottom: 0;
}

.duni-cision-press-release_page__component .stock-block h1 {
    font-size: 60px;
    line-height: 1;
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component .stock-block {
        position: relative;
    }
}

.duni-cision-press-release_page__component .stock-block-adjust {
    margin-bottom: 20px;
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .stock-block-adjust {
        margin-bottom: 30px;
        height: 452px;
        position: relative;
    }
}

.duni-cision-press-release_page__component #target-ticker img {
    max-width: 50px;
    padding: 10px 0;
}

.duni-cision-press-release_page__component .full-width-link {
    padding: 15px;
}

.duni-cision-press-release_page__component .full-width-link .link {
    display: inline;
}

.duni-cision-press-release_page__component .hero-wrap .hero {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.duni-cision-press-release_page__component .hero-wrap .hero.first {
    min-height: 684px;
    height: calc(28vh);
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .hero-wrap .hero.first {
        min-height: 92vh;
    }
}

.duni-cision-press-release_page__component .hero-wrap .hero.second {
    min-height: 342px;
    height: calc(14vh);
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .hero-wrap .hero.second {
        height: 46vh;
    }
}

.duni-cision-press-release_page__component .hero-wrap .hero .button-wrap {
    margin-top: 30px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .hero-wrap .hero .button-wrap {
        margin-top: 20px;
        text-align: left;
    }
}

.duni-cision-press-release_page__component .hero-wrap.hero-items-two .hero.first {
    max-height: 684px;
}

.duni-cision-press-release_page__component .hero-wrap .content {
    position: absolute;
    bottom: 60px;
    left: 60px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .hero-wrap .content {
        margin-top: 20px;
        text-align: left;
        left: 15px;
    }
}

.duni-cision-press-release_page__component .hero-wrap .content.white-t {
    text-shadow: rgba(0, 0, 0, 0.72) 0 0 80px;
}

.duni-cision-press-release_page__component .hero-wrap .content.black-t {
    text-shadow: rgba(255, 255, 255, 0.72) 0 0 80px;
}

.duni-cision-press-release_page__component .hero-wrap .content a {
    text-shadow: none;
}

.duni-cision-press-release_page__component .hero-wrap .content p {
    font-family: 400;
    padding: 30px 0 0;
    font-size: 16px;
    line-height: 25px;
}

.duni-cision-press-release_page__component .hero-wrap .content h3 {
    padding-top: 15px;
}

.duni-cision-press-release_page__component .hero-wrap .content .hero-text-extra-large {
    font-size: 45px;
    line-height: 1;
}

.duni-cision-press-release_page__component .hero-wrap .content .hero-text-large {
    font-size: 40px;
    line-height: 1;
}

.duni-cision-press-release_page__component .hero-wrap .content .hero-text-medium {
    font-size: 35px;
    line-height: 1;
}

.duni-cision-press-release_page__component .hero-wrap .content .hero-text-small {
    font-size: 30px;
    line-height: 1;
}

.duni-cision-press-release_page__component .hero-wrap .content .hero-text-extra-small {
    font-size: 25px;
    line-height: 1;
}

.duni-cision-press-release_page__component .hero-wrap .content .hero-text-quote {
    font-size: 24px;
}

.duni-cision-press-release_page__component .hero-wrap .content.text-shadow-none {
    text-shadow: none;
}

.duni-cision-press-release_page__component .hero-wrap .hero-center-text .hero-text-large {
    padding: 0;
    margin: 0;
}

.duni-cision-press-release_page__component .language-wrap {
    padding: 0 15px;
    min-height: 100vh;
}

.duni-cision-press-release_page__component .language-wrap .language-wrap-img {
    min-height: 100vh;
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.duni-cision-press-release_page__component .language-wrap .content {
    width: 100%;
    overflow: hidden;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.duni-cision-press-release_page__component .language-wrap .content h3 {
    margin-bottom: 65px;
    margin-top: 65px;
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 4px;
}

@media(min-width:992px) {
    .duni-cision-press-release_page__component .language-wrap .row {
        display: flex;
    }
}

.duni-cision-press-release_page__component .language-wrap .language-flags {
    letter-spacing: -1px;
    word-spacing: -1em;
    font-size: 0;
    line-height: 0;
    width: 100%;
    padding-left: 10%;
    margin: auto;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .language-wrap .language-flags {
        width: 70%;
        padding-left: 10%;
    }
}

.duni-cision-press-release_page__component .language-wrap .language-flags li {
    display: block;
    margin-bottom: 40px;
}

.duni-cision-press-release_page__component .language-wrap .language-flags li a:before {
    content: "";
}

.duni-cision-press-release_page__component .language-wrap .language-flags li a {
    color: #2e2e2e;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    width: 50%;
    padding-left: 0;
}

.duni-cision-press-release_page__component .language-wrap .language-flags li a span {
    vertical-align: middle;
    line-height: 18px;
}

.duni-cision-press-release_page__component .language-wrap .language-flags img {
    vertical-align: text-bottom;
    width: 22px;
    height: 16px;
    margin-right: 10px;
}

.duni-cision-press-release_page__component .full-width .col-md-6 {
    padding: 0;
}

.duni-cision-press-release_page__component .one-row-center {
    text-align: center;
}

.duni-cision-press-release_page__component .teaser-image2 {
    text-align: center;
}

.duni-cision-press-release_page__component .teaser-image2 img {
    width: 100%;
}

.duni-cision-press-release_page__component .teaser-image2 .content {
    padding: 32px 0;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .teaser-image2 .content {
        padding: 21px 0;
    }
}

.duni-cision-press-release_page__component .teaser-image2 .content a {
    font-size: 12px;
}

.duni-cision-press-release_page__component .one-row-background {
    background-size: cover;
    padding: 7.5% 20%;
    text-align: center;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .one-row-background {
        padding: 5.8% 20%;
    }
}

.duni-cision-press-release_page__component .one-row-background.white-t {
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}

.duni-cision-press-release_page__component .one-row-background.black-t {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
}

.duni-cision-press-release_page__component .one-row-background a {
    text-shadow: none;
}

.duni-cision-press-release_page__component .one-row-background .morph-content .content {
    position: static;
    top: auto;
    left: auto;
    z-index: 0;
    color: #000;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.duni-cision-press-release_page__component .hero-inner-image {
    background-position: center top;
    background-repeat: no-repeat;
    height: 447px;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    background-size: cover;
}

.duni-cision-press-release_page__component .hero-inner-image.fluid-height {
    height: 100%;
    background-image: none !important;
    padding: 0;
}

.duni-cision-press-release_page__component .hero-inner-image .fluid-height-img {
    width: 100%;
}

.duni-cision-press-release_page__component .hero-inner-image .content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.duni-cision-press-release_page__component .hero-inner-image h1 {
    font-size: 48px;
    line-height: 130%;
}

.duni-cision-press-release_page__component .hero-inner-image h1.extra-large {
    font-size: 68px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .hero-inner-image h1 {
        font-size: 36px;
    }
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component .hero-inner-image h1 {
        font-size: 24px;
    }
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .hero-inner-image {
        height: 334px;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .hero-inner-image {
        height: 153px;
    }
}

.duni-cision-press-release_page__component .hero-inner-video {
    padding: 0 !important;
    height: 447px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.duni-cision-press-release_page__component .hero-inner-video .content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.duni-cision-press-release_page__component .hero-inner-video h1 {
    text-shadow: 0 0 20px #888;
    font-size: 48px;
    line-height: 55px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .hero-inner-video h1 {
        font-size: 36px;
    }
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component .hero-inner-video h1 {
        font-size: 24px;
    }
}

.duni-cision-press-release_page__component .hero-inner-video video {
    width: 100%;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .hero-inner-video {
        height: 334px;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .hero-inner-video {
        height: 153px;
    }
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component .teaser-30x70 {
        text-align: center;
    }
}

.duni-cision-press-release_page__component .teaser-30x70 .col-md-9.pull-right {
    border-left: 1px solid #dfdfdf;
}

.duni-cision-press-release_page__component .teaser-30x70 .col-md-3.pull-right .primary-img {
    border-left: 1px solid #dfdfdf;
}

.duni-cision-press-release_page__component .row.row-display-block:before,
.duni-cision-press-release_page__component .row.row-display-block:after {
    content: "" !important;
    display: block !important;
}

.duni-cision-press-release_page__component .teaser-4boxes,
.duni-cision-press-release_page__component .teaser-2boxes,
.duni-cision-press-release_page__component .teaser-3boxes {
    padding-bottom: 0;
}

.duni-cision-press-release_page__component .teaser-4boxes .box-wrap,
.duni-cision-press-release_page__component .teaser-2boxes .box-wrap,
.duni-cision-press-release_page__component .teaser-3boxes .box-wrap {
    padding: 25px 30px 20px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 13px;
}

.duni-cision-press-release_page__component .teaser-4boxes .box-wrap.border-around,
.duni-cision-press-release_page__component .teaser-2boxes .box-wrap.border-around,
.duni-cision-press-release_page__component .teaser-3boxes .box-wrap.border-around {
    border: 1px solid #e7e7e7;
}

@media screen and (max-width:991px) {

    .duni-cision-press-release_page__component .teaser-4boxes .box-wrap,
    .duni-cision-press-release_page__component .teaser-2boxes .box-wrap,
    .duni-cision-press-release_page__component .teaser-3boxes .box-wrap {
        margin-bottom: 25px;
    }
}

.duni-cision-press-release_page__component .teaser-4boxes .box-wrap .primary-img img,
.duni-cision-press-release_page__component .teaser-2boxes .box-wrap .primary-img img,
.duni-cision-press-release_page__component .teaser-3boxes .box-wrap .primary-img img {
    margin: 0 auto;
}

.duni-cision-press-release_page__component .teaser-4boxes .box-wrap.image-only,
.duni-cision-press-release_page__component .teaser-2boxes .box-wrap.image-only,
.duni-cision-press-release_page__component .teaser-3boxes .box-wrap.image-only {
    padding: 0;
}

.duni-cision-press-release_page__component .teaser-4boxes .content,
.duni-cision-press-release_page__component .teaser-2boxes .content,
.duni-cision-press-release_page__component .teaser-3boxes .content {
    margin-top: 20px;
}

.duni-cision-press-release_page__component .teaser-4boxes .row,
.duni-cision-press-release_page__component .teaser-2boxes .row,
.duni-cision-press-release_page__component .teaser-3boxes .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.duni-cision-press-release_page__component .teaser-4boxes .row>div[class*="col-"],
.duni-cision-press-release_page__component .teaser-2boxes .row>div[class*="col-"],
.duni-cision-press-release_page__component .teaser-3boxes .row>div[class*="col-"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.duni-cision-press-release_page__component .teaser-4boxes .primary-img .col-md-12,
.duni-cision-press-release_page__component .teaser-2boxes .primary-img .col-md-12,
.duni-cision-press-release_page__component .teaser-3boxes .primary-img .col-md-12 {
    margin: auto;
}

.duni-cision-press-release_page__component .teaser-2boxes h1,
.duni-cision-press-release_page__component .teaser-3boxes h1 {
    margin-top: 30px;
    margin-bottom: 40px;
}

.duni-cision-press-release_page__component .teaser-2boxes .content,
.duni-cision-press-release_page__component .teaser-3boxes .content {
    margin-top: 20px;
}

.duni-cision-press-release_page__component .teaser-image-text.split-content h1 {
    text-align: center;
    margin-bottom: 45px;
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component .teaser-image-text.split-content h1 {
        margin-bottom: 10px;
    }
}

.duni-cision-press-release_page__component .teaser-image-text.split-content .content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component .teaser-image-text.split-content .content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.duni-cision-press-release_page__component .share-top-block a[class^="link-secondary"] {
    padding: 0 30px 0 0;
}

.duni-cision-press-release_page__component .noscroll {
    overflow-y: hidden;
}

.duni-cision-press-release_page__component .morph h2 {
    font-family: azo_sansmedium;
    font-size: 22px;
    text-transform: none;
}

.duni-cision-press-release_page__component .morph-button {
    float: right;
    display: inline-flex;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .morph-button {
        float: none;
        display: block;
        margin-top: 20px;
    }
}

.duni-cision-press-release_page__component .one-row-background .morph-button {
    float: none;
    display: inline-block;
}

.duni-cision-press-release_page__component .morph .morph-content {
    opacity: 0;
    overflow: auto;
    position: fixed;
    padding: 20px;
    z-index: 3000;
    transition: opacity 0.3s 0s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s,
        left 0.4s 0.1s, margin 0.4s 0.1s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.duni-cision-press-release_page__component .morph .morph-content .morph-close {
    outline: 0;
    background: none;
    border: 0;
    float: right;
    margin-right: 0;
    z-index: 4000;
}

.duni-cision-press-release_page__component .morph-content .container,
.duni-cision-press-release_page__component .morph-content .normal-quote {
    width: 280px;
}

@media(min-width:500px) {

    .duni-cision-press-release_page__component .morph-content .container,
    .duni-cision-press-release_page__component .morph-content .normal-quote {
        width: 400px;
    }
}

@media(min-width:768px) {

    .duni-cision-press-release_page__component .morph-content .container,
    .duni-cision-press-release_page__component .morph-content .normal-quote {
        width: 650px;
    }
}

@media(min-width:992px) {

    .duni-cision-press-release_page__component .morph-content .container,
    .duni-cision-press-release_page__component .morph-content .normal-quote {
        width: 750px;
    }
}

@media(min-width:1200px) {

    .duni-cision-press-release_page__component .morph-content .container,
    .duni-cision-press-release_page__component .morph-content .normal-quote {
        width: 1170px;
    }
}

.duni-cision-press-release_page__component .morph.active .morph-content {
    top: 0 !important;
    left: 50% !important;
    margin: 0 0 0 -847px !important;
    width: 1694px !important;
    height: 100% !important;
    -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s,
        left 0.4s 0.1s, margin 0.4s 0.1s;
    -moz-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s,
        left 0.4s 0.1s, margin 0.4s 0.1s;
    -o-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s,
        left 0.4s 0.1s, margin 0.4s 0.1s;
    transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s,
        margin 0.4s 0.1s;
}

.duni-cision-press-release_page__component .morph.active .morph-content p {
    font-size: 16px;
    line-height: 24px;
}

.duni-cision-press-release_page__component .morph.active .morph-content h1,
.duni-cision-press-release_page__component .morph.active .morph-content h2 {
    clear: both;
    padding-top: 20px;
    margin-top: 0;
}

.duni-cision-press-release_page__component .morph .morph-content * {
    opacity: 0;
    z-index: 0;
    display: none;
}

.duni-cision-press-release_page__component .morph.open .morph-content * {
    opacity: 1;
    display: block;
}

.duni-cision-press-release_page__component .morph-content .white-t svg {
    fill: #fff;
}

.duni-cision-press-release_page__component .form .morph .morph-content a {
    text-transform: none;
    display: inline;
}

.duni-cision-press-release_page__component .masonry-boxes .content {
    margin-top: 20px;
    text-align: center;
}

.duni-cision-press-release_page__component .masonry-boxes .grid {
    max-width: 1694px;
}

.duni-cision-press-release_page__component .masonry-boxes .grid:after {
    content: "";
    display: block;
    clear: both;
}

.duni-cision-press-release_page__component .masonry-boxes .grid-item {
    width: 33.333%;
    height: 370px;
    float: left;
    margin-bottom: 20px;
}

.duni-cision-press-release_page__component .masonry-boxes .grid-item-width2 {
    width: 370px;
}

.duni-cision-press-release_page__component .masonry-boxes .grid-item-width3 {
    width: 772px;
}

.duni-cision-press-release_page__component .masonry-boxes .grid-item-width4 {
    width: 780px;
}

.duni-cision-press-release_page__component .masonry-boxes .grid-item-height2 {
    height: 370px;
}

.duni-cision-press-release_page__component .masonry-boxes .grid-item-height3 {
    height: 760px;
}

.duni-cision-press-release_page__component .masonry-boxes .grid-item-height4 {
    height: 361px;
}

.duni-cision-press-release_page__component .masonry-boxes .grid-item-height5 {
    height: 770px;
}

.duni-cision-press-release_page__component .masonry-boxes .grid-item a {
    color: #5b5b5b;
}

.duni-cision-press-release_page__component .masonry-boxes .grid-item a:hover {
    color: #5b5b5b;
}

.duni-cision-press-release_page__component .masonry-boxes .grid-item a:active {
    color: #5b5b5b;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .masonry-boxes .grid-item {
        width: 100%;
        padding: 20px 0;
        position: relative;
        height: auto;
        float: none;
        clear: both;
        margin-bottom: 0;
    }

    .duni-cision-press-release_page__component .masonry-boxes img {
        width: 100%;
        height: auto;
    }

    .duni-cision-press-release_page__component .masonry-boxes .grid-item-width2,
    .duni-cision-press-release_page__component .masonry-boxes .grid-item-width3,
    .duni-cision-press-release_page__component .masonry-boxes .grid-item-width4,
    .duni-cision-press-release_page__component .masonry-boxes .grid-item-height2,
    .duni-cision-press-release_page__component .masonry-boxes .grid-item-height3,
    .duni-cision-press-release_page__component .masonry-boxes .grid-item-height4,
    .duni-cision-press-release_page__component .masonry-boxes .grid-item-height5 {
        width: 100%;
        height: auto;
    }
}

.duni-cision-press-release_page__component .slider img {
    width: 100%;
}

.duni-cision-press-release_page__component div.divided-container div[class*="col-"] {
    padding-top: 50px;
    padding-bottom: 50px;
}

.duni-cision-press-release_page__component .divided-container .divided-left {
    padding-right: 75px;
}

.duni-cision-press-release_page__component .divided-container .divided-right {
    padding-left: 75px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .divided-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .duni-cision-press-release_page__component .divided-container .divided-left,
    .duni-cision-press-release_page__component .divided-container .divided-right {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .divided-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .duni-cision-press-release_page__component .divided-container .divided-left,
    .duni-cision-press-release_page__component .divided-container .divided-right {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width:767px) {
    .duni-cision-press-release_page__component .morph .morph-content .morph-close {
        margin-right: -30px;
    }
}

.duni-cision-press-release_page__component .center-image {
    margin-right: auto;
    margin-left: auto;
}

.duni-cision-press-release_page__component .bleeding-image {
    margin-bottom: -160px;
    margin-top: -100px;
}

.duni-cision-press-release_page__component .full-width-image.container-fluid {
    padding: 0;
}

.duni-cision-press-release_page__component .full-width-image.container-fluid img {
    width: 100%;
}

.duni-cision-press-release_page__component .teaser-image-outer-grid .container,
.duni-cision-press-release_page__component .teaser-image-outer-grid .normal-quote {
    padding: 0;
}

.duni-cision-press-release_page__component .image-outer-grid-left {
    margin: 50px 0 40px -15px;
    max-width: 55%;
}

.duni-cision-press-release_page__component .teaser-centered-text-image.container,
.duni-cision-press-release_page__component .teaser-centered-text-image.normal-quote {
    padding: 50px 0 50px 0;
}

.duni-cision-press-release_page__component .teaser-centered-text-image h1 {
    font-size: 45px;
}

.duni-cision-press-release_page__component .teaser-centered-text-image .subtitle,
.duni-cision-press-release_page__component .teaser-centered-text-image .language-wrap .language-flags li a,
.duni-cision-press-release_page__component .language-wrap .language-flags li .teaser-centered-text-image a {
    font-size: 15px;
}

.duni-cision-press-release_page__component .teaser-centered-text-image img {
    max-width: 100%;
    margin-top: 20px;
}

.duni-cision-press-release_page__component .campaign-page #sign-up-block .container,
.duni-cision-press-release_page__component .campaign-page #sign-up-block .normal-quote {
    padding: 0;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .bleeding-image {
        margin-bottom: 0;
        margin-top: 0;
    }

    .duni-cision-press-release_page__component .image-outer-grid-left {
        margin-left: -30px;
    }

    .duni-cision-press-release_page__component .teaser-centered-text-image h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component .image-outer-grid-left {
        max-width: 100%;
        margin-bottom: 0;
    }

    .duni-cision-press-release_page__component .teaser-image-outer-grid .container,
    .duni-cision-press-release_page__component .teaser-image-outer-grid .normal-quote {
        padding-bottom: 50px;
    }
}

.duni-cision-press-release_page__component #lang-over {
    display: none;
}

.duni-cision-press-release_page__component .not-found-block {
    padding-bottom: 50px;
    background-color: #fefffd;
}

.duni-cision-press-release_page__component .not-found-block .search input {
    width: 50% !important;
}

.duni-cision-press-release_page__component .not-found-block .search button {
    background-color: #fff;
}

.duni-cision-press-release_page__component .not-found-block .container:not(.one-row-center),
.duni-cision-press-release_page__component .not-found-block .normal-quote:not(.one-row-center),
.duni-cision-press-release_page__component .not-found-block .col-md-4 {
    background-color: #fff;
    padding: 50px;
    border: 1px solid #d6d6d6;
}

.duni-cision-press-release_page__component .not-found-block .col-md-8 {
    padding-top: 50px;
}

.duni-cision-press-release_page__component .side-by-side,
.duni-cision-press-release_page__component ul.full-row {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.duni-cision-press-release_page__component .select-year a {
    color: #09c;
}

.duni-cision-press-release_page__component .select-year a:hover {
    color: #0b2265;
}

.duni-cision-press-release_page__component .select-year a.show-selected {
    color: #0b2265;
}

.duni-cision-press-release_page__component .image-full-width {
    padding: 0 !important;
}

.duni-cision-press-release_page__component .image-full-width img {
    width: 100%;
}

.duni-cision-press-release_page__component .multivideo-block .video-wrap {
    position: relative;
}

.duni-cision-press-release_page__component .multivideo-block .subtitle,
.duni-cision-press-release_page__component .multivideo-block .language-wrap .language-flags li a,
.duni-cision-press-release_page__component .language-wrap .language-flags li .multivideo-block a {
    margin-bottom: 0;
    margin-top: 20px;
}

.duni-cision-press-release_page__component .multivideo-block h3 {
    line-height: 1;
    margin-top: 10px;
}

.duni-cision-press-release_page__component .full-width-video {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.duni-cision-press-release_page__component .full-width-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.duni-cision-press-release_page__component .full-width-video .play-button {
    margin: 40px 0;
    outline: none;
    border: none;
    width: 104px;
    height: 104px;
    z-index: 1;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
}

.duni-cision-press-release_page__component .full-width-video .play-button:after {
    content: "";
    color: #fff;
    font-size: 45px;
    display: flex;
    justify-content: center;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 32px solid rgba(255, 255, 255, 0.85);
    margin-left: 30px;
}

.duni-cision-press-release_page__component .full-width-video .play-button:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.duni-cision-press-release_page__component .full-width-video p {
    font-size: 19px;
}

.duni-cision-press-release_page__component .full-width-video .video-overlay-bg {
    background-color: rgba(0, 0, 0, 0.25);
    height: 100%;
    width: 100%;
    position: absolute;
}

.duni-cision-press-release_page__component [aria-hidden="true"] .play-button-slider {
    pointer-events: none;
}

.duni-cision-press-release_page__component .play-button-slider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    outline: none;
    border: none;
    background: url("sprite.png") no-repeat 0 0;
    width: 77px;
    height: 77px;
    z-index: 1;
}

.duni-cision-press-release_page__component .play-button-slider:hover {
    background: url("sprite.png") no-repeat -77px 0;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .container-flex {
        width: calc(780px);
    }
}

@media(min-width:992px) {
    .duni-cision-press-release_page__component .container-flex {
        width: calc(1000px);
    }
}

@media(min-width:1200px) {
    .duni-cision-press-release_page__component .container-flex {
        width: calc(1200px);
    }
}

.duni-cision-press-release_page__component .flexbox-stats {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}

.duni-cision-press-release_page__component .flexbox-stats .flexbox-stats-items {
    width: 270px;
    padding: 20px;
    margin: 15px;
    border: 2px solid #5baaa4;
    text-align: center;
}

.duni-cision-press-release_page__component .flexbox-stats .stats-heading {
    font-family: "Devonshire", cursive;
    color: #5baaa4;
    display: block;
    font-size: 62px;
    line-height: 1;
    margin: 10px;
}

.duni-cision-press-release_page__component a:hover,
.duni-cision-press-release_page__component a:active,
.duni-cision-press-release_page__component a:focus,
.duni-cision-press-release_page__component a:link,
.duni-cision-press-release_page__component a {
    outline: none;
    outline: 0;
}

.duni-cision-press-release_page__component .video-slide-wrapper {
    padding: 25px;
    margin: 25px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
}

@media(min-width:480px) {
    .duni-cision-press-release_page__component .video-content {
        width: 480px;
        height: 270px;
    }
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .video-content {
        width: 700px;
        height: 390px;
    }
}

@media(min-width:1200px) {
    .duni-cision-press-release_page__component .video-content {
        width: 1000px;
        height: 560px;
    }
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .desktop-hide-image .image-wrap {
        visibility: hidden;
    }
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component .mobile-hide-background {
        background-image: none !important;
    }
}

.duni-cision-press-release_page__component .hero-inner-video.fluid-height {
    height: auto !important;
}

.duni-cision-press-release_page__component .campaign-page.xform-white-text .gray-line .input-label-anim::before,
.duni-cision-press-release_page__component .campaign-page.xform-white-text .gray-line .input-label-anim::after {
    border-bottom: 1px solid #000;
}

.duni-cision-press-release_page__component .campaign-page.xform-white-text .gray-line .input-anim {
    color: #000;
}

.duni-cision-press-release_page__component .normal-quote {
    padding: 40px 10%;
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
}

.duni-cision-press-release_page__component .catalog-item {
    display: flex;
}

.duni-cision-press-release_page__component .catalog-item a.content {
    margin-bottom: 20px;
    color: #5b5b5b;
    display: block;
    display: flex;
    flex-direction: column;
}

.duni-cision-press-release_page__component .catalog-item a.content h3,
.duni-cision-press-release_page__component .catalog-item a.content p {
    flex: 1 0 auto;
}

.duni-cision-press-release_page__component .accordion .accordion-btn {
    position: relative;
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    text-align: left;
    outline: none;
    font-weight: 800;
    font-size: 18px;
    transition: 0.4s;
}

.duni-cision-press-release_page__component .accordion .accordion-btn .accordion-chevron {
    position: absolute;
    right: 10px;
    top: 10px;
    fill: #acacac;
    height: 40px;
    width: 40px;
    transition: transform 0.4s ease;
}

.duni-cision-press-release_page__component .accordion .accordion-btn.active .accordion-chevron {
    transform: rotate(-180deg);
}

.duni-cision-press-release_page__component .accordion .accordion-panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f4f4f4;
}

.duni-cision-press-release_page__component .accordion .accordion-panel p {
    padding: 20px 0;
    margin: 0;
    font-size: 18px;
}

.duni-cision-press-release_page__component .info-overview-item {
    flex: 1 0 33%;
    width: 33%;
    height: 400px;
    padding: 10px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 2px;
    order: 0;
    background-position: center;
}

.duni-cision-press-release_page__component .info-overview-item:nth-child(even) {
    order: 1;
    width: 100%;
}

.duni-cision-press-release_page__component .info-overview-item .info-overview-item-title {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 28px;
}

.duni-cision-press-release_page__component .info-overview-item .info-overview-item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.duni-cision-press-release_page__component .info-overview-item .info-overview-item-text p {
    font-size: 18px;
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .info-overview-item {
        flex: 1 0 auto;
        width: 32%;
        height: 400px;
        padding: 10px;
        display: flex;
        justify-content: center;
        position: relative;
        margin: 2px;
        order: 0;
    }

    .duni-cision-press-release_page__component .info-overview-item:nth-child(even) {
        order: 0;
        width: 33%;
    }
}

.duni-cision-press-release_page__component ul {
    padding: 0;
}

.duni-cision-press-release_page__component ul.dots {
    list-style-type: none;
    list-style-position: inside;
    position: relative;
    padding-left: 5px;
}

.duni-cision-press-release_page__component ul.dots li {
    position: relative;
    padding-left: 6px;
}

.duni-cision-press-release_page__component ul.dots li:before {
    content: ".";
    font-size: 23px;
    left: -6px;
    position: absolute;
    top: -7px;
}

.duni-cision-press-release_page__component ul.check li {
    list-style-type: none;
    list-style-position: inside;
    position: relative;
    padding: 18px 0;
    border-bottom: 1px solid #eaeaea;
    display: table;
    width: 100%;
}

.duni-cision-press-release_page__component ul.check li span:first-child {
    width: 95%;
}

.duni-cision-press-release_page__component ul.check li span {
    display: table-cell;
}

.duni-cision-press-release_page__component ul.contact-list {
    list-style-type: none;
}

.duni-cision-press-release_page__component ul.links {
    width: 100%;
    list-style: none;
    display: inline-block;
}

.duni-cision-press-release_page__component ul.links svg {
    height: 25px;
    width: 25px;
}

.duni-cision-press-release_page__component ul.links li:first-child {
    width: 100%;
    border: 1px solid #e7e7e7;
    vertical-align: middle;
    padding: 25px 0;
}

.duni-cision-press-release_page__component ul.links li {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-top: 0;
    vertical-align: middle;
    padding: 25px 0;
}

.duni-cision-press-release_page__component ul.links li>a {
    padding: 0 30px;
    vertical-align: middle;
}

.duni-cision-press-release_page__component ul.links div {
    padding: 0 30px;
    width: 100%;
}

.duni-cision-press-release_page__component ul.links div p,
.duni-cision-press-release_page__component ul.links div h2 {
    text-transform: none;
    font-family: 400;
    text-align: left;
    display: block;
}

.duni-cision-press-release_page__component ul.links div a:first-child {
    float: left;
    padding: 10px 30px 10px 0;
}

.duni-cision-press-release_page__component ul.links div a {
    font-family: Lato, sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
}

.duni-cision-press-release_page__component ul.links .search-hit {
    overflow: auto;
}

.duni-cision-press-release_page__component ul.links .search-hit svg {
    margin-left: 15px;
}

.duni-cision-press-release_page__component ul.links .search-hit a {
    padding-top: 0 !important;
    padding-right: 0;
}

.duni-cision-press-release_page__component ul.side-by-side li,
.duni-cision-press-release_page__component ul.full-row li,
.duni-cision-press-release_page__component ul.side-by-side li:first-child,
.duni-cision-press-release_page__component ul.full-row li:first-child {
    display: inline-block;
    border: 0;
    padding: 25px 0;
    background: #fff;
}

.duni-cision-press-release_page__component ul.side-by-side li>a,
.duni-cision-press-release_page__component ul.full-row li>a {
    vertical-align: middle;
}

.duni-cision-press-release_page__component ul.side-by-side li,
.duni-cision-press-release_page__component ul.full-row li,
.duni-cision-press-release_page__component ul.side-by-side li:first-child,
.duni-cision-press-release_page__component ul.full-row li:first-child {
    border-bottom: 1px solid #e7e7e7;
}

.duni-cision-press-release_page__component ul.side-by-side .no-link h2,
.duni-cision-press-release_page__component ul.full-row .no-link h2 {
    line-height: 52px;
    margin-bottom: 0;
}

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

    .duni-cision-press-release_page__component ul.side-by-side li,
    .duni-cision-press-release_page__component ul.full-row li,
    .duni-cision-press-release_page__component ul.side-by-side li:nth-child(even),
    .duni-cision-press-release_page__component ul.full-row li:nth-child(even),
    .duni-cision-press-release_page__component ul.side-by-side li:nth-child(3),
    .duni-cision-press-release_page__component ul.full-row li:nth-child(3) {
        width: 100%;
        display: block;
        border: 1px solid #e7e7e7;
        border-top: 0;
        padding: 25px 0;
        background: #fff;
    }

    .duni-cision-press-release_page__component ul.side-by-side li:first-child,
    .duni-cision-press-release_page__component ul.full-row li:first-child {
        width: 100%;
        display: block;
        border-top: 1px solid #e7e7e7;
    }

    .duni-cision-press-release_page__component ul.side-by-side li,
    .duni-cision-press-release_page__component ul.full-row li,
    .duni-cision-press-release_page__component ul.side-by-side li:first-child,
    .duni-cision-press-release_page__component ul.full-row li:first-child,
    .duni-cision-press-release_page__component ul.side-by-side li:nth-child(even),
    .duni-cision-press-release_page__component ul.full-row li:nth-child(even),
    .duni-cision-press-release_page__component ul.side-by-side li:nth-child(3),
    .duni-cision-press-release_page__component ul.full-row li:nth-child(3) {
        border-left: 0;
        border-right: 0;
    }
}

.duni-cision-press-release_page__component ul.full-row li,
.duni-cision-press-release_page__component ul.full-row li:first-child {
    width: 100%;
    display: block;
    border: none;
}

.duni-cision-press-release_page__component ul.full-row li,
.duni-cision-press-release_page__component ul.full-row li:first-child,
.duni-cision-press-release_page__component ul.full-row li:last-child,
.duni-cision-press-release_page__component ul.full-row li:nth-child(even),
.duni-cision-press-release_page__component ul.full-row li:nth-child(3) {
    border: none;
}

.duni-cision-press-release_page__component ul.full-row li {
    border-top: 1px solid #e7e7e7 !important;
}

.duni-cision-press-release_page__component ul.full-row li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.duni-cision-press-release_page__component ul.select-year {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}

.duni-cision-press-release_page__component ul.select-year li {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 0 20px;
    color: #959595;
    letter-spacing: 1px;
}

.duni-cision-press-release_page__component ul.landing {
    margin-top: 50px;
    list-style: none;
}

.duni-cision-press-release_page__component ul.landing span,
.duni-cision-press-release_page__component ul.landing a {
    text-transform: uppercase;
    font-family: Lato, sans-serif;
}

.duni-cision-press-release_page__component ul.landing span {
    font-size: 12px;
}

.duni-cision-press-release_page__component ul.landing li,
.duni-cision-press-release_page__component ul.landing li:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.duni-cision-press-release_page__component ul.landing h2 {
    text-transform: none;
    font-family: 400;
}

.duni-cision-press-release_page__component ul.share {
    list-style: none;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.duni-cision-press-release_page__component ul.share li:first-child {
    border-left: 0;
    vertical-align: 70%;
}

.duni-cision-press-release_page__component ul.share li {
    display: inline-block;
    border-left: 1px solid #007397;
    text-align: center;
    width: 10%;
}

.duni-cision-press-release_page__component ul.share li span:first-child {
    font-weight: 700;
    font-size: 25px;
}

.duni-cision-press-release_page__component ul.share li span {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.duni-cision-press-release_page__component ul.share li span:last-child {
    color: #00495f;
}

.duni-cision-press-release_page__component ul.share li svg {
    height: 40px;
    width: 30px;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component ul.share li {
        width: 25%;
        padding: 10px;
    }
}

@media screen and (max-width:767px) {

    .duni-cision-press-release_page__component ul.share li:first-child,
    .duni-cision-press-release_page__component ul.share li:nth-child(2) {
        border-top: 0;
    }

    .duni-cision-press-release_page__component ul.share li {
        line-height: 30px;
        width: 100%;
        padding: 10px;
        border: 0;
        border-top: 1px solid #007397;
    }
}

.duni-cision-press-release_page__component .pr-filter {
    padding: 50px 0 0 0;
}

.duni-cision-press-release_page__component .pr-filter ul.select-year {
    border-bottom: none;
}

.duni-cision-press-release_page__component .pr-filter ul.select-year li {
    padding: 0 40px 0 0;
}

.duni-cision-press-release_page__component .pr-filter ul.select-year li a {
    color: #b9b9b9;
}

.duni-cision-press-release_page__component .pr-filter ul.select-year li a.show-selected {
    color: #09c;
}

.duni-cision-press-release_page__component .pr-filter ul.select-prtype li {
    display: inline-block;
    padding-right: 2em;
}

.duni-cision-press-release_page__component .pr-filter ul.select-prtype li input {
    margin-right: 10px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

.duni-cision-press-release_page__component .pr-filter .subtitle,
.duni-cision-press-release_page__component .pr-filter .language-wrap .language-flags li a,
.duni-cision-press-release_page__component .language-wrap .language-flags li .pr-filter a {
    color: #2e2e2e;
}

.duni-cision-press-release_page__component .shareholder-table th,
.duni-cision-press-release_page__component .sharelist-table th {
    color: #fff;
}

.duni-cision-press-release_page__component .shareholder-table tr:first-child,
.duni-cision-press-release_page__component .sharelist-table tr:first-child {
    background: #2e2e2e;
}

.duni-cision-press-release_page__component .shareholder-table th:first-child,
.duni-cision-press-release_page__component .sharelist-table th:first-child {
    border-left: 0;
}

.duni-cision-press-release_page__component .shareholder-table th,
.duni-cision-press-release_page__component .sharelist-table th {
    border-left: 1px solid #eaeaea;
}

.duni-cision-press-release_page__component .shareholder-table th,
.duni-cision-press-release_page__component .shareholder-table tr,
.duni-cision-press-release_page__component .shareholder-table td,
.duni-cision-press-release_page__component .sharelist-table th,
.duni-cision-press-release_page__component .sharelist-table tr,
.duni-cision-press-release_page__component .sharelist-table td {
    padding: 15px !important;
    text-align: center;
}

.duni-cision-press-release_page__component .shareholder-table th:first-child,
.duni-cision-press-release_page__component .shareholder-table tr:first-child,
.duni-cision-press-release_page__component .shareholder-table td:first-child,
.duni-cision-press-release_page__component .sharelist-table th:first-child,
.duni-cision-press-release_page__component .sharelist-table tr:first-child,
.duni-cision-press-release_page__component .sharelist-table td:first-child {
    text-align: left;
}

.duni-cision-press-release_page__component .shareholder-table td,
.duni-cision-press-release_page__component .sharelist-table td {
    border: 1px solid #ededed;
}

.duni-cision-press-release_page__component .shareholder-table td:first-child,
.duni-cision-press-release_page__component .sharelist-table td:first-child {
    border-left: 0;
}

.duni-cision-press-release_page__component .shareholder-table td:last-child,
.duni-cision-press-release_page__component .sharelist-table td:last-child {
    border-right: 0;
}

.duni-cision-press-release_page__component .shareholder-table #sharelist-table,
.duni-cision-press-release_page__component .sharelist-table #sharelist-table {
    color: #fff;
}

.duni-cision-press-release_page__component .sharelist-table th:first-child,
.duni-cision-press-release_page__component .sharelist-table tr:first-child,
.duni-cision-press-release_page__component .sharelist-table td:first-child {
    text-align: center;
    width: 15%;
}

.duni-cision-press-release_page__component .sharelist-table th:nth-child(2),
.duni-cision-press-release_page__component .sharelist-table tr:nth-child(2),
.duni-cision-press-release_page__component .sharelist-table td:nth-child(2) {
    text-align: left;
    width: 30%;
}

.duni-cision-press-release_page__component .finance-table th,
.duni-cision-press-release_page__component .corp-table th,
.duni-cision-press-release_page__component .finance-table tr,
.duni-cision-press-release_page__component .corp-table tr,
.duni-cision-press-release_page__component .finance-table td,
.duni-cision-press-release_page__component .corp-table td {
    padding: 15px !important;
    text-align: center;
    border: 1px solid #ededed;
}

.duni-cision-press-release_page__component .finance-table th:first-child,
.duni-cision-press-release_page__component .corp-table th:first-child,
.duni-cision-press-release_page__component .finance-table tr:first-child,
.duni-cision-press-release_page__component .corp-table tr:first-child,
.duni-cision-press-release_page__component .finance-table td:first-child,
.duni-cision-press-release_page__component .corp-table td:first-child {
    text-align: left;
}

.duni-cision-press-release_page__component .finance-table th th,
.duni-cision-press-release_page__component .corp-table th th,
.duni-cision-press-release_page__component .finance-table tr th,
.duni-cision-press-release_page__component .corp-table tr th,
.duni-cision-press-release_page__component .finance-table td th,
.duni-cision-press-release_page__component .corp-table td th {
    background: #3682bd;
    color: #fff;
}

.duni-cision-press-release_page__component .finance-table .table-row-color,
.duni-cision-press-release_page__component .corp-table .table-row-color {
    background: #3f96d9;
    color: #fff;
}

.duni-cision-press-release_page__component .finance-table .table-row-color-dark,
.duni-cision-press-release_page__component .corp-table .table-row-color-dark {
    background: #296c9f;
    color: #fff;
}

.duni-cision-press-release_page__component .finance-table .table-row-color-light,
.duni-cision-press-release_page__component .corp-table .table-row-color-light {
    background: #c5dff4;
}

.duni-cision-press-release_page__component .corp-table th {
    background: #cecfcb !important;
}

.duni-cision-press-release_page__component .corp-table ul li {
    display: inline-block;
    margin-right: 20px;
}

.duni-cision-press-release_page__component #cision-websolution-container #periods {
    z-index: 1;
}

.duni-cision-press-release_page__component .table-responsive #tblInsider th {
    color: #fff;
    text-transform: initial;
    text-align: center;
}

.duni-cision-press-release_page__component .table-responsive #tblInsider th:first-child {
    text-align: left;
}

.duni-cision-press-release_page__component .table-responsive #tblInsider td {
    background-color: #fff;
    text-align: center;
}

.duni-cision-press-release_page__component .table-responsive #tblInsider td:first-child {
    text-align: left;
}

.duni-cision-press-release_page__component .campaign-page .hero-inner-image {
    height: 800px;
}

.duni-cision-press-release_page__component .campaign-page .hero-inner-image.fluid-height {
    height: 100%;
    background-image: none !important;
    padding: 0;
}

.duni-cision-press-release_page__component .campaign-page .hero-inner-image .fluid-height-img {
    width: 100%;
}

.duni-cision-press-release_page__component .campaign-page ul.check li {
    padding: 10px 0;
    border-bottom: none;
}

.duni-cision-press-release_page__component .campaign-page .xform-section {
    color: #fff;
    background: #3e3e3e;
}

.duni-cision-press-release_page__component .campaign-page .gray-line .input-anim {
    color: #fff;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .campaign-page .hero-inner-image {
        height: 500px;
    }

    .duni-cision-press-release_page__component .campaign-page .img-responsive {
        width: 70%;
        margin: auto;
    }

    .duni-cision-press-release_page__component .campaign-page .teaser-image-outer-grid .img-responsive {
        width: 70%;
        margin: 0;
    }
}

.duni-cision-press-release_page__component .campaign-page+footer {
    margin-top: 0;
}

.duni-cision-press-release_page__component textarea,
.duni-cision-press-release_page__component input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.duni-cision-press-release_page__component .form textarea,
.duni-cision-press-release_page__component .form input {
    outline: none;
}

.duni-cision-press-release_page__component .form input[type="radio"],
.duni-cision-press-release_page__component .form input[type="checkbox"] {
    display: none;
}

.duni-cision-press-release_page__component .form label input[type="radio"]+span,
.duni-cision-press-release_page__component .form input[type="radio"]+label span,
.duni-cision-press-release_page__component .form label input[type="checkbox"]+span,
.duni-cision-press-release_page__component .form input[type="checkbox"]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(checkbox_ej.svg) left top no-repeat;
    cursor: pointer;
}

.duni-cision-press-release_page__component .form label input[type="radio"]:checked+span,
.duni-cision-press-release_page__component .form input[type="radio"]:checked+label span,
.duni-cision-press-release_page__component .form label input[type="checkbox"]:checked+span,
.duni-cision-press-release_page__component .form input[type="checkbox"]:checked+label span {
    background: url(checkbox.svg) left top no-repeat;
}

.duni-cision-press-release_page__component .form h1 {
    margin: 30px 0;
}

.duni-cision-press-release_page__component .form .select,
.duni-cision-press-release_page__component .form .upload {
    font-size: 18px;
}

.duni-cision-press-release_page__component .form .select {
    background: transparent;
    width: 100%;
    padding-bottom: 10px;
    margin: 15px 0;
    font-size: 18px;
    border: 0;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.duni-cision-press-release_page__component .form .select::-ms-expand {
    display: none;
}

.duni-cision-press-release_page__component .form .select-arrow {
    position: relative;
    margin-bottom: 30px;
}

.duni-cision-press-release_page__component .form .select-arrow:before {
    content: "▼";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 18px;
    pointer-events: none;
}

.duni-cision-press-release_page__component .form ul,
.duni-cision-press-release_page__component .form li {
    list-style-type: none;
}

.duni-cision-press-release_page__component .form li {
    padding: 30px 0;
}

.duni-cision-press-release_page__component .form li h2 {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    vertical-align: text-top;
    margin: 0;
}

.duni-cision-press-release_page__component .form li button,
.duni-cision-press-release_page__component .form li a {
    text-transform: uppercase;
}

.duni-cision-press-release_page__component .form li:last-child {
    border-bottom: 0 !important;
}

.duni-cision-press-release_page__component .form input[type="submit"] {
    border: 0;
}

.duni-cision-press-release_page__component .form .checkbox-wrapper {
    margin-right: 1.5em;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .form button {
        display: block;
    }
}

.duni-cision-press-release_page__component .success h1 {
    margin: 30px 0;
}

.duni-cision-press-release_page__component .form-container .xform-section {
    display: none;
}

.duni-cision-press-release_page__component .form-container .xform-section h1 {
    display: none;
}

.duni-cision-press-release_page__component .upload-top-margin {
    margin-top: 30px;
}

.duni-cision-press-release_page__component .upload {
    width: 100%;
    padding-bottom: 9px;
    padding-left: 5px;
    margin: 30px 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.duni-cision-press-release_page__component .upload label {
    font-weight: 100;
    cursor: pointer;
    margin: 0;
    width: 100%;
    padding-bottom: 11px;
    display: block;
}

.duni-cision-press-release_page__component .upload .upload-name {
    line-height: 25px;
}

.duni-cision-press-release_page__component .upload.input--filled {
    margin-top: -7px;
}

.duni-cision-press-release_page__component .upload.input--filled label::after {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.duni-cision-press-release_page__component .upload.input--filled label {
    padding-bottom: 5px;
}

.duni-cision-press-release_page__component .upload label::before,
.duni-cision-press-release_page__component .upload label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(90%);
}

.duni-cision-press-release_page__component .upload label::before {
    border-bottom: 1px solid #e9e9e9;
}

.duni-cision-press-release_page__component .upload label::after {
    margin-top: 2px;
    border-bottom: 4px solid #09c;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.duni-cision-press-release_page__component .file-name {
    display: block;
    margin-bottom: 5px;
}

.duni-cision-press-release_page__component .search input {
    width: 30%;
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.duni-cision-press-release_page__component .search button {
    height: 44px;
    border-left: none;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: none;
    margin-right: 10px;
}

.duni-cision-press-release_page__component .input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.duni-cision-press-release_page__component .input-field {
    position: relative;
    display: block;
    float: right;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    -webkit-appearance: none;
}

.duni-cision-press-release_page__component .input-field:focus {
    outline: none;
}

.duni-cision-press-release_page__component .input-label {
    display: inline-block;
    float: right;
    padding: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.duni-cision-press-release_page__component .input-label-content {
    position: relative;
    display: block;
    padding: 11px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 100;
}

.duni-cision-press-release_page__component .input-anim {
    overflow: hidden;
    max-height: 65px;
    display: block;
    clear: both;
    margin-bottom: 15px;
}

.duni-cision-press-release_page__component .input-field-anim {
    margin: 15px 0;
    padding: 10px 5px 19px 5px;
    width: 100%;
    background: transparent;
}

.duni-cision-press-release_page__component .input-field-anim:required {
    box-shadow: none;
}

.duni-cision-press-release_page__component .input-label-anim {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.25em;
    width: 100%;
    height: calc(90%);
    text-align: left;
    pointer-events: none;
}

.duni-cision-press-release_page__component .input-label-content-anim {
    position: absolute;
}

.duni-cision-press-release_page__component .input-label-anim::before,
.duni-cision-press-release_page__component .input-label-anim::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(90%);
}

.duni-cision-press-release_page__component .input-label-anim::after {
    margin-top: 2px;
    border-bottom: 4px solid #09c;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.duni-cision-press-release_page__component .input-label-anim-color-1::after {
    border-color: #09c;
}

.duni-cision-press-release_page__component .input-field-anim:focus+.input-label-anim::after,
.duni-cision-press-release_page__component .input--filled .input-label-anim::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.duni-cision-press-release_page__component .input-field-anim:focus+.input-label-anim .input-label-content-anim,
.duni-cision-press-release_page__component .input--filled .input-label-content-anim {
    -webkit-transform: translate3d(1em, -40%, 0);
    transform: translate3d(1em, -40%, 0);
}

.duni-cision-press-release_page__component .gray-line .input-label-anim::before,
.duni-cision-press-release_page__component .gray-line .input-label-anim::after {
    border-bottom: 1px solid #e9e9e9;
}

.duni-cision-press-release_page__component .gray-line li,
.duni-cision-press-release_page__component .gray-line select,
.duni-cision-press-release_page__component .gray-line .select {
    border-bottom: 1px solid #e9e9e9 !important;
    color: #3e3e3e;
}

.duni-cision-press-release_page__component .gray-line .input-anim {
    color: #3e3e3e;
}

.duni-cision-press-release_page__component .gray-line li:last-child {
    border-bottom: none !important;
}

.duni-cision-press-release_page__component .gray-line li {
    display: block;
}

.duni-cision-press-release_page__component .gray-line li .gray-line-item {
    width: 100%;
    display: block;
}

@media screen and (min-width:767px) {
    .duni-cision-press-release_page__component .gray-line li {
        display: table;
    }

    .duni-cision-press-release_page__component .gray-line li .gray-line-item {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px;
    }
}

.duni-cision-press-release_page__component .white-line .input-label-anim::before,
.duni-cision-press-release_page__component .white-line .input-label-anim::after {
    border-bottom: 1px solid #fff !important;
}

.duni-cision-press-release_page__component .white-line li,
.duni-cision-press-release_page__component .white-line select,
.duni-cision-press-release_page__component .white-line .select,
.duni-cision-press-release_page__component .white-line .upload {
    border-bottom: 1px solid #fff !important;
    color: #fff;
}

.duni-cision-press-release_page__component .white-line .upload {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.duni-cision-press-release_page__component .extend-line .input-label-anim::after,
.duni-cision-press-release_page__component .gray-line .input-label-anim::after {
    margin-top: 2px;
    border-bottom: 4px solid #09c;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.duni-cision-press-release_page__component .extend-line .input-label-anim-color-1::after,
.duni-cision-press-release_page__component .gray-line .input-label-anim-color-1::after {
    border-color: #09c;
}

.duni-cision-press-release_page__component .extend-line .input-field-anim:focus+.input-label-anim::after,
.duni-cision-press-release_page__component .gray-line .input-field-anim:focus+.input-label-anim::after,
.duni-cision-press-release_page__component .extend-line .input--filled .input-label-anim::after,
.duni-cision-press-release_page__component .gray-line .input--filled .input-label-anim::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.duni-cision-press-release_page__component .extend-line .input-field-anim:focus+.input-label-anim .input-label-content-anim,
.duni-cision-press-release_page__component .gray-line .input-field-anim:focus+.input-label-anim .input-label-content-anim,
.duni-cision-press-release_page__component .extend-line .input--filled .input-label-content-anim,
.duni-cision-press-release_page__component .gray-line .input--filled .input-label-content-anim {
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
}

.duni-cision-press-release_page__component .secondary-pacific-blue-block .form select {
    background-color: #09c;
}

.duni-cision-press-release_page__component .img-responsive {
    width: 100%;
}

.duni-cision-press-release_page__component .campaign-page .img-responsive {
    width: auto;
    max-width: 100% !important;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-release_page__component .hidden-tablet {
        display: none;
    }

    .duni-cision-press-release_page__component .container,
    .duni-cision-press-release_page__component .normal-quote {
        width: 100%;
    }

    .duni-cision-press-release_page__component .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .duni-cision-press-release_page__component .container-fluid.hero-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:991px) {
    .duni-cision-press-release_page__component .hidden-phone {
        display: none;
    }

    .duni-cision-press-release_page__component .pull-left,
    .duni-cision-press-release_page__component .pull-right {
        float: none !important;
    }

    .duni-cision-press-release_page__component .vcenter {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .duni-cision-press-release_page__component .button-wrap {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.duni-cision-press-release_page__component .slider {
    padding-top: 50px;
}

.duni-cision-press-release_page__component .slider-heading {
    padding-bottom: 0;
}

.duni-cision-press-release_page__component .slick-slide img:hover {
    cursor: pointer;
    opacity: 1;
}

.duni-cision-press-release_page__component .slick-active img:hover {
    cursor: initial;
}

.duni-cision-press-release_page__component .col-md-4.slick-slide {
    width: 600px;
}

@media screen and (max-width:767px) {
    .duni-cision-press-release_page__component .col-md-4.slick-slide {
        width: 370px;
    }
}

.duni-cision-press-release_page__component .slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    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;
}

.duni-cision-press-release_page__component .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.duni-cision-press-release_page__component .slick-list:focus {
    outline: none;
}

.duni-cision-press-release_page__component .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.duni-cision-press-release_page__component .slick-slider .slick-track,
.duni-cision-press-release_page__component .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);
}

.duni-cision-press-release_page__component .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.duni-cision-press-release_page__component .slick-track:before,
.duni-cision-press-release_page__component .slick-track:after {
    display: table;
    content: "";
}

.duni-cision-press-release_page__component .slick-track:after {
    clear: both;
}

.duni-cision-press-release_page__component .slick-loading .slick-track {
    visibility: hidden;
}

.duni-cision-press-release_page__component .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.duni-cision-press-release_page__component [dir="rtl"] .slick-slide {
    float: right;
}

.duni-cision-press-release_page__component .slick-slide img {
    display: block;
}

.duni-cision-press-release_page__component .slick-slide.slick-loading img {
    display: none;
}

.duni-cision-press-release_page__component .slick-slide.dragging img {
    pointer-events: none;
}

.duni-cision-press-release_page__component .slick-initialized .slick-slide {
    display: block;
}

.duni-cision-press-release_page__component .slick-loading .slick-slide {
    visibility: hidden;
}

.duni-cision-press-release_page__component .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.duni-cision-press-release_page__component .current-slide {
    float: right;
    font-size: 16px;
}

.duni-cision-press-release_page__component .slick-slide img,
.duni-cision-press-release_page__component .slick-cloned img {
    opacity: 0.5;
}

.duni-cision-press-release_page__component .slick-center img {
    opacity: 1;
}

.duni-cision-press-release_page__component button.slick-prev,
.duni-cision-press-release_page__component button.slick-next {
    position: absolute;
    top: 50%;
    left: 10%;
    border: none;
    outline: none;
    background: none;
    font-family: monospace;
    color: rgba(0, 0, 0, 0.4);
}

.duni-cision-press-release_page__component button.slick-prev:hover,
.duni-cision-press-release_page__component button.slick-prev:focus,
.duni-cision-press-release_page__component button.slick-prev:active,
.duni-cision-press-release_page__component button.slick-next:hover,
.duni-cision-press-release_page__component button.slick-next:focus,
.duni-cision-press-release_page__component button.slick-next:active {
    color: rgba(0, 0, 0, 0.75);
}

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

    .duni-cision-press-release_page__component button.slick-prev svg,
    .duni-cision-press-release_page__component button.slick-next svg {
        height: 30px;
        width: 30px;
    }
}

.duni-cision-press-release_page__component button.slick-next {
    left: auto;
    right: 10%;
}

.duni-cision-press-release_page__component .hero-slider .slick-slide {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.duni-cision-press-release_page__component .hero-slider .slick-slide img {
    width: 100%;
    opacity: 1;
}

.duni-cision-press-release_page__component .hero-slider .content {
    padding: 0 30px;
}

.duni-cision-press-release_page__component .hero-slider .content.white-t span,
.duni-cision-press-release_page__component .hero-slider .content.white-t h1,
.duni-cision-press-release_page__component .hero-slider .content.white-t h2,
.duni-cision-press-release_page__component .hero-slider .content.white-t h3,
.duni-cision-press-release_page__component .hero-slider .content.white-t h4,
.duni-cision-press-release_page__component .hero-slider .content.white-t h5,
.duni-cision-press-release_page__component .hero-slider .content.white-t h6 {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
}

.duni-cision-press-release_page__component .hero-slider .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.duni-cision-press-release_page__component .hero-slider .slick-dots li {
    list-style: none;
    margin: 0 5px;
}

.duni-cision-press-release_page__component .hero-slider .slick-dots button {
    width: 14px;
    height: 16px;
    font-size: 0;
    color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    outline: none;
}

.duni-cision-press-release_page__component .hero-slider .slick-dots .slick-active button {
    border: 2px solid #fff;
    background-color: #fff;
}

.duni-cision-press-release_page__component #cision-websolution-container .column {
    height: 100px;
    margin-bottom: 20px;
    width: 100%;
}

.duni-cision-press-release_page__component #cision-websolution-container #periods {
    margin-bottom: 0;
    width: 100%;
}

@media screen and (min-width:640px) {
    .duni-cision-press-release_page__component #cision-websolution-container .column {
        width: 50%;
    }

    .duni-cision-press-release_page__component #cision-websolution-container #periods {
        margin-bottom: -43px;
        width: 50%;
    }
}

@media screen and (min-width:992px) {
    .duni-cision-press-release_page__component #cision-websolution-container .column {
        width: 25%;
    }
}

.duni-cision-press-release_page__component .map-locations-heading {
    margin: 20px 20px 30px 20px;
}

.duni-cision-press-release_page__component .map-locations-sub-heading {
    margin: 30px 20px 20px 20px;
    color: #0277b3;
}

.duni-cision-press-release_page__component .map-section {
    position: relative;
}

.duni-cision-press-release_page__component .map-section .duni-map {
    height: 400px;
}

.duni-cision-press-release_page__component .map-section .map-nav,
.duni-cision-press-release_page__component .map-section .map-nav-info {
    display: block;
    width: auto;
    position: relative;
    top: auto;
    z-index: 1;
    background-color: #fff;
    right: auto;
    overflow: hidden;
}

.duni-cision-press-release_page__component .map-section .map-nav {
    padding: 1.5em 1.5em 0 1.5em;
}

.duni-cision-press-release_page__component .map-section .map-nav-info {
    top: auto;
    padding: 1.5em 1.5em 2em 1.5em;
}

.duni-cision-press-release_page__component .map-section .map-nav-info span {
    display: block;
    text-align: left;
}

.duni-cision-press-release_page__component .map-section .map-heading {
    color: #0277b3;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
}

.duni-cision-press-release_page__component .map-section .map-subheading {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin: 5px 0;
    text-align: center;
}

.duni-cision-press-release_page__component .map-section .close-map-nav-info {
    display: flex;
    justify-content: flex-end;
}

.duni-cision-press-release_page__component .move-to-map-marker {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    padding: 5px 0 5px 5px;
}

.duni-cision-press-release_page__component .input-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin: 10px 0;
    cursor: pointer;
    user-select: none;
    margin: 10px 10px 0 0;
}

.duni-cision-press-release_page__component .input-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.duni-cision-press-release_page__component .input-container input:checked~.checkmark {
    background-color: #0277b3;
}

.duni-cision-press-release_page__component .input-container input:checked~.checkmark:after {
    display: block;
}

.duni-cision-press-release_page__component .input-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #cecfcb;
    border-radius: 2px;
}

.duni-cision-press-release_page__component .input-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    width: 14px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(135deg) scaleY(-1);
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .map-section .duni-map {
        height: 900px;
    }

    .duni-cision-press-release_page__component .map-section .map-nav,
    .duni-cision-press-release_page__component .map-section .map-nav-info {
        display: block;
        width: 240px;
        position: absolute;
        top: 110px;
        z-index: 1;
        background-color: #fff;
        right: 80px;
        padding: 1.5em 1.5em 2em 1.5em;
        overflow: hidden;
    }

    .duni-cision-press-release_page__component .map-section .map-nav {
        padding: 1.5em 1.5em 2em 1.5em;
    }

    .duni-cision-press-release_page__component .map-section .map-nav-info {
        top: 270px;
    }

    .duni-cision-press-release_page__component .map-section .map-nav-info .map-heading,
    .duni-cision-press-release_page__component .map-section .map-nav-info .map-subheading {
        text-align: center;
    }

    .duni-cision-press-release_page__component .map-section .input-container {
        display: block;
    }
}

@media print {

    .duni-cision-press-release_page__component .header-menu,
    .duni-cision-press-release_page__component .second-nav,
    .duni-cision-press-release_page__component .morph .morph-content,
    .duni-cision-press-release_page__component .morph-content {
        display: none !important;
    }

    .duni-cision-press-release_page__component a[href]:after {
        content: none !important;
    }

    .duni-cision-press-release_page__component .morph.active .morph-content {
        transition: none !important;
        z-index: 9999;
        display: block !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
        overflow: visible;
    }
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .led-wrapper:before {
        content: "";
        position: absolute;
        height: 70px;
        background: rgba(0, 0, 0, 0.2);
        width: 100%;
        margin-left: -15px;
    }
}

@media(max-width:768px) {
    .duni-cision-press-release_page__component .led-calculator .selectable-countries {
        justify-content: flex-start;
        max-width: 100%;
        margin-top: 40px;
    }
}

@media(max-width:1200px) {
    .duni-cision-press-release_page__component .led-calculator .led-savings {
        margin: 50px auto;
    }
}

@media(min-width:768px) {
    .duni-cision-press-release_page__component .led-calculator .select-led-product label span {
        padding: 0 30px;
    }

    .duni-cision-press-release_page__component .led-calculator .select-led-product>span {
        display: block;
        width: calc(160%);
        margin-left: -30px;
    }

    .duni-cision-press-release_page__component .led-calculator .select-led-product>span:before {
        content: "";
        border-bottom: 0;
        position: relative;
        height: auto;
        width: auto;
        margin-left: 0;
    }
}

@media screen and (min-width:991px) {
    .duni-cision-press-release_page__component .led-calculator .select-led-product {
        padding: 0 70px;
        display: flex;
        align-items: center;
    }

    .duni-cision-press-release_page__component .led-calculator .select-led-product label {
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        height: 70px;
        display: flex;
        align-items: center;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 17px;
        margin: 0;
    }

    .duni-cision-press-release_page__component .led-calculator .select-led-product label span {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .duni-cision-press-release_page__component .led-calculator .select-led-product>span {
        display: block;
        width: auto;
        margin-left: 0;
    }

    .duni-cision-press-release_page__component .led-calculator .active-0 span:nth-child(1) label span {
        border-right: 1px solid rgba(255, 255, 255, 0);
    }

    .duni-cision-press-release_page__component .led-calculator .active-1 span:nth-child(1) label span,
    .duni-cision-press-release_page__component .led-calculator .active-1 span:nth-child(2) label span {
        border-right: 1px solid rgba(255, 255, 255, 0);
    }

    .duni-cision-press-release_page__component .led-calculator .active-2 span:nth-child(2) label span,
    .duni-cision-press-release_page__component .led-calculator .active-2 span:nth-child(3) label span {
        border-right: 1px solid rgba(255, 255, 255, 0);
    }

    .duni-cision-press-release_page__component .led-calculator .active-3 span:nth-child(3) label span,
    .duni-cision-press-release_page__component .led-calculator .active-3 span:nth-child(4) label span {
        border-right: 1px solid rgba(255, 255, 255, 0);
    }
}

@media(min-width:1200px) {
    .duni-cision-press-release_page__component .led-calculator .selectable-countries {
        font-weight: 500;
        justify-content: flex-end;
        max-width: 264px;
        margin: auto;
        z-index: 99;
        position: absolute;
        right: 0;
        bottom: -90px;
        margin-right: 8.5%;
    }
}

@keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes change {

    0%,
    12.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    100%,
    12.66% {
        transform: translate3d(0, -50%, 0);
    }
}

.duni-cision-press-release_page__component .hero-slider .biopak .content {
    text-align: center;
}

@media(min-width:992px) {
    .duni-cision-press-release_page__component .hero-slider .biopak .content {
        width: 50%;
        text-align: left;
    }
}

.duni-cision-press-release_page__component p {
    font-family: 400;
    font-size: 14px;
    line-height: 22px;
}

.duni-cision-press-release_page__component strong {
    font-family: Lato, sans-serif;
    font-weight: 700;
}

.duni-cision-press-release_page__component .link {
    fill: #fff;
}

.duni-cision-press-release_page__component .link:after {
    content: ">";
    position: absolute;
    padding-left: 6px;
    padding-top: 2px;
}

.duni-cision-press-release_page__component .link {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1px;
    color: #fff;
}

.duni-cision-press-release_page__component .links p {
    color: #5b5b5b;
}

.duni-cision-press-release_page__component .links a {
    font-size: 14px;
}

.duni-cision-press-archive_page .subtitle {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.duni-cision-press-archive_page .select-year a {
    color: #09c;
}

.duni-cision-press-archive_page .select-year a:hover {
    color: #0b2265;
}

.duni-cision-press-archive_page .select-year a.show-selected {
    color: #0b2265;
}

.duni-cision-press-archive_page ul.select-year {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    padding-left: 0;
    margin-bottom: 10px;
    font-family: 400;
    color: #5b5b5b;
    font-size: 14px;
    line-height: 22px;
}

.duni-cision-press-archive_page ul.select-year li {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 0 20px;
    color: #959595;
    letter-spacing: 1px;
}

.duni-cision-press-archive_page .pr-filter ul.select-year {
    border-bottom: none;
}

.duni-cision-press-archive_page .pr-filter ul.select-year li {
    padding: 0 40px 0 0;
}

.duni-cision-press-archive_page .pr-filter ul.select-year li a {
    color: #b9b9b9;
}

.duni-cision-press-archive_page .pr-filter ul.select-year li a.show-selected {
    color: #09c;
}

@media screen and (max-width:991px) {
    .duni-cision-press-archive_page .hidden-phone {
        display: none;
    }
}

.duni-cision-press-archive_page .pr-filter ul.select-prtype li {
    display: inline-block;
    padding-right: 2em;
    padding-left: 0;
    margin-bottom: 0;
    font-family: 400;
    color: #5b5b5b;
    font-size: 14px;
    line-height: 22px;
}

.duni-cision-press-archive_page .pr-filter ul.select-prtype li input {
    margin-right: 10px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

.duni-cision-press-archive_page .one-row-center {
    text-align: center;
}

.duni-cision-press-archive_page .black-t {
    color: #2e2e2e;
}

.duni-cision-press-archive_page p {
    margin: 0 0 10px;
}

.duni-cision-press-archive_page p {
    text-rendering: optimizeLegibility;
}

.duni-cision-press-archive_page ul.landing {
    margin-top: 50px;
    list-style: none;
}

.duni-cision-press-archive_page ul.landing span,
.duni-cision-press-archive_page ul.landing a {
    text-transform: uppercase;
    font-family: Lato, sans-serif;
}

.duni-cision-press-archive_page ul.landing span {
    font-size: 12px;
}

.duni-cision-press-archive_page ul.landing li,
.duni-cision-press-archive_page ul.landing li:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.duni-cision-press-archive_page ul.landing h2 {
    text-transform: none;
    font-family: 400;
}

.duni-cision-press-archive_page .gray-line li,
.duni-cision-press-archive_page .gray-line select,
.duni-cision-press-archive_page .gray-line .select {
    border-bottom: 1px solid #e9e9e9 !important;
    color: #3e3e3e;
}

.duni-cision-press-archive_page .gray-line .input-anim {
    color: #3e3e3e;
}

.duni-cision-press-archive_page .gray-line li:last-child {
    border-bottom: none !important;
}

.duni-cision-press-archive_page .gray-line li {
    display: block;
}

.duni-cision-press-archive_page .gray-line li .gray-line-item {
    width: 100%;
    display: block;
}

@media screen and (min-width:767px) {
    .duni-cision-press-archive_page .gray-line li {
        display: table;
    }

    .duni-cision-press-archive_page .gray-line li .gray-line-item {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px;
    }
}

.duni-cision-press-archive_page .link-secondary-pacific-blue {
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1px;
    color: #fff;
}

.duni-cision-press-archive_page .link-secondary-pacific-blue:after {
    content: ">";
    position: absolute;
    padding-left: 6px;
}

.duni-cision-press-archive_page .link-secondary-pacific-blue:hover {
    color: #f8f8f8;
}

.duni-cision-press-archive_page .link-secondary-pacific-blue:active {
    color: #f0f0f0;
}

.duni-cision-press-archive_page .icon-svg.link-secondary-pacific-blue {
    padding-right: 20px;
    margin-right: 10px;
}

.duni-cision-press-archive_page .icon-svg.link-secondary-pacific-blue svg {
    margin-right: 10px;
}

.duni-cision-press-archive_page .icon-svg.link-secondary-pacific-blue:after {
    content: none;
}

.duni-cision-press-archive_page .icon-svg.link-secondary-pacific-blue:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

@media screen and (max-width:767px) {
    .duni-cision-press-archive_page .icon-svg.link-secondary-pacific-blue {
        padding-right: 0;
    }
}

@media screen and (max-width:1024px) {
    .duni-cision-press-archive_page .link-secondary-pacific-blue {
        font-size: 11px;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-archive_page .link-secondary-pacific-blue {
        display: block;
        padding: 0;
    }
}

.duni-cision-press-archive_page .link-secondary-pacific-blue {
    color: #09c;
    fill: #09c;
}

.duni-cision-press-archive_page .link-secondary-pacific-blue:hover {
    color: #0289b6;
    fill: #09c;
}

.duni-cision-press-archive_page .link-secondary-pacific-blue:active {
    color: #0078a0;
    fill: #0078a0;
}

.duni-cision-press-archive_page svg:not(:root) {
    overflow: hidden;
}

.duni-cision-press-archive_page svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
}

.duni-cision-press-archive_page .svg-link::after {
    content: "";
}

.duni-cision-press-archive_page ul.links svg {
    height: 25px;
    width: 25px;
}

.duni-cision-press-archive_page .brilliant-blue-block {
    background-color: #3155a4;
}

.duni-cision-press-archive_page .brilliant-blue-block button,
.duni-cision-press-archive_page .brilliant-blue-block a.btn-white {
    color: #3155a4;
}

.duni-cision-press-archive_page .brilliant-blue-block button:hover,
.duni-cision-press-archive_page .brilliant-blue-block a.btn-white:hover {
    color: #294c98;
}

.duni-cision-press-archive_page .brilliant-blue-block button:active,
.duni-cision-press-archive_page .brilliant-blue-block a.btn-white:active {
    color: #1b3b81;
}

.duni-cision-press-archive_page .brilliant-blue-block button:focus,
.duni-cision-press-archive_page .brilliant-blue-block a.btn-white:focus {
    color: #1b3b81;
}

.duni-cision-press-archive_page .brilliant-blue-block p a {
    color: #fff;
    text-decoration: underline;
}

.duni-cision-press-archive_page .brilliant-blue-block p a:hover {
    color: #fff;
    opacity: 0.75;
}

.duni-cision-press-archive_page .brilliant-blue-block p a:active {
    color: #fff;
}

.duni-cision-press-archive_page .brilliant-blue-block p a:focus {
    color: #fff;
}

.duni-cision-press-archive_page [class*="-block"] {
    background-position: center top;
    background-repeat: no-repeat;
}

.duni-cision-press-archive_page .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.duni-cision-press-archive_page .container-fluid:before,
.duni-cision-press-archive_page .container-fluid:after {
    content: " ";
    display: table;
}

.duni-cision-press-archive_page .container-fluid:after {
    clear: both;
}

.duni-cision-press-archive_page .container-fluid {
    clear: both;
    background-size: cover;
}

@media screen and (max-width:1024px) {
    .duni-cision-press-archive_page .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width:767px) {
    .duni-cision-press-archive_page .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.duni-cision-press-archive_page .full-width-link {
    padding: 15px;
}

.duni-cision-press-archive_page .full-width-link .link {
    display: inline;
}

.duni-cision-press-archive_page html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.duni-cision-press-archive_page a {
    background-color: transparent;
}

.duni-cision-press-archive_page a:active,
.duni-cision-press-archive_page a:hover {
    outline: 0;
}

.duni-cision-press-archive_page h1 {
    font-size: 2em;
    margin: .67em 0;
}

.duni-cision-press-archive_page h1,
.duni-cision-press-archive_page h2,
.duni-cision-press-archive_page h3,
.duni-cision-press-archive_page .h1,
.duni-cision-press-archive_page .h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.duni-cision-press-archive_page h1,
.duni-cision-press-archive_page .h1,
.duni-cision-press-archive_page h2,
.duni-cision-press-archive_page .h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.duni-cision-press-archive_page h1,
.duni-cision-press-archive_page .h1 {
    font-size: 36px;
}

.duni-cision-press-archive_page h2,
.duni-cision-press-archive_page .h2 {
    font-size: 30px;
}

.duni-cision-press-archive_page .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.duni-cision-press-archive_page .container:before,
.duni-cision-press-archive_page .container:after {
    content: " ";
    display: table;
}

.duni-cision-press-archive_page .container:after {
    clear: both;
}

@media(min-width:768px) {
    .duni-cision-press-archive_page .container {
        width: 750px;
    }
}

@media(min-width:992px) {
    .duni-cision-press-archive_page .container {
        width: 970px;
    }
}

@media(min-width:1200px) {
    .duni-cision-press-archive_page .container {
        width: 1170px;
    }
}

.duni-cision-press-archive_page .container {
    padding: 50px 0;
}

.duni-cision-press-archive_page h1,
.duni-cision-press-archive_page h2 {
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    color: #2e2e2e;
    text-rendering: optimizeLegibility;
}

.duni-cision-press-archive_page h1,
.duni-cision-press-archive_page .h1 {
    font-size: 28px;
    line-height: 35px;
}

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

    .duni-cision-press-archive_page h1,
    .duni-cision-press-archive_page .h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

.duni-cision-press-archive_page h2,
.duni-cision-press-archive_page .h2 {
    font-size: 22px;
    line-height: 25px;
}

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

    .duni-cision-press-archive_page h2,
    .duni-cision-press-archive_page .h2 {
        font-size: 20px;
        line-height: 23px;
    }
}

.duni-cision-press-archive_page a {
    text-decoration: none;
    text-rendering: optimizeLegibility;
}

.duni-cision-press-archive_page a:hover,
.duni-cision-press-archive_page a:active,
.duni-cision-press-archive_page a:focus {
    text-decoration: none;
    text-rendering: optimizeLegibility;
}

.duni-cision-press-archive_page p {
    font-family: 400;
    font-size: 14px;
    line-height: 22px;
}

.duni-cision-press-archive_page strong {
    font-family: Lato, sans-serif;
    font-weight: 700;
}

.duni-cision-press-archive_page .link {
    fill: #fff;
}

.duni-cision-press-archive_page .link:after {
    content: ">";
    position: absolute;
    padding-left: 6px;
    padding-top: 2px;
}

.duni-cision-press-archive_page .link {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1px;
    color: #fff;
}

.duni-cision-press-archive_page ul.links div p,
.duni-cision-press-archive_page ul.links div h2 {
    text-transform: none;
    font-family: 400;
    text-align: left;
    display: block;
}

.duni-cision-press-archive_page .show-animated,
.duni-cision-press-archive_page .side-by-side,
.duni-cision-press-archive_page ul.full-row {
    display: block;
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}

.duni-cision-press-archive_page .side-by-side,
.duni-cision-press-archive_page ul.full-row {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.duni-cision-press-archive_page ul.side-by-side li,
.duni-cision-press-archive_page ul.side-by-side li:first-child {
    display: inline-block;
    border: 0;
    padding: 25px 0 !important;
    background: #fff;
}

.duni-cision-press-archive_page ul.side-by-side li>a,
.duni-cision-press-archive_page ul.full-row li>a {
    vertical-align: middle;
}

.duni-cision-press-archive_page ul.side-by-side li,
.duni-cision-press-archive_page ul.full-row li,
.duni-cision-press-archive_page ul.side-by-side li:first-child,
.duni-cision-press-archive_page ul.full-row li:first-child {
    border-bottom: 1px solid #e7e7e7;
}

.duni-cision-press-archive_page ul.side-by-side .no-link h2,
.duni-cision-press-archive_page ul.full-row .no-link h2 {
    line-height: 52px;
    margin-bottom: 0;
}

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

    .duni-cision-press-archive_page ul.side-by-side li,
    .duni-cision-press-archive_page ul.full-row li,
    .duni-cision-press-archive_page ul.side-by-side li:nth-child(even),
    .duni-cision-press-archive_page ul.full-row li:nth-child(even),
    .duni-cision-press-archive_page ul.side-by-side li:nth-child(3),
    .duni-cision-press-archive_page ul.full-row li:nth-child(3) {
        width: 100%;
        display: block;
        border: 1px solid #e7e7e7;
        border-top: 0;
        padding: 25px 0;
        background: #fff;
    }

    .duni-cision-press-archive_page ul.side-by-side li:first-child,
    .duni-cision-press-archive_page ul.full-row li:first-child {
        width: 100%;
        display: block;
        border-top: 1px solid #e7e7e7;
    }

    .duni-cision-press-archive_page ul.side-by-side li,
    .duni-cision-press-archive_page ul.full-row li,
    .duni-cision-press-archive_page ul.side-by-side li:first-child,
    .duni-cision-press-archive_page ul.full-row li:first-child,
    .duni-cision-press-archive_page ul.side-by-side li:nth-child(even),
    .duni-cision-press-archive_page ul.full-row li:nth-child(even),
    .duni-cision-press-archive_page ul.side-by-side li:nth-child(3),
    .duni-cision-press-archive_page ul.full-row li:nth-child(3) {
        border-left: 0;
        border-right: 0;
    }
}

.duni-cision-press-archive_page .pr-filter {
    padding: 50px 0 0 0 !important;
}

.duni-cision-press-archive_page .select-prtype {
    padding-left: 0;
    margin-bottom: 0;
    font-family: 400;
    color: #5b5b5b;
    font-size: 14px;
    line-height: 22px;
}

.duni-cision-press-archive_page .select-prtype li label {
    text-transform: none;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #898989;
    font-size: 14px;
}

.duni-cision-press-archive_page .select-prtype li label input {
    margin-bottom: 0;
}

.duni-cision-press-archive_page .select-year {
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.duni-cision-press-archive_page ul.links div,
.duni-cision-press-archive_page .gray-line-item {
    padding: 0 30px;
    width: 100%;
}

.duni-cision-press-archive_page .side-by-side {
    padding-left: 0;
}

.duni-cision-press-archive_page .gray-line-item p {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
}

.duni-cision-press-archive_page ul.links li {
    width: 100%;
}

.duni-cision-press-archive_page .form .select,
.duni-cision-press-archive_page .form .upload {
    font-size: 18px;
}

.duni-cision-press-archive_page .form .select {
    background: transparent;
    width: 100%;
    padding-bottom: 10px;
    margin: 15px 0;
    font-size: 18px;
    border: 0;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.duni-cision-press-archive_page .form .select::-ms-expand {
    display: none;
}

.duni-cision-press-archive_page .form .select-arrow {
    position: relative;
    margin-bottom: 30px;
    font-size: 14px;
}

.duni-cision-press-archive_page .form .select-arrow:before {
    content: "▼";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 18px;
    pointer-events: none;
}

.duni-cision-press-archive_page .select.select-year,
.duni-cision-press-archive_page .select.select-prtype,
.duni-cision-press-archive_page .select-arrow {
    color: #898989;
    font-family: 400;
}

.wholesaler-links__modal {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 0 0;
    width: 100%;
    align-self: flex-start;
}

@media(max-width:1023px) {
    .wholesaler-links__modal {
        margin-bottom: 0;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.wholesaler-links__modal hr {
    margin-bottom: 8px;
}

.wholesaler-links__modal .alert {
    margin-bottom: 16px;
}

.wholesaler-links__modal .alert-info svg {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.wholesaler-links__modal .alert-info svg path {
    fill: #31708f !important;
}

.wholesaler-links__modal .alert-info p {
    display: flex;
}

.wholesaler-links__modal .tab-pane .dataTables_info,
.wholesaler-links__modal .tab-pane .dataTables_length,
.wholesaler-links__modal .tab-pane .dataTables_scrollHead {
    display: none;
}

.wholesaler-links__modal .tab-pane .dataTables_paginate {
    justify-content: center;
    margin-bottom: 16px;
}

@media(min-width:1024px) {
    .wholesaler-links__modal .tab-pane .item__list {
        width: calc(100% - 32px) !important;
    }
}

.wholesaler-links__modal .tab-pane .item__list thead {
    display: none;
}

.wholesaler-links__modal .nav-tabs {
    background-color: #f5f5f5;
    border-bottom: none;
}

.wholesaler-links__modal .nav-tabs>li {
    margin-bottom: 0;
}

.wholesaler-links__modal .nav-tabs>li.active {
    color: #181818;
    border: none;
}

.wholesaler-links__modal .nav-tabs>li.active>a {
    color: #181818;
    border-bottom-color: #f5f5f5;
}

.wholesaler-links__modal .nav-tabs>li.active>a:hover,
.wholesaler-links__modal .nav-tabs>li.active>a:focus,
.wholesaler-links__modal .nav-tabs>li.active>a:active {
    color: #181818;
    border: none;
    border-bottom-color: #f5f5f5;
    background-color: transparent;
}

.wholesaler-links__modal .nav-tabs>li>a {
    padding: clamp(16px, 1.2vw, 24px) clamp(32px, 4vw, 48px);
    border: none;
    line-height: normal;
    font-size: 13px;
}

.wholesaler-links__modal .nav-tabs>li>a:hover,
.wholesaler-links__modal .nav-tabs>li>a:focus,
.wholesaler-links__modal .nav-tabs>li>a:active {
    background: #f5f5f5;
    color: #dddddd;
    border: none;
}

.wholesaler-links__modal .nav-tab.active {
    background-color: #e6e6e6;
}

.wholesaler-links__modal .product__item {
    margin: 0 0 20px;
    padding-left: 0;
    list-style: none;
    flex-direction: row;
    width: 100%;
    height: auto;
}

.wholesaler-links__modal .product__image {
    border: solid thin #e0e0e0;
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    margin-right: 16px;
}

.wholesaler-links__modal .product__image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.wholesaler-links__modal .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wholesaler-links__modal .item__list {
    margin-top: 0;
}

.wholesaler-links__modal .item__list--item {
    padding: 12px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.wholesaler-links__modal .item__list--item:last-child {
    padding: 12px 16px;
}

.wholesaler-links__modal .item__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 26px;
}

.wholesaler-links__modal .secondary-name {
    margin-bottom: 0;
}

.wholesaler-links__modal .secondary-button {
    border-radius: 50px;
    padding: 8px 24px;
    font-family: Inter, Roboto, sans-serif;
}

.wholesaler-links__modal .alert {
    padding-left: 15px;
    padding-right: 15px;
}

.wholesaler-links__modal .alert p {
    font-size: 10px;
}

.wholesaler-links__modal .site__search-container {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

@media(max-width:1023px) {
    .wholesaler-links__modal .site__search-container {
        padding: 0;
        margin: 0;
    }
}

.wholesaler-links__modal .site__search-form {
    flex-direction: row-reverse;
    height: auto;
    align-items: center;
}

.wholesaler-links__modal .site__search-form input {
    width: 100%;
    border-bottom: none;
    box-shadow: none;
    padding: 0;
}

.wholesaler-links__modal .site__search-form .form-control,
.wholesaler-links__modal .site__search-form .form-group {
    margin-bottom: 0;
    margin-left: 0;
}

.wholesaler-links__modal .site__search-form .form-group {
    flex: auto;
}

.wholesaler-links__modal .store__finder .store__finder--navigation-list {
    width: 100%;
    display: block;
    border-bottom: solid thin #e0e0e0;
    height: 100%;
}

.wholesaler-links__modal .store__finder .store__finder--navigation-list tr,
.wholesaler-links__modal .store__finder .store__finder--navigation-list td {
    width: 100%;
    display: block;
}

.wholesaler-links__modal .store__finder .store__finder--navigation-list .list__entry label {
    cursor: default;
    box-shadow: none;
    align-items: center;
    padding: 10px 20px;
    height: auto;
}

.wholesaler-links__modal .store__finder .store__finder--navigation-list .list__entry label:hover {
    background: none;
}

@media(max-width:639px) {
    .wholesaler-links__modal .store__finder .store__finder--navigation-list .list__entry label {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding: 10px 0;
    }

    .wholesaler-links__modal .store__finder .store__finder--navigation-list .list__entry label .entry__info {
        width: calc(100% - 100px);
    }

    .wholesaler-links__modal .store__finder .store__finder--navigation-list .list__entry label .entry__distance {
        right: 12px;
        width: auto;
        border: none;
    }

    .wholesaler-links__modal .store__finder .store__finder--navigation-list .list__entry label .entry__distance span {
        padding: 0;
    }

    .wholesaler-links__modal .store__finder .store__finder--navigation-list .list__entry label .entry__distance a {
        margin-left: 0;
    }

    .wholesaler-links__modal .store__finder .store__finder--navigation-list .list__entry label .entry__distance {
        position: absolute;
        height: 48px;
        top: 0;
        transform: unset;
    }

    .wholesaler-links__modal .store__finder .store__finder--navigation-list .list__entry label .entry__distance.map-button {
        top: 48px;
    }
}

@media(max-width:1023px) {
    .wholesaler-links__modal .map-list {
        width: 100%;
    }
}

.wholesaler-links__modal .map-list .store__finder--navigation {
    max-width: unset;
    padding: 0 16px;
}

.wholesaler-links__modal .map-list .store__finder--navigation.loading table tbody {
    flex-wrap: wrap;
}

.wholesaler-links__modal .map-list .store__finder--navigation.loading .js-no-store-finder-results {
    display: none !important;
}

.wholesaler-links__modal .map-list .store__finder--navigation .loader {
    position: relative;
}

.wholesaler-links__modal .map-list .store__finder--navigation table tbody {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:1023px) {
    .wholesaler-links__modal .map-list .store__finder--navigation {
        padding: 0;
        width: 100%;
    }
}

.wholesaler-links__modal .map-list .entry__info a {
    color: #181818;
    text-decoration: none;
    border-bottom: solid #282828 thin;
    padding-bottom: 1px;
}

.wholesaler-links__modal .map-list .entry__distance {
    min-height: 50px;
}

.wholesaler-links__modal .map-list .entry__distance span a {
    margin: 0 0 0 5px;
    text-align: center;
}

.wholesaler-links__modal .js-no-store-finder-results {
    width: 100%;
}

@media(max-width:640px) {
    .wholesaler-links__modal .nav-tabs>li {
        width: 100%;
    }

    .wholesaler-links__modal .item__list--item {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .wholesaler-links__modal .item__list--item .duni-button {
        padding: 4px 12px;
        font-size: 10px;
        margin-left: 8px;
        min-width: 100px;
    }
}

@media(max-width:640px) {
    #cboxLoadedContent.datatable-content {
        min-height: 90vh !important;
    }

    #cboxLoadedContent.datatable-content .dataTables_scrollBody {
        height: 45vh;
    }
}

@media(max-width:1023px) {
    #cboxLoadedContent.datatable-content .wholesaler-links__modal .dataTables_scrollBody {
        max-height: unset;
        height: unset;
    }
}

:root {
    --stripe-font-base: 16px;
    --stripe-font-size-label: var(--font-size-xs);
    --stripe-font-size-control-label: var(--font-size-base);
    --stripe-font-size-control-label-focused: var(--font-size-xs);
    --stripe-font-size-help-block: 11px;
    --stripe-color-border: #cccccc;
    --stripe-color-danger: #c40e0e;
    --stripe-color-primary: #27809b;
    --stripe-color-secondary: #181818;
    --stripe-color-success: #5a9b27;
    --stripe-color-warning: #f0ad4e;
    --stripe-color-text: #181818;
    --stripe-color-text-secondary: #444444;
    --stripe-color-text-placeholder: #777777;
    --stripe-border-radius: 0;
    --stripe-icon-color: #777777;
    --stripe-icon-checkmark-color: #ffffff;
}

#stripe-loader.position-relative {
    position: relative;
}