/* Fly-out */

.hoverDetails {
    width: 25.1rem;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 999;
    color: #333;
    background: #fff;
    border: .1rem solid #999;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1.5rem 0 rgba( 0,0,0,.5 );
}
.hoverDetails.noAnimate {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.hovertiptop:before, .hovertiptop:after {
    content: "";
    position: absolute;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    top: -12px;
    left: 114px;
    margin-top: 0px;
}
.hovertiptop:before {
    border-bottom: 13px solid #fff;
    z-index: 10;
}
.hovertiptop:after {
    border-bottom: 13px solid #666;
    z-index: 1;
    margin-top: -1px;
}
.hovertipdown:before, .hovertipdown:after {
    content: "";
    position: absolute;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    bottom: -12px;
    left: 114px;
    margin-bottom: 0px;
}
.hovertipdown:before {
    border-top: 13px solid #fff;
    z-index: 10;
}
.hovertipdown:after {
    border-top: 13px solid #666;
    z-index: 1;
    margin-bottom: -1px;
}
.hovertipleft:before, .hovertipleft:after {
    content: "";
    position: absolute;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    top: 20%;
    left: -12px;
    margin-top: 0px;
}
.hovertipleft:before {
    border-right: 13px solid #fff;
    z-index: 10;
}
.hovertipleft:after {
    border-right: 13px solid #666;
    z-index: 1;
    margin-left: -1px;
}
.hovertipright:before, .hovertipright:after {
    content: "";
    position: absolute;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    top: 7px;
    right: -12px;
    margin-top: 0px;
}
.hovertipright:before {
    border-left: 13px solid #fff;
    z-index: 10;
}
.hovertipright:after {
    border-left: 13px solid #666;
    z-index: 1;
    margin-right: -1px;
}
.hovertipLeftOrRightBottom:before, .hovertipLeftOrRightBottom:after {
    top: auto;
    bottom: 20%;
}
.hovertipLeftOrRightTopUpper:before, .hovertipLeftOrRightTopUpper:after {
    top: 2%;
    bottom: auto;
}
.hovertipLeftOrRightBottomLower:before, .hovertipLeftOrRightBottomLower:after {
    top: auto;
    bottom: 2%;
}
.hoverDetailsContainer {}
.hoverDetailsInfoSec {
    margin: 0px;
    padding: 5px 20px;
    border-top: 1px solid #ccc;
}
.actualCouponCode {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 165px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: default;
}
.couponCodeCopyInput {
    width: 145px;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #555;
    background: #fff;
    margin: 0;
    margin-top: -1px;
    font-size: 11px;
}
.hoverDetailsWrap {
    position: relative;
    top: 0;
    left: 0;
}
.hoverDetailsTerms, .hoverDetailsMoreInfo {
    margin: 0px 10px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 16px;
    border-top: 1px dashed #ccc;
}
.hoverDetailsTerms {
    padding: 5px 0;
    margin: 0;
}
.hoverDetailsTerms strong {
    display: block;
    padding: 5px 20px;
}
.hoverDetailsMoreInfo p{
    font-size: 12px;
    line-height: 16px;
}

.hoverDetailsHeader {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding: 0 2rem 1rem;
}
.hoverDetailsHeaderTitle {
    font-size: 1.6em;
    padding: 1.1rem 2rem 1.5rem 0;
    color: #395487;
    font-weight: normal;
}
.hoverDetailsHeaderSb {
    font-size: 1em;
}
.hoverDetailsHeaderSb:after {
    content: '';
    display: table;
    clear: both;
}
.hoverDetailsHeaderSbOrigEarn {
    float: left;
    margin-bottom: .2rem;
    padding-left: .2rem;
    text-decoration: none;
}
.hoverDetailsHeaderSbEarn {
    min-height: 2.2rem;
    height: auto;
    clear: both;
    float: left;
    margin: 0;
    color: #fff;
    padding: 0 .6rem;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    border-radius: .4rem;
    text-align: center;
}
.hoverDetailsHeaderUpTo {
    padding: .2rem .6rem;
    line-height: 1.2;
    width: 10.5rem;
    word-break: normal; /* For Edge and IE */
    overflow-wrap: normal;
}
.hoverDetailsHeaderSbEarn.sbNotAvailable {
    color: #000;
    font-weight: 400;
}
.hoverDetailsHeaderSbPerOneDollarExplain, .hoverDetailsHeaderExplainReward {
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding: 1.1rem 0 0;
}
.hoverDetailsHeaderSbPerOneDollarExplainCashBack {
    font-size: 1.3rem;
    padding: .3rem 0 0;
    font-weight: bold;
}
.hoverDetailsHeaderMainCta {
    position: absolute;
    font-size: 1.2em;
    right: 2rem;
    margin-top: -2.2rem;
    width: 9rem;
    height: 2.2rem;
    background-color: #fff;
    border: .1rem solid;
    border-radius: .4rem;
    line-height: 1.9;
    text-align: center;
}

.hoverDetailsHeaderUpToCta {
    margin-top: -3.6rem;
    height: 3.7rem;
}
.hoverDetailsHeaderFavoriteCta {
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    width: 1.8rem;
    height: 1.5rem;
    background: transparent url(/dist-non-modules/content/shared/images/favorite.c1bf7aa1caf7f44eba0d.svg) no-repeat;
    border: none;
    text-indent: -9999rem;
}
.favorite.hoverDetailsHeaderFavoriteCta {
    background-position: 0 -1.5rem;
    transition: inherit;
}
.hoverDetailsInfoTimeToComplete {
    padding: 0 0 0 4.3rem;
    font-size: 1.3em;
    line-height: 2.924;
    background: url(/dist-non-modules/content/shared/images/clock-icon.bd6be2c65c1338da22e1.svg) 2rem center no-repeat;
    background-size: 1.8rem 1.8rem;
    border-top: .1rem solid #ccc;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
}
.hoverDetailsInfoTimeToCompleteCopy {
    font-weight: bold;
}
.hoverDetailsInfoNav {
    padding: .3rem 0 0 1.2rem;
    background-color: #ddd;
    border-top: .1rem solid #ccc;
    overflow: hidden;
    white-space: nowrap;
}
.hoverDetailsInfoNavCta {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    margin: 0;
    padding: .1rem .7rem .5rem .7rem;
    background-color: transparent;
    border: none;
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
    font-weight: bold;
}
.active.hoverDetailsInfoNavCta {
    background-color: #fff;
}
.hoverDetailsInfo {
    padding: 0 2rem;
    max-height: 13.5rem;
    overflow-y: auto;
}
.hoverDetailsInfo:nth-of-type(2),
.hoverDetailsInfoHeading {
    display: none;
}
.hoverDetailsInfoSubCategories {
    padding: 1.1rem 0 .7rem;
}
.hoverDetailsInfoSubCategory {
    font-size: 1.2em;
    line-height: 1.583em;
    color: #2c6bae;
}
.hoverDetailsInfoSubCategory:not(:first-child):before {
    content: ', ';
}
.hoverDetailsInfoDetails {
    font-size: 1.2em;
    line-height: 1.7em;
    padding: .8rem 0 .7rem;
}
.hoverDetailsInfoDetailsExcludes {
    font-weight: 700;
}
.hoverDetailsOfferId {
    float: right;
    margin-right: 1rem;
    font-size: 1.2em;
    padding: .5rem 0;
    color: #c6c6c6;
}
.hoverDetailsSecondaryCtaContainer {
    border-top: .1rem solid #ccc;
}
.hoverDetailsSecondaryCta {
    display: block;
    font-size: 1.4em;
    padding: 1.1rem 2rem;
    color: #306cb1;
    text-decoration: none;
}


.timeOnDetails.sbTrayListItemTimeContainer {
    position: relative;
    top: -1.1rem;
    bottom: auto;
    left: auto;
    padding: 0;
}
.watchCard .sbTrayListItemTimeContainer, .hoverDetailsTime {
    float: left;
    color: #999;
}
.hoverDetailsTime {
    margin-right: 1rem;
}
.hoverDetailsPlaylist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hoverDetailsVideoLink {
    color: #333333;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 4.6rem;
}
.hoverDetailsVideoLink:hover {
    color: #333333;
    background-color: #ececec;
}
.hasBorder {
    border-bottom: .1rem solid #cbcbcb;
}
.hoverDetailsVideoContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 4.5rem;
}
.hoverDetailsVideoImage {
    width: 6rem;
    height: 4rem;
    margin: 0.5rem 1rem 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 6rem;
    -ms-flex: 0 0 6rem;
    flex: 0 0 6rem;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    background-size: cover !important;
    background-position: center;
    float: left;
}
.hoverDetailsVideoInfo {
    padding: 0 1rem 0.5rem 0rem;
    font-weight: bold;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 1 1 16rem;
    -ms-flex: 1 1 16rem;
    flex: 1 1 16rem;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.hoverDetailsVideoUrl:hover {
    background-color: #ececec;
    color: #333333;
}
.hoverDetailsVideoContainer:last-child .hoverDetailsVideoInfo {
    border: none;
}
.iconWatch {
    background: url(/dist-non-modules/content/shared/images/sprite-watch.9f0d5029faa2f85f971b.svg) no-repeat;
    background-size: 10rem 50rem;
}
.iconPlayBtn {
    width: 1.2rem;
    height: 1.4rem;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5rem;
    background-position: 0 -23rem;
    position: relative;
}
.hoverDetailsVideoRating {
    width: 7.26rem;
    height: 1.2rem;
    display: inline-block;
    vertical-align: baseline;
    background: url(/dist-non-modules/content/shared/images/sprite-watch.9f0d5029faa2f85f971b.svg) no-repeat;
    background-size: 10rem 50rem;
}

 /*Watch Playlist Cards (card type 48)*/
.hoverDetailsCardType48 .hoverDetailsHeaderMainCta {
    width: auto;
}
.hoverDetailsCardType48 .hoverDetailsInfoNavCta {
    width: 45%;
    padding: 0.1rem 0 0.5rem;
}

/* Card */

.sbHomeCard:hover {
    border-color: #999;
}
.sbHomeCard:active {
    border-color: #555;
}
.sbCardQuickLook {
    display: none;
}
