@media only screen {
	.alert-wrapper.reveal-modal{
	padding: 0px;
	border-radius: 0px;
	min-height: inherit;
	top: 200px !important;
	max-width: 680px !important;
	}
	
	.alert-wrapper .alert-header{
	background: #0056b8;
	display: block;
	height: 36px;
	width: 100%;
	color: #fff;
	}
		.alert-wrapper .alert-header .close-reveal-modal{
		color: #fff;
		font: normal 14px "Museo Sans W01_900";
		line-height: 26px;
		text-transform: uppercase;
		letter-spacing:3px;
		top: 5px;
		right: 20px;
		padding-right: 25px;
		background: url('/includes/public/assets/images/mobile-menu-x.gif') no-repeat right center;
		}
		.alert-wrapper .alert-header .close-reveal-modal .fa{
		margin-left: 5px;
		}

	.alert-wrapper .alert-container{
	padding: 25px;
	}
		.alert-wrapper .alert-container h3{
		font-family: "Museo W01_300";
		margin: 0px 10px 20px 10px;
		}
		.alert-wrapper .alert-container h2{
		font-size: 16px;
		margin-top: 0px;
		line-height: normal;
		}
		.alert-wrapper .alert-container p{
		font-size: 16px;
		line-height: 24px;
		}
		.alert-wrapper .alert-container .alert-description img{
		border: 1px solid #f1e9e0;
		width: 100%;
		margin-bottom: 10px;
		}
}
@media only screen and (max-width: 40em) { 
	.alert-wrapper.reveal-modal{
	top: 0px !important;
	z-index:10000;
	}
}