@charset "UTF-8";

.uvc-heading-spacer .aio-icon {
	vertical-align: text-top;
}

.uvc-heading-spacer.line_with_icon:before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 0;
	border-width: 0;
	top: 50%;
}

.uvc-heading-spacer.line_with_icon:after {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	border-width: 0;
	top: 50%;
}

.uvc-headings-line {
	display: block;
	width: 100%;
	max-width: 100%;
}

.uvc-sub-heading div, .uvc-sub-heading p {
	font-family: inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
	line-height: inherit !important;
}

.uvc-heading p {
	word-break: normal;
	word-wrap: normal;
	-ms-word-break: normal;
	-ms-word-wrap: normal;
}