  @import url("https://use.typekit.net/kbe2wsj.css");
  
html, body{
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 0.2em;
}
a#fuseAd{
	width: 300px;
	height: 250px;
	display: inline-block;
	text-decoration: none;
	margin: 0 auto;
}
#fuseideas_container{
	background-image: url('../index.fuseideas/stars.jpg');
	background-size: cover;
	background-position: 0 0;
	width: 300px;
	height: 250px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
#flicker{
	position: absolute;
	bottom: 20px;
	left: -10px;
	width: 9px;
	height: 9px;
	border-radius:100%;
	z-index: 0;
}
#flicker2{
	position: absolute;
	bottom: 70px;
	left: -10px;
	width: 9px;
	height: 9px;
	border-radius:100%;
	z-index: 0;
}
#flicker3{
	position: absolute;
	bottom: 120px;
	left: -10px;
	width: 9px;
	height: 9px;
	border-radius:100%;
	z-index: 0;
}
#flicker4{
	position: absolute;
	bottom: 143px;
	left: -10px;
	width: 9px;
	height: 9px;
	border-radius:100%;
	z-index: 0;
}
#flicker5{
	position: absolute;
	bottom: 173px;
	left: -10px;
	width: 9px;
	height: 9px;
	border-radius:100%;
	z-index: 0;
}
#flicker6{
	position: absolute;
	bottom: 199px;
	left: -30px;
	width: 9px;
	height: 9px;
	border-radius:100%;
	display: none;
	z-index: 0;
}
#flicker7{
	position: absolute;
	bottom: 110px;
	left: -10px;
	width: 9px;
	height: 9px;
	border-radius:100%;
	z-index: 0;
}
#flicker8{
	position: absolute;
	bottom: 120px;
	left: -10px;
	width: 9px;
	height: 9px;
	border-radius:100%;
	z-index: 0;
}
#fuse_cta-copy .mid{
	color: #ffffff;
	text-decoration: none !important;
}
#fuse_logo{
	width: 50%;
	margin: 20px auto 0;
	text-align: center;
}
.rw-logo{
	width: 100%;
}
#fuse_txt1{
	color: #ffffff;
	line-height: 2em;
	text-align: center;
	width: 100%;
}

#fuse_txt2, #fuse_txt3, #fuse_txt4, #fuse_txt5{
	position: absolute;
	width: inherit;
	text-align: center;
	color: #9e000a;
	top: 102px;
	opacity: 1;
	font-size: 1.1em;
	left: auto;
	font-weight: bold;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
}

#fuse_cta{
	width: 55%;
	margin: 0 auto 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding-left: 10px;
	height: 35px;
	transition: 0.3s ease;
	z-index: 200;
	}
#fuse_cta-copy{
	letter-spacing: 2px;
	font-size: 0.8em;
	height: 100%;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	background-color: #9e000a;
	width: 100%
}
.fuse_mid{
	width: 35px;
	text-align: center;
}
#fuse_cta:hover > #fuse_cta-copy{
	background-color: #650309;
}
#fuse_cta-arrow{
	background-color: #ffffff;
	border: 1px solid #9a9d9b;
	border-left: 0px;
	color: #9a9d9b;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}