.alert {
	display: none;
    padding: 50px 0 20px;
    -webkit-box-shadow: 0px 38px 37px -45px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 38px 37px -45px rgba(0,0,0,0.75);
    box-shadow: 0px 40px 40px -62px rgba(0,0,0,0.75);
    position: relative;
    z-index: 1000;
    background-color: #FFF;
}
	.alert .alert-close {
		display: inline-block;
		padding: 10px;
		position: absolute;
		top: 10px;
		right: 0px;
		color: #003e7a;
		font-size: 36px;
		line-height: 18px;
		cursor: pointer;
		z-index: 10;
	}

	.alert .alert-container {
		margin: 0 auto;
	}

	.alert .alert-image {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
		.alert .alert-image > img {
			border-radius: 7px;
		}

	.alert .alert-title {
		margin: 0;
		text-align: center;
		font-family: 'Proxima Nova Soft W03 Smbd', Arial, sans-serif;
		font-size: 25px;
		font-weight: normal;
		line-height: 1;
	}
		.alert .alert-title > a {
			font-family: inherit;
			font-size: inherit;
			line-height: inherit;
			color: inherit;
		}

	.alert .alert-description {
		margin-top: 15px;
		text-align: center;
	}
		.alert .alert-description > p {
			margin: 0;
		}

		.alert .alert-description .alert-link {
			font-size: 14px;
			line-height: 1;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
		}
			.alert .alert-description .alert-link > span {
				position: relative;
				top: -1px;
			}

@media only screen and (min-width: 40.063em) {
	.alert {
		padding: 20px;
	}
		.alert .alert-close {
			padding: 10px;
		}

		.alert .alert-image {
			display: inline-block;
			text-align: left;
		}

		.alert .alert-title {
			font-size: 30px;
			text-align: left;
		}

		.alert .alert-description {
			text-align: left;
		}
}

@media only screen and (min-width: 64.063em) {
	.alert .alert-container {
		width: 80%;
	}

	.alert .alert-title {
		font-size: 36px;
	}
}
