.accordion-section .panel-default>.panel-heading {
	border: 0;
	background: #f4f4f4;
	padding: 0;
}
.card-header {
	position: relative;
}
.card-header a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5px 0;
}
.card-header h5 {
	font-size: 25px;
	line-height: 1em;
	color: rgb(0, 137, 150);
	width: 100%;
	padding: .75rem 1.25rem
}
.accordion .card-header {
	padding: 0;
}
.fright {
	float: right
}
.card-header a.collapsed h5 {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='rgb(0, 137, 150)' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 12px
}
.card-header a:not(.collapsed) h5 {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='rgb(0, 137, 150)' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 12px
}
.card {
	margin-bottom: -1px;
}
.card-body {
	font-size: 22px;
	line-height: 1.2em;
	padding: .8em 3em 0.8em 1em;
}
.card-body ol {
	list-style-position: inside;
	width: 85%
}
.card-body ul {
	list-style-position: inside;
	width: 85%;
	margin-top: 10px;
}
.card-body li {
	color: #333;
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 20px;
}
