
@charset "utf-8";
/*! CSS Document */

/* ============================================ BASIC SITE STRUCTURE (DO NOT EDIT) =================================== */

/*!========= NORMALIZE STYLES(DO NOT EDIT) ============= */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
    overflow: visible
}

audio, canvas, progress, video {
    display: inline-block
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

:focus {
    outline-offset: 2px;
}

@-moz-document url-prefix() {
    :focus {
        outline: 2px solid black;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    :focus {
        outline: 2px solid black;
    }
}

* {
    box-sizing: border-box;
}

/*! ============================================= GLOBAL LAYOUT (DO NOT EDIT) ========================================= */
html {
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom */
    overflow-y: scroll;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #1a1a1a;
    color: #000000;
}

a[href*='#main-content']:focus {
    position: absolute;
    z-index: 20;
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 165px;
    height: auto;
    clip: auto;
    overflow: visible;
    padding: 8px 12px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.wrapper1240 {
    max-width: 1240px;
    margin: 0 auto;
}

.letterboxWrapper {
    background-color: #fff;
    margin: 0 auto;
}

.wrapper1024 {
    max-width: 1024px;
    margin: 0 auto;
}

#subpageContent {
    background-color: #FFF;
    min-height: 620px;
    padding: 0 0 70px 0;
    font-size: 14px;
    line-height: 155%;
    margin: 40px 0 0 0;
}

.subContent:empty {
    display: none;
}

.subContent {
    margin: 0 0 30px 0;
}

#siteHeader #hamburgerBar {
    width: 100%;
}

#siteHeader #hamburgerBar>* {
    pointer-events: none;
}

/* ============================================ GENERIC TEXT STYLES (DO NOT EDIT) =================================== */
h1, h2, h3, h4, h5 {
    line-height: 150%;
    font-weight: bold;
}

h1 {
    font-size: 28px;
    margin: 0 0 15px 0;
}

h2 {
    font-size: 18px;
    margin: 0 0 15px 0;
}

h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 15px;
    margin: 0 0 15px 0;
}

h5 {
    font-size: 14px;
    margin: 0 0 15px 0;
}

p, ul, ol, blockquote {
    margin: 0 0 20px 0;
    line-height: 155%;
    font-size: 14px;
}

ul {
    list-style-image: url(/cws4.0/global-unix/images/structure/bullet.png);
}

ul, ol {
    padding: 0 0 0 30px;
}

a {
    cursor: pointer;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

blockquote {
    padding: 20px;
}

.heading {
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: 600;
}

/* Hides from UI but visible to screen readers */
.offscreen {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*! =============================== FLOAT CLEAR (DO NOT EDIT) ================================= */
.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*! =============================== SHOW/HIDE (DO NOT EDIT) ================================= */
.displaySectionNo {
    display: none !important;
}

/*------------ Hide Modules by default - to be enabled via Merchant Configuration ------------- */
.utilityNav li#mobilePayHdr, .utilityNav li#registerLink, .utilityNav li#login, .utilityNav li#logout, .anonReloadModule, .userReloadModule, .giftCardsModule, .egiftModule, .loyaltyModule, .customCardsModule, #footerLoyaltyModule, .accountModule {
    display: none;
}

.hideNav {
    display: none !important;
}

.footerNav ul li.hideNav:first-child+li {
    border: none;
}

.header-nav__top-level-dropdown-toggle-button {
    display: none;
    position: absolute;
    left: 102%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: none;
    border: none;
    padding: 0;
}

html[lang='fr'] button.header-nav__top-level-dropdown-toggle-button {
    padding: 0;
}

.header-nav__top-level-dropdown-toggle-button>.icon--chevron-down {
    width: 18px;
    height: 100%;
}

.utility-nav__logout-dropdown-button {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
}

/* ================ FANCYBOX ====================*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    max-width: 85%;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened img {
    max-width: 100%;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
    max-width: 100%;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/cws4.0/global-unix/images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/cws4.0/global-unix/images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/cws4.0/global-unix/images/fancybox/blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/* ========================== Back to Top Arrow ========================== */
#backToTop {
    background: url(/cws4.0/global-unix/images/structure/BackToTopIcon.png);
    width: 36px;
    height: 50px;
    position: fixed;
    right: -60px;
    bottom: 25px;
    opacity: 0;
    -moz-transition: opacity 0.23s;
    -webkit-transition: opacity 0.23s;
    transition: opacity 0.23s;
    cursor: pointer;
}

#backToTop.btVisible {
    opacity: 0.42;
}

.utilLangDrop .hiddenLang {
    display: none !important;
}

.utilLangDrop .hiddenLang+a {
    margin-top: 0 !important;
}

.msgContainer__note {
    margin: 20px 0;
    color: #48494D;
    font-size: 12px;
    line-height: 145%;
}

.msgContainer__note>span {
    color: #BC2E0F;
}

.fancybox-overlay #cwsForm h2 {
    margin-bottom: 27px;
    padding-bottom: 6px;
}

/* ========================== Cookie Policy ========================== */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 8%;
    width: 450px;
    padding: 35px 40px 25px;
    color: #2a2a2a;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.56);
    overflow: hidden;
    opacity: 0;
    transform: scale(0);
    transform-origin: 0 100%;
    transition: all 0.6s ease-in-out;
    z-index: 999;
}

#cookie-banner.displaySection {
    display: none;
}

#cookie-banner.displaySectionYes {
    opacity: 1;
    transform: scale(1);
}

#cookie-banner a {
    font-size: 13px;
}

#cookie-banner p,
#cookie-details p {
    font-size: 13px;
}

#cookie-banner p,
#cookie-banner ul,
#cookie-banner ol,
#cookie-banner blockquote,
#cookie-details p,
#cookie-details ul,
#cookie-details ol,
#cookie-details blockquote {
    margin-bottom: 10px;
}

.cookie-banner__rtb {
    margin-bottom: 25px;
}

.cookie-banner__rtb h1,
.cookie-banner__rtb h2,
.cookie-banner__rtb h3,
.cookie-banner__rtb h4,
.cookie-banner__rtb h5,
.cookie-banner__rtb h6 {
    margin-bottom: 0.5em;
    font-weight: 600;
}

.cookie-banner__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px;
}

.cookie-banner__buttons>button,
.cookie-banner__buttons>a {
    flex: 1 1 auto;
    margin: 0 5px;
    padding: 0 15px;
}

a#link--view-cookie-policy,
#button--show-cookie-details,
#button--update-cookie-details {
    height: 40px;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    transition: all 0.3s;
}

a#link--view-cookie-policy {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

a#link--view-cookie-policy:hover {
    text-decoration: underline;
}

#button--show-cookie-details:hover,
#button--update-cookie-details:hover {
    background-color: #f2f2f2;
}

#button--okay-cookies,
#button--accept-cookies {
    height: 40px;
}

.button--change-cookie-settings {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 8%;
    bottom: 0;
    height: 30px;
    padding: 0 13px;
    color: #2a2a2a;
    border: none;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.56);
    z-index: 999;
    transform: translateY(0);
}

#siteFooter .disclaimerHold .disclaimLeft {
    top: auto !important;
}

#wrapperDisclaimer .disclaimerHold .disclaimLeft ul {
    display: inline-flex;
    align-items: center;
}

/* JJ#609932 - global include */

#shift4logo{
  width: 80px;
}

/* JJ#609932 - legacy  moved from branding */

#siteFooter .disclaimRight .siteFooterLogo {
    display: inline-block;
    width: 80px;
    height: 17px;
    background-size: 100%;
    background-image: url(/cws4.0/global-unix/images/logos/shift4-logo-reverse.png);
    background-repeat: no-repeat;
    background-position: center;
}


.button--change-cookie-settings.sliding-down {
    transform: translateY(50px);
    transition: transform 1.2s ease-out;
}

.button--change-cookie-settings:hover>svg {
    transform: rotate(45deg);
}

.cookie-banner__icon--settings {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    transition: transform 0.3s cubic-bezier(0, -0.01, 0, 0.8);
}

#cookie-details {
    position: fixed;
    bottom: 0;
    left: 8%;
    width: 450px;
    padding: 80px 40px 25px;
    color: #2a2a2a;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.56);
    overflow: hidden;
    opacity: 0;
    transform: scale(0);
    transform-origin: 0 100%;
    transition: all 0.3s cubic-bezier(0.19, 1.24, 0.26, 1.13);
    z-index: 999;
}

#cookie-details.active {
    opacity: 1;
    transform: scale(1);
}

.cookie-details__tablist {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 55px;
    background-color: #efefef;
    overflow: hidden;
}

.cookie-details__tablist-item {
    position: relative;
    flex: 1;
    height: 55px;
}

.cookie-details__tab {
    width: 100%;
    height: 55px;
    background-color: #efefef;
    border: none;
}

.cookie-details__tab[aria-selected="true"] {
    position: relative;
    background-color: #fff;
    z-index: 5;
}

.cookie-details__tab[aria-selected="false"] {
    border-bottom: 1px solid #dfdfdf;
}

#button--toggle-necessary-cookies-panel[aria-selected="true"] {
    border-top-right-radius: 8px;
    box-shadow: 2px -1px 4px rgba(0, 0, 0, 0.2);
}

#button--toggle-marketing-cookies-panel[aria-selected="true"] {
    border-top-left-radius: 8px;
    box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2);
}

.cookie-details__tab>svg {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    color: #3da23a;
}

#button--toggle-necessary-cookies-panel>svg {
    color: #aaa;
}

.cookie-details__tabpanel {
    display: none;
    animation: simpleFade 0.5s;
    margin-bottom: 25px;
}

.cookie-details__tabpanel.active {
    display: block;
}

@keyframes simpleFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.cookie-details__checkbox-input {
    opacity: 0;
}

.cookie-details__checkbox-input[type="checkbox"] {
    left: 0;
    right: 0;
    top: 0;
}

.cookie-details__checkbox-input[type="checkbox"]+label {
    position: absolute;
    padding-left: 15px;
    z-index: 10;
}

.cookie-details__checkbox-label {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
}

.cookie-details__checkbox-label:before {
    top: 3px;
}

.cookie-details__checkbox-input[type="checkbox"]+label:before {
    padding: 0;
}

.cookie-details__checkbox-input[type="checkbox"]+label,
.cookie-details__checkbox-input[type="checkbox"]:checked+label,
.cookie-details__checkbox-input[type="checkbox"]:focus+label,
.cookie-details__checkbox-input[type="checkbox"]+label:focus {
    text-decoration: none;
}

.cookie-details__checkbox-input[type="checkbox"]:focus+label {
    outline: 1px solid #b5b5b5;
}

.cookie-details__checkbox-input[type="checkbox"]:disabled+label {
    pointer-events: none;
}

.cookie-details__checkbox-input[type="checkbox"]:checked+label:before {
    content: "";
    border-radius: 2px;
}

.cookie-details__checkbox-input[type="checkbox"]:checked+label:after {
    content: "\2713";
    position: absolute;
    top: -2px;
    left: 0;
    color: #15ad15;
    font-size: 20px;
    font-weight: bold;
}

.cookie-details__checkbox-input[type="checkbox"]:disabled+label:after {
    color: #adadad;
}

.cookie-details__icon--eye {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    color: #b5b5b5;
    pointer-events: none;
    z-index: 10;
}

.cookie-details__tablist-item.active .cookie-details__icon--eye {
    display: none;
}

.link-dismiss-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.button--dismiss-cookie-banner {
    color: #2a2a2a;
    text-decoration: underline;
    background-color: transparent;
    border: none;
    font-size: 13px;
    font-weight: normal;
}

.button--dismiss-cookie-banner:hover {
    color: #2a2a2a;
}

#siteFooter .disclaimerHold ul li.cookie-list-item {
    display: none;
}

#button--footer-change-cookie-settings {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 25px;
    padding: 0 13px;
    color: #999;
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 3px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    margin: 10px 10px 0 0;
}

#wrapperDisclaimer #button--footer-change-cookie-settings {
    color: #707070;
    border-color: #707070;
}

#button--footer-change-cookie-settings:hover>svg {
    transform: rotate(45deg);
}

@media (max-width: 6000px) and (min-width: 1700px) {

    /*! --------------- WRAPPER ------------- */
    /* --- Create Max-Width Letterbox --- */
    .letterboxWrapper {
        width: 1700px;
    }

    .wrapper1240 {
        max-width: 1240px;
    }
}

@media (max-width:1700px) {

    /*! --------------- WRAPPER ------------- */
    .letterboxWrapper {
        width: 100%;
    }

    .wrapper1240 {
        max-width: 1240px;
    }
}

@media (max-width:1280px) {

    /*! --------------- WRAPPER ------------- */
    .wrapper1240 {
        max-width: 94%;
    }
}

@media (max-width:1180px) {
    html[lang='fr'] #greeting {
        display: none;
    }
}

@media (max-width:1024px) {
    #greeting {
        display: none;
    }

    /* === FANCYBOX === */
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(/cws4.0/global-unix/images/fancybox/fancybox_sprite_2x.png);
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(/cws4.0/global-unix/images/fancybox/fancybox_loading_2x.gif);
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    .customCardsModule, #customCardsLink {
        display: none !important;
    }

    .mobLevel2-a[href*='custom-cards.html'] {
        display: none !important;
    }
}

@media (max-width: 600px) {

    #cookie-banner,
    #cookie-details {
        left: 25px;
        right: 25px;
        width: calc(100% - 80px - 50px);
    }

    .button--change-cookie-settings {
        left: 25px;
    }
}

@media (max-width: 414px) {

    #cookie-banner,
    #cookie-details {
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        padding: 25px;
    }

    #cookie-details {
        padding-top: 70px;
    }

    .cookie-banner__buttons {
        flex-direction: column;
        margin: 0;
    }

    .cookie-banner__buttons>button,
    .cookie-banner__buttons>a {
        flex: auto;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .cookie-banner__buttons>button:first-child:not(#button--update-cookie-details),
    .cookie-banner__buttons>a:first-child {
        margin-bottom: 10px;
    }

    .cookie-details__icon--eye {
        right: 10px;
        width: 17px;
        height: 17px;
    }

    .button--change-cookie-settings {
        left: 15px;
    }

    #siteFooter .disclaimerHold ul li.cookie-list-item {
        margin: 15px 0 0;
        padding: 0;
    }
}

.beta-warning-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 101;
}

.beta-warning-container {
    width: 100%;
    padding: 10px 5px;
    background-color: #EB0023;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    gap: 40px;
    position: relative;
    z-index: 101;
    box-sizing: border-box;
}

.beta-warning p {
    margin: 0;
    text-align: center;
}

.beta-warning p:first-child {
    font-size: 16px;
}

.warning-dismiss-container {
    text-align: center;
}

.warning-dismiss-container button {
    margin: 0 0 0 10px;
    font-size: 14px;
    background: none;
    border: none;
    color: #FFF;
    display: inline-block;
    font-weight: normal;
    padding: 0;
}

.warning-dismiss-button {
    text-decoration: underline;
}

.warning-dismiss-container button:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .beta-warning-container {
        flex-direction: column;
        gap: 10px;
    }
}




#siteFooter {
    min-height: unset !important; /* JJ#582797 */
    background-color: #1a1a1a !important; /* JJ#609932 */
    color: #797979 !important; /* JJ#609932 */
}

#siteFooter .disclaimRight {
    margin: 10px 0 0 0 !important
}

#copyrightWrapper {
    margin: 15px auto 0 auto;
}

@media (max-width: 768px) {
    #siteFooter .disclaimLeft {
        text-align: left !important;
    }

    #siteFooter .disclaimLeft ul {
        list-style-type: none !important;
    }

    #siteFooter .disclaimLeft ul li:not(.displaySectionNo) {
        display: block !important;
    }

    #copyrightWrapper {
        padding: 0 0 0 2%
    }
}

@media (min-width: 501px) and (max-width: 768px) {
    #siteFooter .disclaimLeft ul li:first-child {
        margin: 0 0 0px 15px !important;
    }
}

@media (max-width: 500px) {
    #siteFooter .disclaimLeft ul li:first-child {
        margin: 0 0 0 5px !important;
        padding: 0 0 0 2% !important;
    }
}

@media (min-width: 769px) {
    #siteFooter {
        padding: 10px 0 20px 0 !important;
    }
}

@media (max-width: 768px) {
    #siteFooter {
        padding: 20px 0 20px 0 !important;
    }
    #siteFooter .disclaimLeft {
        width: 80% !important;
        float: left !important;
    }

    #siteFooter .disclaimRight {
        width: 20% !important;
        float: right !important;
        margin: 0 0 0 0 !important;
    }
}

@media (max-width: 500px) {
    #siteFooter .disclaimLeft .copyright {
        padding: 0 0 0 0 !important;
    }
}
