/* remote hdr */
.remote {
	width: 100%; 
	margin: 2.25em 0 0;  
	padding: 0 2em;
	box-sizing: border-box;
}
.remote > h3 {
	display: inline;
	letter-spacing: -.01em;
	text-transform: uppercase;
	color: #006FB9;
}

/* add border */
@media (min-width: 480px){		
	.remote { 
		text-align: center; 
		padding: 0;
	}
	.remote > h3 {
		line-height: 1;
		padding: .25em 0;  
		border: 2px solid #F37022;
		border-left: none; 
		border-right: none; 
	}	
}

/* 1 col */
.threeCol, .threeCol > div {
	width: 240px;  
	overflow: hidden;
}
.threeCol { margin: .5em auto 0; }  /* ctr cols */
.threeCol > div:first-child > span { margin-top: 0; }  /* remove top spc */  

/* graphic hdr */
.threeCol h4 {
	text-align: center;
	margin: 2.35em 0 .5em;  /* add top spc */   
	font-size: 75%;  
	font-weight: 600;
	line-height: 1;
	padding: .25em 0;  
	border-top: 2px solid #F37022;
	border-bottom: 2px solid #006FB9;
}
	.threeCol > div:first-of-type > h4 { margin-top: 1.25em; }  /* reduce top spc */	
	.threeCol > div:nth-of-type(3) > h4 { word-spacing: -1px; }

/* info graphics */
.infoTxt {
	position: relative;
	margin: 0 auto;
	display: block;	
	width: 240px;
	height: 160px;      
	background: #FFF 50% 50% no-repeat;
	transition: .2s linear;
}
	.drone { background-image: url('../img/Remote_ID_1_trim_notxt.jpg'); }	
	.plane { background-image: url('../img/Remote_ID_2_trim_notxt.jpg'); }
	.fria { background-image: url('../img/Remote_ID_3_trim_notxt.jpg'); }
.infoTxt > p {
	position: absolute;	
	margin: 0;
}
.infoTxt > .title, .infoTxt > .broadcast {
	text-align: center;
	font-weight: 700;	
	color: #234279;
}
.infoTxt > .title {
	top: 0;  	
	font-size: 75%;      
	line-height: 1.25; 
} 
	.drone > .title { left: 5.35em; }
	.plane > .title { left: 4.7em; }
	.fria > .title { width: 100%; }
.infoTxt > .broadcast {
	width: 100%;
	top: 11.75em;   	
	font-size: 65%;        
	letter-spacing: -.01em;
	word-spacing: -1px;
	line-height: 1.3; 
}
	.drone > .broadcast { margin-left: .275em; }
	.plane > .broadcast { margin-left: .45em; }

.threeCol ul { 
	margin-top: 1.25em;  
	font-size: 90%;
}
.threeCol ul ul li { font-size: 110%; }  /* font size fix */ 
.threeCol .oversized > li { margin-top: .5em; } 
.threeCol .oversized .join { margin-top: .25em; } 

/* 2 cols across */
@media (min-width: 550px){
	.threeCol { width: 500px; }  /* (240 x 2) + 20 */	
	.threeCol > div { float: left; }
	.threeCol > div:nth-child(2) { margin-left: 20px; }	
	.threeCol > div:nth-child(2) > h4 { margin-top: 1.25em; }  /* reduce top spc */ 
}

/* 3 cols across */
@media (min-width: 800px){
	.threeCol {	
		width: 760px;  /* (240 x 3) + 20 + 20 */
		margin-left: 0;  /* undo ctr */
		margin-right: 0;  /* undo ctr */
	}	
	.threeCol > div:nth-child(3) { float: right; }
	.threeCol > div:nth-child(3) > h4 { margin-top: 1.25em; }  /* reduce top spc */ 
}