	/* [28] */

	.text-block {
		margin 0;
	}
	.text-block h1 {
		font-size:calc( 18px + (40 - 18) * ( (100vw - 400px) / (800 - 400) ));
		line-height: 150px;
		font-family: BentonSans regular, Arial, Helvetica, sans-serif;
	}
	.text-block h3 {
		font-size:calc( 12px + (16 - 12) * ( (100vw - 400px) / (800 - 400) ));
		font-family: BentonSans regular, Arial, Helvetica, sans-serif;
	}
	.text-block h5 {
		font-size:calc( 10px + (14 - 10) * ( (100vw - 400px) / (800 - 400) ));
		font-family: BentonSans regular, Arial, Helvetica, sans-serif;
	}
	.wide-header {
	  position: relative;
	  height: 150px;
	  color: #ffffff;
	  background: #00BDEC;
	}
	.text-center {
		text-align: center;
	}
	.text-border {
		border: 2px solid green;
	}
