/* for final sticky SB */
.adthrive-sidebar.adthrive-stuck {
margin-top: 50px;
}
/* for ESSAs */
.adthrive-sticky-sidebar > div {
top: 50px!important;
}

.adthrive-sidebar {
    z-index: 1 !important;
}

body.adthrive-device-desktop .adthrive-collapse-player,
body.adthrive-device-desktop #adthrive-contextual-container {
    max-width: 600px;
}

body.adthrive-device-desktop div[id^="cls-video-container"] {
    min-height: 250px!important;
}

body.adthrive-device-desktop .u-scrollButtons {
    margin-bottom: 70px;
}

body.adthrive-device-tablet .u-scrollButtons {
    margin-bottom: 70px;
}

body.adthrive-device-phone .u-scrollButtons {
    margin-bottom: 30px;
}

body.adthrive-device-desktop .adthrive-player-position.adthrive-collapse-float.adthrive-collapse-bottom-right,
body.adthrive-device-tablet .adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-bottom-right {
    right: 60px !important; 
}

body.adthrive-device-desktop .adthrive-wrapper-float-close > svg,
body.adthrive-device-tablet .adthrive-wrapper-float-close > svg {
    fill: white !important;
}


#adthrive-sticky-outstream-close > svg  {
    fill: transparent !important;
}

/* Top Center White Background */
.adthrive-collapse-mobile-background {
background-color: #fff!important;
}
.adthrive-top-collapse-close > svg > * {
stroke: black;
font-family: sans-serif;
}
.adthrive-top-collapse-wrapper-video-title,
.adthrive-top-collapse-wrapper-bar a a.adthrive-learn-more-link {
color: black!important;
}
/* END top center white background */

/* Prevent video player from expanding on desktop */
body.adthrive-device-desktop .adthrive-collapse-player,
body.adthrive-device-desktop #adthrive-contextual-container {
max-width: 600px;
height: auto!important;
}
body.adthrive-device-desktop div[id^="cls-video-container"] {
min-height: 350px!important;
}
/* END prevent video player expanding */