@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff'); }

.error-message { text-align: center; }	

.message { font-family: 'Open Sans'; font-weight: 300; font-size: 2em; line-height: 1.2em; }

/* ===== MEDIA QUERIES ===== */
/* ========================= */

@media (max-width: 979px) {
	.message { font-size: 1.5em; }
}

@media (max-width: 767px) {
	.message { font-size: 1.2em; }
}

@media (max-width: 480px) {
	.message { font-size: 1em; }
}

.gtmIframe {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}