@import url(./Variables.css);


/* Style links inside RTE. Links inside RTE block do not have a specific class, so we do the following risky selection. */
p a {
	text-decoration: underline;
}

/**umb_name: Section heading*/
h2.section-heading {
	text-transform: uppercase;
	font-family: var(--serif-font);
	font-size: 16px;
	line-height: 2em;;
	font-weight: 600;
}

/**umb_name:h XL*/
.h-xl {
	font-size: 5em;
	font-family: var(--serif-font);
	line-height: inherit;
}

h1 .h-xl {
	font-size: 1.429em;
}

h2 .h-xl {
	font-size: 2.5em;
}

h3 .h-xl {
	font-size: 3.333em;
}

h4 .h-xl {
	font-size: 5em;
}

h5 .h-xl {
	font-size: 5.714em;
}

h1, h2, h3, h4, h5 {
	font-family: var(--serif-font);
	font-weight: 600;
	word-break: break-word;
	line-height: 1;
}

/** umb_name:H1 */
h1 {
	font-family: var(--serif-font);
	font-size: 3.5em;
	font-weight: 600;
	word-break: break-word;
	padding: 0;
}

/**umb_name:H2*/
h2 {
	font-size: 2em;
	font-weight: 600;
	font-family: var(--serif-font);
}

/**umb_name:H3*/
h3 {
	font-size: 1.5em;
	font-weight: 600;
	font-family: var(--serif-font);
}

/**umb_name:H4*/
h4 {
	font-size: 1em;
	font-weight: 600;
	font-family: var(--serif-font);
}

/**umb_name:H5*/
h5 {
	font-size: 0.875em;
	font-weight: 600;
	font-family: var(--serif-font);
}

/**umb_name:p XL*/
p.p-xl {
	font-size: 1.5em;
	font-family: var(--sans-font);
}

/**umb_name:p L*/
p.p-l {
	font-size: 1.25em;
	font-family: var(--sans-font);
}

/**umb_name:p M*/
p.p-m {
	font-size: 1em;
	font-family: var(--sans-font);
}

/**umb_name:p S*/
p.p-s {
	font-size: 0.875rem;
	font-family: var(--sans-font);
}

/**umb_name:p XS*/
p.p-xs {
	font-size: 0.75rem;
	font-family: var(--sans-font);
}

p {
	margin-top: .5em;
}

/**umb_name:Hero Title*/
.heroTitle {
	line-height: 1em;
}

h1 .heroTitle {
	font-size: 1em;
}

h2 .heroTitle {
	font-size: 1.75em;
}

h3 .heroTitle {
	font-size: 2.333em;
}

h4 .heroTitle {
	font-size: 3.5em;
}

h5 .heroTitle {
	font-size: 4em;
}

@media (min-width: 768px) {
	.heroTitle {
		font-size: 5em;
	}

	p .heroTitle {
		font-size: 1em;
	}

	h1 {
		font-size: 5em;
	}
	h2 {
		font-size: 2.5em;
	}
	h3 {
		font-size: 2em;
	}
	h4 {
		font-size: 1.25em;
	}
	h5 {
		font-size: 1em;
	}

	h1 .h-xl {
		font-size: 1.6em;
	}
	
	h2 .h-xl {
		font-size: 3.2em;
	}
	
	h3 .h-xl {
		font-size: 4em;
	}
	
	h4 .h-xl {
		font-size: 6.4em;
	}
	
	h5 .h-xl {
		font-size: 8em;
	}

	h1 .heroTitle {
		font-size: 1em;
	}
	
	h2 .heroTitle {
		font-size: 2em;
	}
	
	h3 .heroTitle {
		font-size: 2.5em;
	}
	
	h4 .heroTitle {
		font-size: 4em;
	}
	
	h5 .heroTitle {
		font-size: 5em;
	}

	p.p-xl {
		font-size: 2em;
	}
	p.p-l {
		font-size: 1.5em;
	}
}
