a {
	text-decoration: none;
}

#policies h1 {
	margin: 2em 0;
	font-size: 2.5rem;
}

.policies-container {
	display: flex;
	flex-direction: row;
	/* height: 100vh; */
	text-align: left;
	align-items: flex-start;
	margin: auto;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.tabcontent iframe {
	width: 100%;
	height: 600px;
	border: 0;
}

.tabcontent {
	line-height: 1.5;
}

.tabcontent .subheader {
	font-weight: bold;
	margin: 1rem 0 0.5rem;
}

.tabcontent ul, ol {
	list-style-position: inside;
}

.tabcontent li {
	margin-bottom: 0.5rem;
	text-indent: -1.25rem;
}

.tabcontent .sublist {
	margin-left: 2rem;
}

.tabcontent span {
	font-weight: normal;
}

.tabcontent .list-name {
	margin: 1rem 0 0.5rem;
}

.tabcontent .indent-info {
	margin-left: 1.5rem;
}

.callout {
	background: #71a875;
	color: var(--secondary-color);
	padding: 1rem;
	margin: 2em 0;
}

.callout p {
	line-height: 1.5em;
	margin-bottom: 1em;
}


@media (max-width: 560px) {
	#policies h1 {
		margin: 2em 0 1em;
	}
}