/* Local Overrides */


/* hero */
.section-hero .hero-copy-announce {
	max-width: 460px;
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-copy-announce {
		max-width: 220px;
	}
}
/* cta hero button */
@media only screen and (max-width: 734px) {
	.cta-links-launch a{
		text-wrap: wrap;
    	max-width: 136px;
	}
	.section-hero .cta-links-launch {
    	margin-top: .8em;
	}
}

/* sep-9-tile */
@media only screen and (min-width: 735px) {
	.section-recent-events
		.recent-events-gallery
		.item-container
		.gallery-item {
		height: 495px;
	}
}
@media only screen and (max-width: 734px) {
	.section-recent-events
		.recent-events-gallery
		.item-container
		.gallery-item {
		height: 515px;
	}
}

.xs-break {
	display: none;
}

@media only screen and (max-width: 334px) {
	.xs-break {
		display: block;
	}
}