@font-face {
	font-family: 'CircularStd-Bold';
	src: url('../fonts/CircularStd-Bold.eot');
	src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CircularStd-Bold.woff') format('woff'),
		url('../fonts/CircularStd-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'CircularStd-Book';
	src: url('../fonts/CircularStd-Book.eot');
	src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CircularStd-Book.woff') format('woff'),
		url('../fonts/CircularStd-Book.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	word-spacing: 0;
	font-family: var(--fontBold);
}

@media screen and (min-width: 768px) {

	.site-main h1,
	.site-main .h1 {
		font-family: var(--fontBold);
		font-size: 64px;
		line-height: 70px;
		padding-bottom: 0;
		margin-bottom: 30px;
		font-weight: normal
	}

	.site-main h2,
	.site-main .h2 {
		font-family: var(--fontBold);
		font-size: 46px;
		line-height: 52px;
		padding-bottom: 0;
		margin-bottom: 30px;
		font-weight: normal
	}

	.site-main h3,
	.site-main .h3 {
		font-family: var(--fontBold);
		font-size: 34px;
		line-height: 38px;
		padding-bottom: 0;
		margin-bottom: 30px;
		font-weight: normal
	}

	.site-main h4,
	.site-main .h4 {
		font-family: var(--fontBold);
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 0;
		margin-bottom: 30px;
		font-weight: normal
	}

	.site-main h5,
	.site-main .h5 {
		font-family: var(--fontBold);
		font-size: 20px;
		line-height: 36px;
		padding-bottom: 0;
		margin-bottom: 30px;
		font-weight: normal
	}

	.site-main h6,
	.site-main .h6 {
		font-family: var(--fontBold);
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 0;
		margin-bottom: 10px;
		font-weight: normal
	}
}

@media screen and (max-width:600px) {
	body {
		font-size: 18px;
		line-height: 24px;
		font-family: var(--font)
	}

	.homeHero .vce-col-content {
		padding-top: 85px;
	}

	.site-main h2,
	.site-main .h2 {
		font-family: var(--fontBold);
		font-size: 34px;
		line-height: 38px;
		margin-bottom: 20px;
	}

	.site-main h2,
	.site-main .h2 {
		font-family: var(--fontBold);
		font-size: 34px;
		line-height: 38px;
		margin-bottom: 20px;
	}

	.site-main h3,
	.site-main .h3 {
		font-family: var(--fontBold);
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 11px;
	}

	.site-main h4,
	.site-main .h4 {
		font-family: var(--fontBold);
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 12px;
	}

	.site-main h5,
	.site-main .h5 {
		font-family: var(--fontBold);
		font-size: 20px;
		line-height: 36px;
		padding-bottom: 0;
		margin-bottom: 30px;
		font-weight: normal
	}

	.site-main h6,
	.site-main .h6 {
		font-family: var(--fontBold);
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 0;
		margin-bottom: 10px;
		font-weight: normal
	}

	body.home,
	.pageHeadOneCol {
		font-size: 18px;
		line-height: 24px;
	}

	.topMargin-innercol {
		margin-top: 40px;
	}

	.secondHeading {
		font-size: 18px;
		line-height: 24px
	}
}