﻿.ccc-disable-scroll {
    overflow-y: scroll;
    position: fixed
}

#ccc {
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    position: fixed;
    z-index: 2147483647
}

#ccc-icon {
    background: transparent;
    border: 0;
    bottom: 0;
    cursor: pointer;
    height: 80px;
    padding: 0;
    position: fixed;
    width: 80px;
    z-index: 20
}

    #ccc-icon.ccc-icon--left {
        left: 0
    }

    #ccc-icon.ccc-icon--right {
        right: 0
    }

    #ccc-icon.ccc-icon--dark {
        fill: #000025
    }

        #ccc-icon.ccc-icon--dark #star path {
            fill: #fff
        }

    #ccc-icon.ccc-icon--light {
        fill: #555
    }

        #ccc-icon.ccc-icon--light #star path {
            fill: #f4f4f4
        }

#ccc-overlay {
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-name: fade-in;
    backface-visibility: hidden;
    background: rgba(0,0,0,.4);
    bottom: 0;
    left: 0;
    opacity: 1;
    perspective: 0;
    position: fixed;
    right: 0;
    top: 0;
    will-change: opacity;
    z-index: 1
}

#ccc-module {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 2
}

    #ccc-module.ccc-module--slideout {
        bottom: 0;
        max-width: 520px;
        top: 0;
        width: 90%
    }

        #ccc-module.ccc-module--slideout.ccc-module--left {
            animation-duration: .4s;
            animation-iteration-count: 1;
            animation-name: slide-right;
            left: 0
        }

        #ccc-module.ccc-module--slideout.ccc-module--right {
            animation-duration: .4s;
            animation-iteration-count: 1;
            animation-name: slide-left;
            right: 0
        }

#ccc-content {
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    padding: 24px;
    position: absolute;
    width: 100%
}

.ccc-content--dark {
    fill: #fff;
    background-color: #313147;
    color: #fff
}

.ccc-content--light {
    fill: #333;
    background-color: #f4f4f4;
    color: #333
}

#ccc-close {
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    padding: 0 !important;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 10
}

#ccc-title, .ccc-title {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
    padding-right: 32px;
    text-align: left
}

#ccc #ccc-recommended-settings {
    clear: both;
    float: none;
    margin-left: 0
}

#ccc h2, #ccc h3 {
    font-weight: 700;
    margin: 0;
    padding-right: 120px
}

#ccc h2, #ccc h3, #ccc p, .ccc-intro {
    font-size: 1em;
    line-height: 1.5em;
    text-align: left
}

#ccc p, .ccc-intro {
    font-weight: 400;
    margin: 1em 0
}

#ccc hr {
    border: 0;
    height: 1px;
    margin: 24px 0;
    opacity: .25
}

#ccc .ccc-svg-element {
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    position: relative;
    top: 6px;
    width: 16px
}

#ccc .ccc-content--dark hr {
    background-color: #fff
}

#ccc .ccc-content--dark a, #ccc .ccc-content--dark h1, #ccc .ccc-content--dark h2, #ccc .ccc-content--dark h3, #ccc .ccc-content--dark p, #ccc .ccc-content--dark span {
    fill: #fff;
    color: #fff
}

#ccc .ccc-content--light hr {
    background-color: #333
}

#ccc .ccc-content--light a, #ccc .ccc-content--light h1, #ccc .ccc-content--light h2, #ccc .ccc-content--light h3, #ccc .ccc-content--light p, #ccc .ccc-content--light span {
    fill: #333;
    color: #333
}

#ccc .optional-cookie {
    position: relative
}

.checkbox-toggle {
    margin: 0;
    position: absolute;
    right: 0;
    top: -3px
}

#ccc .checkbox-toggle-input {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

#ccc .checkbox-toggle--checkbox {
    border: 2px solid #fff;
    border-radius: 4px
}

    #ccc .checkbox-toggle--checkbox .checkbox-toggle-label {
        display: block;
        height: 24px;
        width: 24px
    }

    #ccc .checkbox-toggle--checkbox .checkbox-toggle-off, #ccc .checkbox-toggle--checkbox .checkbox-toggle-on {
        display: none
    }

    #ccc .checkbox-toggle--checkbox .checkbox-toggle-toggle {
        border-radius: 4px;
        display: block;
        height: 100%;
        position: relative;
        width: 100%
    }

    #ccc .checkbox-toggle--checkbox input:checked ~ .checkbox-toggle-toggle:after {
        border: solid #fff;
        border-width: 0 3px 3px 0;
        content: "";
        height: 10px;
        left: 9px;
        position: absolute;
        top: 5px;
        transform: rotate(45deg);
        width: 5px
    }

#ccc .checkbox-toggle--slider {
    border: 4px solid #fff;
    border-radius: 50px
}

    #ccc .checkbox-toggle--slider .checkbox-toggle-label {
        cursor: pointer;
        display: flex;
        margin: 0;
        z-index: 1
    }

    #ccc .checkbox-toggle--slider .checkbox-toggle-off, #ccc .checkbox-toggle--slider .checkbox-toggle-on {
        flex: 1;
        flex-basis: 50%;
        font-size: .75em;
        font-weight: 700;
        min-width: 40px;
        padding: 0 6px;
        text-align: center;
        white-space: nowrap;
        width: 50%;
        z-index: 2
    }

    #ccc .checkbox-toggle--slider .checkbox-toggle-off {
        opacity: .65
    }

    #ccc .checkbox-toggle--slider .checkbox-toggle-toggle {
        background-color: #000;
        border-radius: 50px;
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: all .4s ease;
        width: 50%;
        z-index: 3
    }

    #ccc .checkbox-toggle--slider input:checked ~ .checkbox-toggle-toggle {
        left: 50%
    }

    #ccc .checkbox-toggle--slider.checkbox-toggle--dark {
        background-color: #111125;
        border-color: #111125
    }

#ccc .checkbox-toggle--checkbox.checkbox-toggle--dark {
    background-color: #111125;
    border-color: #fff
}

#ccc .checkbox-toggle--dark .checkbox-toggle-toggle {
    background-color: #2f2f5f
}

#ccc .checkbox-toggle--light {
    background-color: #555;
    border-color: #555
}

    #ccc .checkbox-toggle--light .checkbox-toggle-toggle {
        background-color: #000
    }

    #ccc .checkbox-toggle--light .checkbox-toggle-on, #ccc .checkbox-toggle--slider.checkbox-toggle--light .checkbox-toggle-off {
        color: #fff
    }

#ccc .checkbox-toggle--slider input:checked ~ .checkbox-toggle-toggle {
    background-color: #fff
}

#ccc .ccc-alert {
    border-radius: 8px;
    margin: 24px 0;
    padding: 16px
}

#ccc .ccc-alert-title {
    align-items: center;
    display: flex;
    padding: 0
}

#ccc .ccc-alert-icon {
    display: inline-block;
    flex-shrink: 0;
    height: 30px;
    margin: 0 8px 0 0;
    width: 30px
}

#ccc .ccc-alert-break {
    margin: 12px 0
}

.third-party-cookie-link {
    align-items: center;
    display: flex;
    margin: 16px 0
}

.third-party-cookie-name {
    font-size: 1em;
    font-weight: 700
}

.third-party-cookie-icon {
    display: inline-block;
    height: 16px;
    margin-left: 16px;
    width: 16px
}

#ccc .ccc-content--dark .ccc-alert {
    fill: #fff;
    background: #111125;
    color: #fff
}

#ccc .ccc-content--dark .third-party-cookie-link {
    background: #111125;
    color: #fff
}

#ccc .ccc-content--light .ccc-alert, #ccc .ccc-content--light .third-party-cookie-link {
    background: #eaeaea
}

#ccc .ccc-module--popup {
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-name: slide-up;
    bottom: 0;
    left: 0;
    opacity: 1;
    right: 0;
    top: 0
}

    #ccc .ccc-module--popup #ccc-content {
        border-radius: 12px;
        height: 90%;
        left: 50%;
        max-height: 600px;
        max-width: 600px;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 90%
    }

#ccc .ccc-notify-box-dismiss {
    display: none !important
}

@media (min-width:600px) {
    #ccc #ccc-notify.ccc-notify__box {
        animation-duration: .8s;
        animation-iteration-count: 1;
        animation-name: box-slide-up;
        border-radius: 12px;
        box-sizing: border-box;
        flex-direction: column;
        height: 90%;
        left: 50%;
        max-height: 240px;
        max-width: 600px;
        opacity: 1;
        padding: 32px 64px;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 90%
    }

    #ccc .ccc-notify-box-dismiss {
        display: block !important;
        position: absolute !important;
        right: 16px !important;
        top: 16px !important
    }
}

#ccc #ccc-notify {
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-name: slide-up;
    border-radius: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    left: 0;
    margin: 0;
    max-height: 80vh;
    min-height: 48px;
    opacity: 1;
    overflow: hidden;
    overflow-y: auto;
    padding: 16px;
    position: fixed;
    right: 0;
    z-index: 30
}

.ccc-notify-text h1 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
    padding-right: 120px;
    text-align: left
}

#ccc #ccc-notify.ccc-notify__top {
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-name: slide-down;
    bottom: auto;
    top: 0
}

#ccc #ccc-notify h3 {
    padding: 0
}

#ccc #ccc-notify p {
    font-size: .9em;
    margin: 0;
    opacity: .8
}

#ccc .ccc-notify-buttons {
    margin-top: 16px;
    padding-right: 24px;
    position: relative
}

#ccc .ccc-notify-button {
    background: transparent;
    border: 2px solid;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 4px 8px 16px 0;
    padding: 8px 16px !important
}

#ccc #ccc-notify-dismiss {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    height: 24px;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: -4px;
    width: 24px
}

@media (min-width:400px) {
    #ccc #ccc-notify-dismiss {
        position: relative;
        right: auto
    }

    #ccc .ccc-notify-buttons {
        padding-right: 0
    }
}

@media (min-width:1020px) {
    #ccc #ccc-notify {
        align-items: center;
        flex-direction: row
    }

    #ccc .ccc-notify-text {
        margin-right: 16px
    }

    #ccc .ccc-notify-buttons {
        flex-shrink: 0;
        white-space: nowrap
    }
}

@media (min-width:1200px) {
    #ccc #ccc-notify {
        font-size: 16px;
        padding: 16px 100px;
        z-index: 10
    }
}

#ccc .ccc-content--dark #ccc-notify, #ccc .ccc-content--dark #ccc-notify span {
    fill: #fff;
    background-color: #313147;
    color: #fff
}

#ccc .ccc-content--dark .ccc-notify-button, #ccc .ccc-content--dark .ccc-notify-button span {
    border-color: #fff;
    color: #fff
}

#ccc .ccc-content--dark .ccc-button-solid, #ccc .ccc-content--dark .ccc-button-solid span {
    background: #fff;
    color: #111125;
    font-weight: 700
}

.ccc-notify-link {
    border: 0 !important;
    text-decoration: underline
}

#ccc .ccc-content--light #ccc-notify, #ccc .ccc-content--light #ccc-notify span {
    fill: #000;
    background: #f4f4f4;
    color: #000
}

#ccc .ccc-content--light .ccc-notify-button, #ccc .ccc-content--light .ccc-notify-button span {
    border-color: #000;
    color: #000
}

#ccc .ccc-content--light .ccc-button-solid, #ccc .ccc-content--light .ccc-button-solid span {
    background: #000;
    color: #fff;
    font-weight: 700
}

.ccc-info-link {
    font-size: .8em;
    font-weight: 700;
    text-decoration: none
}

    .ccc-info-link .svg-element {
        height: 14px;
        margin-left: 6px;
        width: 14px
    }

#ccc .ccc-module--slideout .ccc-info {
    height: 100px
}

#ccc[popup] .ccc-info {
    height: 40px
}

@media print {
    #ccc {
        display: none !important
    }
}

#ccc-close-label {
    display: block;
    font-size: 16px
}

#ccc .ccc-panel--indent #ccc-title {
    padding-right: 180px
}

#ccc-close.ccc-close--labelled {
    padding: 8px !important;
    right: 0;
    top: 0
}

#ccc-content.ccc-content--light #ccc-close.ccc-close--labelled {
    background-color: #eaeaea
}

#ccc-content.ccc-content--dark #ccc-close.ccc-close--labelled {
    background-color: #111125
}

#ccc-end {
    margin: 16px 0 32px
}

#ccc-dismiss-button {
    display: block
}

#ccc .ccc-content--highlight .ccc-link.ccc-tabbable:focus {
    filter: invert(100%);
    padding: 8px
}

#ccc .ccc-content--highlight.ccc-content--light .ccc-link.ccc-tabbable:focus {
    background-color: #eaeaea !important;
    border-color: #eaeaea !important
}

#ccc .ccc-content--highlight.ccc-content--dark .ccc-link.ccc-tabbable:focus {
    background-color: #111125 !important;
    border-color: #111125 !important
}

#ccc .ccc-content--highlight #ccc-close:focus, #ccc .ccc-content--highlight .ccc-button-solid:focus, #ccc .ccc-content--highlight .checkbox-toggle-input:focus ~ .checkbox-toggle-toggle, #ccc .ccc-content--highlight .third-party-cookie-link:focus {
    filter: invert(100%)
}

#ccc .ccc-content--highlight.ccc-content--light .ccc-tabbable:focus {
    box-shadow: 0 4px 8px 0 hsla(0,0%,100%,.2),0 6px 20px 0 hsla(0,0%,100%,.2)
}

#ccc .ccc-content--highlight.ccc-content--dark .ccc-tabbable:focus {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.2)
}

#ccc .checkbox-toggle:focus-within {
    outline: auto
}

#ccc #ccc-icon.ccc-icon--no-outline, #ccc .ccc-content--no-outline *, #ccc .ccc-content--no-outline .ccc-tabbable {
    outline: none
}

#ccc .ccc-content--highlight .ccc-tabbable:active, #ccc .ccc-content--highlight .ccc-tabbable:hover, #ccc .ccc-icon--highlight:active, #ccc .ccc-icon--highlight:hover {
    box-shadow: none !important;
    filter: none !important
}

.ccc-panel {
    left: 24px;
    position: absolute;
    right: 24px;
    top: 24px
}

    .ccc-panel.hidden {
        height: 0;
        opacity: 0;
        overflow: hidden
    }

    .ccc-panel.visible {
        height: auto;
        opacity: 1;
        transition: opacity .4s
    }

#ccc .iab-vendor, #ccc .optional-vendor {
    margin: 0 0 8px
}

#ccc .optional-vendor {
    font-size: .875em
}

#ccc .optional-vendor-heading {
    font-weight: 700;
    padding-left: 24px;
    text-decoration: underline
}

#ccc .ccc-vendor-reveal {
    align-items: center;
    background: transparent;
    border: 1px dotted;
    display: flex;
    font-size: .875em;
    opacity: .5;
    transition: opacity .4s
}

    #ccc .ccc-vendor-reveal:focus, #ccc .ccc-vendor-reveal:hover {
        opacity: 1
    }

#ccc .ccc-legal-description {
    margin-top: 1rem
}

#ccc .ccc-vendor-reveal svg {
    height: 16px;
    margin-left: 8px;
    width: 16px
}

#ccc .optional-vendor-warning {
    align-items: center;
    display: flex
}

    #ccc .optional-vendor-warning svg {
        height: 16px;
        margin-right: 8px;
        width: 16px
    }

#ccc .optional-vendor-content {
    padding-left: 24px
}

#ccc .iab-vendor-heading {
    font-size: .875em;
    font-weight: 400;
    text-decoration: underline
}

#ccc .cmp-button-holder {
    display: flex;
    font-size: .75em;
    justify-content: space-between
}

#ccc .cmp-back {
    opacity: .5;
    transition: opacity .4s
}

    #ccc .cmp-back:hover {
        opacity: 1
    }

.ccc-sr-only {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slide-right {
    0% {
        transform: translate3d(-100%,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slide-left {
    0% {
        transform: translate3d(100%,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slide-up {
    0% {
        transform: translate3d(0,100%,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes box-slide-up {
    0% {
        transform: translate3d(-50%,100%,0)
    }

    to {
        transform: translate3d(-50%,-50%,0)
    }
}

@keyframes slide-down {
    0% {
        transform: translate3d(0,-100%,0)
    }

    to {
        transform: translateZ(0)
    }
}

#ccc .iab-object {
    height: 48px;
    position: relative;
    width: 98%
}

    #ccc .iab-object.iab-object--vendor {
        width: 85%
    }

    #ccc .iab-object .checkbox-toggle {
        left: 0;
        right: auto;
        top: 4px
    }

    #ccc .iab-object .checkbox-toggle-label {
        height: 18px;
        width: 18px
    }

    #ccc .iab-object .checkbox-toggle--checkbox input:checked ~ .checkbox-toggle-toggle:after {
        border-width: 0 2px 2px 0;
        height: 8px;
        left: 7px;
        top: 3px;
        width: 3px
    }

#ccc .iab-object-label {
    display: block;
    font-size: .75em;
    margin-left: 32px
}

#ccc .vendor-details {
    font-size: .75rem;
    margin-bottom: 16px
}

    #ccc .vendor-details h4 {
        margin: .5rem 0
    }

#ccc .ccc-title.ccc-title--iab {
    margin-bottom: 1rem
}

#ccc .iab-header-toggle {
    align-items: center;
    display: flex;
    margin-bottom: 1rem
}

    #ccc .iab-header-toggle .ccc-title {
        margin: 0 0 0 16px
    }

    #ccc .iab-header-toggle .ccc-vendor-reveal svg {
        margin: 0
    }

#ccc .iab-vendor-toggle .checkbox-toggle {
    top: auto
}

#ccc .iab-vendor-toggle h3 {
    padding-right: 180px
}

#ccc .iab-disclosure-load {
    align-items: center;
    display: flex
}

    #ccc .iab-disclosure-load button {
        margin-right: 12px
    }

    #ccc .iab-disclosure-load a {
        text-decoration: none
    }

        #ccc .iab-disclosure-load a > span {
            position: relative;
            top: -2px
        }

        #ccc .iab-disclosure-load a > .ccc-svg-element {
            top: 4px
        }

#ccc .iab-disclosure-table {
    border-collapse: collapse;
    margin: 2em 0;
    width: 100%
}

    #ccc .iab-disclosure-table td, #ccc .iab-disclosure-table th {
        border: 1px solid
    }

    #ccc .iab-disclosure-table thead td {
        border: none
    }

#ccc .ccc-content--dark td, #ccc .ccc-content--dark th {
    border-color: #fff
}

#ccc .iab-disclosure-table dl {
    display: grid;
    grid-template: auto;
    width: 150px
}

#ccc .iab-disclosure-table ul {
    list-style: none
}

#ccc .iab-disclosure-table dl, #ccc .iab-disclosure-table ul {
    margin: 0;
    padding: 0
}

#ccc .iab-disclosure-table dd, #ccc .iab-disclosure-table dt, #ccc .iab-disclosure-table li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0;
    padding: .3em .5em
}

#ccc .iab-disclosure-table dd {
    padding-left: 20px
}

#ccc .ccc-content--dark .iab-disclosure-table dd, #ccc .ccc-content--dark .iab-disclosure-table dt, #ccc .ccc-content--dark .iab-disclosure-table li {
    border-bottom: 1px solid hsla(0,0%,100%,.1)
}

    #ccc .ccc-content--dark .iab-disclosure-table li:last-child {
        border: none
    }

#ccc .iab-disclosure-table td, #ccc .iab-disclosure-table th {
    padding: 1em;
    vertical-align: top
}

#ccc .iab-disclosure-table tr:nth-child(2n) {
    background: rgba(0,0,0,.1)
}

#ccc .ccc-content--highlight .ccc-tabbable:hover {
    outline: auto
}

#ccc h1, h2, h3 {
    font-style: normal
}

#ccc .iab-illustrations {
    display: block;
    font-size: 90%;
    margin: 0 0 0 1rem;
    opacity: .95;
    padding: 0
}

    #ccc .iab-illustrations li {
        padding: 1rem
    }

#ccc .ccc-vendor-count {
    font-size: .8rem;
    font-weight: 400;
    opacity: .8
}

#ccc, #ccc button {
    font-family: 'latolatinweb', 'helvetica', 'sans-serif' !important;
}

    #ccc #ccc-content, #ccc #ccc-notify {
        background-color: #007db1 !important;
    }

    #ccc .checkbox-toggle-on, #ccc .checkbox-toggle-off {
        color: #000000 !important;
    }

    #ccc .checkbox-toggle-toggle {
        background-color: #f6f6f6 !important;
    }

    #ccc .checkbox-toggle {
        background-color: #cccccc !important;
        border-color: #cccccc !important;
    }

    #ccc #ccc-icon {
        fill: #3a3a3a !important;
    }

    #ccc .ccc-alert, #ccc .third-party-cookie-link {
        background-color: #3a3a3a !important;
    }
