/* ------------------------------------------------------------------------------------------------------------------------ */
/* HEADLINES																												*/

/* ---------------------------------------------------------------------------- */
/* H1																			*/

h1 {
	margin: 0 0 1.5rem 0;
	font-size: 2.667em;
	line-height: 1.5em;
}

/* ---------------------------------------------------------------------------- */
/* H2																			*/

h2 {
	margin: 0 0 1.5rem 0;
	font-size: 2.000em;
	line-height: 1.5em;
}

/* ---------------------------------------------------------------------------- */
/* H3																			*/

h3 {
	margin: 0 0 1.5rem 0;
	font-size: 1.333em;
	line-height: 1.5em;
}

/* ---------------------------------------------------------------------------- */
/* H4																			*/

h4 {
	margin: 0 0 1.5rem 0;
	font-size: 1em;
	line-height: 1.5em;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* BODY TEXT																												*/

.bodytext {
	margin: 0 0 1.5rem 0;
	overflow-wrap: break-word;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* PARAGRAPHS																												*/

p {
	margin: 0 0 1.25em 0;
}

p:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* PHRASES																													*/

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* LINK																														*/

a {
	cursor: pointer;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* LISTS																													*/

.list {
	margin: 0 0 1.25em 0;
	padding: 0;
}

.list:last-child {
	margin-bottom: 0;
}

.list li {
	margin-top: 5px;
}

.list li:first-child {
	margin-top: 0px;
}

/* ---------------------------------------------------------------------------- */
/* LISTS - STANDARD																*/

.list-standard {
	list-style: none;
}

/* ---------------------------------------------------------------------------- */
/* LISTS - BULLETS																*/

.list-standard {
	list-style: none;
}

/* ---------------------------------------------------------------------------- */
/* LISTS - BULLETS																*/

.list-bullets {
	padding-left: 20px;
	list-style: disc outside none;
}

/* ---------------------------------------------------------------------------- */
/* LISTS - LETTERS																*/

.list-letters {
	padding-left: 20px;
	list-style: lower-alpha outside none;
}

/* ---------------------------------------------------------------------------- */
/* LISTS - NUMBERS																*/

.list-numbers {
	padding-left: 20px;
	list-style: decimal;
}

/* ---------------------------------------------------------------------------- */
/* LISTS - INLINE																*/

.list-inline {
	margin: -5px -10px 1.5rem -10px;
}

.list-inline li {
	margin: 5px 10px;
	display: inline-block;
}

.list-inline li:first-child {
	margin-top: 5px;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* DESCRIPTION LIST																											*/

.desclist {
	margin-bottom: 20px;
}

.desclist-row {
	display: flex;
	flex-direction: row;
}

.desclist-row + .desclist-row {
	margin-top: 5px;
}

.desclist-title {
	width: 33.33%;
	flex: 1 1 33.33%;
	margin-right: 10px;
	font-weight: 500;
	word-break: break-word;
	hyphens: auto;
}

.desclist-description {
	max-width: 66.66%;
	flex: 1 1 66.66%;
	word-break: break-word;
}

.desclist .icon16 {
	margin-right: 5px;
	opacity: 0.4;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* BLOCKQUOTE																												*/

blockquote {

}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* TEXT ALIGNMENT																											*/

.txt-left {
	text-align: left !important;
}

.txt-center {
	text-align: center !important;
}

.txt-right {
	text-align: right !important;
}

.txt-justify {
	text-align: justify !important;
}

@media only screen and (max-width: 768px) {
	/* -------------------------------------------------------------------------------------------------------------------- */
	/* HEADLINES																											*/

	/* ---------------------------------------------------------------------------- */
	/* H1																			*/

	h1 {
		font-size: 2em;
	}

	/* ---------------------------------------------------------------------------- */
	/* H2																			*/

	h2 {
		font-size: 1.6em;
	}

	/* ---------------------------------------------------------------------------- */
	/* H3																			*/

	h3 {
		font-size: 1.3em;
	}

	/* ---------------------------------------------------------------------------- */
	/* H4																			*/

	h4 {
		font-size: 1em;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* DESCRIPTION LIST																										*/

	.desclist-row {
		flex-direction: column;
	}

	.desclist-row + .desclist-row {
		margin-top: 10px;
	}

	.desclist-title {
		width: auto;
		margin: 0;
	}

	.desclist-description {
		max-width: none;
		margin: 0;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* TEXT ALIGNMENT																										*/

	.txt-sm-left {
		text-align: left !important;
	}

	.txt-sm-center {
		text-align: center !important;
	}

	.txt-sm-right {
		text-align: right !important;
	}

	.txt-sm-justify {
		text-align: justify !important;
	}
}

@media only screen and (max-width: 480px) {
	/* -------------------------------------------------------------------------------------------------------------------- */
	/* HEADLINES																											*/

	/* ---------------------------------------------------------------------------- */
	/* H1																			*/

	h1 {
		font-size: 1.8em;
	}

	/* ---------------------------------------------------------------------------- */
	/* H2																			*/

	h2 {
		font-size: 1.4em;
	}

	/* ---------------------------------------------------------------------------- */
	/* H3																			*/

	h3 {
		font-size: 1.2em;
	}

	/* ---------------------------------------------------------------------------- */
	/* H4																			*/

	h4 {
		font-size: 1em;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* TEXT ALIGNMENT																										*/

	.txt-xs-left {
		text-align: left !important;
	}

	.txt-xs-center {
		text-align: center !important;
	}

	.txt-xs-right {
		text-align: right !important;
	}

	.txt-xs-justify {
		text-align: justify !important;
	}
}