.cc-banner {
    background-color: #01324b;
    border: none!important;
    bottom: 0;
    box-sizing: border-box;
    color: #fff!important;
    left: 0;
    line-height: 1.3;
    margin: auto 0 0;
    max-width: 100%;
    outline: 0;
    overflow: visible;
    padding: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999;
}
.cc-banner::backdrop{background-color: #0000004d;}

.cc-banner * {
    color: inherit!important;
}

.cc-banner:focus {
    box-shadow: none;
    outline: 0;
}

.cc-banner a {
    color: #fff!important;
    text-decoration: underline;
}

.cc-banner a:active,.cc-banner a:focus,.cc-banner a:hover {
    color: inherit;
    text-decoration: none;
}

.cc-banner a:focus {
    outline: 3px solid #08c!important;
}

.cc-banner h2,.cc-banner h3,.cc-banner h4,.cc-banner h5,.cc-banner h6 {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 .5em;
}

.cc-banner .cc-h2,.cc-banner h2 {
    font-size: 18px;
}

.cc-banner .cc-h3,.cc-banner h3 {
    font-size: 16px;
}

.cc-banner .cc-h4,.cc-banner .cc-h5,.cc-banner .cc-h6,.cc-banner h4,.cc-banner h5,.cc-banner h6 {
    font-size: 14px;
}

.cc-banner .cc-button {
    font-size: 16px;
}

.cc-banner__content {
    background-color: #01324b;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-height: 90vh;
    max-width: 100%;
    padding: 16px;
    position: relative;
}

.cc-banner__content:focus {
    outline: 0;
}

@media (min-width:680px) {
    .cc-banner__content {
        padding: 12px;
    }
}

@media (min-width:980px) {
    .cc-banner__content {
        max-height: 60vh;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media (min-width:1320px) {
    .cc-banner__content {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

.cc-banner__container {
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 1320px;
    overflow: auto;
}

.cc-banner__title {
    background: none!important;
    flex-shrink: 0;
    font-size: 18px!important;
    font-size: 22px!important;
    font-weight: 700!important;
    letter-spacing: normal;
    margin: 0 0 12px!important;
}

@media (min-width:680px) {
    .cc-banner__title {
        font-size: 24px!important;
        margin: 0 0 16px!important;
    }
}

@media (min-width:1320px) {
    .cc-banner__title {
        font-size: 26px!important;
        margin: 0 0 24px!important;
    }
}

.cc-banner__body {
    display: flex;
    flex-direction: column;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif!important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3px 3px 16px;
}

@media (min-width:980px) {
    .cc-banner__body {
        flex-direction: row;
    }
}

.cc-banner__policy p {
    font-size: 16px!important;
    margin: 0;
    max-width: none;
}

.cc-banner__policy p:not(:last-child) {
    margin: 0 0 16px;
}

@media (min-width:980px) {
    .cc-banner__policy p:not(:last-child) {
        margin: 0 0 24px;
    }
}

.cc-banner__policy p a {
    font-size: 16px!important;
    font-weight: 700;
}

.cc-banner__footer {
    box-shadow: none;
    flex-shrink: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important!important;
    margin: 0;
    padding: 12px 0 3px 3px;
    position: relative;
}

@media (min-width:380px) {
    .cc-banner__footer {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width:680px) {
    .cc-banner__footer {
        box-shadow: none;
        flex-wrap: nowrap;
        width: 40%;
    }
}

.cc-banner__footer .cc-banner__button {
    flex: 1 1 auto;
    font-weight: 700;
    overflow: hidden;
    padding: .5em 1em;
    width: 100%;
}

@media (min-width:680px) {
    .cc-banner__footer .cc-banner__button {
        max-width: 275px;
    }
}

.cc-banner__footer .cc-banner__button:not(:last-child) {
    margin-bottom: 12px;
}

@media (min-width:680px) {
    .cc-banner__footer .cc-banner__button:not(:last-child) {
        margin-bottom: 0;
        margin-right: 16px;
    }
}

@media (min-width:980px) {
    .cc-banner__footer .cc-banner__button:not(:last-child) {
        margin-right: 24px;
    }
}

.cc-banner__button-preferences {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:380px) {
    .cc-banner__button-preferences {
        flex: 0 0 auto;
        margin: auto;
    }
}

@media (min-width:680px) {
    .cc-banner__button-preferences {
        margin: 0;
    }
}

@media (min-width:380px) and (max-width:680px) {
    .cc-banner__button-break {
        display: block;
    }
}

@media (min-width:680px) {
    .cc-banner--is-tcf .cc-banner__footer {
        width: auto;
    }
}

@media (min-width:980px) {
    .cc-banner--is-tcf .cc-banner__footer {
        padding-right: 48px;
        width: 66%;
    }
}

.cc-banner--is-tcf .cc-banner__stacks-intro {
    font-size: 16px!important;
}

.cc-banner--is-tcf .cc-banner__stacks {
    margin: 16px 0 0;
}

@media (min-width:980px) {
    .cc-banner--is-tcf .cc-banner__stacks {
        display: flex;
        flex: 0 0 33%;
        flex-direction: column;
        margin: 0 0 0 48px;
        overflow: auto;
    }
}

.cc-banner--is-tcf .cc-banner__stacks-intro {
    font-size: 16px;
    margin: 0 0 12px;
}

.cc-banner--is-tcf .cc-banner__stacks-details {
    padding: 0 3px;
}

.cc-banner--is-tcf .cc-banner .cc-details {
    border-color: #fff3!important;
}

.cc-box {
    border-radius: 10px;
    padding: 12px;
}

.cc-box--info {
    background-color: #eff6fb;
}

.cc-box--light {
    background-color: #faf9f6;
}

.cc-button {
    border: 2px solid #0000;
    border-radius: 32px!important;
    color: inherit;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    left: auto;
    line-height: 1.2;
    margin: 0;
    padding: .5em 1em;
    right: auto;
    transition: all .2s;
}

@media (min-width:680px) {
    .cc-button {
        font-size: 14px;
        padding: .75em 1em;
    }
}

.cc-button--sm {
    font-size: 12px;
    padding: 2px 8px;
}

.cc-button--primary {
    background-color: #025e8d!important;
    border-color: #025e8d!important;
    color: #fff!important;
}

.cc-button--primary:focus {
    outline: 3px solid #08c;
}

.cc-button--primary:focus,.cc-button--primary:hover,.cc-button--secondary {
    background-color: #fff!important;
    border-color: #025e8d!important;
    color: #025e8d!important;
}

.cc-button--secondary:focus {
    background-color: #025e8d!important;
    border-color: #fff!important;
    color: #fff!important;
    outline: 3px solid #08c!important;
}

.cc-button--secondary:hover {
    background-color: #025e8d!important;
    border-color: #025e8d!important;
    color: #fff!important;
}

.cc-button--secondary:active {
    border: 2px solid #01324b!important;
}

.cc-button--secondary.cc-button--contrast {
    border-color: #fff!important;
}

.cc-button--secondary.cc-button--contrast:hover {
    background-color: initial!important;
    color: #fff!important;
}

.cc-button--tertiary {
    background-color: #f0f7fc!important;
    background-image: none;
    border: 2px solid #f0f7fc;
    color: #025e8d!important;
    text-decoration: underline;
    text-underline-offset: .25em;
}

.cc-button--tertiary:focus {
    outline: 3px solid #08c!important;
}

.cc-button--tertiary:hover {
    text-decoration-thickness: .25em;
}

.cc-button--tertiary:active {
    color: #013c5b!important;
}

.cc-button--link {
    background-color: initial!important;
    border-color: #0000!important;
    border-radius: 0!important;
    color: inherit!important;
    padding: 0!important;
    text-decoration: underline!important;
}

.cc-button--link:focus {
    outline: 3px solid #08c;
}

.cc-button--link:hover {
    background-color: initial!important;
    box-shadow: none;
    text-decoration: none;
}

.cc-button--text {
    border-radius: 0;
    padding: 0;
}

.cc-button--details {
    padding-right: 24px;
    position: relative;
}

.cc-button--details:after,.cc-button--details:before {
    background-color: currentColor;
    content: "";
    position: absolute;
    transition: transform .25s ease-out;
}

.cc-button--details:before {
    height: 10px;
    margin-top: -5px;
    right: 12px;
    top: 50%;
    width: 2px;
}

.cc-button--details:after {
    height: 2px;
    margin-top: -1px;
    right: 8px;
    top: 50%;
    width: 10px;
}

.cc-button--details.cc-active:before {
    transform: rotate(90deg);
    transform-origin: center;
}

.cc-button--details.cc-active:after {
    display: none;
}

.cc-details {
    border-bottom: 1px solid #0000001a;
    padding: 12px 0;
    position: relative;
    width: 100%;
}

.cc-details__summary {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    list-style-type: none;
}

.cc-details__summary:focus,.cc-details__summary:focus-visible {
    outline: 3px solid #08c!important;
    will-change: auto;
}

.cc-details__title {
    align-items: baseline;
    display: flex;
}

.cc-details__title h2,.cc-details__title h3,.cc-details__title h4,.cc-details__title h5 {
    line-height: 1.4;
    margin: 0!important;
}

.cc-details__title svg {
    flex-shrink: 0;
    margin-right: 8px;
    position: relative;
    top: -1px;
    transition: all .2s;
}

.cc-details[open] .cc-details__title svg {
    top: 2px;
    transform: rotate(90deg);
}

.cc-details__switch {
    margin-left: auto;
}

.cc-details__section {
    padding: 16px 0 0 18px;
}

.cc-details__section p {
    margin: 0;
}

.cc-details__section p:not(:last-child) {
    margin-bottom: 12px;
}

details summary::-webkit-details-marker {
    display: none;
}

.cc-radio {
    align-items: center;
    display: flex;
    position: relative;
}

.cc-radio * {
    cursor: pointer;
}

.cc-radio__input {
    height: 22px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
}

.cc-radio__input:focus {
    outline: none;
}

.cc-radio__label {
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    padding-left: 28px;
}

.cc-radio__label:after,.cc-radio__label:before {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    transition: transform .25s ease-out;
}

.cc-radio__label:before {
    border: 1px solid #777;
    border-radius: 50%;
    height: 22px;
    left: 0;
    top: 0;
    width: 22px;
}

.cc-radio__label:after {
    border: 7px solid #025e8d;
    border-radius: 50%;
    height: 0;
    left: 4px;
    opacity: 0;
    top: 4px;
    width: 0;
}

.cc-radio__input:focus+.cc-radio__label:before {
    box-shadow: 0 0 0 2px #08c;
    outline: none;
}

.cc-radio__label--hidden {
    display: none;
}

.cc-radio__input:checked+.cc-radio__label:after {
    opacity: 1;
}

.cc-radio__input:disabled {
    cursor: default;
}

.cc-radio__input:disabled+.cc-radio__label {
    cursor: default;
    opacity: .5;
}

.cc-switch * {
    cursor: pointer;
}

.cc-switch {
    align-items: center;
    display: flex;
    line-height: 1;
}

.cc-switch__label {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    -webkit-user-select: none;
    user-select: none;
	margin-left: 10px;
}

.cc-switch__input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    background-repeat: no-repeat;
    border: 1px solid #777;
    border-radius: 16px;
    height: 18px!important;
    margin: 0 8px 0 0;
    transition: background-position .2s ease-in-out;
    width: 32px!important;
}

.cc-switch__input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2380b3cc'/%3E%3C/svg%3E");
}

.cc-switch__input:checked {
    background-color: #025e8d;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%;
}

.cc-switch__input:checked~.cc-switch__label>.cc-switch__text-off,.cc-switch__input:not(:checked)~.cc-switch__label>.cc-switch__text-on {
    display: none;
}

.cc-switch__input:hover {
    cursor: pointer;
    outline: none;
}

.cc-switch__input:focus-visible {
    cursor: pointer;
    outline: 3px solid #fc0;
}

.cc-list>ul,ul.cc-list {
    list-style-type: disc;
    margin-left: 0;
    padding-left: 0;
}

.cc-list>ul>li,ul.cc-list>li {
    margin-left: 1em;
}

.cc-list>ul>li:not(:last-child),ul.cc-list>li:not(:last-child) {
    margin-bottom: 4px;
}

.cc-list__title {
    margin-bottom: 8px!important;
}

.cc-list--inline>ul,ul.cc-list--inline {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.cc-list--inline>ul>li,ul.cc-list--inline>li {
    margin: 0 .5em .5em 0;
}

.cc-overlay {
    background-color: #0000004d;
    z-index: 99998;
}

.cc-overlay,.cc-preferences {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.cc-preferences {
    background-color: #050a14f2!important;
    border: 0;
    box-sizing: border-box;
    color: #111;
    font-family: sans-serif;
    line-height: 1.4;
    margin: auto;
    max-height: 100vh;
    overflow: auto;
    padding: 0;
    z-index: 100000;
}

.cc-preferences:focus {
    outline: none;
}

.cc-preferences *,.cc-preferences :after,.cc-preferences :before {
    box-sizing: inherit!important;
}

.cc-preferences h2,.cc-preferences h3,.cc-preferences h4,.cc-preferences h5,.cc-preferences h6 {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 .5em;
}

.cc-preferences .cc-h2,.cc-preferences h2 {
    font-size: 18px;
}

.cc-preferences .cc-h3,.cc-preferences h3 {
    font-size: 16px;
}

.cc-preferences .cc-h4,.cc-preferences .cc-h5,.cc-preferences .cc-h6,.cc-preferences h4,.cc-preferences h5,.cc-preferences h6 {
    font-size: 14px;
}

.cc-preferences a {
    color: #025e8d;
    text-decoration: underline;
}

.cc-preferences a:hover {
    color: inherit;
    text-decoration: none;
}

.cc-preferences h3 {
    background: none;
    color: #111;
    text-transform: none;
}

dialog.cc-preferences {
    background-color: initial;
}

dialog.cc-preferences::backdrop {
    background-color: #000000e6;
}

.cc-preferences__dialog {
    display: flex;
    flex-direction: column;
    margin: auto;
    max-height: 100vh;
    max-width: 860px;
    padding: 12px;
    position: relative;
}

.cc-preferences__dialog>:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (min-width:980px) {
    .cc-preferences__dialog {
        padding: 16px;
    }
}

.cc-preferences__close {
    background: #0000!important;
    border: 1px solid #ececec;
    border-radius: 50%;
    color: #111!important;
    cursor: pointer;
    font-family: Times New Roman,serif;
    font-size: 40px;
    height: 40px;
    left: auto;
    line-height: 1;
    margin-top: -20px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 40px;
}

.cc-preferences__close:focus {
    outline: 3px solid #08c;
}

.cc-preferences__close-label {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -100%;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
}

.cc-preferences__header {
    background: #fff!important;
    border-bottom: 1px solid #0000001a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 16px;
    position: relative;
    text-align: center;
}

.cc-preferences__title {
    background: none!important;
    color: #111!important;
    font-family: sans-serif!important;
    font-size: 18px!important;
    font-weight: 700!important;
    margin: 0!important;
    padding-right: 16px!important;
}

@media (min-width:480px) {
    .cc-preferences__title {
        padding-right: 0!important;
    }
}

@media (min-width:980px) {
    .cc-preferences__title {
        font-size: 22px!important;
    }
}

.cc-preferences__body {
    background: #fff!important;
    flex: 1 1 auto;
    min-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px;
}

.cc-preferences__footer {
    background: #fff!important;
    border-top: 1px solid #d0d0d0;
    box-shadow: 0 0 5px 0 #0003;
    margin-bottom: 0;
    padding: 12px;
    position: relative;
}

@media (min-width:480px) {
    .cc-preferences__footer {
        align-items: stretch;
        display: flex;
    }
}

.cc-preferences__footer>.cc-button {
    display: block;
    width: 100%;
}

@media (min-width:480px) {
    .cc-preferences__footer>.cc-button {
        flex: 1 1 auto;
    }
}

@media (min-width:980px) {
    .cc-preferences__footer>.cc-button {
        flex-basis: auto;
    }
}

@media (min-width:480px) {
    .cc-preferences__footer>.cc-button:not(:first-child) {
        margin-left: 12px;
    }
}

.cc-preferences__footer>.cc-button:not(:last-child) {
    margin-bottom: 8px;
}

@media (min-width:480px) {
    .cc-preferences__footer>.cc-button:not(:last-child) {
        margin-bottom: 0;
    }
}

.cc-preferences__categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cc-preferences__category:not(:last-child) {
    border-bottom: 1px solid #0000001a;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.cc-preferences__category-description {
    font-size: 14px;
    margin: 0 0 8px;
}

.cc-preferences__category-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cc-preferences__status {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -100%;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
}

.cc-preferences__controls {
    display: flex;
    margin: 0;
}

.cc-preferences__controls>:not(:last-child) {
    margin-right: 12px;
}

.cc-preferences__always-on {
    font-size: 14px;
    font-weight: 700;
    padding-left: 26px;
    position: relative;
}

.cc-preferences__always-on:before {
    background: #0000!important;
    border: solid;
    border-top-color: #0000;
    border-width: 0 0 4px 4px;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 2px;
    transform: rotate(-45deg);
    width: 18px;
}

.cc-preferences__details {
    background-color: #eff6fb!important;
    border-radius: 10px;
    font-size: 14px;
    margin: 12px 0 0;
    padding: 12px;
}

.cc-preferences__cookie-list,.cc-preferences__provider-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cc-preferences__provider-list {
    columns: 170px;
}

.cc-preferences__cookie-title {
    font-size: 1em;
    margin: 0;
}

.cc-preferences__cookie-description {
    font-size: 1em;
    margin: 0 0 8px;
}

.cc-preferences__cookie-domain,.cc-preferences__cookie-lifespan {
    border-left: 1px solid #999;
    color: #666;
    margin-left: 8px;
    padding-left: 4px;
}

body.cc-has-preferences-open {
    overflow: hidden;
    position: relative;
}

.cc-table {
    border-collapse: collapse;
    width: 100%;
}

.cc-table tbody tr {
    border-top: 1px solid #0000001a;
}

.cc-table td,.cc-table th {
    font-size: 14px;
    padding: 4px 8px;
    vertical-align: top;
}

.cc-table+.cc-table {
    margin-top: 8px;
}

.cc-table--purposes td:first-child,.cc-table--purposes th:first-child {
    width: 70%;
}

@media (min-width:680px) {
    .cc-table--purposes td:first-child,.cc-table--purposes th:first-child {
        width: 80%;
    }
}

.cc-table--purposes td:last-child,.cc-table--purposes th:last-child {
    padding-left: 8px;
    width: 40%;
}

@media (min-width:680px) {
    .cc-table--purposes td:last-child,.cc-table--purposes th:last-child {
        width: 30%;
    }
}

.cc-tabs,.cc-tabs>ul {
    background-color: #faf9f6;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cc-tabs__panel {
    border-top: 1px solid #ececec;
    margin-top: -1px;
}

.cc-tabs__button {
    background-color: initial;
    border: 0;
    border-left: 1px solid #0000;
    border-right: 1px solid #0000;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 16px 12px;
    position: relative;
}

.cc-tabs__button:before {
    background-color: initial;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.cc-tabs__button.cc-active {
    background-color: #fff;
    border-color: #025e8d #ececec #ececec;
}

.cc-tabs__button.cc-active:before {
    background-color: #025e8d;
}

.cc-tabs__content {
    background-color: #fff;
    display: none;
    font-size: 14px;
    padding: 16px;
}

.cc-tabs__section:not(:first-child) {
    padding-top: 24px;
}

.cc-tcf {
    font-size: 14px;
    margin-top: 16px;
}

.cc-tcf__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cc-vendor-count {
    color: #666;
    font-size: 16px;
    margin: 0 0 8px;
}

.cc-hide {
    display: none!important;
}

.cc-show {
    display: block!important;
}

.cc-external-link {
    background-color: #ececec;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTcgMGExIDEgMCAxIDEgMCAySDIuNmMtLjM3MSAwLS42LjIwOS0uNi41djE1YzAgLjI5MS4yMjkuNS42LjVoMTQuOGMuMzcxIDAgLjYtLjIwOS42LS41VjEzYTEgMSAwIDAgMSAyIDB2NC41YzAgMS40MzgtMS4xNjIgMi41LTIuNiAyLjVIMi42QzEuMTYyIDIwIDAgMTguOTM4IDAgMTcuNXYtMTVDMCAxLjA2MiAxLjE2MiAwIDIuNiAwem02IDBoNmwuMDc1LjAwMy4xMjYuMDE3LjExMS4wMy4xMTEuMDQ0LjA5OC4wNTIuMDk2LjA2Ny4wOS4wOGExIDEgMCAwIDEgLjA5Ny4xMTJsLjA3MS4xMS4wNTQuMTE0LjAzNS4xMDUuMDMuMTQ4TDIwIDF2NmExIDEgMCAwIDEtMiAwVjMuNDE0bC02LjY5MyA2LjY5M2ExIDEgMCAwIDEtMS40MTQtMS40MTRMMTYuNTg0IDJIMTNhMSAxIDAgMCAxLS45OTMtLjg4M0wxMiAxYTEgMSAwIDAgMSAxLTEiLz48L3N2Zz4=");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    border-radius: 3px;
    box-shadow: 0 1px 0 #0003;
    color: #111!important;
    display: inline-block;
    font-size: 12px;
    padding: 4px 26px 4px 8px;
    text-decoration: none!important;
}

.cc-external-link:hover {
    text-decoration: underline!important;
}

.cc-m-0 {
    margin: 0!important;
}

.cc-grey {
    color: #666;
}
.slide-out-overlay {
	background-color: rgba(240, 240, 240, .8);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 10000;
	display: none;
}
.slide-out-overlay2 {
	background-color: #000000e6;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 100000;
	display: none;
}