.chipside-content {
	height: 100%;
	margin: var(--block-size-xxl) 0;
	padding: 0;
}

.page-title+p {
	margin-top: var(--form-spacing);
}

.page-title+*:not(p) {
	margin-top: var(--form-spacing-lg);
}

.home-list--paragraph {
	margin-bottom: var(--block-size-md);
}

.fab::before,
.fad::before,
.fal::before,
.far::before,
.fas::before,
.fab::after,
.fad::after,
.fal::after,
.far::after,
.fas::after {
	font-family: "Font Awesome 5 Pro", var(--body-font-family);
}

chip-callout p:last-child {
	margin-bottom: 0;
}

.p--row-title {
	font-weight: var(--font-weight-bold);
}

.p--row-title,
.p--row-value {
	margin-bottom: 0;
}

.list-reference .row>div:first-child {
	min-width: min(var(--form-width), 100%);
}

.list-flush {
	margin-left: 0;
}

.chip_photocontainer {
	display: flex;
	width: 45%;
	margin: 5px;
	flex-direction: row;
	flex-wrap: wrap;
}

.chip_photocontainer img,
.chip_photocontainer iframe {
	border: 4px solid #fff;
	box-shadow: 0 0 0 2px #777;
	margin: 5px;
	width: 100%;
}

.chip_photocontainer iframe {
	width: 100%;
}

#lstEvidence:empty {
	display: none;
}

.option-letter {
	width: 60px !important;
	font-weight: var(--font-weight-bold);
	text-align: center;
	display: flex;
	justify-content: center;
}

.option-letter:not(.sub-options .option-letter) {
	margin-top: var(--block-size-xs);
}

@font-face {
	font-display: block;
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 900;
	src: url(../webfonts/fa-solid-900.eot);
	src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
		url(../webfonts/fa-solid-900.woff2) format("woff2"),
		url(../webfonts/fa-solid-900.woff) format("woff"),
		url(../webfonts/fa-solid-900.ttf) format("truetype"),
		url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
	font-display: block;
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	src: url(../webfonts/fa-regular-400.eot);
	src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
		url(../webfonts/fa-regular-400.woff2) format("woff2"),
		url(../webfonts/fa-regular-400.woff) format("woff"),
		url(../webfonts/fa-regular-400.ttf) format("truetype"),
		url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
	font-display: block;
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 300;
	src: url(../webfonts/fa-light-300.eot);
	src: url(../webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),
		url(../webfonts/fa-light-300.woff2) format("woff2"),
		url(../webfonts/fa-light-300.woff) format("woff"),
		url(../webfonts/fa-light-300.ttf) format("truetype"),
		url(../webfonts/fa-light-300.svg#fontawesome) format("svg")
}

.chip_photocontainer video {
	border: 4px solid #fff;
	box-shadow: 0 0 0 2px #777;
	margin: 5px;
	width: 100%;
}

.accordion__content {
	display: block !important;
	padding: 0 !important;
	border: none !important;
}