@charset "UTF-8";
/* CSS Document */

.spacing-list {
	text-indent: -25px;
	margin-bottom: 25px;
}
.line-height-normal {
		{
		line-height: 110%;
	}
}
.spacing-presentations {
	text-indent: -25px;
	margin-bottom: 25px;
}
indent-second-line-list {
	list-style-position: inside;
	text-indent: -1em;
}
#u2052-74, #u2052-77, #u2052-79, #u2052-82, #u2052-84, #u2052-87, #u2052-89, #u2052-92, #u2052-94 {
	padding-left: 20px;
}
.font-larger {
	font-size: 1.1em;
}
body {
	margin: 0;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 1.1rem;
	font-weight: 350;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
.font-bold {
	font-weight: 600
}
.bg-darker {
	background-color: #E8E8E8;
}
.bg-lighter {
	background-color: #F6EEEE;
}
.card-no-border {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
}
.card-body2 {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
}