ul.circle {
	list-style-type: circle;
}

h4.divider-top {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #d6d6d6;
}

.icon-avfoundation {
	margin-bottom: 1em;
	width: 128px;
	height: 128px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/assets/elements/icons/avfoundation/avfoundation-128x128.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.icon-avfoundation {
		background-image: url("/assets/elements/icons/avfoundation/avfoundation-128x128_2x.png");
	}
}

@media only screen and (max-width: 734px) {
	h4.divider-top {
		margin-top: 1.6em;
		padding-top: 1.6em;
	}
	#main section .section-content .row > .column:first-of-type h4:first-of-type {
		margin-top: 1em;
	}
}

body[data-color-scheme="dark"] .form-box,
body[data-color-scheme="dark"].theme-dark .form-box {
	background-color: #000;
}
