/* right sidebar ads */
.textAd {background:50% 50% no-repeat; display:block; width:220px; height:151px; position:relative; text-decoration:none !important;}
.textAd > span {position:absolute;}

/* 2020 symposium */
.textAd.sympo {
	margin-top: 1.4em;	
	height: 440px;
	background-image: url('../img/UAS20-Sympo_notxt.jpg');
	transition: .3s ease-out;
}
.textAd.sympo span { width: 100%; }
.textAd.sympo .hdr {
	top: 4.95em;  
	left: .5em;  
	font-size: 210%;  
	font-weight: 700;
	line-height: 1.1;
	color: #093266;
}
.textAd.sympo .date {
	top: 13.65em;
	left: .8em;  
	font-size: 130%;
	line-height: 1;
	letter-spacing: -.01em;
	color: #0A3054; 
}
.textAd.sympo .date > img { margin: 0 .5em 0 0; }
.textAd.sympo .reg { 
	top: 18.5em;  
	text-align: center;
	font-size: 110%;  
	font-weight: 700;
	line-height: 1.35;
	color: #3DB1EA;
}
.textAd.sympo .reg > em { 
	font-style: normal;
	color: #093266; 
}
.textAd.sympo:hover, .textAd.sympo:focus { filter: saturate(175%); }