/***** 2015 Live Banner Styling - Mission Data *****/

.livebanner {
	background:#005eba;
	color:#fff;
	margin-bottom:1em;
	font-family:"Helvetica Neue Light", "Helvetica Neue", 'Arial Condensed', Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size:1em;
	position:relative;
	z-index:10;
	text-align:center;
	padding-right:12px;
}

.livebanner a.livebanner_close {
	font-size:1.3em !important; font-weight:800 !important; display:block; line-height:1; letter-spacing:0; padding:1px 3px;
	position:absolute;
	 top:0;
	 right:0;
	z-index:100;
	text-decoration:none;
}
@media screen and (min-width: 580px){
	.livebanner {padding:0 20px 0 8px;}
}
@media screen and (min-width: 767px){
	.livebanner {font-size:22px;}
	.livebanner a.livebanner_close {font-size:.9em !important;}
}

.livebanner a {
	display: block;
	/* padding: .75em 0;*/
	 padding:14px 8px;
	font-weight: 100;
	text-decoration: none;
	transition: .4s ease all;
}

.livebanner a, .livebanner h1, .livebanner h2, .livebanner h3, .livebanner h4, .livebanner h5, .livebanner h6 {
	/* font-family:"Helvetica Neue Light", "Helvetica Neue", 'Arial Condensed', Helvetica, Arial, sans-serif; */
	font-size:1em !important;
	font-weight:normal !important;
	color:#fff;
	line-height: 1;
	vertical-align:middle;
}

.livebanner h1, .livebanner h2, .livebanner h3, .livebanner h4, .livebanner h5, .livebanner h6 {
	margin:0 !important;
	padding:0;
}

.livebanner a:hover, .livebanner a:active {
	color:#e1e1e1;
	text-decoration:none;
	text-shadow:.05em .15em 0 rgba(0,0,0,.25);
	transition:.2s ease all;
}

.livebanner strong {
	 color:#ffcd00;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:700;
}

.livebanner i {
	display:inline-block;
	vertical-align:bottom;
}

/* Banner item widths */
.livebanner aside {
	margin:0 auto;
	 width:92%; z-index:30;
}
.livebanner aside:not(:last-child){
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,.65);
}

@media screen and (min-width: 580px){
	.livebanner aside:not(:last-child){
		border-bottom:none;
	}
	.livebanner aside {
		margin:0;
	}
	.livebanner--1 aside, .livebanner--5 .livebanner_item--1 {
		width:100%;
	}
	.livebanner--2 aside, .livebanner--5 aside:not(.livebanner_item--1) {
		float:left;
		width:50%;
	}
	.livebanner--3 aside, .livebanner--6 aside {
		float:left;
		width:33.333%;
	}
	.livebanner--4 aside {
		float:left;
		width:25%;
	}
}
