.announce {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding-right: 3%;
	padding-left: 3%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("../images/grid-bg.jpg");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

.cta {
	max-width: 200px;
	margin-top: 10px;
	padding: 10px;
	font-size: 1rem;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	background-color: #1a365d;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
	font-weight: bold;
	color: white;
	text-align: center;
	border-radius: 38px;
	width: 100%;
}

.cta:hover {
	background-color: #135b7b;
	text-decoration: none;
}

.heading {
	color: #1b365d;
	font-size: 1.8em;
	margin-right: 4%;
}

.announce-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	max-width: 1230px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.announce-left {
	margin-right: 4%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.announce-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 991px) {
	.heading {
		font-size: 1.8em;
	}
}

@media screen and (max-width: 540px) {
	.announce {
		padding-bottom: 10px;
	}

	.heading {
		margin-bottom: 0px;
		font-size: 1.25em;
		line-height: 1.4;
	}

	.ribbon {
		position: absolute;
		left: 0%;
		top: 0%;
		right: auto;
		bottom: auto;
		height: 100%;
		margin-right: 0%;
	}

	.announce-right {
		width: 65%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
