	#announcement {
	position: fixed;
	top: 275px;
	right: 6%;
	height: auto;
	width: 420px;
	max-width: 60%;
	z-index: 5000;
	cursor: pointer;
	text-align: right;
	background-color: rgba(245,224,207,0.9);
	/* background-color: rgba(0,128,55,0.9); */
	border-radius: 25px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
	}
	.announcementBox {
		position: realtive;
		width:80%;
		text-align:center;
		margin: auto;
		color: #FFFFFF;
		padding-bottom: 24px;
	}
	.announcementBox h3 {
	font-family: SourceSansProBlack, sans-serif;
	font-size: 38px;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.1);
	font-weight: bold;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
	color: #8A3539;
	margin-bottom: 3px;
	}
	.announcementBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	color: #333333;
	margin-bottom: 3px;
	}
	.announcementBox form {
	margin: 0px auto;
	}
	#announcement img {
	border: solid 1px #000000;
	width: 99%;
	}
	#announceClose {
	line-height: 180%;
	font-weight: bold;
	color: #777777;
	}
	#closeAnnounce {
	position: ablsolute;
	bottom: 12px;
	right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	z-index: 999;
	}
	#announcement img {
	margin: 0px;
	padding: 0px;
	border: solid 1px #FFFFFF;
	display: inline;
	}
	.fade2 {
	-webkit-animation-name: fadeIn; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	}
	@-webkit-keyframes fadeIn {
	0% {opacity: 0.0;}
	100% {opacity: 1.0;}
	}
	@keyframes fadeIn {
	0% {opacity: 0.0;}
	100% {opacity: 1.0;}
	}
	.submitButton {
	padding: 12px 28px;
	background-color: #008037;
	border: solid 1px #FFFFFF;
	border-radius: 20px;
	text-decoration: none;
	color: #FFFFFF;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.80);
	}
	.submitButton:hover {
	opacity: 0.95;
	box-shadow: none;
	}
	.openSubHeadLink {
	margin-top: 40px;
	font-family: SourceSansProBlack, sans-serif;
	font-size: 18px;
	line-height: 110%;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	}
	.openSubHeadLink a {
	padding: 12px 28px;
	background-color: #008037;
	border: solid 1px #FFFFFF;
	border-radius: 20px;
	text-decoration: none;
	color: #FFFFFF;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.10);
	}
	.openSubHeadLink a:hover {
	opacity: 0.95;
	box-shadow: none;
	}
	
@media only screen and (max-width: 680px) {
	#announcement {
	position: fixed;
	/* bottom: 206px; */
	right: 10%;
	max-width: 80%;
	}

}

