@font-face {
	font-family: BGFlameWeb-Light;
	src: url('https://cdn.flashtalking.com/102694/assets/BGFlameWeb-Light.woff');
}

*{
	margin: 0;
	padding: 0;
	font-family: 'BGFlameWeb-Light';
}

.hidden {
	display: none;
	visibility: hidden;
}

.copy {
	color: #FFFFFF;
	width: 100%;
	opacity:0;
}

.terms {
	color: #FFFFFF;
	font-size: 10px;
	position: absolute;
	right: 115px;
	bottom: 12px;
	opacity: 0;
	width: 150px;
	text-align: center;
}

.img {
	position: absolute;
	right: 0;
	bottom: -4px;
	opacity: 0;
}

.outer {
	position: absolute;
	top: 0;
	left: 116px;
	display: table;
	height: 72px;
	width: 344px;
	margin: 8px 16px;
	text-align: center;
}

.end-outer {
	position: absolute;
	top: 0;
	left: 116px;
	display: table;
	height: 72px;
	width: 344px;
	margin: 8px 16px;
	text-align: center;
}
.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

#container {
	position: relative;
	width: 726px;
	height: 88px;
	overflow: hidden;
	border: 1px solid #cccccc;
}

#frame {
	position: absolute;
	bottom: 0px;
	right: -256px;
}

#logo {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}

#cta {
	position: absolute;
    right: 132px;
    bottom: 32px;
    opacity: 0;
}
#cta_btn {
	display: inline-block;
	padding: 6px 2px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 14px;
	color: #003c6f;
	background-color: #b4e100;
	border: none;
	width: 118px;
	cursor: pointer;
	outline: none;
	text-align: center;
}

#ribbon-container {
	display: none;
}

.ribbon {
	width: 25%;
	background-color: #ff7a00;
	text-align: center;
	position: absolute;
	transform: translate(-50%,-50%) rotate(32deg);
	left: 806px;
    top: 140px;
	font-size: 11px;
	color: #FFFFFF;
	padding: 4px;
	font-weight: 500;

	-webkit-transition: all 300ms ease-out 1s;
	-moz-transition:    all 300ms ease-out 1s;
	transition:         all 300ms ease-out 1s;
}

#ribbon1,
#ribbon2 {
	font-size: 13px;
}

.ribbon-on {
	left: 668px;
	top: 34px;
}