/********* public:notices.less ********/
.notices {
    list-style: none;
    margin: 0;
    padding: 0
}

.notices.notices--block .notice {
    margin-bottom: 10px
}

.notices.notices--floating {
    margin: 0 20px 0 auto;
    width: 300px;
    max-width: 100%;
    z-index: 800
}

@media (max-width: 340px) {
    .notices.notices--floating {
        margin-right:10px
    }
}

.notices.notices--floating .notice {
    margin-bottom: 20px
}

.notices.notices--scrolling {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #2b2b40;
    margin-bottom: 10px
}

.notices.notices--scrolling.notices--isMulti {
    margin-bottom: 30px
}

.notices.notices--scrolling .notice {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    border: none
}

.noticeScrollContainer {
    margin-bottom: 10px
}

.noticeScrollContainer .lSSlideWrapper {
    border: 1px solid #2b2b40
}

.noticeScrollContainer .notices.notices--scrolling {
    border: none;
    margin-bottom: 0
}

.notice {
    position: relative;
    border: 1px solid #2b2b40
}

.notice:before,.notice:after {
    content: " ";
    display: table
}

.notice:after {
    clear: both
}

.notice.notice--primary {
    color: #fefefe;
    background: white
}

.notice.notice--accent {
    color: #fefefe;
    background: #22c55e
}

.notice.notice--accent a:not(.button--notice) {
    color: #fefefe
}

.notice.notice--dark {
    color: #fefefe;
    border: none;
    background: #141414
}

.notice.notice--dark a:not(.button--notice) {
    color: #b4b4b4
}

.notice.notice--light {
    color: #141414;
    background: #fefefe
}

.notice.notice--light a:not(.button--notice) {
    color: #828282
}

.notice.notice--enablePush {
    display: none
}

@media (max-width: 1200px) {
    .notice.notice--enablePush {
        padding:3px 3px 10px;
        font-size: 1rem
    }
}

@media (max-width: 1200px) {
    .notice.notice--cookie .notice-content {
        padding:3px 3px 10px;
        font-size: 0.75rem
    }

    .notice.notice--cookie .notice-content .button--notice {
        font-size: 0.75rem;
        padding: 3px 6px
    }

    .notice.notice--cookie .notice-content .button--notice .button-text {
        font-size: 0.75rem
    }
}

.notice.notice--cookieAdvanced .notice-content {
    padding: 1em 0
}

.notice.notice--cookieAdvanced .notice-content .u-pageCentered {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 20px;
    align-items: end
}

@media (max-width: 990px) {
    .notice.notice--cookieAdvanced .notice-content .u-pageCentered {
        display:block
    }
}

.notice.notice--cookieAdvanced .notice-content h2 {
    margin: 0
}

.notice.notice--cookieAdvanced .notice-content .button {
    width: 100%;
    margin: .5em 0;
    font-weight: bold
}

.notice.notice--cookieAdvanced .notice-content form.is-active {
    display: contents;
    grid-column: span 2
}

.notice.notice--cookieAdvanced .notice-content form.is-active .formRow.formRow--fullWidth>dd {
    padding-left: 0;
    padding-right: 0
}

.notice.notice--cookieAdvanced .notice-content form:not(.is-active) {
    display: none
}

.notices--block .notice {
    font-size: 14px;
    border-radius: 12px
}

.notices--floating .notice {
    font-size: 11px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25)
}

.notices--floating .notice.notice--primary {
    background-color: rgba(255,255,255,0.8)
}

.notices--floating .notice.notice--accent {
    background-color: rgba(34,197,94,0.8)
}

.notices--floating .notice.notice--dark {
    background-color: rgba(20,20,20,0.8)
}

.notices--floating .notice.notice--light {
    background-color: rgba(254,254,254,0.8)
}

.has-js .notices--floating .notice {
    display: none
}

.notice.notice--hasImage .notice-content {
    margin-left: 68px;
    min-height: 68px
}

@media (max-width: 1200px) {
    .notice.notice--hidewide:not(.is-vis-processed) {
        display:none;
        visibility: hidden
    }
}

@media (max-width: 990px) {
    .notice.notice--hidemedium:not(.is-vis-processed) {
        display:none;
        visibility: hidden
    }
}

@media (max-width: 480px) {
    .notice.notice--hidenarrow:not(.is-vis-processed) {
        display:none;
        visibility: hidden
    }
}

.notice-image {
    float: left;
    padding: 10px 0 10px 10px
}

.notice-image img {
    max-width: 48px;
    max-height: 48px
}

.notice-content {
    padding: 10px
}

.notice-content a.notice-dismiss {
    float: right;
    color: inherit;
    font-size: 16px;
    line-height: 1;
    height: 1em;
    box-sizing: content-box;
    padding: 0 0 5px 5px;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
    cursor: pointer
}

.notice-content a.notice-dismiss:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    width: .75em;
    display: inline-block;
    text-align: center
}

.notice-content a.notice-dismiss:hover {
    text-decoration: none;
    opacity: 1
}

.notices--floating .notice-content a.notice-dismiss {
    font-size: 14px
}


		
		
		
		
		