#accordion{
	width:100%;
	height:auto;
	height:100%;
	margin-top:35px;}

h3{
  border-bottom: none;
  color: rgb(0,0,0);
  font-size:20pt;
  font-weight:700;
  display: block;
  position: relative;
  text-decoration: none;
  transition: color 200ms ease 0s;
  width: 100%;
  cursor:pointer;
  padding: 15px 0px 25px 0px;
  outline:none !important;
  margin:0;
}
h3:hover, h3:focus{
	color:rgb(65,171,229);}
.panel-content{
	color:rgb(0,0,0);
	font-size:12pt;
	line-height:125%;
	font-weight:400;
	padding-bottom:30px;
	margin-right:50px;
	border-bottom:1px solid rgb(65,171,229);
	}
