﻿#SpecialNoticeAlert {
	border: 2px solid #fff;
	width: 100%;
	background: red;

}

	#SpecialNoticeAlert .SpecialNoticeWrapper {
		text-align: center;
		color: #fff;
	}

	#SpecialNoticeAlert .SpecialNoticeWrapper .Headline {
		text-align: center;
		font-size: 1.375em;
		font-weight: bold;
	}

		#SpecialNoticeAlert .SpecialNoticeWrapper .Notice {
			padding: 5px 2px;
			text-align: center;
			font-size: 1.125em;
			line-height: 1.125em;
font-weight: bold;
		}

#SpecialNoticeAlert .SpecialNoticeWrapper .Notice strong {
			text-align: center;
			font-size: 1.250em;
			line-height: 1.250em;
font-weight: bold;
		}


		#SpecialNoticeAlert .SpecialNoticeWrapper .Link a.Button {
			display: inline-block;
			margin: 10px auto !important;
			padding: 8px 10px;
			background: #2a5db0;
			text-align: center;
			color: #fff;
			font-style: normal;
			text-decoration: none !important;
			transition: opacity 0.5s;
			-webkit-transition: all ease 0.5s;
			-moz-transition: all ease 0.5s;
			-o-transition: all ease 0.5s;
			-ms-transition: all ease 0.5s;
			transition: all ease 0.5s;
			border-radius: 4px;
			text-transform: uppercase;
			border: 2px solid #2a5db0;
		}

			#SpecialNoticeAlert .SpecialNoticeWrapper .Link a.Button:hover {
				background: #fff;
				color: #2a5db0;
				-webkit-transition: all ease 0.7s;
				-moz-transition: all ease 0.7s;
				-o-transition: all ease 0.7s;
				-ms-transition: all ease 0.7s;
				transition: all ease 0.5s;
				text-decoration: none !important;
				border: 2px solid #2a5db0;
			}


@media only screen and (max-width: 961px) {
#SpecialNoticeAlert {
padding-top: 80px;
	}
}