  	a#interest-pill {
		font-family: 'freight-sans-pro', sans-serif;
		font-size: 1.1em;
		display:block;
		position: fixed;
		bottom: 12px;
		left: 12px;
		width: 200px;
		padding: 18px;
		font-weight: 600;
		background-color: #CBB68B;
		color: #592C88;
		text-align: center;
		-webkit-border-radius: 12px; 
 		-moz-border-radius: 12px; 
  		border-radius: 12px;
		border: 1px solid #BB9F68;
		z-index: 19;
		}
	a#interest-pill:hover {
		background-color: #BB9F68;
		text-decoration: underline;
		cursor: pointer;
		}
	@media (min-width:55em) {
		a#interest-pill {
			display:none;
		}
	}
	.async-hide { 
		opacity: 0 !important
	} 
