<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* terms link that appears on skinny banner */
.skinnyBannerImageWrapDiv {
	max-width:990px;
	margin:0 auto;
	position:relative;
}
#asset_promo_image.skinnyBannerImageWrapDiv,
#asset_promo_image.skinnyBannerImageWrapDiv a {display:flex;}
.fl-desktop #asset_promo_image.skinnyBannerImageWrapDiv.SB-large{height:auto;}

.skinnyBannerPopup {
	position: relative;
	max-width: 400px;
	padding: 50px 20px 20px 20px; 
	background: #fff;
}

.fl-mobile a.skinnyBannerTermsLink{
	width: 20vw !important;
	padding-top: 20px;
    position: absolute;
    right: 20px;
    bottom: 10px;
	height: 20px;
	text-transform: none;	
}

.fl-mobile .heading.heading--image.heading--skinny-banner {
	position: relative;
    overflow: hidden;
	margin:auto;
}

.fl-mobile .heading--skinny-banner {
	text-transform: none;
}


/* just A/B test for news letter */
/* Hide default HTML checkbox */
.NLmessage{
	font-size: 14px;
	display: inline;
	width: 100%;
	margin-left: auto;
	font-size: 1em;
	padding-left: 1%;
}

.NLswitch {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 20px;
}
.fl-mobile .NLgrid{
	padding: 0% 0 5% 0px;
	display: flex;
}
.NLswitch input {display:none;}

.NLslider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	border: 2px solid #bfbfbf;
}

.NLslider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: #bfbfbf;
	-webkit-transition: .4s;
	transition: .4s;
}
.fl-mobile .NLswitch{
	width: 43px;
	height: 25px;
}
.fl-mobile .NLslider:before{
	height: 16px;
	width: 16px;
	left: 1px;
}
#NLChkBx + .NLslider {
	border: 2px solid #bfbfbf;
}
#NLChkBx:checked + .NLslider:before {
	left: 17px;
}
.fl-mobile #NLChkBx:checked + .NLslider:before {
	left: -10px;
}
#NLChkBx:checked + .NLslider {
	 background-color: #fff;
	 border: 2px solid #2d9aac;
}

#NLChkBx:focus + .NLslider {
	 box-shadow: 0 0 1px #2196F3;
}
#NLChkBx + .NLslider:before {
	-webkit-transform: translateX(0);
	 -ms-transform: translateX(0);
	 transform: translateX(0);
}
#NLChkBx:checked + .NLslider:before {
/*	 -webkit-transform: translateX(17px);
	 -ms-transform: translateX(17px);
	 transform: translateX(17px);*/
	 background-color: #2d9aac;
}

.fl-mobile #NLChkBx:checked + .NLslider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.NLslider.round {
	border-radius: 34px;
}

.NLslider.round:before {
	border-radius: 50%;
}
.fl-mobile label.NLswitch{
	display:block !important;
}
.NLgrid{
	display: grid;
	grid-template-columns: auto auto;
}
[data-locale="de_DE"] .NLgrid {
	margin-top: 15px;
}
.fl-mobile .NLmessage{
	font-size: 1.3em;
}
.skinny-banner-terms {
	position: absolute;
	width: 100%;
	bottom: 4px;
    font-size: 10px;
}

/* dont do this stuff.. this is horrid
	-- leaving this hear as an example of what not to do.
	obivously this css exists for a reason.. why would mobile be excluded globally?
	if it was meant to be exclded, it would be done in-context of the rest of the styling.
	find some pertinent context to scope this so it doesnt break unintended targets

.fl-mobile .asset-popup-container-link {
	display: none
}
*/
.fl-mobile .skinny_banner_terms_box.skinnyBannerPopup {
	padding: 0;
}

.fl-mobile #mobile_skinny_banner_container.SB-large{
	height:auto !important;
}

/* Themes here so for now this is a test*/
.SB-theme-limeGreen,
#mobile_skinny_banner_container.SB-theme-limeGreen{
	background: #D8F144;
}
.SB-theme-sky,
#mobile_skinny_banner_container.SB-theme-sky{
	background: #8FFFF0;
}
.SB-theme-gold,
#mobile_skinny_banner_container.SB-theme-gold{
	background: #EBF920;
}
.SB-theme-pink,
#mobile_skinny_banner_container.SB-theme-pink{
	background: #FD4E68;
}
.SB-theme-velvet,
#mobile_skinny_banner_container.SB-theme-velvet{
	background: #E32B2E;
}
.SB-theme-void,
#mobile_skinny_banner_container.SB-theme-void{
	background: #000000;
}
.SB-theme-orange1,
#mobile_skinny_banner_container.SB-theme-orange1{
	background: #ff906d;
}
.SB-theme-orange2,
#mobile_skinny_banner_container.SB-theme-orange2{
	background: #fa6432;
}
.SB-theme-grey,
#mobile_skinny_banner_container.SB-theme-grey{
	background: #858583;
}
.SB-theme-ocean1,
#mobile_skinny_banner_container.SB-theme-ocean1{
	background: #2d99ac;
}
.SB-theme-ocean2,
#mobile_skinny_banner_container.SB-theme-ocean2{
	background: #2e99ad;
}
</pre></body></html>