.page-wrapper {
    padding-top: 56px !important;
}

.dm-backdrop,
.dm-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden
}
.dm-backdrop {
    background-color: rgba(0, 0, 0, .5)
}
.dm-modal-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch
}
.dm-modal-container>.dm-modal {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 6px
}
.dm-modal-container>.dm-modal .dm-btn {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid
}
.dm-modal-container>.dm-modal .dm-btn.primary {
    background-color: #2196f3;
    border-color: #2196f3;
    color: #fff
}
.dm-modal-container>.dm-modal .dm-btn.danger {
    background-color: red;
    border-color: red;
    color: #fff
}

  /* Fix ad labels which are maligned due to pub styles [AM-674] */
  @media (min-width: 1470px) {
    .customSection .col-4 .card-ads .upo-label {
        margin-top: 20px !important;
    }
    .main-card-ads-vertical[class*="vertical-ad-"] .upo-label {
        margin-left: 25px !important;
    }
}
/* Ensure masthead ad units remains static [AM-674] */
.sticky-masthead.stick>.container,
.sticky-masthead.stick>.container>.ad-cont {
    position: relative;
}
@media (min-width: 992px) {
    .dfp.mhDimm[id$="header_728x90"] {
        position: static;
    }
}
/* Collapse unmonetized ad units [AM-674] */
:not(.up-hide):not(.up-show)>div[id^="google_ads_iframe_"][id$="__container__"] {
    display: none;
}
.header-masthead.sticky-masthead {
    position: static !important;
}
/* Make top leaderboard unit static */
.medyanet-header.isFixed {
    position: static !important;
}

.pixelParallel-panel[data-v-dedc8274] {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2147483647;
    width: 375px;
    height: 265px;
    transform: translate(0);
    background: #fff;
    transition: width .2s ease-out, height .2s ease-out;
    will-change: top, left, width, height, transform;
    opacity: 0
}
.pixelParallel-panel-inner[data-v-dedc8274] {
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid #dddedf;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-sizing: border-box
}
.pixelParallel-panel-handle[data-v-dedc8274] {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 3;
    width: 20px;
    height: 20px;
    background: red;
    transform: rotate(45deg);
    background: linear-gradient(0deg, transparent, transparent 50%, #ccc 0, #ccc);
    background-size: 100% 2px;
    cursor: move
}
.pixelParallel-panel-isolator[data-v-dedc8274] {
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}
.pixelParallel-panel-dragging .pixelParallel-panel-inner[data-v-dedc8274] {
    pointer-events: none
}
.pixelParallel-panel-minimized[data-v-dedc8274] {
    width: 112px;
    height: 50px;
    transition: width .2s ease-out .15s, height .2s ease-out .15s
}
@media (max-width:395px) {
    .pixelParallel-panel[data-v-dedc8274] {
        right: 0;
        bottom: 0;
        width: 320px
    }
    .pixelParallel-panel-minimized[data-v-dedc8274] {
        width: 112px
    }
}
.pixelParallel-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    display: none
}
.pixelParallel-overlay-enabled {
    display: block
}

.pixelParallel-image-outer {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    max-width: 100vw;
    min-height: 100vh
}
.pixelParallel-image-inner {
    position: absolute;
    z-index: 2147483646;
    left: 50%;
    top: 0;
    cursor: move;
    transform: translateX(-50%);
    transition: opacity .15s
}
.pixelParallel-image-inner img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
    position: relative;
    transform-origin: 50% 0;
    top: -1px;
    border: 1px dashed #333
}
.pixelParallel-image-inner img:not([src]),
.pixelParallel-image-inner img[src=""] {
    visibility: hidden
}
.pixelParallel-image-enabled {
    visibility: visible
}
.pixelParallel-image-difference {
    mix-blend-mode: difference
}
.pixelParallel-image-difference img {
    opacity: 1 !important
}
.pixelParallel-image-locked,
.pixelParallel-image-no-image {
    pointer-events: none
}
.pixelParallel-image-locked .pixelParallel-image-inner img {
    top: 0;
    border: 0 none
}

.pixelParallel-grids {
    position: relative;
    z-index: 2147483646;
    pointer-events: none
}
.pixelParallel-grid-horizontal,
.pixelParallel-grid-vertical {
    position: fixed;
    z-index: 1;
    pointer-events: none;
    visibility: hidden
}
.pixelParallel-grid-horizontal {
    top: 50%;
    left: 50%;
    display: table;
    width: 100vw;
    height: 200vh;
    opacity: .5;
    table-layout: fixed;
    border-spacing: 30px;
    transform: translate(-50%, -50%)
}
.pixelParallel-grid-horizontal span {
    display: table-cell;
    background: red;
    height: 200vh
}
.pixelParallel-grid-vertical {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, transparent 90%, blue 0, blue);
    background-size: 100% 10px;
    opacity: .5
}
.pixelParallel-grid-horizontal-enabled,
.pixelParallel-grid-vertical-enabled {
    visibility: visible
}

.pixelParallel-rulers {
    position: relative;
    z-index: 2147483646
}
.pixelParallel-ruler-x,
.pixelParallel-ruler-y {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: cyan
}
.pixelParallel-ruler-x:after,
.pixelParallel-ruler-y:after {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    padding: 10px
}
.pixelParallel-ruler-x {
    right: 0;
    height: 1px;
    cursor: row-resize
}
.pixelParallel-ruler-y {
    bottom: 0;
    width: 1px;
    cursor: col-resize
}
.pixelParallel-rulers-enabled .pixelParallel-ruler-x,
.pixelParallel-rulers-enabled .pixelParallel-ruler-y {
    display: block
}

#onetrust-banner-sdk {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
#onetrust-banner-sdk .onetrust-vendors-list-handler {
    cursor: pointer;
    color: #1f96db;
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
    margin-left: 5px
}
#onetrust-banner-sdk .onetrust-vendors-list-handler:hover {
    color: #1f96db
}
#onetrust-banner-sdk:focus {
    outline: 2px solid #000;
    outline-offset: -2px
}
#onetrust-banner-sdk a:focus {
    outline: 2px solid #000
}
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    outline-offset: 1px
}
#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
    height: 64px;
    width: 64px
}
#onetrust-banner-sdk .ot-close-icon,
#onetrust-pc-sdk .ot-close-icon,
#ot-sync-ntfy .ot-close-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px;
    width: 12px
}
#onetrust-banner-sdk .powered-by-logo,
#onetrust-banner-sdk .ot-pc-footer-logo a,
#onetrust-pc-sdk .powered-by-logo,
#onetrust-pc-sdk .ot-pc-footer-logo a,
#ot-sync-ntfy .powered-by-logo,
#ot-sync-ntfy .ot-pc-footer-logo a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 152px;
    display: block;
    text-decoration: none;
    font-size: 0.75em
}
#onetrust-banner-sdk .powered-by-logo:hover,
#onetrust-banner-sdk .ot-pc-footer-logo a:hover,
#onetrust-pc-sdk .powered-by-logo:hover,
#onetrust-pc-sdk .ot-pc-footer-logo a:hover,
#ot-sync-ntfy .powered-by-logo:hover,
#ot-sync-ntfy .ot-pc-footer-logo a:hover {
    color: #565656
}
#onetrust-banner-sdk h3 *,
#onetrust-banner-sdk h4 *,
#onetrust-banner-sdk h6 *,
#onetrust-banner-sdk button *,
#onetrust-banner-sdk a[data-parent-id] *,
#onetrust-pc-sdk h3 *,
#onetrust-pc-sdk h4 *,
#onetrust-pc-sdk h6 *,
#onetrust-pc-sdk button *,
#onetrust-pc-sdk a[data-parent-id] *,
#ot-sync-ntfy h3 *,
#ot-sync-ntfy h4 *,
#ot-sync-ntfy h6 *,
#ot-sync-ntfy button *,
#ot-sync-ntfy a[data-parent-id] * {
    font-size: inherit;
    font-weight: inherit;
    color: inherit
}
#onetrust-banner-sdk .ot-hide,
#onetrust-pc-sdk .ot-hide,
#ot-sync-ntfy .ot-hide {
    display: none !important
}
#onetrust-banner-sdk button.ot-link-btn:hover,
#onetrust-pc-sdk button.ot-link-btn:hover,
#ot-sync-ntfy button.ot-link-btn:hover {
    text-decoration: underline;
    opacity: 1
}
#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
    padding: 0
}
#onetrust-pc-sdk .ot-sdk-container {
    padding-right: 0
}
#onetrust-pc-sdk .ot-sdk-row {
    flex-direction: initial;
    width: 100%
}
#onetrust-pc-sdk [type="checkbox"]:checked,
#onetrust-pc-sdk [type="checkbox"]:not(:checked) {
    pointer-events: initial
}
#onetrust-pc-sdk [type="checkbox"]:disabled+label::before,
#onetrust-pc-sdk [type="checkbox"]:disabled+label:after,
#onetrust-pc-sdk [type="checkbox"]:disabled+label {
    pointer-events: none;
    opacity: 0.7
}
#onetrust-pc-sdk #vendor-list-content {
    transform: translate3d(0, 0, 0)
}
#onetrust-pc-sdk li input[type="checkbox"] {
    z-index: 1
}
#onetrust-pc-sdk li .ot-checkbox label {
    z-index: 2
}
#onetrust-pc-sdk li .ot-checkbox input[type="checkbox"] {
    height: auto;
    width: auto
}
#onetrust-pc-sdk li .host-title a,
#onetrust-pc-sdk li .ot-host-name a,
#onetrust-pc-sdk li .accordion-text,
#onetrust-pc-sdk li .ot-acc-txt {
    z-index: 2;
    position: relative
}
#onetrust-pc-sdk input {
    margin: 3px 0.1ex
}
#onetrust-pc-sdk .pc-logo,
#onetrust-pc-sdk .ot-pc-logo {
    height: 60px;
    width: 180px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center
}
#onetrust-pc-sdk .pc-logo img,
#onetrust-pc-sdk .ot-pc-logo img {
    max-height: 100%;
    max-width: 100%
}
#onetrust-pc-sdk .screen-reader-only,
#onetrust-pc-sdk .ot-scrn-rdr,
.ot-sdk-cookie-policy .screen-reader-only,
.ot-sdk-cookie-policy .ot-scrn-rdr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
#onetrust-pc-sdk.ot-fade-in,
.onetrust-pc-dark-filter.ot-fade-in,
#onetrust-banner-sdk.ot-fade-in {
    animation-name: onetrust-fade-in;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out
}
#onetrust-pc-sdk.ot-hide {
    display: none !important
}
.onetrust-pc-dark-filter.ot-hide {
    display: none !important
}
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
    color: #68b631;
    border: 1px solid #68b631;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0.8em 2em;
    font-size: 0.8em;
    line-height: 1.2;
    cursor: pointer;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 1s ease;
    transition: 0.1s ease
}
#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
    color: #fff;
    background-color: #68b631
}
.onetrust-pc-dark-filter {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2147483646;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0
}
@keyframes onetrust-fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.ot-cookie-label {
    text-decoration: underline
}
@media only screen and (min-width: 426px) and (max-width: 896px) and (orientation: landscape) {
    #onetrust-pc-sdk p {
        font-size: 0.75em
    }
}
#onetrust-banner-sdk .banner-option-input:focus+label {
    outline: 1px solid #000;
    outline-style: auto
}
.category-vendors-list-handler+a:focus,
.category-vendors-list-handler+a:focus-visible {
    outline: 2px solid #000
}
#onetrust-pc-sdk .ot-userid-title {
    margin-top: 10px
}
#onetrust-pc-sdk .ot-userid-title>span,
#onetrust-pc-sdk .ot-userid-timestamp>span {
    font-weight: 700
}
#onetrust-pc-sdk .ot-userid-desc {
    font-style: italic
}
#onetrust-pc-sdk .ot-host-desc a {
    pointer-events: initial
}
#onetrust-pc-sdk .ot-ven-hdr>p a {
    position: relative;
    z-index: 2;
    pointer-events: initial
}
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info a {
    margin-right: auto
}
#onetrust-pc-sdk .ot-pc-footer-logo img {
    width: 136px;
    height: 16px
}
#onetrust-banner-sdk .ot-optout-signal,
#onetrust-pc-sdk .ot-optout-signal {
    border: 1px solid #32ae88;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f9fffa;
    font-size: 0.85rem;
    line-height: 2
}
#onetrust-banner-sdk .ot-optout-signal .ot-optout-icon,
#onetrust-pc-sdk .ot-optout-signal .ot-optout-icon {
    display: inline;
    margin-right: 5px
}
#onetrust-banner-sdk .ot-optout-signal svg,
#onetrust-pc-sdk .ot-optout-signal svg {
    height: 20px;
    width: 30px;
    transform: scale(0.5)
}
#onetrust-banner-sdk .ot-optout-signal svg path,
#onetrust-pc-sdk .ot-optout-signal svg path {
    fill: #32ae88
}
#onetrust-banner-sdk,
#onetrust-pc-sdk,
#ot-sdk-cookie-policy,
#ot-sync-ntfy {
    font-size: 16px
}
#onetrust-banner-sdk *,
#onetrust-banner-sdk ::after,
#onetrust-banner-sdk ::before,
#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before,
#ot-sdk-cookie-policy *,
#ot-sdk-cookie-policy ::after,
#ot-sdk-cookie-policy ::before,
#ot-sync-ntfy *,
#ot-sync-ntfy ::after,
#ot-sync-ntfy ::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
#onetrust-banner-sdk div,
#onetrust-banner-sdk span,
#onetrust-banner-sdk h1,
#onetrust-banner-sdk h2,
#onetrust-banner-sdk h3,
#onetrust-banner-sdk h4,
#onetrust-banner-sdk h5,
#onetrust-banner-sdk h6,
#onetrust-banner-sdk p,
#onetrust-banner-sdk img,
#onetrust-banner-sdk svg,
#onetrust-banner-sdk button,
#onetrust-banner-sdk section,
#onetrust-banner-sdk a,
#onetrust-banner-sdk label,
#onetrust-banner-sdk input,
#onetrust-banner-sdk ul,
#onetrust-banner-sdk li,
#onetrust-banner-sdk nav,
#onetrust-banner-sdk table,
#onetrust-banner-sdk thead,
#onetrust-banner-sdk tr,
#onetrust-banner-sdk td,
#onetrust-banner-sdk tbody,
#onetrust-banner-sdk .ot-main-content,
#onetrust-banner-sdk .ot-toggle,
#onetrust-banner-sdk #ot-content,
#onetrust-banner-sdk #ot-pc-content,
#onetrust-banner-sdk .checkbox,
#onetrust-pc-sdk div,
#onetrust-pc-sdk span,
#onetrust-pc-sdk h1,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk h5,
#onetrust-pc-sdk h6,
#onetrust-pc-sdk p,
#onetrust-pc-sdk img,
#onetrust-pc-sdk svg,
#onetrust-pc-sdk button,
#onetrust-pc-sdk section,
#onetrust-pc-sdk a,
#onetrust-pc-sdk label,
#onetrust-pc-sdk input,
#onetrust-pc-sdk ul,
#onetrust-pc-sdk li,
#onetrust-pc-sdk nav,
#onetrust-pc-sdk table,
#onetrust-pc-sdk thead,
#onetrust-pc-sdk tr,
#onetrust-pc-sdk td,
#onetrust-pc-sdk tbody,
#onetrust-pc-sdk .ot-main-content,
#onetrust-pc-sdk .ot-toggle,
#onetrust-pc-sdk #ot-content,
#onetrust-pc-sdk #ot-pc-content,
#onetrust-pc-sdk .checkbox,
#ot-sdk-cookie-policy div,
#ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy img,
#ot-sdk-cookie-policy svg,
#ot-sdk-cookie-policy button,
#ot-sdk-cookie-policy section,
#ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy label,
#ot-sdk-cookie-policy input,
#ot-sdk-cookie-policy ul,
#ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy nav,
#ot-sdk-cookie-policy table,
#ot-sdk-cookie-policy thead,
#ot-sdk-cookie-policy tr,
#ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy tbody,
#ot-sdk-cookie-policy .ot-main-content,
#ot-sdk-cookie-policy .ot-toggle,
#ot-sdk-cookie-policy #ot-content,
#ot-sdk-cookie-policy #ot-pc-content,
#ot-sdk-cookie-policy .checkbox,
#ot-sync-ntfy div,
#ot-sync-ntfy span,
#ot-sync-ntfy h1,
#ot-sync-ntfy h2,
#ot-sync-ntfy h3,
#ot-sync-ntfy h4,
#ot-sync-ntfy h5,
#ot-sync-ntfy h6,
#ot-sync-ntfy p,
#ot-sync-ntfy img,
#ot-sync-ntfy svg,
#ot-sync-ntfy button,
#ot-sync-ntfy section,
#ot-sync-ntfy a,
#ot-sync-ntfy label,
#ot-sync-ntfy input,
#ot-sync-ntfy ul,
#ot-sync-ntfy li,
#ot-sync-ntfy nav,
#ot-sync-ntfy table,
#ot-sync-ntfy thead,
#ot-sync-ntfy tr,
#ot-sync-ntfy td,
#ot-sync-ntfy tbody,
#ot-sync-ntfy .ot-main-content,
#ot-sync-ntfy .ot-toggle,
#ot-sync-ntfy #ot-content,
#ot-sync-ntfy #ot-pc-content,
#ot-sync-ntfy .checkbox {
    font-family: inherit;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 0;
    max-height: none;
    width: auto;
    min-width: 0;
    max-width: none;
    border-radius: 0;
    border: none;
    clear: none;
    float: none;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    background: none;
    overflow: visible;
    vertical-align: baseline;
    visibility: visible;
    z-index: auto;
    box-shadow: none
}
#onetrust-banner-sdk label:before,
#onetrust-banner-sdk label:after,
#onetrust-banner-sdk .checkbox:after,
#onetrust-banner-sdk .checkbox:before,
#onetrust-pc-sdk label:before,
#onetrust-pc-sdk label:after,
#onetrust-pc-sdk .checkbox:after,
#onetrust-pc-sdk .checkbox:before,
#ot-sdk-cookie-policy label:before,
#ot-sdk-cookie-policy label:after,
#ot-sdk-cookie-policy .checkbox:after,
#ot-sdk-cookie-policy .checkbox:before,
#ot-sync-ntfy label:before,
#ot-sync-ntfy label:after,
#ot-sync-ntfy .checkbox:after,
#ot-sync-ntfy .checkbox:before {
    content: "";
    content: none
}
#onetrust-banner-sdk .ot-sdk-container,
#onetrust-pc-sdk .ot-sdk-container,
#ot-sdk-cookie-policy .ot-sdk-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}
#onetrust-banner-sdk .ot-sdk-column,
#onetrust-banner-sdk .ot-sdk-columns,
#onetrust-pc-sdk .ot-sdk-column,
#onetrust-pc-sdk .ot-sdk-columns,
#ot-sdk-cookie-policy .ot-sdk-column,
#ot-sdk-cookie-policy .ot-sdk-columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0;
    display: initial
}
@media (min-width: 400px) {
    #onetrust-banner-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container,
    #ot-sdk-cookie-policy .ot-sdk-container {
        width: 90%;
        padding: 0
    }
}
@media (min-width: 550px) {
    #onetrust-banner-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container,
    #ot-sdk-cookie-policy .ot-sdk-container {
        width: 100%
    }
    #onetrust-banner-sdk .ot-sdk-column,
    #onetrust-banner-sdk .ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-column,
    #onetrust-pc-sdk .ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-column,
    #ot-sdk-cookie-policy .ot-sdk-columns {
        margin-left: 4%
    }
    #onetrust-banner-sdk .ot-sdk-column:first-child,
    #onetrust-banner-sdk .ot-sdk-columns:first-child,
    #onetrust-pc-sdk .ot-sdk-column:first-child,
    #onetrust-pc-sdk .ot-sdk-columns:first-child,
    #ot-sdk-cookie-policy .ot-sdk-column:first-child,
    #ot-sdk-cookie-policy .ot-sdk-columns:first-child {
        margin-left: 0
    }
    #onetrust-banner-sdk .ot-sdk-two.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-two.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-two.ot-sdk-columns {
        width: 13.3333333333%
    }
    #onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-three.ot-sdk-columns {
        width: 22%
    }
    #onetrust-banner-sdk .ot-sdk-four.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-four.ot-sdk-columns {
        width: 30.6666666667%
    }
    #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns {
        width: 65.3333333333%
    }
    #onetrust-banner-sdk .ot-sdk-nine.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-nine.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-nine.ot-sdk-columns {
        width: 74%
    }
    #onetrust-banner-sdk .ot-sdk-ten.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-ten.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-ten.ot-sdk-columns {
        width: 82.6666666667%
    }
    #onetrust-banner-sdk .ot-sdk-eleven.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-eleven.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-eleven.ot-sdk-columns {
        width: 91.3333333333%
    }
    #onetrust-banner-sdk .ot-sdk-twelve.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-twelve.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-twelve.ot-sdk-columns {
        width: 100%;
        margin-left: 0
    }
}
#onetrust-banner-sdk h1,
#onetrust-banner-sdk h2,
#onetrust-banner-sdk h3,
#onetrust-banner-sdk h4,
#onetrust-banner-sdk h5,
#onetrust-banner-sdk h6,
#onetrust-pc-sdk h1,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk h5,
#onetrust-pc-sdk h6,
#ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy h6 {
    margin-top: 0;
    font-weight: 600;
    font-family: inherit
}
#onetrust-banner-sdk h1,
#onetrust-pc-sdk h1,
#ot-sdk-cookie-policy h1 {
    font-size: 1.5rem;
    line-height: 1.2
}
#onetrust-banner-sdk h2,
#onetrust-pc-sdk h2,
#ot-sdk-cookie-policy h2 {
    font-size: 1.5rem;
    line-height: 1.25
}
#onetrust-banner-sdk h3,
#onetrust-pc-sdk h3,
#ot-sdk-cookie-policy h3 {
    font-size: 1.5rem;
    line-height: 1.3
}
#onetrust-banner-sdk h4,
#onetrust-pc-sdk h4,
#ot-sdk-cookie-policy h4 {
    font-size: 1.5rem;
    line-height: 1.35
}
#onetrust-banner-sdk h5,
#onetrust-pc-sdk h5,
#ot-sdk-cookie-policy h5 {
    font-size: 1.5rem;
    line-height: 1.5
}
#onetrust-banner-sdk h6,
#onetrust-pc-sdk h6,
#ot-sdk-cookie-policy h6 {
    font-size: 1.5rem;
    line-height: 1.6
}
@media (min-width: 550px) {
    #onetrust-banner-sdk h1,
    #onetrust-pc-sdk h1,
    #ot-sdk-cookie-policy h1 {
        font-size: 1.5rem
    }
    #onetrust-banner-sdk h2,
    #onetrust-pc-sdk h2,
    #ot-sdk-cookie-policy h2 {
        font-size: 1.5rem
    }
    #onetrust-banner-sdk h3,
    #onetrust-pc-sdk h3,
    #ot-sdk-cookie-policy h3 {
        font-size: 1.5rem
    }
    #onetrust-banner-sdk h4,
    #onetrust-pc-sdk h4,
    #ot-sdk-cookie-policy h4 {
        font-size: 1.5rem
    }
    #onetrust-banner-sdk h5,
    #onetrust-pc-sdk h5,
    #ot-sdk-cookie-policy h5 {
        font-size: 1.5rem
    }
    #onetrust-banner-sdk h6,
    #onetrust-pc-sdk h6,
    #ot-sdk-cookie-policy h6 {
        font-size: 1.5rem
    }
}
#onetrust-banner-sdk p,
#onetrust-pc-sdk p,
#ot-sdk-cookie-policy p {
    margin: 0 0 1em 0;
    font-family: inherit;
    line-height: normal
}
#onetrust-banner-sdk a,
#onetrust-pc-sdk a,
#ot-sdk-cookie-policy a {
    color: #565656;
    text-decoration: underline
}
#onetrust-banner-sdk a:hover,
#onetrust-pc-sdk a:hover,
#ot-sdk-cookie-policy a:hover {
    color: #565656;
    text-decoration: none
}
#onetrust-banner-sdk .ot-sdk-button,
#onetrust-banner-sdk button,
#onetrust-pc-sdk .ot-sdk-button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy .ot-sdk-button,
#ot-sdk-cookie-policy button {
    margin-bottom: 1rem;
    font-family: inherit
}
#onetrust-banner-sdk .ot-sdk-button,
#onetrust-banner-sdk button,
#onetrust-pc-sdk .ot-sdk-button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy .ot-sdk-button,
#ot-sdk-cookie-policy button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box
}
#onetrust-banner-sdk .ot-sdk-button:hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus,
#onetrust-pc-sdk .ot-sdk-button:hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus,
#ot-sdk-cookie-policy .ot-sdk-button:hover,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus {
    color: #333;
    border-color: #888;
    opacity: 0.7
}
#onetrust-banner-sdk .ot-sdk-button:focus,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,
#onetrust-pc-sdk .ot-sdk-button:focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,
#ot-sdk-cookie-policy .ot-sdk-button:focus,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus {
    outline: 2px solid #000
}
#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary,
#onetrust-banner-sdk button.ot-sdk-button-primary,
#onetrust-banner-sdk input[type="submit"].ot-sdk-button-primary,
#onetrust-banner-sdk input[type="reset"].ot-sdk-button-primary,
#onetrust-banner-sdk input[type="button"].ot-sdk-button-primary,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary,
#onetrust-pc-sdk button.ot-sdk-button-primary,
#onetrust-pc-sdk input[type="submit"].ot-sdk-button-primary,
#onetrust-pc-sdk input[type="reset"].ot-sdk-button-primary,
#onetrust-pc-sdk input[type="button"].ot-sdk-button-primary,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary,
#ot-sdk-cookie-policy button.ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type="submit"].ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type="reset"].ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type="button"].ot-sdk-button-primary {
    color: #fff;
    background-color: #33c3f0;
    border-color: #33c3f0
}
#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type="submit"].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type="reset"].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type="button"].ot-sdk-button-primary:hover,
#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type="submit"].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type="reset"].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type="button"].ot-sdk-button-primary:focus,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type="submit"].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type="reset"].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type="button"].ot-sdk-button-primary:hover,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type="submit"].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type="reset"].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type="button"].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type="submit"].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type="reset"].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type="button"].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type="submit"].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type="reset"].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type="button"].ot-sdk-button-primary:focus {
    color: #fff;
    background-color: #1eaedb;
    border-color: #1eaedb
}
#onetrust-banner-sdk input[type="text"],
#onetrust-pc-sdk input[type="text"],
#ot-sdk-cookie-policy input[type="text"] {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
}
#onetrust-banner-sdk input[type="text"],
#onetrust-pc-sdk input[type="text"],
#ot-sdk-cookie-policy input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
#onetrust-banner-sdk input[type="text"]:focus,
#onetrust-pc-sdk input[type="text"]:focus,
#ot-sdk-cookie-policy input[type="text"]:focus {
    border: 1px solid #000;
    outline: 0
}
#onetrust-banner-sdk label,
#onetrust-pc-sdk label,
#ot-sdk-cookie-policy label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600
}
#onetrust-banner-sdk input[type="checkbox"],
#onetrust-pc-sdk input[type="checkbox"],
#ot-sdk-cookie-policy input[type="checkbox"] {
    display: inline
}
#onetrust-banner-sdk ul,
#onetrust-pc-sdk ul,
#ot-sdk-cookie-policy ul {
    list-style: circle inside
}
#onetrust-banner-sdk ul,
#onetrust-pc-sdk ul,
#ot-sdk-cookie-policy ul {
    padding-left: 0;
    margin-top: 0
}
#onetrust-banner-sdk ul ul,
#onetrust-pc-sdk ul ul,
#ot-sdk-cookie-policy ul ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%
}
#onetrust-banner-sdk li,
#onetrust-pc-sdk li,
#ot-sdk-cookie-policy li {
    margin-bottom: 1rem
}
#onetrust-banner-sdk th,
#onetrust-banner-sdk td,
#onetrust-pc-sdk th,
#onetrust-pc-sdk td,
#ot-sdk-cookie-policy th,
#ot-sdk-cookie-policy td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1
}
#onetrust-banner-sdk button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy button {
    margin-bottom: 1rem;
    font-family: inherit
}
#onetrust-banner-sdk .ot-sdk-container:after,
#onetrust-banner-sdk .ot-sdk-row:after,
#onetrust-pc-sdk .ot-sdk-container:after,
#onetrust-pc-sdk .ot-sdk-row:after,
#ot-sdk-cookie-policy .ot-sdk-container:after,
#ot-sdk-cookie-policy .ot-sdk-row:after {
    content: "";
    display: table;
    clear: both
}
#onetrust-banner-sdk .ot-sdk-row,
#onetrust-pc-sdk .ot-sdk-row,
#ot-sdk-cookie-policy .ot-sdk-row {
    margin: 0;
    max-width: none;
    display: block
}
#onetrust-banner-sdk {
    box-shadow: 0 0 18px rgba(0, 0, 0, .2)
}
#onetrust-banner-sdk.otFlat {
    position: fixed;
    z-index: 2147483645;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto
}
#onetrust-banner-sdk.otFlat.top {
    top: 0px;
    bottom: auto
}
#onetrust-banner-sdk.otRelFont {
    font-size: 1rem
}
#onetrust-banner-sdk>.ot-sdk-container {
    overflow: hidden
}
#onetrust-banner-sdk::-webkit-scrollbar {
    width: 11px
}
#onetrust-banner-sdk::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1
}
#onetrust-banner-sdk {
    scrollbar-arrow-color: #c1c1c1;
    scrollbar-darkshadow-color: #c1c1c1;
    scrollbar-face-color: #c1c1c1;
    scrollbar-shadow-color: #c1c1c1
}
#onetrust-banner-sdk #onetrust-policy {
    margin: 1.25em 0 .625em 2em;
    overflow: hidden
}
#onetrust-banner-sdk #onetrust-policy .ot-gv-list-handler {
    float: left;
    font-size: .82em;
    padding: 0;
    margin-bottom: 0;
    border: 0;
    line-height: normal;
    height: auto;
    width: auto
}
#onetrust-banner-sdk #onetrust-policy-title {
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 10px
}
#onetrust-banner-sdk #onetrust-policy-text {
    clear: both;
    text-align: left;
    font-size: .88em;
    line-height: 1.4
}
#onetrust-banner-sdk #onetrust-policy-text * {
    font-size: inherit;
    line-height: inherit
}
#onetrust-banner-sdk #onetrust-policy-text a {
    font-weight: bold;
    margin-left: 5px
}
#onetrust-banner-sdk #onetrust-policy-title,
#onetrust-banner-sdk #onetrust-policy-text {
    color: dimgray;
    float: left
}
#onetrust-banner-sdk #onetrust-button-group-parent {
    min-height: 1px;
    text-align: center
}
#onetrust-banner-sdk #onetrust-button-group {
    display: inline-block
}
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    background-color: #68b631;
    color: #fff;
    border-color: #68b631;
    margin-right: 1em;
    min-width: 125px;
    height: auto;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    padding: 12px 10px;
    line-height: 1.2;
    font-size: .813em;
    font-weight: 600
}
#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    background-color: #fff;
    border: none;
    color: #68b631;
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0
}
#onetrust-banner-sdk .onetrust-close-btn-ui {
    width: 44px;
    height: 44px;
    background-size: 12px;
    border: none;
    position: relative;
    margin: auto;
    padding: 0
}
#onetrust-banner-sdk .banner_logo {
    display: none
}
#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px
}
#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy {
    margin-left: 65px
}
#onetrust-banner-sdk .ot-b-addl-desc {
    clear: both;
    float: left;
    display: block
}
#onetrust-banner-sdk #banner-options {
    float: left;
    display: table;
    margin-right: 0;
    margin-left: 1em;
    width: calc(100% - 1em)
}
#onetrust-banner-sdk .banner-option-input {
    cursor: pointer;
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    padding-right: 3px;
    margin: 0 0 10px;
    font-size: .82em;
    line-height: 1.4
}
#onetrust-banner-sdk .banner-option-input * {
    pointer-events: none;
    font-size: inherit;
    line-height: inherit
}
#onetrust-banner-sdk .banner-option-input[aria-expanded=true]~.banner-option-details {
    display: block;
    height: auto
}
#onetrust-banner-sdk .banner-option-input[aria-expanded=true] .ot-arrow-container {
    transform: rotate(90deg)
}
#onetrust-banner-sdk .banner-option {
    margin-bottom: 12px;
    margin-left: 0;
    border: none;
    float: left;
    padding: 0
}
#onetrust-banner-sdk .banner-option:first-child {
    padding-left: 2px
}
#onetrust-banner-sdk .banner-option:not(:first-child) {
    padding: 0;
    border: none
}
#onetrust-banner-sdk .banner-option-header {
    cursor: pointer;
    display: inline-block
}
#onetrust-banner-sdk .banner-option-header :first-child {
    color: dimgray;
    font-weight: bold;
    float: left
}
#onetrust-banner-sdk .banner-option-header .ot-arrow-container {
    display: inline-block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid dimgray;
    margin-left: 10px;
    vertical-align: middle
}
#onetrust-banner-sdk .banner-option-details {
    display: none;
    font-size: .83em;
    line-height: 1.5;
    padding: 10px 0px 5px 10px;
    margin-right: 10px;
    height: 0px
}
#onetrust-banner-sdk .banner-option-details * {
    font-size: inherit;
    line-height: inherit;
    color: dimgray
}
#onetrust-banner-sdk .ot-arrow-container,
#onetrust-banner-sdk .banner-option-details {
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s
}
#onetrust-banner-sdk .ot-dpd-container {
    float: left
}
#onetrust-banner-sdk .ot-dpd-title {
    margin-bottom: 10px
}
#onetrust-banner-sdk .ot-dpd-title,
#onetrust-banner-sdk .ot-dpd-desc {
    font-size: .88em;
    line-height: 1.4;
    color: dimgray
}
#onetrust-banner-sdk .ot-dpd-title *,
#onetrust-banner-sdk .ot-dpd-desc * {
    font-size: inherit;
    line-height: inherit
}
#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text * {
    margin-bottom: 0
}
#onetrust-banner-sdk.ot-iab-2 .onetrust-vendors-list-handler {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    clear: both;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    height: auto;
    width: auto
}
#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
    display: block
}
#onetrust-banner-sdk.ot-close-btn-link {
    padding-top: 25px
}
#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container {
    top: 15px;
    transform: none;
    right: 15px
}
#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button {
    padding: 0;
    white-space: pre-wrap;
    border: none;
    height: auto;
    line-height: 1.5;
    text-decoration: underline;
    font-size: .69em
}
#onetrust-banner-sdk #onetrust-policy-text,
#onetrust-banner-sdk .ot-dpd-desc,
#onetrust-banner-sdk .ot-b-addl-desc {
    font-size: .813em;
    line-height: 1.5
}
#onetrust-banner-sdk .ot-dpd-desc {
    margin-bottom: 10px
}
#onetrust-banner-sdk .ot-dpd-desc>.ot-b-addl-desc {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em
}
@media only screen and (max-width: 425px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 6px;
        right: 2px
    }
    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 0;
        margin-top: 3em
    }
    #onetrust-banner-sdk #onetrust-button-group {
        display: block
    }
    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        width: 100%
    }
    #onetrust-banner-sdk .onetrust-close-btn-ui {
        top: auto;
        transform: none
    }
    #onetrust-banner-sdk #onetrust-policy-title {
        display: inline;
        float: none
    }
    #onetrust-banner-sdk #banner-options {
        margin: 0;
        padding: 0;
        width: 100%
    }
}
@media only screen and (min-width: 426px)and (max-width: 896px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 0;
        right: 0
    }
    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 1em;
        margin-right: 1em
    }
    #onetrust-banner-sdk .onetrust-close-btn-ui {
        top: 10px;
        right: 10px
    }
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 95%
    }
    #onetrust-banner-sdk.ot-iab-2 #onetrust-group-container {
        width: 100%
    }
    #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-button-group-parent {
        padding-left: 50px
    }
    #onetrust-banner-sdk #onetrust-button-group-parent {
        width: 100%;
        position: relative;
        margin-left: 0
    }
    #onetrust-banner-sdk #onetrust-button-group button {
        display: inline-block
    }
    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 0;
        text-align: center
    }
    #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler {
        float: left
    }
    #onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler,
    #onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler {
        float: right
    }
    #onetrust-banner-sdk .has-reject-all-button #onetrust-button-group {
        width: calc(100% - 2em);
        margin-right: 0
    }
    #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link {
        padding-left: 0px;
        text-align: left
    }
    #onetrust-banner-sdk.ot-buttons-fw .ot-sdk-three button {
        width: 100%;
        text-align: center
    }
    #onetrust-banner-sdk.ot-buttons-fw #onetrust-button-group-parent button {
        float: none
    }
    #onetrust-banner-sdk.ot-buttons-fw #onetrust-pc-btn-handler.cookie-setting-link {
        text-align: center
    }
}
@media only screen and (min-width: 550px) {
    #onetrust-banner-sdk .banner-option:not(:first-child) {
        border-left: 1px solid #d8d8d8;
        padding-left: 25px
    }
}
@media only screen and (min-width: 425px)and (max-width: 550px) {
    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group,
    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy,
    #onetrust-banner-sdk.ot-iab-2 .banner-option {
        width: 100%
    }
}
@media only screen and (min-width: 769px) {
    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 30%
    }
    #onetrust-banner-sdk #banner-options {
        margin-left: 2em;
        margin-right: 5em;
        margin-bottom: 1.25em;
        width: calc(100% - 7em)
    }
}
@media only screen and (min-width: 897px)and (max-width: 1023px) {
    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 75%;
        transform: translateY(-50%)
    }
    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        padding: 0;
        right: 0
    }
    #onetrust-banner-sdk #onetrust-close-btn-container button {
        position: relative;
        margin: 0;
        right: -22px;
        top: 2px
    }
}
@media only screen and (min-width: 1024px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        right: 0
    }
    #onetrust-banner-sdk #onetrust-close-btn-container button {
        right: -12px
    }
    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 2em
    }
    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translateY(-50%)
    }
    #onetrust-banner-sdk .ot-optout-signal {
        width: 50%
    }
    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-title {
        width: 50%
    }
    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text,
    #onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc {
        margin-bottom: 1em;
        width: 50%;
        border-right: 1px solid #d8d8d8;
        padding-right: 1rem
    }
    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text {
        margin-bottom: 0;
        padding-bottom: 1em
    }
    #onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc {
        margin-bottom: 0;
        padding-bottom: 1em
    }
    #onetrust-banner-sdk.ot-iab-2 .ot-dpd-container {
        width: 45%;
        padding-left: 1rem;
        display: inline-block;
        float: none
    }
    #onetrust-banner-sdk.ot-iab-2 .ot-dpd-title {
        line-height: 1.7
    }
    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group-parent {
        left: auto;
        right: 4%;
        margin-left: 0
    }
    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
        display: block
    }
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        margin: auto;
        width: 30%
    }
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 60%
    }
    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: auto
    }
    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        margin-top: 1em
    }
}
@media only screen and (min-width: 890px) {
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
        padding-left: 3%;
        padding-right: 4%;
        margin-left: 0
    }
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
        margin-right: 0;
        margin-top: 1.25em;
        width: 100%
    }
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px
    }
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type {
        margin-bottom: 20px
    }
}
@media only screen and (min-width: 1280px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 55%
    }
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        width: 44%;
        padding-left: 2%;
        padding-right: 2%
    }
    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        left: 55%
    }
}
#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #FFFFFF;
}
#onetrust-consent-sdk #onetrust-policy-title,
#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk .ot-b-addl-desc,
#onetrust-consent-sdk .ot-dpd-desc,
#onetrust-consent-sdk .ot-dpd-title,
#onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,
#onetrust-banner-sdk .ot-cat-header,
#onetrust-banner-sdk .ot-optout-signal {
    color: #696969;
}
#onetrust-consent-sdk #onetrust-banner-sdk .banner-option-details {
    background-color: #E9E9E9;
}
#onetrust-consent-sdk #onetrust-banner-sdk a[href],
#onetrust-consent-sdk #onetrust-banner-sdk a[href] font,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
    color: #696969;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
}
#onetrust-consent-sdk #onetrust-banner-sdk *:focus,
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
    outline-color: #000000;
    outline-width: 1px;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    color: #696969;
    border-color: #696969;
    background-color:
        #FFFFFF;
}
#onetrust-banner-sdk.otFlat {
    z-index: 9999 !important;
}
@media only screen and (min-width:1600px) {
    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        left: 56% !important
    }
}
@media only screen and (min-width:1024px) and (max-width:1600px) {
    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: absolute !important;
        left: auto;
        width: 50%
    }
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 50% !important
    }
}
#onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
    left: 50% !important;
    margin-left: 0px !important;
}
@media only screen and (min-width:769px) {
    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 0
    }
}
@media (min-width:550px) {
    #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns {
        width: 50%
    }
}
#onetrust-banner-sdk #onetrust-button-group {
    display: inline-block;
    display: flex
}
@media only screen and (min-width:1600px) {
    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        left: 55% !important
    }
}
#onetrust-banner-sdk,
#onetrust-policy-text {
    font-size: 13px;
    font-family: sans-serif !important;
}
@media only screen and (max-width: 425px) {
    #onetrust-banner-sdk,
    #onetrust-policy-text {
        font-size: 11px !important;
        font-family: sans-serif !important;
    }
    .ot-sdk-container {
        padding: 8px 20px !important;
    }
    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 0px !important;
        right: 0px !important;
    }
    #onetrust-button-group {
        display: flex !important;
    }
    #onetrust-policy-text {
        margin-bottom: 0px !important;
    }
    button#onetrust-pc-btn-handler,
    button#onetrust-accept-btn-handler {
        padding: 5px 0px !important;
        margin-bottom: 4px !important;
    }
    #onetrust-banner-sdk .onetrust-close-btn-ui {
        width: 28px !important;
        height: 28px !important;
        background-size: 9px !important;
    }
    div#onetrust-policy {
        margin-top: 6px !important;
    }
}
#onetrust-banner-sdk {
    bottom: 0px !important;
}
@media only screen and (min-width: 896px) and (max-width: 1024px) {
    #onetrust-banner-sdk {
        bottom: 0px !important;
    }
    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        left: 60% !important;
        width: 45% !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
    #onetrust-banner-sdk {
        width: 1020px !important;
        bottom: 45px !important;
        margin: auto !important;
    }
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 60% !important;
    }
    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: absolute !important;
        left: 60% !important;
    }
}
@media only screen and (min-width: 1600px) {
    #onetrust-banner-sdk {
        width: 1260px !important;
        bottom: 45px !important;
        margin: auto !important;
    }
    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        left: 60% !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 100% !important;
    }
}
@media only screen and (min-width: 1280px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        width: 100% !important;
    }
}
@media only screen and (min-width: 890px) {
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
        margin-right: 0 !important;
        margin-top: 1.25em !important;
        width: 100% !important;
        display: flex !important;
    }
}
@media only screen and (min-width: 890px) {
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button {
        width: 100% !important;
        margin-bottom: 12px !important;
        margin-top: 5px !important;
    }
}
@media only screen and (min-width: 890px) {
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
        margin-right: 0 !important;
        margin-top: 0px !important;
        width: 100% !important;
        display: flex !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 95% !important;
    }
}
@media only screen and (min-width: 1024px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        right: 0;
        margin-top: -36px;
    }
}
@media only screen and (min-width: 1024px) {
    #onetrust-banner-sdk #onetrust-close-btn-container button {
        right: -18px;
    }
}
@media only screen and (min-width: 1280px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 96%;
    }
}
#onetrust-banner-sdk p,
#onetrust-pc-sdk p,
#ot-sdk-cookie-policy p {
    margin: 0 0 0 0;
    font-family: sans-serif !important;
    line-height: normal;
}
@media only screen and (min-width:1280px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 55% !important
    }
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        width: 45% !important
    }
}
@media only screen and (min-width:1024px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        right: 0;
        margin-top: 0 !important
    }
}
@media only screen and (min-width:890px) {
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button {
        width: 100% !important;
        margin-bottom: 0 !important;
        margin-top: px !important
    }
}
@media only screen and (min-width:890px) {
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
        padding-left: 0;
        padding-right: 4%;
        margin-left: 0
    }
}
@media only screen and (min-width:1024px) and (max-width:1600px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 55% !important
    }
}
@media only screen and (min-width:1024px) and (max-width:1600px) {
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button {
        width: 100% !important;
        margin-bottom: 0 !important;
        margin-top: 17px !important
    }
}
@media only screen and (min-width:960px) and (max-width:1024px) {
    #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns {
        width: 47.333333% !important
    }
    #onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-three.ot-sdk-columns {
        width: 52% !important
    }
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
        margin-right: 0 !important;
        margin-top: 17px !important;
        width: 100% !important;
        display: flex !important
    }
}
@media only screen and (min-width:1024px) and (max-width:1600px) {
    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: absolute !important;
        left: 55% !important
    }
}
#onetrust-banner-sdk .ot-sdk-container,
#onetrust-pc-sdk .ot-sdk-container,
#ot-sdk-cookie-policy .ot-sdk-container {
    overflow: hidden !important
}
@media only screen and (min-width:426px) and (max-width:896px) {
    #onetrust-banner-sdk #onetrust-button-group-parent {
        width: 100% !important;
        position: relative !important;
        margin-left: 0 !important
    }
    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        left: auto !important;
        margin-left: 15px !important
    }
}
@media (max-width:540px) {
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        min-width: 100px !important;
        height: 34px !important
    }
    #onetrust-banner-sdk #onetrust-policy-text,
    #onetrust-banner-sdk .ot-b-addl-desc,
    #onetrust-banner-sdk .ot-dpd-desc {
        font-size: .813em !important;
        line-height: 1.2 !important
    }
    #onetrust-banner-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container,
    #ot-sdk-cookie-policy .ot-sdk-container {
        padding: 0 20px !important
    }
}
@media (max-width:540px) {
    #onetrust-banner-sdk #onetrust-policy-text,
    #onetrust-banner-sdk .ot-b-addl-desc,
    #onetrust-banner-sdk .ot-dpd-desc {
        font-size: .813em !important;
        line-height: 1.2 !important
    }
    #onetrust-banner-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container,
    #ot-sdk-cookie-policy .ot-sdk-container {
        padding: 0 20px !important
    }
    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler {
        min-width: 100px !important;
        height: 34px !important
    }
}
h2#ot-pc-title {
    font-family: "Metropolis" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 13px !important;
    color: #3C3C3C !important;
}
p#ot-desc-id-C0003,
button.ot-link-btn.category-host-list-handler,
.ot-acc-grpdesc.ot-category-desc {
    font-family: "Metropolis" !important;
}
div#ot-pc-desc {
    font-family: "Metropolis";
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 22px !important;
    color: #3C3C3C !important;
}
button#accept-recommended-btn-handler {
    width: 100% !important;
    max-width: 100% !important;
    background: #06C270 !important;
    border: none;
    font-family: "Metropolis" !important;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 10px;
    height: 40px;
}
#onetrust-pc-sdk #ot-pc-desc {
    margin-bottom: 13px !important;
}
h3#ot-category-title {
    font-family: "Metropolis" !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 13px !important;
    color: #3C3C3C !important;
}
div#onetrust-pc-sdk {
    background: #ECECEC !important;
    border-radius: 0px 0px 4px 4px !important;
}
#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
    background: #fff !important;
}
.ot-cat-header {
    font-family: "Metropolis" !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 13px !important;
    color: #1A314F !important;
    line-height: 2.5 !important;
}
.ot-always-active {
    font-family: "Metropolis" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 13px !important;
    color: #0AA92D !important;
}
p#ot-desc-id-C0001 {
    font-family: "Metropolis" !important;
}
#onetrust-pc-sdk .ot-switch-nob {
    background-color: #F5F5F5;
}
#onetrust-pc-sdk .ot-switch-nob:before {
    background: #FFFFFF !important;
    box-shadow: 2.84744px 0px 4.98302px rgb(0 0 0 / 3%) !important;
}
#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #06C270 !important;
    border: 1px solid #06C270 !important;
}
#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}
#onetrust-pc-sdk .ot-btn-container {
    text-align: left !important;
    margin: 0px 30px 0px 30px;
}
button.save-preference-btn-handler.onetrust-close-btn-handler {
    width: 100% !important;
    max-width: 100% !important;
    background: #FFFFFF !important;
    font-family: "Metropolis" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 10px;
    color: #1A314F !important;
    border: none !important;
    height: 40px !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk *:focus,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr>a:focus {
    outline: none !important;
}
.ot-acc-hdr label.ot-switch:focus {
    outline: none !important;
}
.ot-tgl input: focus {
    outline: none !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk *:focus,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr>a:focus {
    outline: none !important;
}
#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch {
    outline: none !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus+.ot-switch,
.ot-switch .ot-switch-nob,
.ot-switch .ot-switch-nob:before,
#onetrust-pc-sdk .ot-checkbox input[type="checkbox"]:focus+label::before,
#onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus+label::before {
    outline-color: #ffffff !important;
    outline-width: 0 !important;
}
/*------- MAVİ BAR ---------*/
#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #FFFFFF;
    background: #1A314F;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 15%);
    font-family: "Metropolis";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}
.ot-sdk-container {
    padding: 9px !important;
}
p#onetrust-policy-text {
    color: #fff !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk a[href],
#onetrust-consent-sdk #onetrust-banner-sdk a[href] font,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
    color: #ffffff !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    border: 1px solid #5c1f1f !important;
    font-size: 13px !important;
}
#onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #000000 !important;
}
div#onetrust-close-btn-container {
    background-color: #4481CF !important;
    transform: rotate(45deg) !important;
    position: absolute !important;
    top: -10px !important;
    right: -38px !important;
    width: 83px !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    border: 1px solid #ffffff !important;
    font-size: 13px !important;
    background-color: white;
}
button#onetrust-pc-btn-handler {
    background-color: #1a314f !important;
    color: #fff !important;
}
#onetrust-banner-sdk #onetrust-close-btn-container button {
    right: -13px !important;
    top: 11px !important;
    transform: rotate(45deg) !important;
}
button#onetrust-pc-btn-handler.cookie-setting-link {
    color: white !important;
    text-decoration: none !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    min-width: 120px !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
    color: #000000 !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
    #onetrust-banner-sdk {
        width: 1242px !important;
    }
}
/*------- MOBIL ---------*/
@media (max-width: 767.98px) {
    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        min-width: unset !important;
    }
    #onetrust-pc-sdk #accept-recommended-btn-handler {
        margin-bottom: 0px !important;
    }
    .ot-sdk-row.ot-cat-grp {
        margin-top: 0px !important;
    }
    h2#ot-pc-title {
        font-family: "Metropolis" !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        line-height: 13px !important;
        color: #3C3C3C !important;
    }
    div#ot-pc-desc {
        font-size: 10px !important;
        line-height: 16px !important;
    }
    button#accept-recommended-btn-handler {
        font-size: 11px;
        line-height: 10px;
        height: 32px;
    }
    #onetrust-pc-sdk #ot-category-title {
        display: none;
    }
    #onetrust-pc-sdk #accept-recommended-btn-handler {
        margin-bottom: -8px;
    }
    .ot-cat-header {
        font-size: 12px !important;
    }
    button.save-preference-btn-handler.onetrust-close-btn-handler {
        font-size: 11px !important;
        line-height: 10px;
        height: 32px !important;
    }
    #onetrust-pc-sdk.otPcCenter {
        bottom: 0 !important;
    }
    #onetrust-pc-sdk.otPcCenter {
        top: auto !important;
    }
    #onetrust-pc-sdk .ot-pc-header {
        height: 39px;
        padding: 10px 0 10px 30px;
        border-bottom: 1px solid #e9e9e9;
        background-color: #fff;
    }
    #onetrust-pc-sdk .ot-pc-footer-logo {
        height: 30px;
        width: 100%;
        text-align: right;
        background: #f4f4f4;
        display: none;
    }
    #onetrust-pc-sdk .ot-pc-footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        max-height: 160px;
        border-top: none;
    }
    #onetrust-pc-sdk #ot-pc-content {
        bottom: 34px;
    }
    #onetrust-pc-sdk #ot-pc-desc {
        margin-bottom: 6px !important;
    }
    #onetrust-pc-sdk .ot-btn-container button {
        margin-top: 19px !important;
        margin-bottom: 12px !important;
        margin-right: 0px !important;
    }
    #onetrust-pc-sdk .ot-btn-container {
        margin: 0px 25px 0px 25px;
    }
    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 0px !important;
        right: -39px !important;
    }
    #onetrust-banner-sdk #onetrust-close-btn-container button {
        right: -20px !important;
        top: 6px !important;
        transform: rotate(45deg) !important;
    }
    div#onetrust-policy {
        max-width: 330px;
    }
    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        min-width: 120px !important;
    }
    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        font-size: 11px !important;
    }
    #onetrust-banner-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container,
    #ot-sdk-cookie-policy .ot-sdk-container {
        padding: 0px 10px 0px 10px !important;
    }
}
@media (max-width: 767.98px) {
    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        font-size: 11px !important;
        line-height: 0.2px !important;
        min-width: 31.5% !important;
        padding: 6px 0px;
        text-align: center !important;
    }
    p#onetrust-policy-text {
        font-size: .95em !important;
    }
}
#onetrust-consent-sdk {
    position: absolute;
    z-index: 9999;
}
#onetrust-pc-sdk a,
#onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler {
    color: #656565 !important;
}
#onetrust-banner-sdk .ot-close-icon {
    filter: brightness(0) invert(1) !important;
}
#onetrust-pc-sdk .ot-consent-hdr {
    max-width: 100% !important;
    margin-right: 15px !important;
}
#onetrust-pc-sdk.otPcCenter {
    overflow: hidden;
    position: fixed;
    margin: 0 auto;
    top: 5%;
    right: 0;
    left: 0;
    width: 40%;
    max-width: 575px;
    min-width: 575px;
    border-radius: 2.5px;
    z-index: 2147483647;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px -3px #999;
    -moz-box-shadow: 0px 2px 10px -3px #999;
    box-shadow: 0px 2px 10px -3px #999
}
#onetrust-pc-sdk.otPcCenter[dir=rtl] {
    right: 0;
    left: 0
}
#onetrust-pc-sdk.otRelFont {
    font-size: 1rem
}
#onetrust-pc-sdk .ot-optout-signal {
    margin-top: .625rem
}
#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr,
#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus,
#onetrust-pc-sdk .ot-hide-tgl {
    visibility: hidden
}
#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr *,
#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus *,
#onetrust-pc-sdk .ot-hide-tgl * {
    visibility: hidden
}
#onetrust-pc-sdk #ot-gn-venlst .ot-ven-item .ot-acc-hdr {
    min-height: 40px
}
#onetrust-pc-sdk .ot-pc-header {
    height: 39px;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #e9e9e9
}
#onetrust-pc-sdk #ot-pc-title,
#onetrust-pc-sdk #ot-category-title,
#onetrust-pc-sdk .ot-cat-header,
#onetrust-pc-sdk #ot-lst-title,
#onetrust-pc-sdk .ot-ven-hdr .ot-ven-name,
#onetrust-pc-sdk .ot-always-active {
    font-weight: bold;
    color: dimgray
}
#onetrust-pc-sdk .ot-always-active-group .ot-cat-header {
    width: 55%;
    font-weight: 700
}
#onetrust-pc-sdk .ot-cat-item p {
    clear: both;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: .812em;
    color: dimgray
}
#onetrust-pc-sdk .ot-close-icon {
    height: 44px;
    width: 44px;
    background-size: 10px
}
#onetrust-pc-sdk #ot-pc-title {
    float: left;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%
}
#onetrust-pc-sdk #accept-recommended-btn-handler {
    margin-right: 10px;
    margin-bottom: 25px;
    outline-offset: -1px
}
#onetrust-pc-sdk #ot-pc-desc {
    clear: both;
    width: 100%;
    font-size: .812em;
    line-height: 1.5;
    margin-bottom: 25px
}
#onetrust-pc-sdk #ot-pc-desc a {
    margin-left: 5px
}
#onetrust-pc-sdk #ot-pc-desc * {
    font-size: inherit;
    line-height: inherit
}
#onetrust-pc-sdk #ot-pc-desc ul li {
    padding: 10px 0px
}
#onetrust-pc-sdk a {
    color: #656565;
    cursor: pointer
}
#onetrust-pc-sdk a:hover {
    color: #3860be
}
#onetrust-pc-sdk label {
    margin-bottom: 0
}
#onetrust-pc-sdk #vdr-lst-dsc {
    font-size: .812em;
    line-height: 1.5;
    padding: 10px 15px 5px 15px
}
#onetrust-pc-sdk button {
    max-width: 394px;
    padding: 12px 30px;
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
    font-weight: bold;
    height: auto
}
#onetrust-pc-sdk .ot-link-btn {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    font-weight: normal;
    line-height: normal;
    width: auto;
    height: auto
}
#onetrust-pc-sdk #ot-pc-content {
    position: absolute;
    overflow-y: scroll;
    padding-left: 0px;
    padding-right: 30px;
    top: 60px;
    bottom: 110px;
    margin: 1px 3px 0 30px;
    width: calc(100% - 63px)
}
#onetrust-pc-sdk .ot-vs-list .ot-always-active,
#onetrust-pc-sdk .ot-cat-grp .ot-always-active {
    float: right;
    clear: none;
    color: #3860be;
    margin: 0;
    font-size: .813em;
    line-height: 1.3
}
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-track {
    margin-right: 20px
}
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar {
    width: 11px
}
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #d8d8d8
}
#onetrust-pc-sdk input[type=checkbox]:focus+.ot-acc-hdr {
    outline: #000 1px solid
}
#onetrust-pc-sdk .ot-pc-scrollbar {
    scrollbar-arrow-color: #d8d8d8;
    scrollbar-darkshadow-color: #d8d8d8;
    scrollbar-face-color: #d8d8d8;
    scrollbar-shadow-color: #d8d8d8
}
#onetrust-pc-sdk .save-preference-btn-handler {
    margin-right: 20px
}
#onetrust-pc-sdk .ot-pc-refuse-all-handler {
    margin-right: 10px
}
#onetrust-pc-sdk #ot-pc-desc .privacy-notice-link {
    margin-left: 0;
    margin-right: 8px
}
#onetrust-pc-sdk #ot-pc-desc .ot-imprint-handler {
    margin-left: 0;
    margin-right: 8px
}
#onetrust-pc-sdk .ot-subgrp-cntr {
    display: inline-block;
    clear: both;
    width: 100%;
    padding-top: 15px
}
#onetrust-pc-sdk .ot-switch+.ot-subgrp-cntr {
    padding-top: 10px
}
#onetrust-pc-sdk ul.ot-subgrps {
    margin: 0;
    font-size: initial
}
#onetrust-pc-sdk ul.ot-subgrps li p,
#onetrust-pc-sdk ul.ot-subgrps li h5 {
    font-size: .813em;
    line-height: 1.4;
    color: dimgray
}
#onetrust-pc-sdk ul.ot-subgrps .ot-switch {
    min-height: auto
}
#onetrust-pc-sdk ul.ot-subgrps .ot-switch-nob {
    top: 0
}
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr {
    display: inline-block;
    width: 100%
}
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-txt {
    margin: 0
}
#onetrust-pc-sdk ul.ot-subgrps li {
    padding: 0;
    border: none
}
#onetrust-pc-sdk ul.ot-subgrps li h5 {
    position: relative;
    top: 5px;
    font-weight: bold;
    margin-bottom: 0;
    float: left
}
#onetrust-pc-sdk li.ot-subgrp {
    margin-left: 20px;
    overflow: auto
}
#onetrust-pc-sdk li.ot-subgrp>h5 {
    width: calc(100% - 100px)
}
#onetrust-pc-sdk .ot-cat-item p>ul,
#onetrust-pc-sdk li.ot-subgrp p>ul {
    margin: 0px;
    list-style: disc;
    margin-left: 15px;
    font-size: inherit
}
#onetrust-pc-sdk .ot-cat-item p>ul li,
#onetrust-pc-sdk li.ot-subgrp p>ul li {
    font-size: inherit;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    border: none
}
#onetrust-pc-sdk .ot-cat-item p>ul li:last-child,
#onetrust-pc-sdk li.ot-subgrp p>ul li:last-child {
    padding-bottom: 10px
}
#onetrust-pc-sdk .ot-pc-logo {
    height: 40px;
    width: 120px
}
#onetrust-pc-sdk .ot-pc-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-height: 160px;
    border-top: 1px solid #d8d8d8
}
#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-refuse-all-handler {
    margin-bottom: 0px
}
#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content {
    bottom: 160px
}
#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-footer button {
    width: 100%;
    max-width: none
}
#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container {
    margin: 0 30px;
    width: calc(100% - 60px);
    padding-right: 0
}
#onetrust-pc-sdk .ot-pc-footer-logo {
    height: 30px;
    width: 100%;
    text-align: right;
    background: #f4f4f4
}
#onetrust-pc-sdk .ot-pc-footer-logo a {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px
}
#onetrust-pc-sdk[dir=rtl] .ot-pc-footer-logo {
    direction: rtl
}
#onetrust-pc-sdk[dir=rtl] .ot-pc-footer-logo a {
    margin-right: 25px
}
#onetrust-pc-sdk .ot-tgl {
    float: right;
    position: relative;
    z-index: 1
}
#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #cddcf2;
    border: 1px solid #3860be
}
#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    background-color: #3860be;
    border-color: #3860be
}
#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch {
    outline: #000 solid 1px
}
#onetrust-pc-sdk .ot-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px
}
#onetrust-pc-sdk .ot-switch-nob {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f1f1;
    border: 1px solid #ddd;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 20px
}
#onetrust-pc-sdk .ot-switch-nob:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    bottom: 1px;
    background-color: #7d7d7d;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px
}
#onetrust-pc-sdk .ot-chkbox input:checked~label::before {
    background-color: #3860be
}
#onetrust-pc-sdk .ot-chkbox input+label::after {
    content: none;
    color: #fff
}
#onetrust-pc-sdk .ot-chkbox input:checked+label::after {
    content: ""
}
#onetrust-pc-sdk .ot-chkbox input:focus+label::before {
    outline-style: solid;
    outline-width: 2px;
    outline-style: auto
}
#onetrust-pc-sdk .ot-chkbox label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 500
}
#onetrust-pc-sdk .ot-chkbox label::before,
#onetrust-pc-sdk .ot-chkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 3px
}
#onetrust-pc-sdk .ot-chkbox label::before {
    height: 18px;
    width: 18px;
    border: 1px solid #3860be;
    left: 0px;
    top: auto
}
#onetrust-pc-sdk .ot-chkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 3px solid;
    border-bottom: 3px solid;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 4px;
    top: 5px
}
#onetrust-pc-sdk .ot-label-txt {
    display: none
}
#onetrust-pc-sdk .ot-chkbox input,
#onetrust-pc-sdk .ot-tgl input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}
#onetrust-pc-sdk .ot-arw-cntr {
    float: right;
    position: relative;
    pointer-events: none
}
#onetrust-pc-sdk .ot-arw-cntr .ot-arw {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    color: dimgray;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 150ms ease-in 0s;
    -moz-transition: all 150ms ease-in 0s;
    -o-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s
}
#onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw,
#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw-cntr svg {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}
#onetrust-pc-sdk input[type=checkbox]:focus+.ot-acc-hdr {
    outline: #000 1px solid
}
#onetrust-pc-sdk .ot-tgl-cntr,
#onetrust-pc-sdk .ot-arw-cntr {
    display: inline-block
}
#onetrust-pc-sdk .ot-tgl-cntr {
    width: 45px;
    float: right;
    margin-top: 2px
}
#onetrust-pc-sdk #ot-lst-cnt .ot-tgl-cntr {
    margin-top: 10px
}
#onetrust-pc-sdk .ot-always-active-subgroup {
    width: auto;
    padding-left: 0px !important;
    top: 3px;
    position: relative
}
#onetrust-pc-sdk .ot-label-status {
    padding-left: 5px;
    font-size: .75em;
    display: none
}
#onetrust-pc-sdk .ot-arw-cntr {
    margin-top: -1px
}
#onetrust-pc-sdk .ot-arw-cntr svg {
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    height: 10px;
    width: 10px
}
#onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}
#onetrust-pc-sdk .ot-arw {
    width: 10px;
    margin-left: 15px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s
}
#onetrust-pc-sdk .ot-vlst-cntr {
    margin-bottom: 0
}
#onetrust-pc-sdk .ot-hlst-cntr {
    margin-top: 5px;
    display: inline-block;
    width: 100%
}
#onetrust-pc-sdk .category-vendors-list-handler,
#onetrust-pc-sdk .category-vendors-list-handler+a,
#onetrust-pc-sdk .category-host-list-handler {
    clear: both;
    color: #3860be;
    margin-left: 0;
    font-size: .813em;
    text-decoration: none;
    float: left;
    overflow: hidden
}
#onetrust-pc-sdk .category-vendors-list-handler:hover,
#onetrust-pc-sdk .category-vendors-list-handler+a:hover,
#onetrust-pc-sdk .category-host-list-handler:hover {
    text-decoration-line: underline
}
#onetrust-pc-sdk .category-vendors-list-handler+a {
    clear: none
}
#onetrust-pc-sdk .ot-vlst-cntr .ot-ext-lnk {
    display: inline-block;
    height: 13px;
    width: 13px;
    background-repeat: no-repeat;
    margin-left: 1px;
    margin-top: 6px;
    cursor: pointer
}
#onetrust-pc-sdk .back-btn-handler {
    font-size: 1em;
    text-decoration: none
}
#onetrust-pc-sdk .back-btn-handler:hover {
    opacity: .6
}
#onetrust-pc-sdk #ot-lst-title h3 {
    display: inline-block;
    word-break: break-word;
    word-wrap: break-word;
    margin-bottom: 0;
    color: #656565;
    font-size: 1em;
    font-weight: bold;
    margin-left: 15px
}
#onetrust-pc-sdk #ot-lst-title {
    margin: 10px 0 10px 0px;
    font-size: 1em;
    text-align: left
}
#onetrust-pc-sdk #ot-pc-hdr {
    margin: 0 0 0 30px;
    height: auto;
    width: auto
}
#onetrust-pc-sdk #ot-pc-hdr input::placeholder {
    color: #d4d4d4;
    font-style: italic
}
#onetrust-pc-sdk #vendor-search-handler {
    height: 31px;
    width: 100%;
    border-radius: 50px;
    font-size: .8em;
    padding-right: 35px;
    padding-left: 15px;
    float: left;
    margin-left: 15px
}
#onetrust-pc-sdk .ot-ven-name {
    display: block;
    width: auto;
    padding-right: 5px
}
#onetrust-pc-sdk #ot-lst-cnt {
    overflow-y: auto;
    margin-left: 20px;
    margin-right: 7px;
    width: calc(100% - 27px);
    max-height: calc(100% - 80px);
    height: 100%;
    transform: translate3d(0, 0, 0)
}
#onetrust-pc-sdk #ot-pc-lst {
    width: 100%;
    bottom: 100px;
    position: absolute;
    top: 60px
}
#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr,
#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr * {
    visibility: hidden
}
#onetrust-pc-sdk #ot-pc-lst .ot-tgl-cntr {
    right: 12px;
    position: absolute
}
#onetrust-pc-sdk #ot-pc-lst .ot-arw-cntr {
    float: right;
    position: relative
}
#onetrust-pc-sdk #ot-pc-lst .ot-arw {
    margin-left: 10px
}
#onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr {
    overflow: hidden;
    cursor: pointer
}
#onetrust-pc-sdk .ot-vlst-cntr {
    overflow: hidden
}
#onetrust-pc-sdk #ot-sel-blk {
    overflow: hidden;
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3
}
#onetrust-pc-sdk #ot-back-arw {
    height: 12px;
    width: 12px
}
#onetrust-pc-sdk .ot-lst-subhdr {
    width: 100%;
    display: inline-block
}
#onetrust-pc-sdk .ot-search-cntr {
    float: left;
    width: 78%;
    position: relative
}
#onetrust-pc-sdk .ot-search-cntr>svg {
    width: 30px;
    height: 30px;
    position: absolute;
    float: left;
    right: -15px
}
#onetrust-pc-sdk .ot-fltr-cntr {
    float: right;
    right: 50px;
    position: relative
}
#onetrust-pc-sdk #filter-btn-handler {
    background-color: #3860be;
    border-radius: 17px;
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    -webkit-transition: 1s ease;
    transition: .1s ease;
    padding: 0;
    margin: 0
}
#onetrust-pc-sdk #filter-btn-handler:hover {
    background-color: #3860be
}
#onetrust-pc-sdk #filter-btn-handler svg {
    width: 12px;
    height: 12px;
    margin: 3px 10px 0 10px;
    display: block;
    position: static;
    right: auto;
    top: auto
}
#onetrust-pc-sdk .ot-ven-link {
    color: #3860be;
    text-decoration: none;
    font-weight: 100;
    display: inline-block;
    padding-top: 10px;
    transform: translate(0, 1%);
    -o-transform: translate(0, 1%);
    -ms-transform: translate(0, 1%);
    -webkit-transform: translate(0, 1%);
    position: relative;
    z-index: 2
}
#onetrust-pc-sdk .ot-ven-link * {
    font-size: inherit
}
#onetrust-pc-sdk .ot-ven-link:hover {
    text-decoration: underline
}
#onetrust-pc-sdk .ot-ven-hdr {
    width: calc(100% - 160px);
    height: auto;
    float: left;
    word-break: break-word;
    word-wrap: break-word;
    vertical-align: middle;
    padding-bottom: 3px
}
#onetrust-pc-sdk .ot-ven-link {
    letter-spacing: .03em;
    font-size: .75em;
    font-weight: 400
}
#onetrust-pc-sdk .ot-ven-dets {
    border-radius: 2px;
    background-color: #f8f8f8
}
#onetrust-pc-sdk .ot-ven-dets li:first-child p:first-child {
    border-top: none
}
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:not(:first-child) {
    border-top: 1px solid #ddd !important
}
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p {
    display: inline-block
}
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(odd) {
    width: 30%
}
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(even) {
    width: 50%;
    word-break: break-word;
    word-wrap: break-word
}
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p,
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h4 {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block
}
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h4 {
    display: inline-block
}
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-last-child(-n+1) {
    padding-bottom: 10px
}
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-child(-n+2):not(.disc-pur) {
    padding-top: 10px
}
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur-cont {
    display: inline
}
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur {
    position: relative;
    width: 50% !important;
    word-break: break-word;
    word-wrap: break-word;
    left: calc(30% + 17px)
}
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur:nth-child(-n+1) {
    position: static
}
#onetrust-pc-sdk .ot-ven-dets p,
#onetrust-pc-sdk .ot-ven-dets h4,
#onetrust-pc-sdk .ot-ven-dets span {
    font-size: .69em;
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
    word-wrap: break-word;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #2e3644
}
#onetrust-pc-sdk .ot-ven-dets h4 {
    padding-top: 5px
}
#onetrust-pc-sdk .ot-ven-dets span {
    color: dimgray;
    padding: 0;
    vertical-align: baseline
}
#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur h4 {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold
}
#onetrust-pc-sdk #ot-host-lst .ot-sel-all {
    float: right;
    position: relative;
    margin-right: 42px;
    top: 10px
}
#onetrust-pc-sdk #ot-host-lst .ot-sel-all input[type=checkbox] {
    width: auto;
    height: auto
}
#onetrust-pc-sdk #ot-host-lst .ot-sel-all label {
    height: 20px;
    width: 20px;
    padding-left: 0px
}
#onetrust-pc-sdk #ot-host-lst .ot-acc-txt {
    overflow: hidden;
    width: 95%
}
#onetrust-pc-sdk .ot-host-hdr {
    position: relative;
    z-index: 1;
    pointer-events: none;
    width: calc(100% - 125px);
    float: left
}
#onetrust-pc-sdk .ot-host-name,
#onetrust-pc-sdk .ot-host-desc {
    display: inline-block;
    width: 90%
}
#onetrust-pc-sdk .ot-host-name {
    pointer-events: none
}
#onetrust-pc-sdk .ot-host-hdr>a {
    text-decoration: underline;
    font-size: .82em;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 5px;
    pointer-events: initial
}
#onetrust-pc-sdk .ot-host-name+a {
    margin-top: 5px
}
#onetrust-pc-sdk .ot-host-name,
#onetrust-pc-sdk .ot-host-name a,
#onetrust-pc-sdk .ot-host-desc,
#onetrust-pc-sdk .ot-host-info {
    color: dimgray;
    word-break: break-word;
    word-wrap: break-word
}
#onetrust-pc-sdk .ot-host-name,
#onetrust-pc-sdk .ot-host-name a {
    font-weight: bold;
    font-size: .82em;
    line-height: 1.3
}
#onetrust-pc-sdk .ot-host-name a {
    font-size: 1em
}
#onetrust-pc-sdk .ot-host-expand {
    margin-top: 3px;
    margin-bottom: 3px;
    clear: both;
    display: block;
    color: #3860be;
    font-size: .72em;
    font-weight: normal
}
#onetrust-pc-sdk .ot-host-expand * {
    font-size: inherit
}
#onetrust-pc-sdk .ot-host-desc,
#onetrust-pc-sdk .ot-host-info {
    font-size: .688em;
    line-height: 1.4;
    font-weight: normal
}
#onetrust-pc-sdk .ot-host-desc {
    margin-top: 10px
}
#onetrust-pc-sdk .ot-host-opt {
    margin: 0;
    font-size: inherit;
    display: inline-block;
    width: 100%
}
#onetrust-pc-sdk .ot-host-opt li>div div {
    font-size: .8em;
    padding: 5px 0
}
#onetrust-pc-sdk .ot-host-opt li>div div:nth-child(1) {
    width: 30%;
    float: left
}
#onetrust-pc-sdk .ot-host-opt li>div div:nth-child(2) {
    width: 70%;
    float: left;
    word-break: break-word;
    word-wrap: break-word
}
#onetrust-pc-sdk .ot-host-info {
    border: none;
    display: inline-block;
    width: calc(100% - 10px);
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f8f8f8
}
#onetrust-pc-sdk .ot-host-info>div {
    overflow: auto
}
#onetrust-pc-sdk #no-results {
    text-align: center;
    margin-top: 30px
}
#onetrust-pc-sdk #no-results p {
    font-size: 1em;
    color: #2e3644;
    word-break: break-word;
    word-wrap: break-word
}
#onetrust-pc-sdk #no-results p span {
    font-weight: bold
}
#onetrust-pc-sdk #ot-fltr-modal {
    width: 100%;
    height: auto;
    display: none;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -webkit-transition: 2s ease;
    transition: .2s ease;
    overflow: hidden;
    opacity: 1;
    right: 0
}
#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt {
    display: inline-block;
    font-size: .85em;
    color: dimgray
}
#onetrust-pc-sdk #ot-fltr-cnt {
    z-index: 2147483646;
    background-color: #fff;
    position: absolute;
    height: 90%;
    max-height: 300px;
    width: 325px;
    left: 210px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 12px 2px #c7c5c7;
    -moz-box-shadow: 0px 0px 12px 2px #c7c5c7;
    box-shadow: 0px 0px 12px 2px #c7c5c7
}
#onetrust-pc-sdk .ot-fltr-scrlcnt {
    overflow-y: auto;
    overflow-x: hidden;
    clear: both;
    max-height: calc(100% - 60px)
}
#onetrust-pc-sdk #ot-anchor {
    border: 12px solid transparent;
    display: none;
    position: absolute;
    z-index: 2147483647;
    right: 55px;
    top: 75px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #fff;
    -webkit-box-shadow: -3px -3px 5px -2px #c7c5c7;
    -moz-box-shadow: -3px -3px 5px -2px #c7c5c7;
    box-shadow: -3px -3px 5px -2px #c7c5c7
}
#onetrust-pc-sdk .ot-fltr-btns {
    margin-left: 15px
}
#onetrust-pc-sdk #filter-apply-handler {
    margin-right: 15px
}
#onetrust-pc-sdk .ot-fltr-opt {
    margin-bottom: 25px;
    margin-left: 15px;
    width: 75%;
    position: relative
}
#onetrust-pc-sdk .ot-fltr-opt p {
    display: inline-block;
    margin: 0;
    font-size: .9em;
    color: #2e3644
}
#onetrust-pc-sdk .ot-chkbox label span {
    font-size: .85em;
    color: dimgray
}
#onetrust-pc-sdk .ot-chkbox input[type=checkbox]+label::after {
    content: none;
    color: #fff
}
#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:checked+label::after {
    content: ""
}
#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:focus+label::before {
    outline-style: solid;
    outline-width: 2px;
    outline-style: auto
}
#onetrust-pc-sdk #ot-selall-vencntr,
#onetrust-pc-sdk #ot-selall-adtlvencntr,
#onetrust-pc-sdk #ot-selall-hostcntr,
#onetrust-pc-sdk #ot-selall-licntr,
#onetrust-pc-sdk #ot-selall-gnvencntr {
    right: 15px;
    position: relative;
    width: 20px;
    height: 20px;
    float: right
}
#onetrust-pc-sdk #ot-selall-vencntr label,
#onetrust-pc-sdk #ot-selall-adtlvencntr label,
#onetrust-pc-sdk #ot-selall-hostcntr label,
#onetrust-pc-sdk #ot-selall-licntr label,
#onetrust-pc-sdk #ot-selall-gnvencntr label {
    float: left;
    padding-left: 0
}
#onetrust-pc-sdk #ot-ven-lst:first-child {
    border-top: 1px solid #e2e2e2
}
#onetrust-pc-sdk ul {
    list-style: none;
    padding: 0
}
#onetrust-pc-sdk ul li {
    position: relative;
    margin: 0;
    padding: 15px 15px 15px 10px;
    border-bottom: 1px solid #e2e2e2
}
#onetrust-pc-sdk ul li h3 {
    font-size: .75em;
    color: #656565;
    margin: 0;
    display: inline-block;
    width: 70%;
    height: auto;
    word-break: break-word;
    word-wrap: break-word
}
#onetrust-pc-sdk ul li p {
    margin: 0;
    font-size: .7em
}
#onetrust-pc-sdk ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    top: 0;
    left: 0
}
#onetrust-pc-sdk .ot-cat-item>button:focus,
#onetrust-pc-sdk .ot-acc-cntr>button:focus,
#onetrust-pc-sdk li>button:focus {
    outline: #000 solid 2px
}
#onetrust-pc-sdk .ot-cat-item>button,
#onetrust-pc-sdk .ot-acc-cntr>button,
#onetrust-pc-sdk li>button {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: none;
    border: none
}
#onetrust-pc-sdk .ot-cat-item>button[aria-expanded=false]~.ot-acc-txt,
#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=false]~.ot-acc-txt,
#onetrust-pc-sdk li>button[aria-expanded=false]~.ot-acc-txt {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    transition: .25s ease-out;
    display: none
}
#onetrust-pc-sdk .ot-cat-item>button[aria-expanded=true]~.ot-acc-txt,
#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-txt,
#onetrust-pc-sdk li>button[aria-expanded=true]~.ot-acc-txt {
    transition: .1s ease-in;
    margin-top: 10px;
    width: 100%;
    overflow: auto;
    display: block
}
#onetrust-pc-sdk .ot-cat-item>button[aria-expanded=true]~.ot-acc-grpcntr,
#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-grpcntr,
#onetrust-pc-sdk li>button[aria-expanded=true]~.ot-acc-grpcntr {
    width: auto;
    margin-top: 0px;
    padding-bottom: 10px
}
#onetrust-pc-sdk .ot-host-item>button:focus,
#onetrust-pc-sdk .ot-ven-item>button:focus {
    outline: 0;
    border: 2px solid #000
}
#onetrust-pc-sdk .ot-hide-acc>button {
    pointer-events: none
}
#onetrust-pc-sdk .ot-hide-acc .ot-plus-minus>*,
#onetrust-pc-sdk .ot-hide-acc .ot-arw-cntr>* {
    visibility: hidden
}
#onetrust-pc-sdk .ot-hide-acc .ot-acc-hdr {
    min-height: 30px
}
#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) {
    padding-right: 10px;
    width: calc(100% - 37px);
    margin-top: 10px;
    max-height: calc(100% - 90px)
}
#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk {
    background-color: #f9f9fc;
    border: 1px solid #e2e2e2;
    width: calc(100% - 2px);
    padding-bottom: 5px;
    padding-top: 5px
}
#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt {
    border: unset;
    background-color: unset
}
#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all-hdr {
    display: none
}
#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all {
    padding-right: .5rem
}
#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all .ot-chkbox {
    right: 0
}
#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all {
    padding-right: 34px
}
#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all-chkbox {
    width: auto
}
#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) ul li {
    border: 1px solid #e2e2e2;
    margin-bottom: 10px
}
#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-acc-cntr>.ot-acc-hdr {
    padding: 10px 0 10px 15px
}
#onetrust-pc-sdk.ot-addtl-vendors .ot-sel-all-chkbox {
    float: right
}
#onetrust-pc-sdk.ot-addtl-vendors .ot-plus-minus~.ot-sel-all-chkbox {
    right: 34px
}
#onetrust-pc-sdk.ot-addtl-vendors #ot-ven-lst:first-child {
    border-top: none
}
#onetrust-pc-sdk .ot-acc-cntr {
    position: relative;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}
#onetrust-pc-sdk .ot-acc-cntr input {
    z-index: 1
}
#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr {
    background-color: #f9f9fc;
    padding: 5px 0 5px 15px;
    width: auto
}
#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-plus-minus {
    vertical-align: middle;
    top: auto
}
#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-arw-cntr {
    right: 10px
}
#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr input {
    z-index: 2
}
#onetrust-pc-sdk .ot-acc-cntr.ot-add-tech .ot-acc-hdr {
    padding: 10px 0 10px 15px
}
#onetrust-pc-sdk .ot-acc-cntr>input[type=checkbox]:checked~.ot-acc-hdr {
    border-bottom: 1px solid #e2e2e2
}
#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-txt {
    padding-left: 10px;
    padding-right: 10px
}
#onetrust-pc-sdk .ot-acc-cntr button[aria-expanded=true]~.ot-acc-txt {
    width: auto
}
#onetrust-pc-sdk .ot-acc-cntr .ot-addtl-venbox {
    display: none
}
#onetrust-pc-sdk .ot-vlst-cntr {
    margin-bottom: 0;
    width: 100%
}
#onetrust-pc-sdk .ot-vensec-title {
    font-size: .813em;
    vertical-align: middle;
    display: inline-block
}
#onetrust-pc-sdk .category-vendors-list-handler,
#onetrust-pc-sdk .category-vendors-list-handler+a {
    margin-left: 0;
    margin-top: 10px
}
#onetrust-pc-sdk #ot-selall-vencntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-adtlvencntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-licntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-hostcntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-gnvencntr.line-through label::after {
    height: auto;
    border-left: 0;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    left: 5px;
    top: 9px
}
#onetrust-pc-sdk #ot-category-title {
    float: left;
    padding-bottom: 10px;
    font-size: 1em;
    width: 100%
}
#onetrust-pc-sdk .ot-cat-grp {
    margin-top: 10px
}
#onetrust-pc-sdk .ot-cat-item {
    line-height: 1.1;
    margin-top: 10px;
    display: inline-block;
    width: 100%
}
#onetrust-pc-sdk .ot-btn-container {
    text-align: right
}
#onetrust-pc-sdk .ot-btn-container button {
    display: inline-block;
    font-size: .75em;
    letter-spacing: .08em;
    margin-top: 19px
}
#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    padding: 0;
    background-color: transparent;
    border: none
}
#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon svg {
    display: block;
    height: 10px;
    width: 10px
}
#onetrust-pc-sdk #clear-filters-handler {
    margin-top: 20px;
    margin-bottom: 10px;
    float: right;
    max-width: 200px;
    text-decoration: none;
    color: #3860be;
    font-size: .9em;
    font-weight: bold;
    background-color: transparent;
    border-color: transparent;
    padding: 1px
}
#onetrust-pc-sdk #clear-filters-handler:hover {
    color: #2285f7
}
#onetrust-pc-sdk #clear-filters-handler:focus {
    outline: #000 solid 1px
}
#onetrust-pc-sdk .ot-enbl-chr h4~.ot-tgl,
#onetrust-pc-sdk .ot-enbl-chr h4~.ot-always-active {
    right: 45px
}
#onetrust-pc-sdk .ot-enbl-chr h4~.ot-tgl+.ot-tgl {
    right: 120px
}
#onetrust-pc-sdk .ot-enbl-chr .ot-pli-hdr.ot-leg-border-color span:first-child {
    width: 90px
}
#onetrust-pc-sdk .ot-enbl-chr li.ot-subgrp>h5+.ot-tgl-cntr {
    padding-right: 25px
}
#onetrust-pc-sdk .ot-plus-minus {
    width: 20px;
    height: 20px;
    font-size: 1.5em;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: 3px
}
#onetrust-pc-sdk .ot-plus-minus span {
    position: absolute;
    background: #27455c;
    border-radius: 1px
}
#onetrust-pc-sdk .ot-plus-minus span:first-of-type {
    top: 25%;
    bottom: 25%;
    width: 10%;
    left: 45%
}
#onetrust-pc-sdk .ot-plus-minus span:last-of-type {
    left: 25%;
    right: 25%;
    height: 10%;
    top: 45%
}
#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw,
#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:first-of-type,
#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type {
    transform: rotate(90deg)
}
#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type {
    left: 50%;
    right: 50%
}
#onetrust-pc-sdk #ot-selall-vencntr label,
#onetrust-pc-sdk #ot-selall-adtlvencntr label,
#onetrust-pc-sdk #ot-selall-hostcntr label,
#onetrust-pc-sdk #ot-selall-licntr label {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px
}
#onetrust-pc-sdk .ot-host-item .ot-plus-minus,
#onetrust-pc-sdk .ot-ven-item .ot-plus-minus {
    float: left;
    margin-right: 8px;
    top: 10px
}
#onetrust-pc-sdk .ot-ven-item ul {
    list-style: none inside;
    font-size: 100%;
    margin: 0
}
#onetrust-pc-sdk .ot-ven-item ul li {
    margin: 0 !important;
    padding: 0;
    border: none !important
}
#onetrust-pc-sdk .ot-pli-hdr {
    color: #77808e;
    overflow: hidden;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    width: calc(100% - 2px);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
#onetrust-pc-sdk .ot-pli-hdr span:first-child {
    top: 50%;
    transform: translateY(50%);
    max-width: 90px
}
#onetrust-pc-sdk .ot-pli-hdr span:last-child {
    padding-right: 10px;
    max-width: 95px;
    text-align: center
}
#onetrust-pc-sdk .ot-li-title {
    float: right;
    font-size: .813em
}
#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color {
    background-color: #f4f4f4;
    border: 1px solid #d8d8d8
}
#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color span:first-child {
    text-align: left;
    width: 70px
}
#onetrust-pc-sdk li.ot-subgrp>h5,
#onetrust-pc-sdk .ot-cat-header {
    width: calc(100% - 130px)
}
#onetrust-pc-sdk li.ot-subgrp>h5+.ot-tgl-cntr {
    padding-left: 13px
}
#onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc {
    margin-bottom: 5px
}
#onetrust-pc-sdk .ot-acc-grpcntr .ot-subgrp-cntr {
    border-top: 1px solid #d8d8d8
}
#onetrust-pc-sdk .ot-acc-grpcntr .ot-vlst-cntr+.ot-subgrp-cntr {
    border-top: none
}
#onetrust-pc-sdk .ot-acc-hdr .ot-arw-cntr+.ot-tgl-cntr,
#onetrust-pc-sdk .ot-acc-txt h4+.ot-tgl-cntr {
    padding-left: 13px
}
#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-subgrp>h5,
#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header {
    width: calc(100% - 145px)
}
#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item h5+.ot-tgl-cntr,
#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header+.ot-tgl {
    padding-left: 28px
}
#onetrust-pc-sdk .ot-sel-all-hdr,
#onetrust-pc-sdk .ot-sel-all-chkbox {
    display: inline-block;
    width: 100%;
    position: relative
}
#onetrust-pc-sdk .ot-sel-all-chkbox {
    z-index: 1
}
#onetrust-pc-sdk .ot-sel-all {
    margin: 0;
    position: relative;
    padding-right: 23px;
    float: right
}
#onetrust-pc-sdk .ot-consent-hdr,
#onetrust-pc-sdk .ot-li-hdr {
    float: right;
    font-size: .812em;
    line-height: normal;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word
}
#onetrust-pc-sdk .ot-li-hdr {
    max-width: 100px;
    padding-right: 10px
}
#onetrust-pc-sdk .ot-consent-hdr {
    max-width: 55px
}
#onetrust-pc-sdk #ot-selall-licntr {
    display: block;
    width: 21px;
    height: auto;
    float: right;
    position: relative;
    right: 80px
}
#onetrust-pc-sdk #ot-selall-licntr label {
    position: absolute
}
#onetrust-pc-sdk .ot-ven-ctgl {
    margin-left: 66px
}
#onetrust-pc-sdk .ot-ven-litgl+.ot-arw-cntr {
    margin-left: 81px
}
#onetrust-pc-sdk .ot-enbl-chr .ot-host-cnt .ot-tgl-cntr {
    width: auto
}
#onetrust-pc-sdk #ot-lst-cnt:not(.ot-host-cnt) .ot-tgl-cntr {
    width: auto;
    top: auto;
    height: 20px
}
#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px
}
#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox label {
    position: absolute;
    padding: 0;
    width: 20px;
    height: 20px
}
#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr {
    border: 1px solid #d8d8d8;
    padding: .75rem 2rem;
    padding-bottom: 0;
    width: auto;
    margin-top: .5rem
}
#onetrust-pc-sdk .ot-acc-grpdesc+.ot-leg-btn-container {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    margin-bottom: 5px
}
#onetrust-pc-sdk .ot-subgrp .ot-leg-btn-container {
    margin-bottom: 5px
}
#onetrust-pc-sdk #ot-ven-lst .ot-leg-btn-container {
    margin-top: 10px
}
#onetrust-pc-sdk .ot-leg-btn-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}
#onetrust-pc-sdk .ot-leg-btn-container button {
    height: auto;
    padding: 6.5px 8px;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: .75em;
    line-height: normal
}
#onetrust-pc-sdk .ot-leg-btn-container svg {
    display: none;
    height: 14px;
    width: 14px;
    padding-right: 5px;
    vertical-align: sub
}
#onetrust-pc-sdk .ot-active-leg-btn {
    cursor: default;
    pointer-events: none
}
#onetrust-pc-sdk .ot-active-leg-btn svg {
    display: inline-block
}
#onetrust-pc-sdk .ot-remove-objection-handler {
    text-decoration: underline;
    padding: 0;
    font-size: .75em;
    font-weight: 600;
    line-height: 1;
    padding-left: 10px
}
#onetrust-pc-sdk .ot-obj-leg-btn-handler span {
    font-weight: bold;
    text-align: center;
    font-size: inherit;
    line-height: 1.5
}
#onetrust-pc-sdk.ot-close-btn-link #close-pc-btn-handler {
    border: none;
    height: auto;
    line-height: 1.5;
    text-decoration: underline;
    font-size: .69em;
    background: none;
    right: 15px;
    top: 15px;
    width: auto;
    font-weight: normal
}
#onetrust-pc-sdk .ot-cat-header {
    float: left;
    font-weight: 600;
    font-size: .875em;
    line-height: 1.5;
    max-width: 90%;
    vertical-align: middle
}
#onetrust-pc-sdk .ot-vnd-item>button:focus {
    outline: #000 solid 2px
}
#onetrust-pc-sdk .ot-vnd-item>button {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: none;
    border: none
}
#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=false]~.ot-acc-txt {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    transition: .25s ease-out;
    display: none
}
#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-txt {
    transition: .1s ease-in;
    margin-top: 10px;
    width: 100%;
    overflow: auto;
    display: block
}
#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-grpcntr {
    width: auto;
    margin-top: 0px;
    padding-bottom: 10px
}
#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
    position: relative;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-top: none;
    width: calc(100% - 2px);
    float: left
}
#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type {
    margin-top: 10px;
    border-top: 1px solid #d8d8d8
}
#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    font-size: .812em;
    margin-bottom: 10px;
    margin-top: 15px
}
#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul {
    padding-top: 10px
}
#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul li {
    padding-top: 0;
    line-height: 1.5;
    padding-bottom: 10px
}
#onetrust-pc-sdk .ot-accordion-layout div+.ot-acc-grpdesc {
    margin-top: 5px
}
#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:first-child {
    margin-top: 10px
}
#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:last-child,
#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr:last-child {
    margin-bottom: 5px
}
#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    display: inline-block
}
#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt {
    width: 100%;
    padding: 0
}
#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr {
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 0;
    width: calc(100% - 35px)
}
#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp {
    padding-right: 5px
}
#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr {
    z-index: 1;
    position: relative
}
#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    margin-top: -2px
}
#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr .ot-arw {
    width: 15px;
    height: 20px;
    margin-left: 5px;
    color: dimgray
}
#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header {
    float: none;
    color: #2e3644;
    margin: 0;
    display: inline-block;
    height: auto;
    word-wrap: break-word;
    min-height: inherit
}
#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,
#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr {
    padding-left: 20px;
    width: calc(100% - 20px);
    display: inline-block;
    margin-top: 0;
    padding-bottom: 2px
}
#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
    position: relative;
    min-height: 25px
}
#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,
#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px
}
#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl+.ot-tgl {
    right: 95px
}
#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler,
#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler+a {
    margin-top: 5px
}
#onetrust-pc-sdk #ot-lst-cnt {
    margin-top: 1rem;
    max-height: calc(100% - 96px)
}
#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr {
    border: 1px solid #d8d8d8;
    padding: .75rem 2rem;
    padding-bottom: 0;
    width: auto;
    margin-top: .5rem
}
#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info {
    margin-bottom: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
    display: flex;
    flex-direction: column
}
#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOEmail] {
    border-top: 1px solid #d8d8d8;
    padding-top: 1rem
}
#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOLink] {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1rem
}
#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-lbl {
    font-weight: bold;
    font-size: .85em;
    margin-bottom: .5rem
}
#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-cnt {
    margin-left: .5rem;
    font-weight: 500;
    font-size: .85rem
}
#onetrust-pc-sdk .ot-vs-list,
#onetrust-pc-sdk .ot-vnd-serv {
    width: auto;
    padding: 1rem 1.25rem;
    padding-bottom: 0
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr {
    padding-bottom: .75rem;
    border-bottom: 1px solid #d8d8d8
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr {
    font-weight: 600;
    font-size: .95em;
    line-height: 2;
    margin-left: .5rem
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item {
    border: none;
    margin: 0;
    padding: 0
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button {
    outline: none;
    border-bottom: 1px solid #d8d8d8
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button[aria-expanded=true],
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button[aria-expanded=true] {
    border-bottom: none
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:first-child,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:first-child {
    margin-top: .25rem;
    border-top: unset
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child {
    margin-bottom: .5rem
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child button,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child button {
    border-bottom: none
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info-cntr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info-cntr {
    border: 1px solid #d8d8d8;
    padding: .75rem 1.75rem;
    padding-bottom: 0;
    width: auto;
    margin-top: .5rem
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info {
    margin-bottom: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
    display: flex;
    flex-direction: column
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail],
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail] {
    border-top: 1px solid #d8d8d8;
    padding-top: 1rem
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink],
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink] {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1rem
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-lbl,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-lbl {
    font-weight: bold;
    font-size: .85em;
    margin-bottom: .5rem
}
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-cnt,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-cnt {
    margin-left: .5rem;
    font-weight: 500;
    font-size: .85rem
}
#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt,
#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt {
    padding-left: 40px
}
#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,
#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr {
    font-size: .8em
}
#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-cat-header,
#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-cat-header {
    font-size: .8em
}
#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv {
    margin-bottom: 1rem;
    padding: 1rem .95rem
}
#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr {
    padding-bottom: .75rem;
    border-bottom: 1px solid #d8d8d8
}
#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr {
    font-weight: 700;
    font-size: .8em;
    line-height: 20px;
    margin-left: .82rem
}
#onetrust-pc-sdk .ot-subgrp-cntr .ot-cat-header {
    font-weight: 700;
    font-size: .8em;
    line-height: 20px
}
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-vnd-serv .ot-vnd-lst-cont .ot-accordion-layout .ot-acc-hdr div.ot-chkbox {
    margin-left: .82rem
}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr {
    padding: .5rem 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between
}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:first-child,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:first-child,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:first-child,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:first-child,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:first-child {
    margin-left: .5rem
}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:last-child,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:last-child,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:last-child,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:last-child {
    margin-right: .5rem;
    margin-left: .5rem
}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-always-active {
    position: relative;
    right: unset;
    top: unset;
    transform: unset
}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-plus-minus {
    top: 0
}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-arw-cntr {
    float: none;
    top: unset;
    right: unset;
    transform: unset;
    margin-top: -2px;
    position: relative
}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-cat-header {
    flex: 1;
    margin: 0 .5rem
}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-tgl {
    position: relative;
    transform: none;
    right: 0;
    top: 0;
    float: none
}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox {
    position: relative;
    margin: 0 .5rem
}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label {
    padding: 0
}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label::before {
    position: relative
}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 1
}
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h5.ot-cat-header,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h4.ot-cat-header {
    margin: 0
}
#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp h5 {
    top: 0;
    line-height: 20px
}
#onetrust-pc-sdk .ot-vs-list {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: .5rem 4px
}
#onetrust-pc-sdk .ot-vs-selc-all {
    display: flex;
    padding: 0;
    float: unset;
    align-items: center;
    justify-content: flex-start
}
#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf {
    justify-content: flex-end
}
#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox {
    margin-right: 48px
}
#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox {
    margin: 0;
    padding: 0;
    margin-right: 14px;
    justify-content: flex-end
}
#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-chkbox,
#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-tgl {
    display: inline-block;
    right: unset;
    width: auto;
    height: auto;
    float: none
}
#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr label {
    width: 45px;
    height: 25px
}
#onetrust-pc-sdk .ot-vs-selc-all .ot-sel-all-chkbox {
    margin-right: 11px;
    margin-left: .75rem;
    display: flex;
    align-items: center
}
#onetrust-pc-sdk .ot-vs-selc-all .sel-all-hdr {
    margin: 0 1.25rem;
    font-size: .812em;
    line-height: normal;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word
}
#onetrust-pc-sdk .ot-vnd-list-cnt #ot-selall-vencntr.ot-chkbox {
    float: unset;
    right: 0
}
#onetrust-pc-sdk[dir=rtl] #ot-back-arw,
#onetrust-pc-sdk[dir=rtl] input~.ot-acc-hdr .ot-arw {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}
#onetrust-pc-sdk[dir=rtl] input:checked~.ot-acc-hdr .ot-arw {
    transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg)
}
#onetrust-pc-sdk[dir=rtl] .ot-chkbox label::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-left: 0;
    border-right: 3px solid
}
#onetrust-pc-sdk[dir=rtl] .ot-search-cntr>svg {
    right: 0
}
@media only screen and (max-width: 600px) {
    #onetrust-pc-sdk.otPcCenter {
        left: 0;
        min-width: 100%;
        height: 100%;
        top: 0;
        border-radius: 0
    }
    #onetrust-pc-sdk #ot-pc-content,
    #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container {
        margin: 1px 3px 0 10px;
        padding-right: 10px;
        width: calc(100% - 23px)
    }
    #onetrust-pc-sdk .ot-btn-container button {
        max-width: none;
        letter-spacing: .01em
    }
    #onetrust-pc-sdk #close-pc-btn-handler {
        top: 10px;
        right: 17px
    }
    #onetrust-pc-sdk p {
        font-size: .7em
    }
    #onetrust-pc-sdk #ot-pc-hdr {
        margin: 10px 10px 0 5px;
        width: calc(100% - 15px)
    }
    #onetrust-pc-sdk .vendor-search-handler {
        font-size: 1em
    }
    #onetrust-pc-sdk #ot-back-arw {
        margin-left: 12px
    }
    #onetrust-pc-sdk #ot-lst-cnt {
        margin: 0;
        padding: 0 5px 0 10px;
        min-width: 95%
    }
    #onetrust-pc-sdk .switch+p {
        max-width: 80%
    }
    #onetrust-pc-sdk .ot-ftr-stacked button {
        width: 100%
    }
    #onetrust-pc-sdk #ot-fltr-cnt {
        max-width: 320px;
        width: 90%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin: 0;
        margin-left: 15px;
        left: auto;
        right: 40px;
        top: 85px
    }
    #onetrust-pc-sdk .ot-fltr-opt {
        margin-left: 25px;
        margin-bottom: 10px
    }
    #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        margin-bottom: 0
    }
    #onetrust-pc-sdk #ot-fltr-cnt {
        right: 40px
    }
}
@media only screen and (max-width: 476px) {
    #onetrust-pc-sdk .ot-fltr-cntr,
    #onetrust-pc-sdk #ot-fltr-cnt {
        right: 10px
    }
    #onetrust-pc-sdk #ot-anchor {
        right: 25px
    }
    #onetrust-pc-sdk button {
        width: 100%
    }
    #onetrust-pc-sdk:not(.ot-addtl-vendors) #ot-pc-lst:not(.ot-enbl-chr) .ot-sel-all {
        padding-right: 9px
    }
    #onetrust-pc-sdk:not(.ot-addtl-vendors) #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr {
        right: 0
    }
}
@media only screen and (max-width: 896px)and (max-height: 425px)and (orientation: landscape) {
    #onetrust-pc-sdk.otPcCenter {
        left: 0;
        top: 0;
        min-width: 100%;
        height: 100%;
        border-radius: 0
    }
    #onetrust-pc-sdk #ot-anchor {
        left: initial;
        right: 50px
    }
    #onetrust-pc-sdk #ot-lst-title {
        margin-top: 12px
    }
    #onetrust-pc-sdk #ot-lst-title * {
        font-size: inherit
    }
    #onetrust-pc-sdk #ot-pc-hdr input {
        margin-right: 0;
        padding-right: 45px
    }
    #onetrust-pc-sdk .switch+p {
        max-width: 85%
    }
    #onetrust-pc-sdk #ot-sel-blk {
        position: static
    }
    #onetrust-pc-sdk #ot-pc-lst {
        overflow: auto
    }
    #onetrust-pc-sdk #ot-lst-cnt {
        max-height: none;
        overflow: initial
    }
    #onetrust-pc-sdk #ot-lst-cnt.no-results {
        height: auto
    }
    #onetrust-pc-sdk input {
        font-size: 1em !important
    }
    #onetrust-pc-sdk p {
        font-size: .6em
    }
    #onetrust-pc-sdk #ot-fltr-modal {
        width: 100%;
        top: 0
    }
    #onetrust-pc-sdk ul li p,
    #onetrust-pc-sdk .category-vendors-list-handler,
    #onetrust-pc-sdk .category-vendors-list-handler+a,
    #onetrust-pc-sdk .category-host-list-handler {
        font-size: .6em
    }
    #onetrust-pc-sdk.ot-shw-fltr #ot-anchor {
        display: none !important
    }
    #onetrust-pc-sdk.ot-shw-fltr #ot-pc-lst {
        height: 100% !important;
        overflow: hidden;
        top: 0px
    }
    #onetrust-pc-sdk.ot-shw-fltr #ot-fltr-cnt {
        margin: 0;
        height: 100%;
        max-height: none;
        padding: 10px;
        top: 0;
        width: calc(100% - 20px);
        position: absolute;
        right: 0;
        left: 0;
        max-width: none
    }
    #onetrust-pc-sdk.ot-shw-fltr .ot-fltr-scrlcnt {
        max-height: calc(100% - 65px)
    }
}
#onetrust-consent-sdk #onetrust-pc-sdk,
#onetrust-consent-sdk #ot-search-cntr,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch.ot-toggle,
#onetrust-consent-sdk #onetrust-pc-sdk ot-grp-hdr1 .checkbox,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor {
    background-color: #FFFFFF;
}
#onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-consent-sdk #onetrust-pc-sdk h4,
#onetrust-consent-sdk #onetrust-pc-sdk h5,
#onetrust-consent-sdk #onetrust-pc-sdk h6,
#onetrust-consent-sdk #onetrust-pc-sdk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal {
    color: #696969;
}
#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link,
#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler+a,
#onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content #ot-pc-desc .ot-link-btn,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info a {
    color: #696969;
}
#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler:hover {
    text-decoration: underline;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-subgrp-tgl .ot-switch.ot-toggle {
    background-color: #F8F8F8;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-ven-dets {
    background-color: #F8F8F8;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
    background-color: #6CC04A;
    border-color: #6CC04A;
    color: #FFFFFF;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
    border-color: #6CC04A;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-remove-objection-handler {
    background-color: transparent;
    border: 1px solid transparent;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn {
    background-color: #FFFFFF;
    color: #78808E;
    border-color: #78808E;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus+.ot-switch,
.ot-switch .ot-switch-nob,
.ot-switch .ot-switch-nob:before,
#onetrust-pc-sdk .ot-checkbox input[type="checkbox"]:focus+label::before,
#onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus+label::before {
    outline-color: #000000;
    outline-width: 1px;
}
#onetrust-pc-sdk .ot-host-item>button:focus,
#onetrust-pc-sdk .ot-ven-item>button:focus {
    border: 1px solid #000000;
}
#onetrust-consent-sdk #onetrust-pc-sdk *:focus,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr>a:focus {
    outline: 1px solid #000000;
}
#onetrust-pc-sdk .ot-vlst-cntr .ot-ext-lnk {
    background-image: url('https://cdn.cookielaw.org/logos/static/ot_external_link.svg');
}
#onetrust-banner-sdk h1,
#onetrust-banner-sdk h2,
#onetrust-banner-sdk h3,
#onetrust-banner-sdk h4,
#onetrust-banner-sdk h5,
#onetrust-banner-sdk h6,
#onetrust-pc-sdk h1,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk h5,
#onetrust-pc-sdk h6,
#ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy h6,
#onetrust-pc-sdk .ot-consent-hdr,
#onetrust-pc-sdk .ot-host-expand {
    font-family: "Metropolis", sans-serif !important;
}
.ot-sdk-cookie-policy {
    font-family: inherit;
    font-size: 16px
}
.ot-sdk-cookie-policy.otRelFont {
    font-size: 1rem
}
.ot-sdk-cookie-policy h3,
.ot-sdk-cookie-policy h4,
.ot-sdk-cookie-policy h6,
.ot-sdk-cookie-policy p,
.ot-sdk-cookie-policy li,
.ot-sdk-cookie-policy a,
.ot-sdk-cookie-policy th,
.ot-sdk-cookie-policy #cookie-policy-description,
.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
.ot-sdk-cookie-policy #cookie-policy-title {
    color: dimgray
}
.ot-sdk-cookie-policy #cookie-policy-description {
    margin-bottom: 1em
}
.ot-sdk-cookie-policy h4 {
    font-size: 1.2em
}
.ot-sdk-cookie-policy h6 {
    font-size: 1em;
    margin-top: 2em
}
.ot-sdk-cookie-policy th {
    min-width: 75px
}
.ot-sdk-cookie-policy a,
.ot-sdk-cookie-policy a:hover {
    background: #fff
}
.ot-sdk-cookie-policy thead {
    background-color: #f6f6f4;
    font-weight: bold
}
.ot-sdk-cookie-policy .ot-mobile-border {
    display: none
}
.ot-sdk-cookie-policy section {
    margin-bottom: 2em
}
.ot-sdk-cookie-policy table {
    border-collapse: inherit
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy {
    font-family: inherit;
    font-size: 1rem
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
    color: dimgray
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
    margin-bottom: 1em
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup {
    margin-left: 1.5em
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
    font-size: .9em
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td a {
    font-size: inherit
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
    font-size: 1em;
    margin-bottom: .6em
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-title {
    margin-bottom: 1.2em
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy>section {
    margin-bottom: 1em
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
    min-width: 75px
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
    background: #fff
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead {
    background-color: #f6f6f4;
    font-weight: bold
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-mobile-border {
    display: none
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy section {
    margin-bottom: 2em
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li {
    list-style: disc;
    margin-left: 1.5em
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li h4 {
    display: inline-block
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
    border-collapse: inherit;
    margin: auto;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    border-spacing: initial;
    width: 100%;
    overflow: hidden
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
    border-bottom: 0px
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr th:last-child,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr td:last-child {
    border-right: 0px
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
    width: 25%
}
.ot-sdk-cookie-policy[dir=rtl] {
    text-align: left
}
#ot-sdk-cookie-policy h3 {
    font-size: 1.5em
}
@media only screen and (max-width: 530px) {
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
        display: block
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
        margin: 0 0 1em 0
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd),
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a {
        background: #f6f6f4
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
        position: absolute;
        height: 100%;
        left: 6px;
        width: 40%;
        padding-right: 10px
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border {
        display: inline-block;
        background-color: #e4e4e4;
        position: absolute;
        height: 100%;
        top: 0;
        left: 45%;
        width: 2px
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
        content: attr(data-label);
        font-weight: bold
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li {
        word-break: break-word;
        word-wrap: break-word
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
        overflow: hidden
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
        border: none;
        border-bottom: 1px solid #d7d7d7
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tbody,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
        display: block
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
        width: auto
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
        margin: 0 0 1em 0
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
        height: 100%;
        width: 40%;
        padding-right: 10px
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
        content: attr(data-label);
        font-weight: bold
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li {
        word-break: break-word;
        word-wrap: break-word
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        z-index: -9999
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
        border-bottom: 1px solid #d7d7d7;
        border-right: 0px
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td:last-child {
        border-bottom: 0px
    }
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
    color: #696969;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
    color: #696969;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
    color: #696969;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
    color: #696969;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
    background-color: #F8F8F8;
}
.ot-floating-button__front {
    background-image: url('https://cdn.cookielaw.org/logos/static/ot_persistent_cookie_icon.png')
}

.trc_rbox_container {
    direction: ltr;
    text-align: left
}
.trc_rbox_container [class*=span] {
    float: none;
    margin-left: 0
}
.trc_multi_widget_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.trc_multi_widget_container .trc_rbox_div {
    margin: 0
}
.trc_rbox_header {
    border: 0 solid;
    overflow: hidden;
    vertical-align: middle
}
.trc_rbox_container .trc_img {
    display: inline-block !important
}
.trc_rbox_header_icon_div {
    display: table-cell;
    vertical-align: baseline
}
.trc_rbox_header .trc_rbox_header_icon_div .trc_rbox_header_icon_img {
    vertical-align: middle;
    width: auto
}
.trc_rbox_header_icon_span {
    display: inline-table
}
.in_trc_header {
    position: relative !important;
    float: right;
    margin: 0
}
#trc_rbox_css_loaded {
    overflow: hidden;
    width: 0;
    height: 0
}
.trc_rbox {
    margin-top: 0
}
.trc_rbox_div {
    margin: 0 0 3px;
    direction: ltr;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: auto;
    position: relative;
    width: auto;
    border: solid #ccc 1px
}
.loading-animation span {
    display: block
}
.videoCube {
    zoom: 1;
    cursor: pointer;
    float: none;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.videoCube_hover,
div.videoCube:hover {
    cursor: pointer
}
.videoCube span.video-title:hover,
.videoCube_hover span.video-title {
    text-decoration: underline
}
.videoCube a {
    text-decoration: none;
    border: 0;
    color: #000;
    cursor: pointer
}
.videoCube a,
.videoCube a:hover,
.videoCube a:link,
.videoCube_hover a {
    text-decoration: none !important;
    outline: 0
}
.videoCube a .thumbBlock {
    float: left;
    display: block;
    overflow: hidden !important
}
.videoCube a img,
.videoCube img {
    border: 0;
    display: block;
    margin: 0;
    height: auto;
    width: auto
}
.videoCube a img.app-install-logo,
.videoCube img.app-install-logo {
    display: inline-block;
    max-height: 36px;
    min-height: 36px;
    height: 36px;
    max-width: 36px;
    min-width: 36px;
    width: 36px;
    object-fit: contain
}
.videoCube .video-label {
    display: block;
    overflow: hidden
}
.videoCube .video-label {
    width: auto !important;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}
.videoCube .video-label-box.label-box-with-title-icon {
    display: table
}
.video-icon-container {
    float: left;
    display: table-cell;
    vertical-align: baseline
}
.video-icon-img {
    vertical-align: middle
}
.videoCube .video-duration {
    height: 0;
    float: left;
    position: relative;
    color: #fff;
    font-size: 11px
}
.videoCube .video-duration dt {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000;
    opacity: .6
}
.videoCube span.video-label.trc_ellipsis {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}
.videoCube span.video-label.trc-smart-ellipsis {
    position: relative;
    overflow: hidden
}
.videoCube span.video-label.trc-smart-ellipsis ins {
    display: inline-block;
    text-decoration: inherit
}
.videoCube span.video-label.trc-smart-ellipsis.tbl-ltr-label {
    direction: ltr
}
.videoCube span.video-label.trc-smart-ellipsis.tbl-ltr-label ins {
    float: left;
    margin-right: 5px;
    direction: ltr
}
.videoCube span.video-label.trc-smart-ellipsis.tbl-rtl-label {
    float: right;
    direction: rtl;
    width: 100% !important
}
.videoCube span.video-label.trc-smart-ellipsis.tbl-rtl-label ins {
    float: right;
    margin-left: 5px;
    direction: rtl
}
.videoCube span.video-label.trc-smart-ellipsis ins.lastLineEllipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%
}
.video-duration.video-duration-detail div {
    color: #fff
}
.trc_rbox .sponsored {
    position: relative;
    display: block;
    overflow: visible;
    height: auto;
    width: auto;
    padding-right: 0;
    text-align: right;
    font-size: 9px
}
.trc_rbox_div {
    height: 410px
}
.videoCube {
    direction: ltr;
    font-size: 11px;
    margin: 0;
    color: #000;
    border-width: 0
}
.videoCube.vertical:first-child {
    border-top: 0;
    margin-top: 0
}
.videoCube.horizontal:first-child {
    border-left: 0;
    margin-left: 0
}
.videoCube_hover,
div.videoCube:hover {
    background-color: #ebf0ff;
    color: #000
}
.videoCube .thumbBlock {
    margin: 0;
    border-style: solid
}
.videoCube a img,
.videoCube img {
    border-color: #ececec
}
.videoCube .video-label-box {
    margin-left: 81px
}
.videoCube .video-label dt {
    font-weight: 700
}
.videoCube .video-title {
    height: auto;
    margin-bottom: 3px;
    white-space: normal
}
.videoCube .trc_inline_detail_spacer {
    display: inline-block;
    white-space: pre
}
.loading-animation {
    font-family: sans;
    font-size: 1.5em;
    text-align: center;
    color: gray;
    height: 100%
}
.trc_rbox_header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #000
}
.trc_header_right_part {
    position: absolute;
    left: 50%;
    top: 0
}
.branding_div {
    overflow: visible;
    float: right
}
.branding_div img {
    height: 20px
}
.videoCube .branding .logoDiv {
    font-size: inherit;
    line-height: inherit;
    background: 0 0;
    margin: 0;
    padding: 0
}
.videoCube .branding .logoDiv a {
    vertical-align: inherit;
    color: inherit;
    line-height: inherit
}
.videoCube .branding .logoDiv a span {
    vertical-align: inherit
}
.trc_related_container .videoCube .branding .attribution-disclosure-link-sponsored {
    display: inline-block;
    float: none
}
.trc_related_container .videoCube .branding .attribution-disclosure-link-sponsored.align-disclosure-right {
    float: right;
    margin-left: auto;
    padding-left: 2px
}
.videoCube .video-label-box .branding.composite-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.branding.composite-branding>* {
    display: inline-block;
    vertical-align: bottom
}
.branding .branding-separator {
    margin: 0 2px;
    font-weight: 400
}
.branding .branding-inner {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.video-label-box span.branding.inline-branding {
    display: inline-block
}
.trc_related_container div.horizontal {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.trc_related_container DIV.videoCube.thumbnail_bottom .thumbBlock,
.trc_related_container DIV.videoCube.thumbnail_top .thumbBlock {
    float: none
}
.vidiscovery-note {
    display: none
}
.videoCube .thumbBlock .trc_sponsored_overlay_base {
    display: block;
    width: auto;
    margin-left: 0;
    position: absolute;
    color: #fff !important
}
.videoCube .thumbBlock .trc_sponsored_overlay {
    opacity: .6;
    display: block;
    position: absolute
}
.videoCube .thumbBlock .trc_sponsored_overlay_base .sponsored {
    position: relative;
    display: block;
    overflow: visible;
    width: auto;
    text-align: center;
    padding: 0 5px;
    margin-top: 0
}
.videoCube .thumbBlock .trc_sponsored_overlay_base.round .trc_sponsored_overlay {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
.videoCube .thumbBlock .trc_sponsored_overlay_base.round {
    margin-left: 4px
}
.thumbnail-emblem,
.videoCube .thumbnail-overlay,
.videoCube:hover .thumbnail-overlay,
.videoCube_hover .thumbnail-overlay {
    position: absolute;
    background: transparent no-repeat;
    background-size: contain;
    z-index: 50
}
.thumbnail_bottom {
    padding-bottom: 8px
}
.trc_related_container .logoDiv {
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    font-size: 9px
}
.trc_related_container .logoDiv a {
    font-size: 9px;
    text-decoration: none !important;
    color: #000;
    margin-right: 1px;
    vertical-align: text-bottom
}
.logoDiv a span:hover {
    text-decoration: underline
}
.trc_rbox_header .logoDiv {
    font-size: 1em
}
.trc_tl .trc_rbox_header .logoDiv {
    position: relative;
    z-index: 1
}
.trc_tl .trc_rbox_header_span .trc_header_right_column {
    position: absolute;
    width: 48%;
    left: 52%;
    top: 0
}
.trc_tl .trc_rbox_div .videoCube.horizontal {
    clear: left
}
.trc_tl .trc_rbox_div .videoCube.trc_tl_right_col {
    float: none;
    clear: right;
    margin-left: auto
}
.trc_tl .videoCube .video-title .branding {
    line-height: 1.3em
}
.trc_tl .videoCube:hover span.branding,
.trc_tl .videoCube_hover span.branding {
    text-decoration: none
}
.trc_tl .trc_rbox_div .videoCube.thumbnail_none a {
    vertical-align: top;
    overflow: visible
}
.trc_tl .videoCube .video-label-box {
    display: inline-block;
    vertical-align: top;
    width: 100%
}
.trc_rbox_container.trc_expandable {
    overflow: hidden;
    max-height: 0;
    transition-property: max-height;
    -webkit-transition-property: max-height;
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}
.trc_related_container .videoCube .thumbBlock .branding {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    text-align: center
}
.syndicatedItem .branding {
    margin: 0
}
.trc-inplayer-rbox {
    background: #333;
    background: rgba(30, 30, 30, .9);
    bottom: 0;
    position: absolute;
    height: 300px;
    text-align: center
}
.trc-inplayer-rbox .trc_rbox_container {
    margin: 50px auto 0;
    width: 640px
}
.trc_rbox.trc-auto-size {
    width: 100%;
    height: 100%
}
.videoCube.thumbnail_under .video-title {
    min-height: 2.58em
}
.videoCube.thumbnail_under .tbl-text-over-container {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    min-height: 66%;
    max-height: 66%;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.25em
}
.videoCube.thumbnail_under .tbl-text-over-container .tbl-text-over {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%)
}
.videoCube.thumbnail_under .tbl-text-over-container span.branding,
.videoCube.thumbnail_under .tbl-text-over-container span.video-description,
.videoCube.thumbnail_under .tbl-text-over-container span.video-title {
    position: relative;
    z-index: 1;
    padding: 0 8px;
    margin: 0
}
.videoCube.thumbnail_under .tbl-text-over-container span.video-title {
    margin-bottom: 6px;
    min-height: auto
}
.videoCube.thumbnail_under .tbl-text-over-container .video-label-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 8px 6px 8px;
    min-height: auto
}
.trc-auto-size .trc_rbox_outer .trc_rbox_div {
    height: auto;
    width: auto
}
.trc-auto-size .trc_rbox_div .videoCube {
    height: auto
}
.trc-auto-size .trc_rbox_div .videoCube.trc-first-recommendation {
    margin-top: 0
}
.trc_rbox .trc_rbox_outer .trc_rbox_div .videoCube.trc-first-in-row {
    margin-left: 0
}
.trc_elastic .trc_rbox {
    width: auto
}
.trc_elastic .videoCube {
    overflow: hidden
}
.trc_elastic .videoCube .thumbBlock {
    background: transparent no-repeat center center;
    background-size: cover;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0
}
.trc_elastic .thumbBlock_holder {
    position: relative;
    width: 100%
}
.trc_elastic .thumbnail_start .thumbBlock_holder {
    float: left;
    margin-right: 10px
}
.trc_elastic .thumbnail_start.item-has-pre-label .thumbBlock_holder {
    margin-right: 0
}
.trc_elastic .videoCube_aspect {
    width: 1px
}
.trc_elastic .trc_rbox .trc_rbox_div {
    height: auto
}
.trc_elastic .thumbnail_start .trc-pre-label {
    float: left;
    padding-right: 10px
}
.trc_elastic .thumbnail_start.trc-split-label .trc-main-label {
    float: left;
    padding-left: 10px
}
.trc_elastic .video-label-box {
    display: block
}
.trc_elastic .thumbnail_start .video-label-box {
    box-sizing: border-box
}
.trc_user_adChoice_btn {
    background: url(//cdn.taboola.com/static/c5/c5ef96bc-30ab-456a-b3d5-a84f367c6a46.svg) no-repeat scroll 0 0 #fff;
    border-radius: 0 0 0 5px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000;
    cursor: pointer;
    border-width: 2px 0 2px 4px;
    border-style: solid;
    border-color: #fff;
    opacity: .7;
    background-size: contain;
    visibility: hidden
}
.videoCube:hover .trc_user_adChoice_btn,
.videoCube_hover .trc_user_adChoice_btn {
    visibility: visible
}
.videoCube .trc_user_adChoice_btn_static {
    visibility: visible
}
.p-video-overlay-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent
}
.p-video-overlay.p-video-overlay-show {
    display: flex
}
.p-video-overlay {
    display: none;
    background-color: #000;
    opacity: .7;
    width: 100%;
    height: 100%;
    flex-direction: column
}
.p-video-overlay-action {
    color: #fff;
    width: 100%;
    direction: ltr;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column
}
.p-video-overlay-action.p-video-back-action {
    height: 34%
}
.p-video-back-action-label {
    font-family: Helvetica Neue, serif;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px
}
.p-video-overlay-action.p-video-goto-action {
    height: 66%
}
.p-video-goto-action-url {
    font-family: Helvetica Neue, serif;
    font-size: 24px;
    font-weight: 400;
    text-decoration: underline;
    margin-top: 5px
}
.p-video-goto-action-label {
    font-family: Helvetica Neue, serif;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px
}
.trc_related_container .trc_clearer {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    visibility: hidden
}
.link-adc {
    float: right !important
}
.trc-widget-footer .logoDiv {
    line-height: normal;
    padding-bottom: 5px
}
.trc-widget-footer .link-adc a .trc_adc_wrapper,
.trc_header_ext .link-adc a .trc_adc_wrapper {
    height: 12px;
    width: 18px;
    display: inline-block;
    padding-left: 1px;
    margin-bottom: 2px
}
.trc-widget-footer .link-adc a .trc_adc_b_logo,
.trc-widget-footer .link-adc a .trc_adc_s_logo,
.trc_header_ext .link-adc a .trc_adc_b_logo,
.trc_header_ext .link-adc a .trc_adc_s_logo {
    vertical-align: middle;
    height: 15px;
    display: inline-block;
    margin-top: -1px
}
.trc-widget-footer .link-adc a .trc_adc_s_logo,
.trc_header_ext .link-adc a .trc_adc_s_logo {
    width: 12px;
    height: 14px;
    background: url(//cdn.taboola.com/static/c5/c5ef96bc-30ab-456a-b3d5-a84f367c6a46.svg) no-repeat;
    background-size: contain;
    vertical-align: middle
}
.trc-widget-footer .link-adc a .trc_adc_b_logo,
.trc_header_ext .link-adc a .trc_adc_b_logo {
    width: 77px;
    background: #fff url(//cdn.taboola.com/libtrc/static/thumbnails/0781f9c5a8637d1e162874f157460048.png) no-repeat !important;
    right: -1px;
    display: none;
    position: absolute
}
.logoDiv .trc_mobile_adc_link,
.logoDiv .trc_mobile_attribution_link,
.logoDiv .trc_mobile_disclosure_link {
    display: none
}
.logoDiv .trc_desktop_adc_link,
.logoDiv .trc_desktop_attribution_link,
.logoDiv .trc_desktop_disclosure_link {
    display: inline
}
@media screen and (max-width:767px) {
    .logoDiv .trc_mobile_disclosure_link {
        display: inline
    }
    .logoDiv .trc_mobile_attribution_link {
        display: inline
    }
    .logoDiv .trc_mobile_adc_link {
        display: inline
    }
    .logoDiv .trc_desktop_disclosure_link {
        display: none
    }
    .logoDiv .trc_desktop_attribution_link {
        display: none
    }
    .logoDiv .trc_desktop_adc_link {
        display: none
    }
}
.trc_in_iframe .logoDiv .trc_mobile_attribution_link,
.trc_in_iframe .logoDiv .trc_mobile_disclosure_link {
    display: inline
}
.trc_in_iframe .logoDiv .trc_desktop_attribution_link,
.trc_in_iframe .logoDiv .trc_desktop_disclosure_link {
    display: none
}
.trc_related_container .logoDiv,
.trc_related_container .trc_header_ext .logoDiv {
    float: right
}
.trc_related_container .logoDiv+.logoDiv {
    margin-right: 2px
}
.trc_related_container .attribution-disclosure-link-hybrid,
.trc_related_container .attribution-disclosure-link-sponsored {
    display: none
}
.trc-w2f.trc-content-sponsored .attribution-disclosure-link-sponsored,
.trc_related_container .trc-content-sponsored .attribution-disclosure-link-sponsored {
    display: block
}
.trc-w2f.trc-content-hybrid .attribution-disclosure-link-hybrid,
.trc_related_container .trc-content-hybrid .attribution-disclosure-link-hybrid {
    display: block
}
.trc_related_container .trc-widget-footer:hover a span,
.trc_related_container .trc_header_ext:hover a span {
    text-decoration: underline !important
}
.logoDiv a span.trc_logos_v_align {
    display: inline-block !important;
    font-size: 15px !important;
    line-height: 1em !important;
    width: 0 !important
}
.trc_related_container .trc-widget-footer:hover a span.trc_adc_wrapper,
.trc_related_container .trc-widget-footer:hover a span.trc_logos_v_align,
.trc_related_container .trc_header_ext:hover a span.trc_adc_wrapper,
.trc_related_container .trc_header_ext:hover a span.trc_logos_v_align {
    text-decoration: none !important
}
.trc_related_container .trc_rbox_header_span .trc_header_right_column {
    display: none
}
.trc_related_container img {
    max-width: none
}
.trc_related_container {
    clear: both
}
.tbl-loading-spinner {
    width: 100%;
    height: 40px;
    background: url(//cdn.taboola.com/static/91/91a25024-792d-4b52-84e6-ad1478c3f552.gif) center center no-repeat;
    background-size: 40px
}
.tbl-hidden {
    display: none !important
}
.tbl-invisible {
    opacity: 0;
    pointer-events: none
}
.tbl-batch-anchor {
    width: 100%;
    height: 1px
}
.iw_video_frame .trc_rbox_div {
    overflow: hidden
}
.trc-w2f .trc_rbox .trc-widget-footer,
.trc-w2f .trc_rbox .trc_rbox_header {
    display: none !important
}
.tbl-banner-to-native {
    width: 100%;
    cursor: auto;
    box-shadow: none !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0 !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px)
}
@media screen and (min-width:768px) {
    .tbl-banner-to-native {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px)
    }
}
.tbl-banner-to-native-hidden {
    background-size: 0 0
}
.tbl-banner-to-native-iframe {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px)
}
.tbl-banner-to-native-iframe-desktop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.tbl-banner-to-native-image-desktop {
    background-size: cover;
    filter: blur(4px);
    -webkit-filter: blur(4px)
}
span.video-label.video-title.tbl-title-to-native {
    text-decoration: none;
    cursor: default
}
.tbl-branding-title-to-native {
    text-decoration: underline;
    cursor: pointer
}
div.display-to-native-item-box.display-to-native-item-box,
span.video-label-box.trc-main-label.tbl-title-to-native {
    cursor: auto
}
.thumbBlock_holder_background_image {
    position: absolute;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.thumbnails-mid-a .video-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16.0px;
    line-height: 24.0px;
    font-weight: bold;
    max-height: 48.0px;
    *height: 48.0px;
    color: #212121;
    text-decoration: none;
    margin: 0 0 0 0;
}
.thumbnails-mid-a .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19.0px;
    font-weight: normal;
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
    text-decoration: none;
}
.thumbnails-mid-a .trc_rbox_div {
    width: auto;
    _width: 99%;
    height: 410px;
    border-width: 0;
    padding: 0;
}
.thumbnails-mid-a .videoCube .video-duration {
    left: 36px;
    display: none;
}
.thumbnails-mid-a .videoCube .video-label-box {
    margin-left: 0;
    margin-right: 0px;
}
.thumbnails-mid-a .video-label,
.thumbnails-mid-a .sponsored,
.thumbnails-mid-a .sponsored-url {
    font-family: 'Helvetica Neue Bold', Helvetica, Arial, sans-serif;
}
.thumbnails-mid-a .trc_rbox_header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    border-width: 0;
    background: transparent;
    border-style: none;
    border-color: #D6D5D3;
    padding: 0px 0px 0px 0px;
    line-height: 1.2em;
    display: none;
    margin: 0px 0px 0px 0px;
    position: relative;
    background-color: transparent;
    box-sizing: initial;
    height: auto;
    width: auto;
    _width: auto;
}
.thumbnails-mid-a .sponsored-url {
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
    color: green;
}
.thumbnails-mid-a .sponsored {
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    color: #9C9A9C;
}
.thumbnails-mid-a .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.thumbnails-mid-a .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.thumbnails-mid-a .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.thumbnails-mid-a .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.thumbnails-mid-a .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.thumbnails-mid-a .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
    display: inherit;
}
.thumbnails-mid-a .sponsored-default .video-title {
    max-height: 2.58em;
    *height: 2.58em;
}
.thumbnails-mid-a .sponsored-default .video-description {
    max-height: 2.2em;
    *height: 2.2em;
}
.thumbnails-mid-a .videoCube {
    width: auto;
    _width: auto;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
    border-color: #E4E4E4;
    padding: 0px 0px 0px 0px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-style: SOLID;
}
.thumbnails-mid-a div.videoCube:hover,
.thumbnails-mid-a div.videoCube_hover {
    background-color: transparent;
}
.thumbnails-mid-a .sponsored-default {
    background-color: #F7F6C6;
}
.thumbnails-mid-a div.sponsored-default:hover,
.thumbnails-mid-a div.sponsored-default.videoCube_hover {
    background-color: inherit;
}
.thumbnails-mid-a .videoCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.thumbnails-mid-a .videoCube:hover .thumbnail-overlay,
.thumbnails-mid-a .videoCube_hover .thumbnail-overlay {
    background-image: null;
}
.thumbnails-mid-a .trc_rbox_border_elm {
    border-color: darkgray;
}
.thumbnails-mid-a .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}
.thumbnails-mid-a div.videoCube:hover .thumbBlock {
    border-color: inherit;
}
.thumbnails-mid-a .pager_enabled {
    color: #0056b3;
}
.thumbnails-mid-a .trc_pager_counter {
    color: #000000;
}
.thumbnails-mid-a .pager_disabled {
    color: #7d898f;
}
.thumbnails-mid-a .trc_pager_prev:hover,
.thumbnails-mid-a .trc_pager_next:hover {
    color: #6497ED;
}
.thumbnails-mid-a .trc_pager_selected {
    color: #0056b3;
}
.thumbnails-mid-a .trc_pager_unselected {
    color: #7d898f;
}
.thumbnails-mid-a div.trc_pager_pages div:hover {
    color: #6497ED;
}
.thumbnails-mid-a .trc_lightbox_overlay {
    background-color: #000000;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
.thumbnails-mid-a .video-label-box {
    text-align: left;
    height: 72px;
    margin: 0px 0px 0px 0px;
    min-height: 72px;
}
.thumbnails-mid-a .trc_sponsored_overlay {
    background-color: black;
}
.thumbnails-mid-a .thumbnail-emblem {
    background-position: 5% 5%;
    width: 35;
    _width: 35;
    height: 35;
}
.thumbnails-mid-a .videoCube .sponsored {
    margin-top: -7px;
}
.thumbnails-mid-a {
    width: 300px;
    _width: 300px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #DFDFDF;
    padding: 0px 0px 0px 0px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}
.thumbnails-mid-a .videoCube.vertical {
    border-style: solid none none none;
}
.thumbnails-mid-a .videoCube.horizontal {
    border-style: none;
}
.thumbnails-mid-a .trc_pager_prev,
.thumbnails-mid-a .trc_pager_next {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.thumbnails-mid-a .trc_pager_pages div {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.thumbnails-mid-a .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.thumbnails-mid-a .trc_pager div {
    font-family: serif;
}
.thumbnails-mid-a .playerCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.thumbnails-mid-a .playerCube:hover .thumbnail-overlay,
.thumbnails-mid-a .playerCube_hover .thumbnail-overlay {
    background-image: null;
}
.thumbnails-mid-a .playerCube .videoCube {
    background-color: transparent;
    border-color: #D6D5D3;
    border-width: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 3px;
}
.thumbnails-mid-a .playerCube .videoCube.horizontal {
    border-style: none none none none;
}
.thumbnails-mid-a .playerCube .videoCube .video-label-box {
    margin-left: 81px;
    margin-right: 0px;
}
.thumbnails-mid-a .playerCube .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.thumbnails-mid-a .playerCube .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.thumbnails-mid-a .playerCube .video-label-box {
    text-align: left;
}
.thumbnails-mid-a .playerCube .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.thumbnails-mid-a .playerCube .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.thumbnails-mid-a .playerCube .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    font-weight: normal;
    text-decoration: none;
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
}
.thumbnails-mid-a .playerCube .videoCube .video-duration {
    display: block;
    left: 36px;
}
.thumbnails-mid-a .playerCube .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}
.thumbnails-mid-a .playerCube .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.thumbnails-mid-a .playerCube .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.thumbnails-mid-a .playerCube .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.thumbnails-mid-a .playerCube .video-title {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    line-height: 17.5px;
    font-weight: bold;
    max-height: 2.58em;
    *height: 2.58em;
    color: black;
}
.thumbnails-mid-a .playerCube div.videoCube:hover,
.thumbnails-mid-a div.videoCube_hover {
    background-color: transparent;
}
.thumbnails-mid-a .whatsThisSyndicated {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    padding: 0;
}
.thumbnails-mid-a div.syndicatedItem:hover,
.thumbnails-mid-a div.syndicatedItem.videoCube_hover {
    background-color: transparent;
}
.thumbnails-mid-a div.syndicatedItem:hover .thumbBlock {
    border-color: inherit;
}
.thumbnails-mid-a .videoCube.syndicatedItem {
    background-color: transparent;
    border-color: #E4E4E4;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-width: 0px 0px 0px 0px;
    border-style: SOLID;
}
.thumbnails-mid-a .videoCube.syndicatedItem.horizontal {
    border-style: none;
}
.thumbnails-mid-a .videoCube.syndicatedItem .thumbBlock {
    border-color: darkgray;
    border-width: 0px;
}
.thumbnails-mid-a .videoCube.syndicatedItem .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.thumbnails-mid-a .videoCube.syndicatedItem.vertical {
    border-style: solid none none none;
}
.thumbnails-mid-a .videoCube.syndicatedItem .video-duration {
    display: none;
    left: 36px;
}
.thumbnails-mid-a .syndicatedItem {
    background-color: transparent;
}
.thumbnails-mid-a .syndicatedItem .video-description {
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19.0px;
    text-decoration: none;
}
.thumbnails-mid-a .syndicatedItem .video-title {
    max-height: 48.0px;
    *height: 48.0px;
    color: #212121;
    font-family: 'Helvetica Neue Bold', Helvetica, Arial, sans-serif;
    font-size: 16.0px;
    line-height: 24.0px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
}
.thumbnails-mid-a .syndicatedItem .sponsored {
    color: #9C9A9C;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}
.thumbnails-mid-a .syndicatedItem .sponsored-url {
    color: green;
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
}
.thumbnails-mid-a .syndicatedItem .video-category {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.thumbnails-mid-a .syndicatedItem .video-duration-detail {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.thumbnails-mid-a .syndicatedItem .video-external-data {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.thumbnails-mid-a .syndicatedItem .video-published-date {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    display: inherit;
}
.thumbnails-mid-a .syndicatedItem .video-rating {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.thumbnails-mid-a .syndicatedItem .video-uploader {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.thumbnails-mid-a .syndicatedItem .video-views {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.thumbnails-mid-a .syndicatedItem .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Helvetica Neue Bold', Helvetica, Arial, sans-serif;
    background-image: null;
    text-align: left;
    line-height: 24.0px;
}
.thumbnails-mid-a .videoCube.syndicatedItem .thumbBlock .branding {
    text-align: left;
    background-color: transparent;
    display: none;
    left: 0px;
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background-image: null;
}
.thumbnails-mid-a .videoCube.syndicatedItem .thumbBlock .static-text {
    text-align: left;
    background-color: black;
    display: none;
    color: white;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.thumbnails-mid-a .videoCube.thumbnail_start .thumbBlock_holder {
    width: 40%;
    _width: 40%;
}
.thumbnails-mid-a .trc_rbox_header_icon_img {
    margin: 0px;
    height: 18px;
}
.thumbnails-mid-a .video-icon-img {
    margin: 0px;
    height: 18px;
}
.thumbnails-mid-a .video-label-box.trc-pre-label {
    height: 0px;
}
.thumbnails-mid-a .syndicatedItem .video-label-box.trc-pre-label {
    height: 0px;
}
.thumbnails-mid-a .videoCube.thumbnail_start .trc-pre-label {
    width: 60%;
    _width: 60%;
}
.thumbnails-mid-a .videoCube.thumbnail_start.trc-split-label .trc-main-label {
    width: 30%;
    _width: 30%;
}
.thumbnails-mid-a .videoCube.thumbnail_start.trc-split-label .trc-pre-label {
    width: 30%;
    _width: 30%;
}
.thumbnails-mid-a .videoCube .video-label-box.trc-pre-label {
    margin: 0px 0px 5px 0px;
}
.thumbnails-mid-a .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Helvetica Neue Bold', Helvetica, Arial, sans-serif;
    background-image: null;
    text-align: left;
    line-height: 24.0px;
}
.thumbnails-mid-a .branding .logoDiv a span {
    color: inherit;
    font-size: inherit;
}
.thumbnails-mid-a .branding div.logoDiv {
    font-family: inherit;
}
.thumbnails-mid-a .videoCube .thumbBlock .static-text {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    background-color: #a30202;
    display: block;
    color: #ffffff;
    text-align: left;
}
.thumbnails-mid-a .syndicatedItem .video-label-box {
    height: 72px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 6px;
    background-color: #ededed;
    min-height: 72px;
}
.thumbnails-mid-a .logoDiv a span {
    font-size: 11.0px;
    color: #000000;
    display: inline;
    font-weight: normal;
}
.thumbnails-mid-a .tbl-cta-style .cta-button {
    font-family: Helvetica, Arial, sans-serif;
    background-color: transparent;
    border-color: #999990;
    color: #333333;
}
.thumbnails-mid-a .tbl-cta-style .cta-button:hover {
    color: inherit;
    border-color: #999990;
}
.thumbnails-mid-a .videoCube .video-label-box .video-title {
    text-decoration: none;
}
.thumbnails-mid-a .videoCube:hover .video-label-box .video-title {
    text-decoration: underline;
}
.thumbnails-mid-a .videoCube:hover .video-label-box .video-description {
    text-decoration: underline;
}
.thumbnails-mid-a .video-label-box .branding {
    display: block;
}
.thumbnails-mid-a .trc_rbox_header .trc_header_ext {
    position: relative;
    top: auto;
    right: auto;
}
.thumbnails-mid-a .logoDiv a {
    font-size: 100%;
}
.thumbnails-mid-a .videoCube a {
    padding: 0;
}
.thumbnails-mid-a .trc_rbox_header .logoDiv {
    line-height: normal;
}
.thumbnails-mid-a .trc_rbox_header_span .trc_header_right_column {
    background: transparent;
    height: auto;
}
.thumbnails-mid-a .trc_header_left_column {
    height: auto;
    background-color: transparent;
}
.thumbnails-mid-a .videoCube .story-widget.story-widget-text-under .tbl-text-under-title-background {
    background-color: #EBEBEB;
}
.thumbnails-mid-a .videoCube .story-widget.story-widget-text-under .tbl-ui-line {
    background-color: #333333;
}
.thumbnails-mid-a .tbl-recommendation-reel .tbl-text-under-branding-background {
    background-color: #EBEBEB;
}
.thumbnails-mid-a .tbl-recommendation-reel .tbl-text-under-title-background {
    background-color: #EBEBEB;
}
.thumbnails-mid-a .tbl-recommendation-reel .tbl-ui-line {
    background-color: #333333;
}
.thumbnails-mid-a .tbl-reco-reel-slider {
    z-index: 99999;
    margin: initial;
    top: 50%;
}
.thumbnails-mid-a .tbl-vignette-background-screen {
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.thumbnails-mid-a .tbl-vignette-attribution {
    color: #6B6666;
    font-size: 15px;
}
.thumbnails-mid-a vignette {
    xButtonColor: #fff;
    backgroundColor: #fff;
    backgroundOpacity: 0.8;
    xButtonBGColor: #000;
}
.thumbnails-mid-a .tbl-vignette-close-btn-wrp {
    height: 15;
    background: #000;
}
.ab_thumbnails-b_abp-mode .video-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18.0px;
    line-height: 24.0px;
    font-weight: bold;
    max-height: 96.0px;
    *height: 96.0px;
    color: #212121;
    text-decoration: none;
}
.ab_thumbnails-b_abp-mode .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19.0px;
    font-weight: normal;
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
    text-decoration: none;
}
.ab_thumbnails-b_abp-mode .trc_rbox_div {
    width: auto;
    _width: 99%;
    height: 410px;
    border-width: 0;
    padding: 0;
}
.ab_thumbnails-b_abp-mode .videoCube .video-duration {
    left: 36px;
    display: none;
}
.ab_thumbnails-b_abp-mode .video-label,
.ab_thumbnails-b_abp-mode .sponsored,
.ab_thumbnails-b_abp-mode .sponsored-url {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
}
.ab_thumbnails-b_abp-mode .trc_rbox_header {
    font-family: MuseoSlab700, Arial, sans-serif\3b;
    font-size: 18.0px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    border-width: 0;
    background: transparent;
    border-style: none;
    border-color: #D6D5D3;
    padding: 0px 0px 6px 0px;
    line-height: 1.2em;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    background-color: transparent;
    box-sizing: initial;
    height: auto;
    width: auto;
    _width: auto;
}
.ab_thumbnails-b_abp-mode .sponsored-url {
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
    color: green;
}
.ab_thumbnails-b_abp-mode .sponsored {
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    color: #9C9A9C;
}
.ab_thumbnails-b_abp-mode .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-b_abp-mode .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-b_abp-mode .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-b_abp-mode .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-b_abp-mode .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-b_abp-mode .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
    display: inherit;
}
.ab_thumbnails-b_abp-mode .sponsored-default .video-title {
    max-height: 2.58em;
    *height: 2.58em;
}
.ab_thumbnails-b_abp-mode .sponsored-default .video-description {
    max-height: 2.2em;
    *height: 2.2em;
}
.ab_thumbnails-b_abp-mode .videoCube {
    width: auto;
    _width: auto;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
    border-color: #E4E4E4;
    padding: 0px 0px 0px 0px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-style: SOLID;
}
.ab_thumbnails-b_abp-mode div.videoCube:hover,
.ab_thumbnails-b_abp-mode div.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-b_abp-mode .sponsored-default {
    background-color: #F7F6C6;
}
.ab_thumbnails-b_abp-mode div.sponsored-default:hover,
.ab_thumbnails-b_abp-mode div.sponsored-default.videoCube_hover {
    background-color: inherit;
}
.ab_thumbnails-b_abp-mode .videoCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-b_abp-mode .videoCube:hover .thumbnail-overlay,
.ab_thumbnails-b_abp-mode .videoCube_hover .thumbnail-overlay {
    background-image: null;
}
.ab_thumbnails-b_abp-mode .trc_rbox_border_elm {
    border-color: darkgray;
}
.ab_thumbnails-b_abp-mode .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}
.ab_thumbnails-b_abp-mode div.videoCube:hover .thumbBlock {
    border-color: inherit;
}
.ab_thumbnails-b_abp-mode .pager_enabled {
    color: #0056b3;
}
.ab_thumbnails-b_abp-mode .trc_pager_counter {
    color: #000000;
}
.ab_thumbnails-b_abp-mode .pager_disabled {
    color: #7d898f;
}
.ab_thumbnails-b_abp-mode .trc_pager_prev:hover,
.ab_thumbnails-b_abp-mode .trc_pager_next:hover {
    color: #6497ED;
}
.ab_thumbnails-b_abp-mode .trc_pager_selected {
    color: #0056b3;
}
.ab_thumbnails-b_abp-mode .trc_pager_unselected {
    color: #7d898f;
}
.ab_thumbnails-b_abp-mode div.trc_pager_pages div:hover {
    color: #6497ED;
}
.ab_thumbnails-b_abp-mode .trc_lightbox_overlay {
    background-color: #000000;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
.ab_thumbnails-b_abp-mode .video-label-box {
    text-align: left;
    height: 96px;
    margin: 5px 0px 0px 0px;
}
.ab_thumbnails-b_abp-mode .trc_sponsored_overlay {
    background-color: black;
}
.ab_thumbnails-b_abp-mode .thumbnail-emblem {
    background-position: 5% 5%;
    width: 35;
    _width: 35;
    height: 35;
}
.ab_thumbnails-b_abp-mode .videoCube .sponsored {
    margin-top: -7px;
}
.ab_thumbnails-b_abp-mode {
    width: 300px;
    _width: 300px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #DFDFDF;
    padding: 0px 0px 0px 0px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}
.ab_thumbnails-b_abp-mode .videoCube.vertical {
    border-style: solid none none none;
}
.ab_thumbnails-b_abp-mode .videoCube.horizontal {
    border-style: none;
}
.ab_thumbnails-b_abp-mode .trc_pager_prev,
.ab_thumbnails-b_abp-mode .trc_pager_next {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-b_abp-mode .trc_pager_pages div {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-b_abp-mode .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-b_abp-mode .trc_pager div {
    font-family: serif;
}
.ab_thumbnails-b_abp-mode .playerCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-b_abp-mode .playerCube:hover .thumbnail-overlay,
.ab_thumbnails-b_abp-mode .playerCube_hover .thumbnail-overlay {
    background-image: null;
}
.ab_thumbnails-b_abp-mode .playerCube .videoCube {
    background-color: transparent;
    border-color: #D6D5D3;
    border-width: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 3px;
}
.ab_thumbnails-b_abp-mode .playerCube .videoCube.horizontal {
    border-style: none none none none;
}
.ab_thumbnails-b_abp-mode .playerCube .videoCube .video-label-box {
    margin-left: 81px;
    margin-right: 0px;
}
.ab_thumbnails-b_abp-mode .playerCube .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-b_abp-mode .playerCube .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-b_abp-mode .playerCube .video-label-box {
    text-align: left;
}
.ab_thumbnails-b_abp-mode .playerCube .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-b_abp-mode .playerCube .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-b_abp-mode .playerCube .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    font-weight: normal;
    text-decoration: none;
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
}
.ab_thumbnails-b_abp-mode .playerCube .videoCube .video-duration {
    display: block;
    left: 36px;
}
.ab_thumbnails-b_abp-mode .playerCube .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}
.ab_thumbnails-b_abp-mode .playerCube .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-b_abp-mode .playerCube .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-b_abp-mode .playerCube .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-b_abp-mode .playerCube .video-title {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    line-height: 17.5px;
    font-weight: bold;
    max-height: 2.58em;
    *height: 2.58em;
    color: black;
}
.ab_thumbnails-b_abp-mode .playerCube div.videoCube:hover,
.ab_thumbnails-b_abp-mode div.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-b_abp-mode .whatsThisSyndicated {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    padding: 0;
}
.ab_thumbnails-b_abp-mode div.syndicatedItem:hover,
.ab_thumbnails-b_abp-mode div.syndicatedItem.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-b_abp-mode div.syndicatedItem:hover .thumbBlock {
    border-color: inherit;
}
.ab_thumbnails-b_abp-mode .videoCube.syndicatedItem {
    background-color: transparent;
    border-color: #E4E4E4;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-width: 0px 0px 0px 0px;
    border-style: SOLID;
}
.ab_thumbnails-b_abp-mode .videoCube.syndicatedItem.horizontal {
    border-style: none;
}
.ab_thumbnails-b_abp-mode .videoCube.syndicatedItem .thumbBlock {
    border-color: darkgray;
    border-width: 0px;
}
.ab_thumbnails-b_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-b_abp-mode .videoCube.syndicatedItem.vertical {
    border-style: solid none none none;
}
.ab_thumbnails-b_abp-mode .videoCube.syndicatedItem .video-duration {
    display: none;
    left: 36px;
}
.ab_thumbnails-b_abp-mode .syndicatedItem {
    background-color: transparent;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .video-description {
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19.0px;
    text-decoration: none;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .video-title {
    max-height: 72.0px;
    *height: 72.0px;
    color: #212121;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    font-size: 18.0px;
    line-height: 24.0px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .sponsored {
    color: #9C9A9C;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .sponsored-url {
    color: green;
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .video-category {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .video-duration-detail {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .video-external-data {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .video-published-date {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    display: inherit;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .video-rating {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .video-uploader {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .video-views {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    background-image: null;
    text-align: left;
    line-height: 24.0px;
}
.ab_thumbnails-b_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
    text-align: left;
    background-color: transparent;
    display: none;
    left: 0px;
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background-image: null;
}
.ab_thumbnails-b_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
    text-align: left;
    background-color: black;
    display: none;
    color: white;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.ab_thumbnails-b_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
    width: 40%;
    _width: 40%;
}
.ab_thumbnails-b_abp-mode .trc_rbox_header_icon_img {
    margin: 0px;
    height: 18px;
}
.ab_thumbnails-b_abp-mode .video-icon-img {
    margin: 0px;
    height: 18px;
}
.ab_thumbnails-b_abp-mode .video-label-box.trc-pre-label {
    height: 0px;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .video-label-box.trc-pre-label {
    height: 0px;
}
.ab_thumbnails-b_abp-mode .videoCube.thumbnail_start .trc-pre-label {
    width: 60%;
    _width: 60%;
}
.ab_thumbnails-b_abp-mode .videoCube.thumbnail_start.trc-split-label .trc-main-label {
    width: 30%;
    _width: 30%;
}
.ab_thumbnails-b_abp-mode .videoCube.thumbnail_start.trc-split-label .trc-pre-label {
    width: 30%;
    _width: 30%;
}
.ab_thumbnails-b_abp-mode .videoCube .video-label-box.trc-pre-label {
    margin: 0px 0px 5px 0px;
}
.ab_thumbnails-b_abp-mode .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    background-image: null;
    text-align: left;
    line-height: 24.0px;
}
.ab_thumbnails-b_abp-mode .branding .logoDiv a span {
    color: inherit;
    font-size: inherit;
}
.ab_thumbnails-b_abp-mode .branding div.logoDiv {
    font-family: inherit;
}
.ab_thumbnails-b_abp-mode .videoCube .thumbBlock .static-text {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    background-color: #a30202;
    display: block;
    color: #ffffff;
    text-align: left;
}
.ab_thumbnails-b_abp-mode .syndicatedItem .video-label-box {
    height: 96px;
    margin: 5px 0px 0px 0px;
}
.ab_thumbnails-b_abp-mode .logoDiv a span {
    font-size: 11.0px;
    color: #000000;
    display: inline;
    font-weight: normal;
}
.ab_thumbnails-b_abp-mode .tbl-cta-style .cta-button {
    font-family: Helvetica, Arial, sans-serif;
    background-color: transparent;
    border-color: #999990;
    color: #333333;
}
.ab_thumbnails-b_abp-mode .tbl-cta-style .cta-button:hover {
    color: inherit;
    border-color: #999990;
}
.ab_thumbnails-b_abp-mode .videoCube:hover .video-label-box .video-description {
    text-decoration: underline;
}
.ab_thumbnails-b_abp-mode .videoCube .video-label-box .video-title {
    margin: 0 0 0 0;
}
.ab_thumbnails-b_abp-mode .video-label-box .branding {
    display: block;
}
.ab_thumbnails-b_abp-mode .trc_header_left_column {
    width: 48%;
    _width: 48%;
    display: inline-block;
    height: auto;
}
.ab_thumbnails-b_abp-mode .trc_rbox_header .trc_header_ext {
    position: relative;
    top: auto;
    right: auto;
}
.ab_thumbnails-b_abp-mode .logoDiv a {
    font-size: 100%;
}
.ab_thumbnails-b_abp-mode .videoCube a {
    padding: 0 0 0 0;
}
.ab_thumbnails-b_abp-mode .trc_rbox_header .logoDiv {
    line-height: normal;
}
.ab_thumbnails-b_abp-mode .trc_rbox_header_span .trc_header_right_column {
    height: auto;
}
.ab_thumbnails-b_abp-mode .trc_header_right_part {
    margin: 0px 0 0 0;
}
.ab_thumbnails-b_abp-mode .videoCube .story-widget.story-widget-text-under .tbl-text-under-title-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-b_abp-mode .videoCube .story-widget.story-widget-text-under .tbl-ui-line {
    background-color: #333333;
}
.ab_thumbnails-b_abp-mode .tbl-recommendation-reel .tbl-text-under-branding-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-b_abp-mode .tbl-recommendation-reel .tbl-text-under-title-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-b_abp-mode .tbl-recommendation-reel .tbl-ui-line {
    background-color: #333333;
}
.ab_thumbnails-b_abp-mode .tbl-reco-reel-slider {
    z-index: 99999;
    margin: initial;
    top: 50%;
}
.ab_thumbnails-b_abp-mode .tbl-vignette-background-screen {
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.ab_thumbnails-b_abp-mode .tbl-vignette-attribution {
    color: #6B6666;
    font-size: 15px;
}
.ab_thumbnails-b_abp-mode vignette {
    xButtonColor: #fff;
    backgroundColor: #fff;
    backgroundOpacity: 0.8;
    xButtonBGColor: #000;
}
.ab_thumbnails-b_abp-mode .tbl-vignette-close-btn-wrp {
    height: 15;
    background: #000;
}
.videoCube .branding .logoDiv a span,
.branding .branding-separator,
.branding .branding-inner {
    line-height: inherit;
}
/* s-split-ab_thumbnails-b_abp-mode */
/* override bootstrap default span definitions */
.ab_thumbnails-b_abp-mode [class*=span] {
    float: none;
    margin-left: 0;
}
.ab_thumbnails-b_abp-mode .trc_rbox_header_span .trc_header_right_column {
    background: transparent;
}
.ab_thumbnails-b_abp-mode .trc_rbox_header .logoDiv {
    font-size: inherit;
}
.ab_thumbnails-b_abp-mode .trc_header_left_column {
    background: transparent;
}

@media screen and (min-width: 0px) and (max-width: 499px) {
    .trc_elastic_ab_thumbnails-b_abp-mode .trc_rbox_outer .videoCube .video-label-box {
        height: auto;
    }
    .trc_elastic_ab_thumbnails-b_abp-mode .trc_rbox_outer .videoCube {
        margin-bottom: 10px;
    }
    .trc_elastic_ab_thumbnails-b_abp-mode .trc_rbox_outer {
        margin-left: -2%;
    }
    .trc_elastic_ab_thumbnails-b_abp-mode .videoCube_aspect {
        padding-bottom: 83%;
        width: 100%;
    }
    .trc_elastic_ab_thumbnails-b_abp-mode .videoCube {
        width: 97.99%;
        position: relative;
        float: left;
        margin: 0 0 2% 0;
        margin-left: 2%;
    }
    .trc_elastic_ab_thumbnails-b_abp-mode div.videoCube:nth-of-type(-n+1) {
        display: block;
        visibility: visible;
    }
    .trc_elastic_ab_thumbnails-b_abp-mode div.videoCube:nth-of-type(n+2) {
        display: none;
        visibility: hidden;
    }
}
@media screen and (min-width: 500px) {
    .trc_elastic_ab_thumbnails-b_abp-mode .trc_rbox_outer .videoCube .trc-main-label {
        height: auto;
    }
    .trc_elastic_ab_thumbnails-b_abp-mode .trc_rbox_outer .videoCube {
        margin-bottom: 10px;
    }
    .trc_elastic_ab_thumbnails-b_abp-mode .trc_rbox_outer {
        margin-left: -2%;
    }
    .trc_elastic_ab_thumbnails-b_abp-mode .videoCube_aspect {
        padding-bottom: 83.33333333333334%;
        width: 100%;
    }
    .trc_elastic_ab_thumbnails-b_abp-mode .videoCube {
        width: 31.33%;
        position: relative;
        float: left;
        margin: 0 0 2% 0;
        margin-left: 2%;
    }
    .trc_elastic_ab_thumbnails-b_abp-mode div.videoCube:nth-of-type(-n+3) {
        display: block;
        visibility: visible;
    }
    .trc_elastic_ab_thumbnails-b_abp-mode div.videoCube:nth-of-type(n+4) {
        display: none;
        visibility: hidden;
    }
}

.app-install-branding-wrapper {
    display: inline-block;
    display: inline-flex;
    flex-direction: row;
    align-items: stretch;
    gap: 5px;
    width: 100%;
}
.app-install-branding-wrapper .app-install-branding-text {
    margin: 0;
    display: flex;
    flex-direction: column;
}
.app-install-branding-wrapper .app-install-branding-text .video-branding-flex-cta-rating {
    padding: 0;
    margin: 0;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    direction: inherit;
}
.app-install-branding-wrapper .app-install-branding-title {
    line-height: 1;
    display: inline;
}

div.videoCube a.video-cta-style {
    width: 100%;
}
div.videoCube a.video-cta-style span.video-label-box.video-label-box-cta {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
}
div.videoCube a.video-cta-style span.video-label-box.video-label-box-cta.video-label-box-cta-non-ie {
    justify-content: space-between;
}
div.videoCube a.video-cta-style span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid {
    align-items: center;
    align-content: center;
    display: grid;
    grid-template-columns: 8fr 2fr;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0 0 8px;
    direction: inherit;
}
div.videoCube a.video-cta-style span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid .video-cta-href {
    min-width: 65px;
    max-height: 36px;
    min-height: 36px;
    height: 36px;
    margin: 0;
}
div.videoCube a.video-cta-style span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid.app-install-bottom {
    row-gap: 3px;
}
div.videoCube a.video-cta-style span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid.app-install-bottom .video-title {
    grid-column: 1 / -1;
}
div.videoCube a.video-cta-style span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid.app-install-bottom .video-description {
    grid-column: 1 / -1;
}
div.videoCube a.video-cta-style span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid .video-cta-button {
    min-height: 100%;
    height: 100%;
}
div.videoCube a.video-cta-style span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid .video-branding-flex-cta-item {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    padding: 0;
    border: 0;
    margin: 0;
    display: flex;
    height: 100%;
    min-height: 100%;
    direction: inherit;
}
div.videoCube a.video-cta-style span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid .video-branding-flex-cta-item::after {
    display: none;
}
div.videoCube a.video-cta-style span.video-label-flex-cta-item {
    flex-basis: 100%;
}
div.videoCube a.video-cta-style span.video-branding-flex-cta-item {
    margin-top: 1px;
    flex-grow: 1;
    flex-basis: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.videoCube a.video-cta-style a.video-cta-href {
    display: inline-block;
    margin-top: 1px;
    margin-inline-start: 2px;
    padding: 0;
    min-width: 72px;
    bottom: 0;
    vertical-align: top;
    position: relative;
    box-sizing: content-box;
    flex-shrink: 0;
    font-size: 10px;
    line-height: 13.2px;
}
div.videoCube a.video-cta-style a.video-cta-href button.video-cta-button {
    margin: 0;
    height: 24px;
    font-size: 10px;
    line-height: 13.2px;
    border-radius: 4px;
    border: 1px solid;
    background-color: inherit;
    border-color: #999999;
    text-transform: none;
    letter-spacing: normal;
    box-sizing: border-box;
    font-weight: 400;
    cursor: pointer;
    outline: none;
    font-family: Helvetica;
    padding: 1px 4px;
    width: 100%;
    min-width: 1px;
    opacity: 1;
    box-shadow: none;
    user-select: none;
    transition: none;
    text-decoration: none;
    transform: none;
}
div.videoCube a.video-cta-style a.video-cta-href button.video-cta-button:hover {
    color: inherit;
    border-color: inherit;
    background-color: inherit;
    letter-spacing: normal;
}

.tbl-isi-card .tbl-isi-container {
    position: relative;
    display: grid;
    grid-template-rows: 0.5fr 0.5fr;
}
.tbl-isi-card .thumbBlock_holder {
    min-height: 100%;
    height: 100%;
}
.tbl-isi-card .thumbBlock_holder .thumbBlock .thumbnail-emblem {
    width: 20%;
    height: 50%;
    background-size: contain;
    margin: 2%;
    background-position: 0 0;
}

.thumbnail-emblem {
    height: 35px;
    width: 35px;
}
.trc_related_container .thumbnail-emblem.bottom-right,
.trc_related_container .static-text.bottom-right {
    bottom: 0;
    right: 0;
    background-position: bottom;
}
.trc_related_container .thumbnail-emblem.top-right,
.trc_related_container .static-text.top-right {
    top: 0;
    right: 0;
    background-position: top;
}
.trc_related_container .thumbnail-emblem.bottom-left,
.trc_related_container .static-text.bottom-left {
    bottom: 0;
    left: 0;
    background-position: bottom;
}
.trc_related_container .thumbnail-emblem.top-left,
.trc_related_container .static-text.top-left {
    top: 0;
    left: 0;
    background-position: top;
}
.trc_related_container .thumbnail-emblem.top,
.trc_related_container .static-text.top {
    width: 100%;
    top: 0;
}
.trc_related_container .thumbnail-emblem.bottom,
.trc_related_container .static-text.bottom {
    width: 100%;
    bottom: 0;
    padding: 2px 0;
}
.trc_related_container .videoCube .thumbBlock .static-text {
    position: absolute;
    z-index: 1;
    margin: 0;
    padding: 5px;
    display: block;
    opacity: 0.7;
}
.trc_related_container .videoCube .thumbBlock .static-text.tbl-fixed-label {
    opacity: 1;
    padding: 0 5px;
    text-align: center;
}
.trc_related_container .videoCube .thumbBlock .static-text.tbl-fixed-label.tbl-small-label {
    min-width: 107px;
    min-height: 27px;
    line-height: 27px;
    letter-spacing: 0.31px;
}
.trc_related_container .videoCube .thumbBlock .static-text.tbl-fixed-label.tbl-big-label {
    min-width: 140px;
    min-height: 33px;
    font-size: 14px;
    line-height: 33px;
    letter-spacing: 0.39px;
}
.trc_related_container .thumbnail-emblem {
    background-position-x: center;
}

.trc_user_exclude_btn {
    background: url("//cdn.taboola.com/libtrc/static/thumbnails/f539211219b796ffbb49949997c764f0.png") no-repeat scroll 0 0 transparent;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 9000;
    cursor: pointer;
    visibility: hidden;
}
.trc_undo_btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: #3366CC;
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 0 1px;
    z-index: 11000;
    visibility: hidden;
}
.videoCube:hover .trc_user_exclude_btn,
.videoCube_hover .trc_user_exclude_btn,
.trc_user_excluded.videoCube:hover .trc_undo_btn,
.trc_user_excluded.videoCube_hover .trc_undo_btn,
.trc_undo_btn.trc_anchor {
    visibility: visible;
}
.videoCube.trc_user_excluded .trc_user_exclude_btn {
    visibility: hidden;
}
.trc_fade {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity 500ms 0s, visibility 0s 500ms;
    -moz-transition: opacity 500ms 0s, visibility 0s 500ms;
    -ms-transition: opacity 500ms 0s, visibility 0s 500ms;
    -o-transition: opacity 500ms 0s, visibility 0s 500ms;
    transition: opacity 500ms 0s, visibility 0s 500ms;
}
.trc_fade.trc_in,
.trc_user_excluded .trc_exclude_overlay {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}
.trc_excludable .trc_exclude_overlay {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    background-color: white;
    /* this is to make elements from underneath this overlay unclickable in IE */
}
.videoCube.trc_user_excluded .trc_exclude_overlay {
    visibility: visible;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.videoCube.trc_user_excluded .thumbBlock {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.videoCube.trc_user_excluded:hover a .video-label-box .video-title,
.videoCube_hover.trc_user_excluded a .video-label-box .video-title {
    text-decoration: none;
}
.videoCube.trc_user_excluded a .video-label-box *,
.videoCube.trc_user_excluded:hover a .video-label-box *,
.videoCube_hover.trc_user_excluded a .video-label-box * {
    color: #000000;
    overflow: hidden;
    /* fixes a bug in IE7 - opacity does not work with overflow: visible */
    -webkit-transition: color 500ms 0s;
    -moz-transition: color 500ms 0s;
    -ms-transition: color 500ms 0s;
    -o-transition: color 500ms 0s;
    transition: color 500ms 0s;
}
.trc_popover_aug_container {
    position: static;
}
#tbl-aug-qh7vfj #tbl-aug-q5pag5 #tbl-aug-2n3dw1 .trc_popover {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    cursor: default;
    top: 0;
    right: 0;
    z-index: 12000;
    width: 180px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
#tbl-aug-qh7vfj #tbl-aug-q5pag5 #tbl-aug-2n3dw1 .trc_popover.trc_bottom {
    margin-top: 10px;
}
#tbl-aug-qh7vfj #tbl-aug-q5pag5 #tbl-aug-2n3dw1 .trc_popover.trc_bottom .trc_popover_arrow {
    top: -11px;
    right: 11px;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}
#tbl-aug-qh7vfj #tbl-aug-q5pag5 #tbl-aug-2n3dw1 .trc_popover.trc_bottom .trc_popover_arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
}
#tbl-aug-qh7vfj #tbl-aug-q5pag5 #tbl-aug-2n3dw1 .trc_popover iframe {
    width: 100%;
}
#tbl-aug-qh7vfj #tbl-aug-q5pag5 #tbl-aug-2n3dw1 .trc_popover .trc_popover_arrow,
#tbl-aug-qh7vfj #tbl-aug-q5pag5 #tbl-aug-2n3dw1 .trc_popover .trc_popover_arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: solid transparent;
}
#tbl-aug-qh7vfj #tbl-aug-q5pag5 #tbl-aug-2n3dw1 .trc_popover .trc_popover_arrow {
    border-width: 11px;
}
#tbl-aug-qh7vfj #tbl-aug-q5pag5 #tbl-aug-2n3dw1 .trc_popover .trc_popover_arrow:after {
    border-width: 10px;
    content: "";
}
#tbl-aug-qh7vfj #tbl-aug-q5pag5 #tbl-aug-2n3dw1 .trc_popover_fade {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 500ms 0s, visibility 0s 500ms;
    -moz-transition: opacity 500ms 0s, visibility 0s 500ms;
    -ms-transition: opacity 500ms 0s, visibility 0s 500ms;
    -o-transition: opacity 500ms 0s, visibility 0s 500ms;
    transition: opacity 500ms 0s, visibility 0s 500ms;
}
#tbl-aug-qh7vfj #tbl-aug-q5pag5 #tbl-aug-2n3dw1 .trc_popover_fade.trc_in {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.ab_thumbnails-c_abp-mode .video-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18.0px;
    line-height: 24.0px;
    font-weight: bold;
    max-height: 96.0px;
    *height: 96.0px;
    color: #212121;
    text-decoration: none;
}
.ab_thumbnails-c_abp-mode .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19.0px;
    font-weight: normal;
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
    text-decoration: none;
}
.ab_thumbnails-c_abp-mode .trc_rbox_div {
    width: auto;
    _width: 99%;
    height: 410px;
    border-width: 0;
    padding: 0;
}
.ab_thumbnails-c_abp-mode .videoCube .video-duration {
    left: 36px;
    display: none;
}
.ab_thumbnails-c_abp-mode .video-label,
.ab_thumbnails-c_abp-mode .sponsored,
.ab_thumbnails-c_abp-mode .sponsored-url {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
}
.ab_thumbnails-c_abp-mode .trc_rbox_header {
    font-family: MuseoSlab700, Arial, sans-serif\3b;
    font-size: 18.0px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    border-width: 0;
    background: transparent;
    border-style: none;
    border-color: #D6D5D3;
    padding: 0px 0px 6px 0px;
    line-height: 1.2em;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    background-color: transparent;
    box-sizing: initial;
    height: auto;
    width: auto;
    _width: auto;
}
.ab_thumbnails-c_abp-mode .sponsored-url {
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
    color: green;
}
.ab_thumbnails-c_abp-mode .sponsored {
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    color: #9C9A9C;
}
.ab_thumbnails-c_abp-mode .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-c_abp-mode .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-c_abp-mode .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-c_abp-mode .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-c_abp-mode .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-c_abp-mode .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
    display: inherit;
}
.ab_thumbnails-c_abp-mode .sponsored-default .video-title {
    max-height: 2.58em;
    *height: 2.58em;
}
.ab_thumbnails-c_abp-mode .sponsored-default .video-description {
    max-height: 2.2em;
    *height: 2.2em;
}
.ab_thumbnails-c_abp-mode .videoCube {
    width: auto;
    _width: auto;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
    border-color: #E4E4E4;
    padding: 0px 0px 0px 0px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-style: SOLID;
}
.ab_thumbnails-c_abp-mode div.videoCube:hover,
.ab_thumbnails-c_abp-mode div.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-c_abp-mode .sponsored-default {
    background-color: #F7F6C6;
}
.ab_thumbnails-c_abp-mode div.sponsored-default:hover,
.ab_thumbnails-c_abp-mode div.sponsored-default.videoCube_hover {
    background-color: inherit;
}
.ab_thumbnails-c_abp-mode .videoCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-c_abp-mode .videoCube:hover .thumbnail-overlay,
.ab_thumbnails-c_abp-mode .videoCube_hover .thumbnail-overlay {
    background-image: null;
}
.ab_thumbnails-c_abp-mode .trc_rbox_border_elm {
    border-color: darkgray;
}
.ab_thumbnails-c_abp-mode .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}
.ab_thumbnails-c_abp-mode div.videoCube:hover .thumbBlock {
    border-color: inherit;
}
.ab_thumbnails-c_abp-mode .pager_enabled {
    color: #0056b3;
}
.ab_thumbnails-c_abp-mode .trc_pager_counter {
    color: #000000;
}
.ab_thumbnails-c_abp-mode .pager_disabled {
    color: #7d898f;
}
.ab_thumbnails-c_abp-mode .trc_pager_prev:hover,
.ab_thumbnails-c_abp-mode .trc_pager_next:hover {
    color: #6497ED;
}
.ab_thumbnails-c_abp-mode .trc_pager_selected {
    color: #0056b3;
}
.ab_thumbnails-c_abp-mode .trc_pager_unselected {
    color: #7d898f;
}
.ab_thumbnails-c_abp-mode div.trc_pager_pages div:hover {
    color: #6497ED;
}
.ab_thumbnails-c_abp-mode .trc_lightbox_overlay {
    background-color: #000000;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
.ab_thumbnails-c_abp-mode .video-label-box {
    text-align: left;
    height: 96px;
    margin: 5px 0px 0px 0px;
}
.ab_thumbnails-c_abp-mode .trc_sponsored_overlay {
    background-color: black;
}
.ab_thumbnails-c_abp-mode .thumbnail-emblem {
    background-position: 5% 5%;
    width: 35;
    _width: 35;
    height: 35;
}
.ab_thumbnails-c_abp-mode .videoCube .sponsored {
    margin-top: -7px;
}
.ab_thumbnails-c_abp-mode {
    width: 300px;
    _width: 300px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #DFDFDF;
    padding: 0px 0px 0px 0px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}
.ab_thumbnails-c_abp-mode .videoCube.vertical {
    border-style: solid none none none;
}
.ab_thumbnails-c_abp-mode .videoCube.horizontal {
    border-style: none;
}
.ab_thumbnails-c_abp-mode .trc_pager_prev,
.ab_thumbnails-c_abp-mode .trc_pager_next {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-c_abp-mode .trc_pager_pages div {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-c_abp-mode .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-c_abp-mode .trc_pager div {
    font-family: serif;
}
.ab_thumbnails-c_abp-mode .playerCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-c_abp-mode .playerCube:hover .thumbnail-overlay,
.ab_thumbnails-c_abp-mode .playerCube_hover .thumbnail-overlay {
    background-image: null;
}
.ab_thumbnails-c_abp-mode .playerCube .videoCube {
    background-color: transparent;
    border-color: #D6D5D3;
    border-width: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 3px;
}
.ab_thumbnails-c_abp-mode .playerCube .videoCube.horizontal {
    border-style: none none none none;
}
.ab_thumbnails-c_abp-mode .playerCube .videoCube .video-label-box {
    margin-left: 81px;
    margin-right: 0px;
}
.ab_thumbnails-c_abp-mode .playerCube .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-c_abp-mode .playerCube .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-c_abp-mode .playerCube .video-label-box {
    text-align: left;
}
.ab_thumbnails-c_abp-mode .playerCube .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-c_abp-mode .playerCube .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-c_abp-mode .playerCube .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    font-weight: normal;
    text-decoration: none;
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
}
.ab_thumbnails-c_abp-mode .playerCube .videoCube .video-duration {
    display: block;
    left: 36px;
}
.ab_thumbnails-c_abp-mode .playerCube .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}
.ab_thumbnails-c_abp-mode .playerCube .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-c_abp-mode .playerCube .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-c_abp-mode .playerCube .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-c_abp-mode .playerCube .video-title {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    line-height: 17.5px;
    font-weight: bold;
    max-height: 2.58em;
    *height: 2.58em;
    color: black;
}
.ab_thumbnails-c_abp-mode .playerCube div.videoCube:hover,
.ab_thumbnails-c_abp-mode div.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-c_abp-mode .whatsThisSyndicated {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    padding: 0;
}
.ab_thumbnails-c_abp-mode div.syndicatedItem:hover,
.ab_thumbnails-c_abp-mode div.syndicatedItem.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-c_abp-mode div.syndicatedItem:hover .thumbBlock {
    border-color: inherit;
}
.ab_thumbnails-c_abp-mode .videoCube.syndicatedItem {
    background-color: transparent;
    border-color: #E4E4E4;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-width: 0px 0px 0px 0px;
    border-style: SOLID;
}
.ab_thumbnails-c_abp-mode .videoCube.syndicatedItem.horizontal {
    border-style: none;
}
.ab_thumbnails-c_abp-mode .videoCube.syndicatedItem .thumbBlock {
    border-color: darkgray;
    border-width: 0px;
}
.ab_thumbnails-c_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-c_abp-mode .videoCube.syndicatedItem.vertical {
    border-style: solid none none none;
}
.ab_thumbnails-c_abp-mode .videoCube.syndicatedItem .video-duration {
    display: none;
    left: 36px;
}
.ab_thumbnails-c_abp-mode .syndicatedItem {
    background-color: transparent;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .video-description {
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19.0px;
    text-decoration: none;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .video-title {
    max-height: 72.0px;
    *height: 72.0px;
    color: #212121;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    font-size: 18.0px;
    line-height: 24.0px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .sponsored {
    color: #9C9A9C;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .sponsored-url {
    color: green;
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .video-category {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .video-duration-detail {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .video-external-data {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .video-published-date {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    display: inherit;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .video-rating {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .video-uploader {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .video-views {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    background-image: null;
    text-align: left;
    line-height: 24.0px;
}
.ab_thumbnails-c_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
    text-align: left;
    background-color: transparent;
    display: none;
    left: 0px;
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background-image: null;
}
.ab_thumbnails-c_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
    text-align: left;
    background-color: black;
    display: none;
    color: white;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.ab_thumbnails-c_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
    width: 40%;
    _width: 40%;
}
.ab_thumbnails-c_abp-mode .trc_rbox_header_icon_img {
    margin: 0px;
    height: 18px;
}
.ab_thumbnails-c_abp-mode .video-icon-img {
    margin: 0px;
    height: 18px;
}
.ab_thumbnails-c_abp-mode .video-label-box.trc-pre-label {
    height: 0px;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .video-label-box.trc-pre-label {
    height: 0px;
}
.ab_thumbnails-c_abp-mode .videoCube.thumbnail_start .trc-pre-label {
    width: 60%;
    _width: 60%;
}
.ab_thumbnails-c_abp-mode .videoCube.thumbnail_start.trc-split-label .trc-main-label {
    width: 30%;
    _width: 30%;
}
.ab_thumbnails-c_abp-mode .videoCube.thumbnail_start.trc-split-label .trc-pre-label {
    width: 30%;
    _width: 30%;
}
.ab_thumbnails-c_abp-mode .videoCube .video-label-box.trc-pre-label {
    margin: 0px 0px 5px 0px;
}
.ab_thumbnails-c_abp-mode .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    background-image: null;
    text-align: left;
    line-height: 24.0px;
}
.ab_thumbnails-c_abp-mode .branding .logoDiv a span {
    color: inherit;
    font-size: inherit;
}
.ab_thumbnails-c_abp-mode .branding div.logoDiv {
    font-family: inherit;
}
.ab_thumbnails-c_abp-mode .videoCube .thumbBlock .static-text {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    background-color: #a30202;
    display: block;
    color: #ffffff;
    text-align: left;
}
.ab_thumbnails-c_abp-mode .syndicatedItem .video-label-box {
    height: 96px;
    margin: 5px 0px 0px 0px;
}
.ab_thumbnails-c_abp-mode .logoDiv a span {
    font-size: 11.0px;
    color: #000000;
    display: inline;
    font-weight: normal;
}
.ab_thumbnails-c_abp-mode .tbl-cta-style .cta-button {
    font-family: Helvetica, Arial, sans-serif;
    background-color: transparent;
    border-color: #999990;
    color: #333333;
}
.ab_thumbnails-c_abp-mode .tbl-cta-style .cta-button:hover {
    color: inherit;
    border-color: #999990;
}
.ab_thumbnails-c_abp-mode .videoCube:hover .video-label-box .video-description {
    text-decoration: underline;
}
.ab_thumbnails-c_abp-mode .videoCube .video-label-box .video-title {
    margin: 0 0 0 0;
}
.ab_thumbnails-c_abp-mode .video-label-box .branding {
    display: block;
}
.ab_thumbnails-c_abp-mode .trc_header_left_column {
    width: 48%;
    _width: 48%;
    display: inline-block;
    height: auto;
}
.ab_thumbnails-c_abp-mode .trc_rbox_header .trc_header_ext {
    position: relative;
    top: auto;
    right: auto;
}
.ab_thumbnails-c_abp-mode .logoDiv a {
    font-size: 100%;
}
.ab_thumbnails-c_abp-mode .videoCube a {
    padding: 0 0 0 0;
}
.ab_thumbnails-c_abp-mode .trc_rbox_header .logoDiv {
    line-height: normal;
}
.ab_thumbnails-c_abp-mode .trc_rbox_header_span .trc_header_right_column {
    height: auto;
}
.ab_thumbnails-c_abp-mode .trc_header_right_part {
    margin: 0px 0 0 0;
}
.ab_thumbnails-c_abp-mode .videoCube .story-widget.story-widget-text-under .tbl-text-under-title-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-c_abp-mode .videoCube .story-widget.story-widget-text-under .tbl-ui-line {
    background-color: #333333;
}
.ab_thumbnails-c_abp-mode .tbl-recommendation-reel .tbl-text-under-branding-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-c_abp-mode .tbl-recommendation-reel .tbl-text-under-title-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-c_abp-mode .tbl-recommendation-reel .tbl-ui-line {
    background-color: #333333;
}
.ab_thumbnails-c_abp-mode .tbl-reco-reel-slider {
    z-index: 99999;
    margin: initial;
    top: 50%;
}
.ab_thumbnails-c_abp-mode .tbl-vignette-background-screen {
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.ab_thumbnails-c_abp-mode .tbl-vignette-attribution {
    color: #6B6666;
    font-size: 15px;
}
.ab_thumbnails-c_abp-mode vignette {
    xButtonColor: #fff;
    backgroundColor: #fff;
    backgroundOpacity: 0.8;
    xButtonBGColor: #000;
}
.ab_thumbnails-c_abp-mode .tbl-vignette-close-btn-wrp {
    height: 15;
    background: #000;
}
/* s-split-ab_thumbnails-c_abp-mode */
/* override bootstrap default span definitions */
.ab_thumbnails-c_abp-mode [class*=span] {
    float: none;
    margin-left: 0;
}
.ab_thumbnails-c_abp-mode .trc_rbox_header_span .trc_header_right_column {
    background: transparent;
}
.ab_thumbnails-c_abp-mode .trc_rbox_header .logoDiv {
    font-size: inherit;
}
.ab_thumbnails-c_abp-mode .trc_header_left_column {
    background: transparent;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    .trc_elastic_thumbnails-mid-a .trc_rbox_outer .videoCube .video-label-box {
        height: auto;
    }
    .trc_elastic_thumbnails-mid-a .trc_rbox_outer .videoCube {
        margin-bottom: 10px;
    }
    .trc_elastic_thumbnails-mid-a .trc_rbox_outer {
        margin-left: -2%;
    }
    .trc_elastic_thumbnails-mid-a .videoCube_aspect {
        padding-bottom: 66.66666666666666%;
        width: 100%;
    }
    .trc_elastic_thumbnails-mid-a .videoCube {
        width: 97.99%;
        position: relative;
        float: left;
        margin: 0 0 2% 0;
        margin-left: 2%;
    }
    .trc_elastic_thumbnails-mid-a div.videoCube:nth-of-type(-n+1) {
        display: block;
        visibility: visible;
    }
    .trc_elastic_thumbnails-mid-a div.videoCube:nth-of-type(n+2) {
        display: none;
        visibility: hidden;
    }
}
@media screen and (min-width: 481px) {
    .trc_elastic_thumbnails-mid-a .trc_rbox_outer .videoCube .trc-main-label {
        height: auto;
    }
    .trc_elastic_thumbnails-mid-a .trc_rbox_outer .videoCube {
        margin-bottom: 10px;
    }
    .trc_elastic_thumbnails-mid-a .trc_rbox_outer {
        margin-left: -2%;
    }
    .trc_elastic_thumbnails-mid-a .videoCube_aspect {
        padding-bottom: 56.25%;
        width: 100%;
    }
    .trc_elastic_thumbnails-mid-a .videoCube {
        width: 47.995%;
        position: relative;
        float: left;
        margin: 0 0 2% 0;
        margin-left: 2%;
    }
    .trc_elastic_thumbnails-mid-a div.videoCube:nth-of-type(-n+2) {
        display: block;
        visibility: visible;
    }
    .trc_elastic_thumbnails-mid-a div.videoCube:nth-of-type(n+3) {
        display: none;
        visibility: hidden;
    }
}

@media screen and (min-width: 0px) and (max-width: 499px) {
    .trc_elastic_ab_thumbnails-c_abp-mode .trc_rbox_outer .videoCube .video-label-box {
        height: auto;
    }
    .trc_elastic_ab_thumbnails-c_abp-mode .trc_rbox_outer .videoCube {
        margin-bottom: 10px;
    }
    .trc_elastic_ab_thumbnails-c_abp-mode .trc_rbox_outer {
        margin-left: -2%;
    }
    .trc_elastic_ab_thumbnails-c_abp-mode .videoCube_aspect {
        padding-bottom: 66.66666666666666%;
        width: 100%;
    }
    .trc_elastic_ab_thumbnails-c_abp-mode .videoCube {
        width: 97.99%;
        position: relative;
        float: left;
        margin: 0 0 2% 0;
        margin-left: 2%;
    }
    .trc_elastic_ab_thumbnails-c_abp-mode div.videoCube:nth-of-type(-n+1) {
        display: block;
        visibility: visible;
    }
    .trc_elastic_ab_thumbnails-c_abp-mode div.videoCube:nth-of-type(n+2) {
        display: none;
        visibility: hidden;
    }
}
@media screen and (min-width: 500px) {
    .trc_elastic_ab_thumbnails-c_abp-mode .trc_rbox_outer .videoCube .trc-main-label {
        height: auto;
    }
    .trc_elastic_ab_thumbnails-c_abp-mode .trc_rbox_outer .videoCube {
        margin-bottom: 10px;
    }
    .trc_elastic_ab_thumbnails-c_abp-mode .trc_rbox_outer {
        margin-left: -2%;
    }
    .trc_elastic_ab_thumbnails-c_abp-mode .videoCube_aspect {
        padding-bottom: 83.33333333333334%;
        width: 100%;
    }
    .trc_elastic_ab_thumbnails-c_abp-mode .videoCube {
        width: 31.33%;
        position: relative;
        float: left;
        margin: 0 0 2% 0;
        margin-left: 2%;
    }
    .trc_elastic_ab_thumbnails-c_abp-mode div.videoCube:nth-of-type(-n+3) {
        display: block;
        visibility: visible;
    }
    .trc_elastic_ab_thumbnails-c_abp-mode div.videoCube:nth-of-type(n+4) {
        display: none;
        visibility: hidden;
    }
}

.ab_thumbnails-d_abp-mode .video-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18.0px;
    line-height: 24.0px;
    font-weight: bold;
    max-height: 96.0px;
    *height: 96.0px;
    color: #212121;
    text-decoration: none;
}
.ab_thumbnails-d_abp-mode .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19.0px;
    font-weight: normal;
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
    text-decoration: none;
}
.ab_thumbnails-d_abp-mode .trc_rbox_div {
    width: auto;
    _width: 99%;
    height: 410px;
    border-width: 0;
    padding: 0;
}
.ab_thumbnails-d_abp-mode .videoCube .video-duration {
    left: 36px;
    display: none;
}
.ab_thumbnails-d_abp-mode .video-label,
.ab_thumbnails-d_abp-mode .sponsored,
.ab_thumbnails-d_abp-mode .sponsored-url {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
}
.ab_thumbnails-d_abp-mode .trc_rbox_header {
    font-family: MuseoSlab700, Arial, sans-serif\3b;
    font-size: 18.0px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    border-width: 0;
    background: transparent;
    border-style: none;
    border-color: #D6D5D3;
    padding: 0px 0px 6px 0px;
    line-height: 1.2em;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    background-color: transparent;
    box-sizing: initial;
    height: auto;
    width: auto;
    _width: auto;
}
.ab_thumbnails-d_abp-mode .sponsored-url {
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
    color: green;
}
.ab_thumbnails-d_abp-mode .sponsored {
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    color: #9C9A9C;
}
.ab_thumbnails-d_abp-mode .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-d_abp-mode .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-d_abp-mode .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-d_abp-mode .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-d_abp-mode .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-d_abp-mode .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
    display: inherit;
}
.ab_thumbnails-d_abp-mode .sponsored-default .video-title {
    max-height: 2.58em;
    *height: 2.58em;
}
.ab_thumbnails-d_abp-mode .sponsored-default .video-description {
    max-height: 2.2em;
    *height: 2.2em;
}
.ab_thumbnails-d_abp-mode .videoCube {
    width: auto;
    _width: auto;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
    border-color: #E4E4E4;
    padding: 0px 0px 0px 0px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-style: SOLID;
}
.ab_thumbnails-d_abp-mode div.videoCube:hover,
.ab_thumbnails-d_abp-mode div.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-d_abp-mode .sponsored-default {
    background-color: #F7F6C6;
}
.ab_thumbnails-d_abp-mode div.sponsored-default:hover,
.ab_thumbnails-d_abp-mode div.sponsored-default.videoCube_hover {
    background-color: inherit;
}
.ab_thumbnails-d_abp-mode .videoCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-d_abp-mode .videoCube:hover .thumbnail-overlay,
.ab_thumbnails-d_abp-mode .videoCube_hover .thumbnail-overlay {
    background-image: null;
}
.ab_thumbnails-d_abp-mode .trc_rbox_border_elm {
    border-color: darkgray;
}
.ab_thumbnails-d_abp-mode .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}
.ab_thumbnails-d_abp-mode div.videoCube:hover .thumbBlock {
    border-color: inherit;
}
.ab_thumbnails-d_abp-mode .pager_enabled {
    color: #0056b3;
}
.ab_thumbnails-d_abp-mode .trc_pager_counter {
    color: #000000;
}
.ab_thumbnails-d_abp-mode .pager_disabled {
    color: #7d898f;
}
.ab_thumbnails-d_abp-mode .trc_pager_prev:hover,
.ab_thumbnails-d_abp-mode .trc_pager_next:hover {
    color: #6497ED;
}
.ab_thumbnails-d_abp-mode .trc_pager_selected {
    color: #0056b3;
}
.ab_thumbnails-d_abp-mode .trc_pager_unselected {
    color: #7d898f;
}
.ab_thumbnails-d_abp-mode div.trc_pager_pages div:hover {
    color: #6497ED;
}
.ab_thumbnails-d_abp-mode .trc_lightbox_overlay {
    background-color: #000000;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
.ab_thumbnails-d_abp-mode .video-label-box {
    text-align: left;
    height: 96px;
    margin: 5px 0px 0px 0px;
}
.ab_thumbnails-d_abp-mode .trc_sponsored_overlay {
    background-color: black;
}
.ab_thumbnails-d_abp-mode .thumbnail-emblem {
    background-position: 5% 5%;
    width: 35;
    _width: 35;
    height: 35;
}
.ab_thumbnails-d_abp-mode .videoCube .sponsored {
    margin-top: -7px;
}
.ab_thumbnails-d_abp-mode {
    width: 300px;
    _width: 300px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #DFDFDF;
    padding: 0px 0px 0px 0px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}
.ab_thumbnails-d_abp-mode .videoCube.vertical {
    border-style: solid none none none;
}
.ab_thumbnails-d_abp-mode .videoCube.horizontal {
    border-style: none;
}
.ab_thumbnails-d_abp-mode .trc_pager_prev,
.ab_thumbnails-d_abp-mode .trc_pager_next {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-d_abp-mode .trc_pager_pages div {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-d_abp-mode .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-d_abp-mode .trc_pager div {
    font-family: serif;
}
.ab_thumbnails-d_abp-mode .playerCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-d_abp-mode .playerCube:hover .thumbnail-overlay,
.ab_thumbnails-d_abp-mode .playerCube_hover .thumbnail-overlay {
    background-image: null;
}
.ab_thumbnails-d_abp-mode .playerCube .videoCube {
    background-color: transparent;
    border-color: #D6D5D3;
    border-width: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 3px;
}
.ab_thumbnails-d_abp-mode .playerCube .videoCube.horizontal {
    border-style: none none none none;
}
.ab_thumbnails-d_abp-mode .playerCube .videoCube .video-label-box {
    margin-left: 81px;
    margin-right: 0px;
}
.ab_thumbnails-d_abp-mode .playerCube .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-d_abp-mode .playerCube .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-d_abp-mode .playerCube .video-label-box {
    text-align: left;
}
.ab_thumbnails-d_abp-mode .playerCube .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-d_abp-mode .playerCube .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-d_abp-mode .playerCube .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    font-weight: normal;
    text-decoration: none;
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
}
.ab_thumbnails-d_abp-mode .playerCube .videoCube .video-duration {
    display: block;
    left: 36px;
}
.ab_thumbnails-d_abp-mode .playerCube .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}
.ab_thumbnails-d_abp-mode .playerCube .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-d_abp-mode .playerCube .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-d_abp-mode .playerCube .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-d_abp-mode .playerCube .video-title {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    line-height: 17.5px;
    font-weight: bold;
    max-height: 2.58em;
    *height: 2.58em;
    color: black;
}
.ab_thumbnails-d_abp-mode .playerCube div.videoCube:hover,
.ab_thumbnails-d_abp-mode div.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-d_abp-mode .whatsThisSyndicated {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    padding: 0;
}
.ab_thumbnails-d_abp-mode div.syndicatedItem:hover,
.ab_thumbnails-d_abp-mode div.syndicatedItem.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-d_abp-mode div.syndicatedItem:hover .thumbBlock {
    border-color: inherit;
}
.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem {
    background-color: transparent;
    border-color: #E4E4E4;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-width: 0px 0px 0px 0px;
    border-style: SOLID;
}
.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem.horizontal {
    border-style: none;
}
.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .thumbBlock {
    border-color: darkgray;
    border-width: 0px;
}
.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem.vertical {
    border-style: solid none none none;
}
.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .video-duration {
    display: none;
    left: 36px;
}
.ab_thumbnails-d_abp-mode .syndicatedItem {
    background-color: transparent;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .video-description {
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19.0px;
    text-decoration: none;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .video-title {
    max-height: 72.0px;
    *height: 72.0px;
    color: #212121;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    font-size: 18.0px;
    line-height: 24.0px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .sponsored {
    color: #9C9A9C;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .sponsored-url {
    color: green;
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .video-category {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .video-duration-detail {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .video-external-data {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .video-published-date {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    display: inherit;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .video-rating {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .video-uploader {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .video-views {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    background-image: null;
    text-align: left;
    line-height: 24.0px;
}
.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
    text-align: left;
    background-color: transparent;
    display: none;
    left: 0px;
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background-image: null;
}
.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
    text-align: left;
    background-color: black;
    display: none;
    color: white;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.ab_thumbnails-d_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
    width: 40%;
    _width: 40%;
}
.ab_thumbnails-d_abp-mode .trc_rbox_header_icon_img {
    margin: 0px;
    height: 18px;
}
.ab_thumbnails-d_abp-mode .video-icon-img {
    margin: 0px;
    height: 18px;
}
.ab_thumbnails-d_abp-mode .video-label-box.trc-pre-label {
    height: 0px;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .video-label-box.trc-pre-label {
    height: 0px;
}
.ab_thumbnails-d_abp-mode .videoCube.thumbnail_start .trc-pre-label {
    width: 60%;
    _width: 60%;
}
.ab_thumbnails-d_abp-mode .videoCube.thumbnail_start.trc-split-label .trc-main-label {
    width: 30%;
    _width: 30%;
}
.ab_thumbnails-d_abp-mode .videoCube.thumbnail_start.trc-split-label .trc-pre-label {
    width: 30%;
    _width: 30%;
}
.ab_thumbnails-d_abp-mode .videoCube .video-label-box.trc-pre-label {
    margin: 0px 0px 5px 0px;
}
.ab_thumbnails-d_abp-mode .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    background-image: null;
    text-align: left;
    line-height: 24.0px;
}
.ab_thumbnails-d_abp-mode .branding .logoDiv a span {
    color: inherit;
    font-size: inherit;
}
.ab_thumbnails-d_abp-mode .branding div.logoDiv {
    font-family: inherit;
}
.ab_thumbnails-d_abp-mode .videoCube .thumbBlock .static-text {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    background-color: #a30202;
    display: block;
    color: #ffffff;
    text-align: left;
}
.ab_thumbnails-d_abp-mode .syndicatedItem .video-label-box {
    height: 96px;
    margin: 5px 0px 0px 0px;
}
.ab_thumbnails-d_abp-mode .logoDiv a span {
    font-size: 11.0px;
    color: #000000;
    display: inline;
    font-weight: normal;
}
.ab_thumbnails-d_abp-mode .tbl-cta-style .cta-button {
    font-family: Helvetica, Arial, sans-serif;
    background-color: transparent;
    border-color: #999990;
    color: #333333;
}
.ab_thumbnails-d_abp-mode .tbl-cta-style .cta-button:hover {
    color: inherit;
    border-color: #999990;
}
.ab_thumbnails-d_abp-mode .videoCube:hover .video-label-box .video-description {
    text-decoration: underline;
}
.ab_thumbnails-d_abp-mode .videoCube .video-label-box .video-title {
    margin: 0 0 0 0;
}
.ab_thumbnails-d_abp-mode .video-label-box .branding {
    display: block;
}
.ab_thumbnails-d_abp-mode .trc_header_left_column {
    width: 48%;
    _width: 48%;
    display: inline-block;
    height: auto;
}
.ab_thumbnails-d_abp-mode .trc_rbox_header .trc_header_ext {
    position: relative;
    top: auto;
    right: auto;
}
.ab_thumbnails-d_abp-mode .logoDiv a {
    font-size: 100%;
}
.ab_thumbnails-d_abp-mode .videoCube a {
    padding: 0 0 0 0;
}
.ab_thumbnails-d_abp-mode .trc_rbox_header .logoDiv {
    line-height: normal;
}
.ab_thumbnails-d_abp-mode .trc_rbox_header_span .trc_header_right_column {
    height: auto;
}
.ab_thumbnails-d_abp-mode .trc_header_right_part {
    margin: 0px 0 0 0;
}
.ab_thumbnails-d_abp-mode .videoCube .story-widget.story-widget-text-under .tbl-text-under-title-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-d_abp-mode .videoCube .story-widget.story-widget-text-under .tbl-ui-line {
    background-color: #333333;
}
.ab_thumbnails-d_abp-mode .tbl-recommendation-reel .tbl-text-under-branding-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-d_abp-mode .tbl-recommendation-reel .tbl-text-under-title-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-d_abp-mode .tbl-recommendation-reel .tbl-ui-line {
    background-color: #333333;
}
.ab_thumbnails-d_abp-mode .tbl-reco-reel-slider {
    z-index: 99999;
    margin: initial;
    top: 50%;
}
.ab_thumbnails-d_abp-mode .tbl-vignette-background-screen {
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.ab_thumbnails-d_abp-mode .tbl-vignette-attribution {
    color: #6B6666;
    font-size: 15px;
}
.ab_thumbnails-d_abp-mode vignette {
    xButtonColor: #fff;
    backgroundColor: #fff;
    backgroundOpacity: 0.8;
    xButtonBGColor: #000;
}
.ab_thumbnails-d_abp-mode .tbl-vignette-close-btn-wrp {
    height: 15;
    background: #000;
}
/* s-split-ab_thumbnails-d_abp-mode */
/* override bootstrap default span definitions */
.ab_thumbnails-d_abp-mode [class*=span] {
    float: none;
    margin-left: 0;
}
.ab_thumbnails-d_abp-mode .trc_rbox_header_span .trc_header_right_column {
    background: transparent;
}
.ab_thumbnails-d_abp-mode .trc_rbox_header .logoDiv {
    font-size: inherit;
}
.ab_thumbnails-d_abp-mode .trc_header_left_column {
    background: transparent;
}

@media screen and (min-width: 0px) and (max-width: 499px) {
    .trc_elastic_ab_thumbnails-d_abp-mode .trc_rbox_outer .videoCube .video-label-box {
        height: auto;
    }
    .trc_elastic_ab_thumbnails-d_abp-mode .trc_rbox_outer .videoCube {
        margin-bottom: 10px;
    }
    .trc_elastic_ab_thumbnails-d_abp-mode .trc_rbox_outer {
        margin-left: -2%;
    }
    .trc_elastic_ab_thumbnails-d_abp-mode .videoCube_aspect {
        padding-bottom: 66.66666666666666%;
        width: 100%;
    }
    .trc_elastic_ab_thumbnails-d_abp-mode .videoCube {
        width: 97.99%;
        position: relative;
        float: left;
        margin: 0 0 2% 0;
        margin-left: 2%;
    }
    .trc_elastic_ab_thumbnails-d_abp-mode div.videoCube:nth-of-type(-n+5) {
        display: block;
        visibility: visible;
    }
    .trc_elastic_ab_thumbnails-d_abp-mode div.videoCube:nth-of-type(n+6) {
        display: none;
        visibility: hidden;
    }
}
@media screen and (min-width: 500px) {
    .trc_elastic_ab_thumbnails-d_abp-mode .trc_rbox_outer .videoCube .trc-main-label {
        height: auto;
    }
    .trc_elastic_ab_thumbnails-d_abp-mode .trc_rbox_outer .videoCube {
        margin-bottom: 10px;
    }
    .trc_elastic_ab_thumbnails-d_abp-mode .trc_rbox_outer {
        margin-left: -2%;
    }
    .trc_elastic_ab_thumbnails-d_abp-mode .videoCube_aspect {
        padding-bottom: 83.33333333333334%;
        width: 100%;
    }
    .trc_elastic_ab_thumbnails-d_abp-mode .videoCube {
        width: 31.33%;
        position: relative;
        float: left;
        margin: 0 0 2% 0;
        margin-left: 2%;
    }
    .trc_elastic_ab_thumbnails-d_abp-mode div.videoCube:nth-of-type(-n+3) {
        display: block;
        visibility: visible;
    }
    .trc_elastic_ab_thumbnails-d_abp-mode div.videoCube:nth-of-type(n+4) {
        display: none;
        visibility: hidden;
    }
}

.ab_thumbnails-e_abp-mode .video-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18.0px;
    line-height: 24.0px;
    font-weight: bold;
    max-height: 96.0px;
    *height: 96.0px;
    color: #212121;
    text-decoration: none;
}
.ab_thumbnails-e_abp-mode .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19.0px;
    font-weight: normal;
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
    text-decoration: none;
}
.ab_thumbnails-e_abp-mode .trc_rbox_div {
    width: auto;
    _width: 99%;
    height: 410px;
    border-width: 0;
    padding: 0;
}
.ab_thumbnails-e_abp-mode .videoCube .video-duration {
    left: 36px;
    display: none;
}
.ab_thumbnails-e_abp-mode .video-label,
.ab_thumbnails-e_abp-mode .sponsored,
.ab_thumbnails-e_abp-mode .sponsored-url {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
}
.ab_thumbnails-e_abp-mode .trc_rbox_header {
    font-family: MuseoSlab700, Arial, sans-serif\3b;
    font-size: 18.0px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    border-width: 0;
    background: transparent;
    border-style: none;
    border-color: #D6D5D3;
    padding: 0px 0px 6px 0px;
    line-height: 1.2em;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    background-color: transparent;
    box-sizing: initial;
    height: auto;
    width: auto;
    _width: auto;
}
.ab_thumbnails-e_abp-mode .sponsored-url {
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
    color: green;
}
.ab_thumbnails-e_abp-mode .sponsored {
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    color: #9C9A9C;
}
.ab_thumbnails-e_abp-mode .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-e_abp-mode .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-e_abp-mode .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-e_abp-mode .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-e_abp-mode .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-e_abp-mode .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
    display: inherit;
}
.ab_thumbnails-e_abp-mode .sponsored-default .video-title {
    max-height: 2.58em;
    *height: 2.58em;
}
.ab_thumbnails-e_abp-mode .sponsored-default .video-description {
    max-height: 2.2em;
    *height: 2.2em;
}
.ab_thumbnails-e_abp-mode .videoCube {
    width: auto;
    _width: auto;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
    border-color: #E4E4E4;
    padding: 0px 0px 0px 0px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-style: SOLID;
}
.ab_thumbnails-e_abp-mode div.videoCube:hover,
.ab_thumbnails-e_abp-mode div.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-e_abp-mode .sponsored-default {
    background-color: #F7F6C6;
}
.ab_thumbnails-e_abp-mode div.sponsored-default:hover,
.ab_thumbnails-e_abp-mode div.sponsored-default.videoCube_hover {
    background-color: inherit;
}
.ab_thumbnails-e_abp-mode .videoCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-e_abp-mode .videoCube:hover .thumbnail-overlay,
.ab_thumbnails-e_abp-mode .videoCube_hover .thumbnail-overlay {
    background-image: null;
}
.ab_thumbnails-e_abp-mode .trc_rbox_border_elm {
    border-color: darkgray;
}
.ab_thumbnails-e_abp-mode .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}
.ab_thumbnails-e_abp-mode div.videoCube:hover .thumbBlock {
    border-color: inherit;
}
.ab_thumbnails-e_abp-mode .pager_enabled {
    color: #0056b3;
}
.ab_thumbnails-e_abp-mode .trc_pager_counter {
    color: #000000;
}
.ab_thumbnails-e_abp-mode .pager_disabled {
    color: #7d898f;
}
.ab_thumbnails-e_abp-mode .trc_pager_prev:hover,
.ab_thumbnails-e_abp-mode .trc_pager_next:hover {
    color: #6497ED;
}
.ab_thumbnails-e_abp-mode .trc_pager_selected {
    color: #0056b3;
}
.ab_thumbnails-e_abp-mode .trc_pager_unselected {
    color: #7d898f;
}
.ab_thumbnails-e_abp-mode div.trc_pager_pages div:hover {
    color: #6497ED;
}
.ab_thumbnails-e_abp-mode .trc_lightbox_overlay {
    background-color: #000000;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
.ab_thumbnails-e_abp-mode .video-label-box {
    text-align: left;
    height: 96px;
    margin: 5px 0px 0px 0px;
}
.ab_thumbnails-e_abp-mode .trc_sponsored_overlay {
    background-color: black;
}
.ab_thumbnails-e_abp-mode .thumbnail-emblem {
    background-position: 5% 5%;
    width: 35;
    _width: 35;
    height: 35;
}
.ab_thumbnails-e_abp-mode .videoCube .sponsored {
    margin-top: -7px;
}
.ab_thumbnails-e_abp-mode {
    width: 300px;
    _width: 300px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #DFDFDF;
    padding: 0px 0px 0px 0px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}
.ab_thumbnails-e_abp-mode .videoCube.vertical {
    border-style: solid none none none;
}
.ab_thumbnails-e_abp-mode .videoCube.horizontal {
    border-style: none;
}
.ab_thumbnails-e_abp-mode .trc_pager_prev,
.ab_thumbnails-e_abp-mode .trc_pager_next {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-e_abp-mode .trc_pager_pages div {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-e_abp-mode .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-e_abp-mode .trc_pager div {
    font-family: serif;
}
.ab_thumbnails-e_abp-mode .playerCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-e_abp-mode .playerCube:hover .thumbnail-overlay,
.ab_thumbnails-e_abp-mode .playerCube_hover .thumbnail-overlay {
    background-image: null;
}
.ab_thumbnails-e_abp-mode .playerCube .videoCube {
    background-color: transparent;
    border-color: #D6D5D3;
    border-width: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 3px;
}
.ab_thumbnails-e_abp-mode .playerCube .videoCube.horizontal {
    border-style: none none none none;
}
.ab_thumbnails-e_abp-mode .playerCube .videoCube .video-label-box {
    margin-left: 81px;
    margin-right: 0px;
}
.ab_thumbnails-e_abp-mode .playerCube .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-e_abp-mode .playerCube .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-e_abp-mode .playerCube .video-label-box {
    text-align: left;
}
.ab_thumbnails-e_abp-mode .playerCube .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-e_abp-mode .playerCube .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-e_abp-mode .playerCube .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    font-weight: normal;
    text-decoration: none;
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
}
.ab_thumbnails-e_abp-mode .playerCube .videoCube .video-duration {
    display: block;
    left: 36px;
}
.ab_thumbnails-e_abp-mode .playerCube .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}
.ab_thumbnails-e_abp-mode .playerCube .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-e_abp-mode .playerCube .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-e_abp-mode .playerCube .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-e_abp-mode .playerCube .video-title {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    line-height: 17.5px;
    font-weight: bold;
    max-height: 2.58em;
    *height: 2.58em;
    color: black;
}
.ab_thumbnails-e_abp-mode .playerCube div.videoCube:hover,
.ab_thumbnails-e_abp-mode div.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-e_abp-mode .whatsThisSyndicated {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    padding: 0;
}
.ab_thumbnails-e_abp-mode div.syndicatedItem:hover,
.ab_thumbnails-e_abp-mode div.syndicatedItem.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-e_abp-mode div.syndicatedItem:hover .thumbBlock {
    border-color: inherit;
}
.ab_thumbnails-e_abp-mode .videoCube.syndicatedItem {
    background-color: transparent;
    border-color: #E4E4E4;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-width: 0px 0px 0px 0px;
    border-style: SOLID;
}
.ab_thumbnails-e_abp-mode .videoCube.syndicatedItem.horizontal {
    border-style: none;
}
.ab_thumbnails-e_abp-mode .videoCube.syndicatedItem .thumbBlock {
    border-color: darkgray;
    border-width: 0px;
}
.ab_thumbnails-e_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-e_abp-mode .videoCube.syndicatedItem.vertical {
    border-style: solid none none none;
}
.ab_thumbnails-e_abp-mode .videoCube.syndicatedItem .video-duration {
    display: none;
    left: 36px;
}
.ab_thumbnails-e_abp-mode .syndicatedItem {
    background-color: transparent;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .video-description {
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19.0px;
    text-decoration: none;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .video-title {
    max-height: 72.0px;
    *height: 72.0px;
    color: #212121;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    font-size: 18.0px;
    line-height: 24.0px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .sponsored {
    color: #9C9A9C;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .sponsored-url {
    color: green;
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .video-category {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .video-duration-detail {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .video-external-data {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .video-published-date {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    display: inherit;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .video-rating {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .video-uploader {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .video-views {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    background-image: null;
    text-align: left;
    line-height: 24.0px;
}
.ab_thumbnails-e_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
    text-align: left;
    background-color: transparent;
    display: none;
    left: 0px;
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background-image: null;
}
.ab_thumbnails-e_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
    text-align: left;
    background-color: black;
    display: none;
    color: white;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.ab_thumbnails-e_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
    width: 40%;
    _width: 40%;
}
.ab_thumbnails-e_abp-mode .trc_rbox_header_icon_img {
    margin: 0px;
    height: 18px;
}
.ab_thumbnails-e_abp-mode .video-icon-img {
    margin: 0px;
    height: 18px;
}
.ab_thumbnails-e_abp-mode .video-label-box.trc-pre-label {
    height: 0px;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .video-label-box.trc-pre-label {
    height: 0px;
}
.ab_thumbnails-e_abp-mode .videoCube.thumbnail_start .trc-pre-label {
    width: 60%;
    _width: 60%;
}
.ab_thumbnails-e_abp-mode .videoCube.thumbnail_start.trc-split-label .trc-main-label {
    width: 30%;
    _width: 30%;
}
.ab_thumbnails-e_abp-mode .videoCube.thumbnail_start.trc-split-label .trc-pre-label {
    width: 30%;
    _width: 30%;
}
.ab_thumbnails-e_abp-mode .videoCube .video-label-box.trc-pre-label {
    margin: 0px 0px 5px 0px;
}
.ab_thumbnails-e_abp-mode .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    background-image: null;
    text-align: left;
    line-height: 24.0px;
}
.ab_thumbnails-e_abp-mode .branding .logoDiv a span {
    color: inherit;
    font-size: inherit;
}
.ab_thumbnails-e_abp-mode .branding div.logoDiv {
    font-family: inherit;
}
.ab_thumbnails-e_abp-mode .videoCube .thumbBlock .static-text {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    background-color: #a30202;
    display: block;
    color: #ffffff;
    text-align: left;
}
.ab_thumbnails-e_abp-mode .syndicatedItem .video-label-box {
    height: 96px;
    margin: 5px 0px 0px 0px;
}
.ab_thumbnails-e_abp-mode .logoDiv a span {
    font-size: 11.0px;
    color: #000000;
    display: inline;
    font-weight: normal;
}
.ab_thumbnails-e_abp-mode .tbl-cta-style .cta-button {
    font-family: Helvetica, Arial, sans-serif;
    background-color: transparent;
    border-color: #999990;
    color: #333333;
}
.ab_thumbnails-e_abp-mode .tbl-cta-style .cta-button:hover {
    color: inherit;
    border-color: #999990;
}
.ab_thumbnails-e_abp-mode .videoCube:hover .video-label-box .video-description {
    text-decoration: underline;
}
.ab_thumbnails-e_abp-mode .videoCube .video-label-box .video-title {
    margin: 0 0 0 0;
}
.ab_thumbnails-e_abp-mode .video-label-box .branding {
    display: block;
}
.ab_thumbnails-e_abp-mode .trc_header_left_column {
    width: 48%;
    _width: 48%;
    display: inline-block;
    height: auto;
}
.ab_thumbnails-e_abp-mode .trc_rbox_header .trc_header_ext {
    position: relative;
    top: auto;
    right: auto;
}
.ab_thumbnails-e_abp-mode .logoDiv a {
    font-size: 100%;
}
.ab_thumbnails-e_abp-mode .videoCube a {
    padding: 0 0 0 0;
}
.ab_thumbnails-e_abp-mode .trc_rbox_header .logoDiv {
    line-height: normal;
}
.ab_thumbnails-e_abp-mode .trc_rbox_header_span .trc_header_right_column {
    height: auto;
}
.ab_thumbnails-e_abp-mode .trc_header_right_part {
    margin: 0px 0 0 0;
}
.ab_thumbnails-e_abp-mode .videoCube .story-widget.story-widget-text-under .tbl-text-under-title-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-e_abp-mode .videoCube .story-widget.story-widget-text-under .tbl-ui-line {
    background-color: #333333;
}
.ab_thumbnails-e_abp-mode .tbl-recommendation-reel .tbl-text-under-branding-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-e_abp-mode .tbl-recommendation-reel .tbl-text-under-title-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-e_abp-mode .tbl-recommendation-reel .tbl-ui-line {
    background-color: #333333;
}
.ab_thumbnails-e_abp-mode .tbl-reco-reel-slider {
    z-index: 99999;
    margin: initial;
    top: 50%;
}
.ab_thumbnails-e_abp-mode .tbl-vignette-background-screen {
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.ab_thumbnails-e_abp-mode .tbl-vignette-attribution {
    color: #6B6666;
    font-size: 15px;
}
.ab_thumbnails-e_abp-mode vignette {
    xButtonColor: #fff;
    backgroundColor: #fff;
    backgroundOpacity: 0.8;
    xButtonBGColor: #000;
}
.ab_thumbnails-e_abp-mode .tbl-vignette-close-btn-wrp {
    height: 15;
    background: #000;
}
/* s-split-ab_thumbnails-e_abp-mode */
/* override bootstrap default span definitions */
.ab_thumbnails-e_abp-mode [class*=span] {
    float: none;
    margin-left: 0;
}
.ab_thumbnails-e_abp-mode .trc_rbox_header_span .trc_header_right_column {
    background: transparent;
}
.ab_thumbnails-e_abp-mode .trc_rbox_header .logoDiv {
    font-size: inherit;
}
.ab_thumbnails-e_abp-mode .trc_header_left_column {
    background: transparent;
}

@media screen and (min-width: 0px) and (max-width: 499px) {
    .trc_elastic_ab_thumbnails-e_abp-mode .trc_rbox_outer .videoCube .video-label-box {
        height: auto;
    }
    .trc_elastic_ab_thumbnails-e_abp-mode .trc_rbox_outer .videoCube {
        margin-bottom: 10px;
    }
    .trc_elastic_ab_thumbnails-e_abp-mode .trc_rbox_outer {
        margin-left: -2%;
    }
    .trc_elastic_ab_thumbnails-e_abp-mode .videoCube_aspect {
        padding-bottom: 62.5%;
        width: 100%;
    }
    .trc_elastic_ab_thumbnails-e_abp-mode .videoCube {
        width: 97.99%;
        position: relative;
        float: left;
        margin: 0 0 2% 0;
        margin-left: 2%;
    }
    .trc_elastic_ab_thumbnails-e_abp-mode div.videoCube:nth-of-type(-n+5) {
        display: block;
        visibility: visible;
    }
    .trc_elastic_ab_thumbnails-e_abp-mode div.videoCube:nth-of-type(n+6) {
        display: none;
        visibility: hidden;
    }
}
@media screen and (min-width: 500px) {
    .trc_elastic_ab_thumbnails-e_abp-mode .trc_rbox_outer .videoCube .trc-main-label {
        height: auto;
    }
    .trc_elastic_ab_thumbnails-e_abp-mode .trc_rbox_outer .videoCube {
        margin-bottom: 10px;
    }
    .trc_elastic_ab_thumbnails-e_abp-mode .trc_rbox_outer {
        margin-left: -2%;
    }
    .trc_elastic_ab_thumbnails-e_abp-mode .videoCube_aspect {
        padding-bottom: 62.5%;
        width: 100%;
    }
    .trc_elastic_ab_thumbnails-e_abp-mode .videoCube {
        width: 31.33%;
        position: relative;
        float: left;
        margin: 0 0 2% 0;
        margin-left: 2%;
    }
    .trc_elastic_ab_thumbnails-e_abp-mode div.videoCube:nth-of-type(-n+3) {
        display: block;
        visibility: visible;
    }
    .trc_elastic_ab_thumbnails-e_abp-mode div.videoCube:nth-of-type(n+4) {
        display: none;
        visibility: hidden;
    }
}

.ab_thumbnails-g_abp-mode .video-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18.0px;
    line-height: 24.0px;
    font-weight: bold;
    max-height: 96.0px;
    *height: 96.0px;
    color: #212121;
    text-decoration: none;
}
.ab_thumbnails-g_abp-mode .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19.0px;
    font-weight: normal;
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
    text-decoration: none;
}
.ab_thumbnails-g_abp-mode .trc_rbox_div {
    width: auto;
    _width: 99%;
    height: 410px;
    border-width: 0;
    padding: 0;
}
.ab_thumbnails-g_abp-mode .videoCube .video-duration {
    left: 36px;
    display: none;
}
.ab_thumbnails-g_abp-mode .video-label,
.ab_thumbnails-g_abp-mode .sponsored,
.ab_thumbnails-g_abp-mode .sponsored-url {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
}
.ab_thumbnails-g_abp-mode .trc_rbox_header {
    font-family: MuseoSlab700, Arial, sans-serif\3b;
    font-size: 18.0px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    border-width: 0;
    background: transparent;
    border-style: none;
    border-color: #D6D5D3;
    padding: 0px 0px 6px 0px;
    line-height: 1.2em;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    background-color: transparent;
    box-sizing: initial;
    height: auto;
    width: auto;
    _width: auto;
}
.ab_thumbnails-g_abp-mode .sponsored-url {
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
    color: green;
}
.ab_thumbnails-g_abp-mode .sponsored {
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    color: #9C9A9C;
}
.ab_thumbnails-g_abp-mode .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-g_abp-mode .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-g_abp-mode .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-g_abp-mode .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-g_abp-mode .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-g_abp-mode .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
    display: inherit;
}
.ab_thumbnails-g_abp-mode .sponsored-default .video-title {
    max-height: 2.58em;
    *height: 2.58em;
}
.ab_thumbnails-g_abp-mode .sponsored-default .video-description {
    max-height: 2.2em;
    *height: 2.2em;
}
.ab_thumbnails-g_abp-mode .videoCube {
    width: auto;
    _width: auto;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
    border-color: #E4E4E4;
    padding: 0px 0px 0px 0px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-style: SOLID;
}
.ab_thumbnails-g_abp-mode div.videoCube:hover,
.ab_thumbnails-g_abp-mode div.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-g_abp-mode .sponsored-default {
    background-color: #F7F6C6;
}
.ab_thumbnails-g_abp-mode div.sponsored-default:hover,
.ab_thumbnails-g_abp-mode div.sponsored-default.videoCube_hover {
    background-color: inherit;
}
.ab_thumbnails-g_abp-mode .videoCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-g_abp-mode .videoCube:hover .thumbnail-overlay,
.ab_thumbnails-g_abp-mode .videoCube_hover .thumbnail-overlay {
    background-image: null;
}
.ab_thumbnails-g_abp-mode .trc_rbox_border_elm {
    border-color: darkgray;
}
.ab_thumbnails-g_abp-mode .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}
.ab_thumbnails-g_abp-mode div.videoCube:hover .thumbBlock {
    border-color: inherit;
}
.ab_thumbnails-g_abp-mode .pager_enabled {
    color: #0056b3;
}
.ab_thumbnails-g_abp-mode .trc_pager_counter {
    color: #000000;
}
.ab_thumbnails-g_abp-mode .pager_disabled {
    color: #7d898f;
}
.ab_thumbnails-g_abp-mode .trc_pager_prev:hover,
.ab_thumbnails-g_abp-mode .trc_pager_next:hover {
    color: #6497ED;
}
.ab_thumbnails-g_abp-mode .trc_pager_selected {
    color: #0056b3;
}
.ab_thumbnails-g_abp-mode .trc_pager_unselected {
    color: #7d898f;
}
.ab_thumbnails-g_abp-mode div.trc_pager_pages div:hover {
    color: #6497ED;
}
.ab_thumbnails-g_abp-mode .trc_lightbox_overlay {
    background-color: #000000;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
.ab_thumbnails-g_abp-mode .video-label-box {
    text-align: left;
    height: 96px;
    margin: 5px 0px 0px 0px;
}
.ab_thumbnails-g_abp-mode .trc_sponsored_overlay {
    background-color: black;
}
.ab_thumbnails-g_abp-mode .thumbnail-emblem {
    background-position: 5% 5%;
    width: 35;
    _width: 35;
    height: 35;
}
.ab_thumbnails-g_abp-mode .videoCube .sponsored {
    margin-top: -7px;
}
.ab_thumbnails-g_abp-mode {
    width: 300px;
    _width: 300px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #DFDFDF;
    padding: 0px 0px 0px 0px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}
.ab_thumbnails-g_abp-mode .videoCube.vertical {
    border-style: solid none none none;
}
.ab_thumbnails-g_abp-mode .videoCube.horizontal {
    border-style: none;
}
.ab_thumbnails-g_abp-mode .trc_pager_prev,
.ab_thumbnails-g_abp-mode .trc_pager_next {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-g_abp-mode .trc_pager_pages div {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-g_abp-mode .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-g_abp-mode .trc_pager div {
    font-family: serif;
}
.ab_thumbnails-g_abp-mode .playerCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-g_abp-mode .playerCube:hover .thumbnail-overlay,
.ab_thumbnails-g_abp-mode .playerCube_hover .thumbnail-overlay {
    background-image: null;
}
.ab_thumbnails-g_abp-mode .playerCube .videoCube {
    background-color: transparent;
    border-color: #D6D5D3;
    border-width: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 3px;
}
.ab_thumbnails-g_abp-mode .playerCube .videoCube.horizontal {
    border-style: none none none none;
}
.ab_thumbnails-g_abp-mode .playerCube .videoCube .video-label-box {
    margin-left: 81px;
    margin-right: 0px;
}
.ab_thumbnails-g_abp-mode .playerCube .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-g_abp-mode .playerCube .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-g_abp-mode .playerCube .video-label-box {
    text-align: left;
}
.ab_thumbnails-g_abp-mode .playerCube .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-g_abp-mode .playerCube .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-g_abp-mode .playerCube .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    font-weight: normal;
    text-decoration: none;
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
}
.ab_thumbnails-g_abp-mode .playerCube .videoCube .video-duration {
    display: block;
    left: 36px;
}
.ab_thumbnails-g_abp-mode .playerCube .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}
.ab_thumbnails-g_abp-mode .playerCube .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-g_abp-mode .playerCube .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-g_abp-mode .playerCube .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.ab_thumbnails-g_abp-mode .playerCube .video-title {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    line-height: 17.5px;
    font-weight: bold;
    max-height: 2.58em;
    *height: 2.58em;
    color: black;
}
.ab_thumbnails-g_abp-mode .playerCube div.videoCube:hover,
.ab_thumbnails-g_abp-mode div.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-g_abp-mode .whatsThisSyndicated {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    padding: 0;
}
.ab_thumbnails-g_abp-mode div.syndicatedItem:hover,
.ab_thumbnails-g_abp-mode div.syndicatedItem.videoCube_hover {
    background-color: transparent;
}
.ab_thumbnails-g_abp-mode div.syndicatedItem:hover .thumbBlock {
    border-color: inherit;
}
.ab_thumbnails-g_abp-mode .videoCube.syndicatedItem {
    background-color: transparent;
    border-color: #E4E4E4;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-width: 0px 0px 0px 0px;
    border-style: SOLID;
}
.ab_thumbnails-g_abp-mode .videoCube.syndicatedItem.horizontal {
    border-style: none;
}
.ab_thumbnails-g_abp-mode .videoCube.syndicatedItem .thumbBlock {
    border-color: darkgray;
    border-width: 0px;
}
.ab_thumbnails-g_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}
.ab_thumbnails-g_abp-mode .videoCube.syndicatedItem.vertical {
    border-style: solid none none none;
}
.ab_thumbnails-g_abp-mode .videoCube.syndicatedItem .video-duration {
    display: none;
    left: 36px;
}
.ab_thumbnails-g_abp-mode .syndicatedItem {
    background-color: transparent;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .video-description {
    max-height: 2.2em;
    *height: 2.2em;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19.0px;
    text-decoration: none;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .video-title {
    max-height: 72.0px;
    *height: 72.0px;
    color: #212121;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    font-size: 18.0px;
    line-height: 24.0px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .sponsored {
    color: #9C9A9C;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .sponsored-url {
    color: green;
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .video-category {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .video-duration-detail {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .video-external-data {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .video-published-date {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    display: inherit;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .video-rating {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .video-uploader {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .video-views {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    background-image: null;
    text-align: left;
    line-height: 24.0px;
}
.ab_thumbnails-g_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
    text-align: left;
    background-color: transparent;
    display: none;
    left: 0px;
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background-image: null;
}
.ab_thumbnails-g_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
    text-align: left;
    background-color: black;
    display: none;
    color: white;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.ab_thumbnails-g_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
    width: 40%;
    _width: 40%;
}
.ab_thumbnails-g_abp-mode .trc_rbox_header_icon_img {
    margin: 0px;
    height: 18px;
}
.ab_thumbnails-g_abp-mode .video-icon-img {
    margin: 0px;
    height: 18px;
}
.ab_thumbnails-g_abp-mode .video-label-box.trc-pre-label {
    height: 0px;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .video-label-box.trc-pre-label {
    height: 0px;
}
.ab_thumbnails-g_abp-mode .videoCube.thumbnail_start .trc-pre-label {
    width: 60%;
    _width: 60%;
}
.ab_thumbnails-g_abp-mode .videoCube.thumbnail_start.trc-split-label .trc-main-label {
    width: 30%;
    _width: 30%;
}
.ab_thumbnails-g_abp-mode .videoCube.thumbnail_start.trc-split-label .trc-pre-label {
    width: 30%;
    _width: 30%;
}
.ab_thumbnails-g_abp-mode .videoCube .video-label-box.trc-pre-label {
    margin: 0px 0px 5px 0px;
}
.ab_thumbnails-g_abp-mode .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\3b;
    background-image: null;
    text-align: left;
    line-height: 24.0px;
}
.ab_thumbnails-g_abp-mode .branding .logoDiv a span {
    color: inherit;
    font-size: inherit;
}
.ab_thumbnails-g_abp-mode .branding div.logoDiv {
    font-family: inherit;
}
.ab_thumbnails-g_abp-mode .videoCube .thumbBlock .static-text {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    background-color: #a30202;
    display: block;
    color: #ffffff;
    text-align: left;
}
.ab_thumbnails-g_abp-mode .syndicatedItem .video-label-box {
    height: 96px;
    margin: 5px 0px 0px 0px;
}
.ab_thumbnails-g_abp-mode .logoDiv a span {
    font-size: 11.0px;
    color: #000000;
    display: inline;
    font-weight: normal;
}
.ab_thumbnails-g_abp-mode .tbl-cta-style .cta-button {
    font-family: Helvetica, Arial, sans-serif;
    background-color: transparent;
    border-color: #999990;
    color: #333333;
}
.ab_thumbnails-g_abp-mode .tbl-cta-style .cta-button:hover {
    color: inherit;
    border-color: #999990;
}
.ab_thumbnails-g_abp-mode .videoCube:hover .video-label-box .video-description {
    text-decoration: underline;
}
.ab_thumbnails-g_abp-mode .videoCube .video-label-box .video-title {
    margin: 0 0 0 0;
}
.ab_thumbnails-g_abp-mode .video-label-box .branding {
    display: block;
}
.ab_thumbnails-g_abp-mode .trc_header_left_column {
    width: 48%;
    _width: 48%;
    display: inline-block;
    height: auto;
}
.ab_thumbnails-g_abp-mode .trc_rbox_header .trc_header_ext {
    position: relative;
    top: auto;
    right: auto;
}
.ab_thumbnails-g_abp-mode .logoDiv a {
    font-size: 100%;
}
.ab_thumbnails-g_abp-mode .videoCube a {
    padding: 0 0 0 0;
}
.ab_thumbnails-g_abp-mode .trc_rbox_header .logoDiv {
    line-height: normal;
}
.ab_thumbnails-g_abp-mode .trc_rbox_header_span .trc_header_right_column {
    height: auto;
}
.ab_thumbnails-g_abp-mode .trc_header_right_part {
    margin: 0px 0 0 0;
}
.ab_thumbnails-g_abp-mode .videoCube .story-widget.story-widget-text-under .tbl-text-under-title-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-g_abp-mode .videoCube .story-widget.story-widget-text-under .tbl-ui-line {
    background-color: #333333;
}
.ab_thumbnails-g_abp-mode .tbl-recommendation-reel .tbl-text-under-branding-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-g_abp-mode .tbl-recommendation-reel .tbl-text-under-title-background {
    background-color: #EBEBEB;
}
.ab_thumbnails-g_abp-mode .tbl-recommendation-reel .tbl-ui-line {
    background-color: #333333;
}
.ab_thumbnails-g_abp-mode .tbl-reco-reel-slider {
    z-index: 99999;
    margin: initial;
    top: 50%;
}
.ab_thumbnails-g_abp-mode .tbl-vignette-background-screen {
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.ab_thumbnails-g_abp-mode .tbl-vignette-attribution {
    color: #6B6666;
    font-size: 15px;
}
.ab_thumbnails-g_abp-mode vignette {
    xButtonColor: #fff;
    backgroundColor: #fff;
    backgroundOpacity: 0.8;
    xButtonBGColor: #000;
}
.ab_thumbnails-g_abp-mode .tbl-vignette-close-btn-wrp {
    height: 15;
    background: #000;
}
/* s-split-ab_thumbnails-g_abp-mode */
/* override bootstrap default span definitions */
.ab_thumbnails-g_abp-mode [class*=span] {
    float: none;
    margin-left: 0;
}
.ab_thumbnails-g_abp-mode .trc_rbox_header_span .trc_header_right_column {
    background: transparent;
}
.ab_thumbnails-g_abp-mode .trc_rbox_header .logoDiv {
    font-size: inherit;
}
.ab_thumbnails-g_abp-mode .trc_header_left_column {
    background: transparent;
}

@media screen and (min-width: 0px) and (max-width: 499px) {
    .trc_elastic_ab_thumbnails-g_abp-mode .trc_rbox_outer .videoCube .video-label-box {
        height: auto;
    }
    .trc_elastic_ab_thumbnails-g_abp-mode .trc_rbox_outer .videoCube {
        margin-bottom: 10px;
    }
    .trc_elastic_ab_thumbnails-g_abp-mode .trc_rbox_outer {
        margin-left: -2%;
    }
    .trc_elastic_ab_thumbnails-g_abp-mode .videoCube_aspect {
        padding-bottom: 66.66666666666666%;
        width: 100%;
    }
    .trc_elastic_ab_thumbnails-g_abp-mode .videoCube {
        width: 97.99%;
        position: relative;
        float: left;
        margin: 0 0 2% 0;
        margin-left: 2%;
    }
    .trc_elastic_ab_thumbnails-g_abp-mode div.videoCube:nth-of-type(-n+5) {
        display: block;
        visibility: visible;
    }
    .trc_elastic_ab_thumbnails-g_abp-mode div.videoCube:nth-of-type(n+6) {
        display: none;
        visibility: hidden;
    }
}
@media screen and (min-width: 500px) {
    .trc_elastic_ab_thumbnails-g_abp-mode .trc_rbox_outer .videoCube .trc-main-label {
        height: auto;
    }
    .trc_elastic_ab_thumbnails-g_abp-mode .trc_rbox_outer .videoCube {
        margin-bottom: 10px;
    }
    .trc_elastic_ab_thumbnails-g_abp-mode .trc_rbox_outer {
        margin-left: -2%;
    }
    .trc_elastic_ab_thumbnails-g_abp-mode .videoCube_aspect {
        padding-bottom: 66.66666666666666%;
        width: 100%;
    }
    .trc_elastic_ab_thumbnails-g_abp-mode .videoCube {
        width: 31.33%;
        position: relative;
        float: left;
        margin: 0 0 2% 0;
        margin-left: 2%;
    }
    .trc_elastic_ab_thumbnails-g_abp-mode div.videoCube:nth-of-type(-n+3) {
        display: block;
        visibility: visible;
    }
    .trc_elastic_ab_thumbnails-g_abp-mode div.videoCube:nth-of-type(n+4) {
        display: none;
        visibility: hidden;
    }
}
#credential_picker_container {
    z-index: 9999999 !important;
}
.adserviceOop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}
.adserviceOop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}
.adserviceOop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}
