@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&amp;display=swap');
body{
	font-size: 16px;
}
.header{
	margin-bottom: 28px;
	position: sticky;
	top: 0;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	font-weight: 600;
	font-size: 32px;				
}
.header-content{
	background-color: #222222;
	text-align: center;
	color: #ffffff;
	padding: 0;
    padding-top: 13px;
	padding-bottom: 2px;
}
.main-table{
	width: calc(100% - 50px);
	max-width: 1000px;
	margin: 0;
	padding: 0;
}
.intro{
	font-family: "Poppins", sans-serif;
	color: #000000;
	font-weight: 400;
	font-size: 18px;	
}
.item-title{
	background-color: #5b99ea;
	border: 1px solid #1d6acf;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	padding: 10px;
	padding-left: 35px;
	padding-top: 15px;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	font-weight: 600;
	font-size: 22px;
}
.item-title-expanded{
	background-color: #5b99ea;
	border: 1px solid #1d6acf;
	border-radius: 5px 5px 0 0;
	text-align: center;
	padding: 10px;
	padding-left: 35px;
	padding-top: 15px;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	font-weight: 600;
	font-size: 22px;
}
.icon-container{
	width: 25px;
	display: inline-block;
	float: right;
	font-size: 1.1em;
	padding-top: 2px;
	padding-right: 10px;
}
.item-content{
	background-color: #f9fbfe;
	border: 1px solid #5b99ea;
	border-radius: 0 0 5px 5px;
	border-top: 0;
	padding: 20px;
	display: none;
	font-family: "Poppins", sans-serif;
	color: #000000;
	font-weight: 400;
	font-size: 18px;
}
.copy{
	font-family: "Poppins", sans-serif;
	color: #5d6778;
	font-weight: 400;
	font-size: 13px;
}
.content{
	display: none;
	font-size: 18px;
}			
.spacer{
	border: 0;
	line-height: 25px;
}
a{
	font-weight: bold;
	text-decoration: none;
	color: #ed2224;
}
a:hover{
	text-decoration: underline;
}