#PageBody #naepShell #announcement-banner {
	margin: 0;
	border-bottom: 1px outset #eee;
	min-height: 40px;
	box-sizing: border-box;		
	display:flex;
	align-items:center;
	background-color: #97d6f3;
	position: relative;
	-moz-box-shadow: 0 5px 3px -3px #ccc;
	-webkit-box-shadow: 0 5px 3px -3px #ccc;
	box-shadow: 0 5px 3px -3px #ccc;
	z-index:500;	
	position:relative;	
}
#PageBody #naepShell #announcement-banner .naep-announcement {
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
	align-items:center;
	width:100%;
	position:relative;
	padding: 0 40px;		
}
#PageBody #naepShell #announcement-banner .announcement-title {
	background: url(../images/bell_icon_32px.png) no-repeat 0 center;
	font-weight: bolder;
	font-size: 1.5em;
	margin-bottom:0;
	padding-left: 30px;
	color: #000;
	white-space: nowrap;
	min-height: 32px;
}	
#PageBody #naepShell #announcement-banner .announcement-text {
	text-decoration: none;
	display: inline-block;
	position: relative;
	/*max-width: 60%;*/
	font-weight: 700;
	color: #000;	
	line-height:1.1em;
	text-align:center;
	/*margin-bottom:0;*/
}
#PageBody #naepShell #announcement-banner .learn-more {
	position:relative;
	display:inline-block;
	background: none #0076C5;	
	color: #fff;
	line-height:1em;
	border-radius:5px;
	text-align: left;
	vertical-align:bottom;
	box-shadow: 0 3px 6px rgba(54,54,54, .15);
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms ease-in;
	min-height:0;
	bottom:0;
	left:0;
	border:1px solid #001871;
	text-decoration:none;
	padding:10px 20px;
	padding-right:60px;		
}
#PageBody #naepShell #announcement-banner .learn-more:after {
	content: url('../images/learn_more_active.png');
	right:20px;
	position: absolute;
	display: block;
	margin-left:20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}	
#PageBody #naepShell #announcement-banner .learn-more:hover {
	cursor: pointer;
    background: none #bbc7d6;
    box-shadow: inset 0 0 70px #001871;
}

@media screen and (min-width: 992px) {
	#PageBody #MainContent #RelatedInformation.fixed {
		top:279px;
	}
	#PageBody .header_container.fixed + #naepShell #RelatedInformation.fixed {
		top:279px;
	}
	#PageBody #naepShell #CrumbTrail {
		margin-top: 80px !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#PageBody #naepShell {
		padding-top:163px;
	}
	#PageBody #MainContent #RelatedInformation.fixed {
		top:279px;
	}
	#PageBody .header_container.fixed + #naepShell #RelatedInformation.fixed {
		top:279px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#PageBody .header_container + #naepShell {
		padding-top:136px;
	}	
	#PageBody #naepShell #CrumbTrail {
        margin-top: 110px !important;
    }
}
@media screen and (min-width: 768px) {
	#PageBody #announcement-banner {
		flex-flow: row nowrap;
		justify-content: space-between;
		padding: 10px 17px;
	}
}
@media screen and (max-width: 767px){
	#PageBody .header_container + #naepShell {
		padding-top:136px;
	}
	#PageBody #announcement-banner {
		flex-flow: column nowrap;
		justify-content: center;
		padding: 10px;
	}
	#PageBody #naepShell #announcement-banner .announcement-text {
		margin: 10px 0;
	}
}

@media screen and (min-width: 392px) and (max-width: 767px) {
	#PageBody #naepShell #CrumbTrail {
		margin-top: 145px !important;
	}
}
@media screen and (max-width: 480px) {
	#PageBody .header_container + #naepShell {
		padding-top:138px;
	}
}

@media screen and (max-width: 392px) {
	#PageBody #naepShell #CrumbTrail {
		margin-top: 160px !important;
	}
}