/* right sidebar ads */
.textAd {background:50% 50% no-repeat; display:block; width:220px; height:151px; position:relative; text-decoration:none !important;}

/* auvsi */
.textAd.auvsi {
	margin-top: 1.4em;	
	width: 218px;
	height: 218px;
	border: 1px solid #002157;
	background-image: url('../img/FAA-UAS_Symposium_notxt.jpg');
}
.textAd.auvsi span {
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 1;
}
.textAd.auvsi em { font-style: normal; }
.textAd.auvsi .hdr {
	top: 6.15em;
	font-size: 130%;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	color: #3DB8EA;
}
.textAd.auvsi .hdr > em { color: #00184E; }
.textAd.auvsi .date {
	top: 14.2em;
	font-size: 80%;
	color: #00184E; 
}
.textAd.auvsi .date > em { 	
	display: inline-block;
	margin: 0 .5em;
	color: #3DB8EA; 
}
.textAd.auvsi .site {
	top: 16.5em;
	font-size: 75%;
	color: #00184E;
}

/* new rules */
.textAd.new {
	margin-top: 1.4em;	
	height: 142px;
	background-image: url('../img/new_rules_notxt.png');
}
.textAd.new span {
	position: absolute;
	top: 2em;
	left: .7em;
	font-size: 120%;
	font-weight: 700;
	line-height: 1.35;
	color: #FFF;
}

/* webinar series */
.textAd.webinar {
	margin-top: 1.4em;	
	height: 151px;
	background-image: url('../img/webinar_series_notxt.png');
}
.textAd.webinar span {
	position: absolute;
	bottom: .9em;
	width: 100%;
	text-align: center;
	font-size: 120%;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -.01em;
	color: #FFF;
}

/* safety awareness */
.awareness { border: 1px solid #002157; }

/* uas symposium */
/*
.textAd.sym {margin-top:1.4em; background-image:url('../img/FAA_UAS_Symp_notxt.png');}
.textAd.sym span {
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 1;
}
.textAd.sym .reg {
	font-size: 110%;
	color: #FFF;
	top: 8%;
	transform:translateY(-8%);
}
.textAd.sym .date {
	font-size: 90%;
	color: #DDD; 
	top: 85%;
	transform:translateY(-85%);
}
.textAd.sym .date > b {color:#FFF;}
*/