/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
 .research-content{
	max-width: 1080px;
	width: 100%;
	margin: 70px auto;
	padding: 0 20px;
	text-align: left;
  }

.description{
	color: #000;
	line-height: 1.8rem;
	/*text-align: left;*/
	text-align: justify;
	font-weight: 400;
}

.modal-photo{
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.blue{
	background-color: #00479D;
	color: #fff;
	padding: 13px;
	font-size: 1.2rem;
	margin: 25px 0;
}
.lightblue{
	font-size: 1.6rem;
	text-align: left;
	line-height: 2.5rem;
	background-color: #4d88d0;
	color: #fff;
	border-radius: 5px;
	padding: 5px 5px  5px 25px  ;
	position: relative;
}

.modal-list ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px dotted #00479D;
	border-bottom: 1px dotted #00479D;
	margin: 10px 5px;
}
.code{
	padding-bottom: 30px;
}

.list ul{
	padding-bottom: 40px;
	list-style: none;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
  }
  
  .list ul li{
	text-decoration: none;
	border-right: 1px solid rgb(122, 122, 122);
	color: #00479D;
	padding: 10px 20px;
	margin-bottom: 20px;
  }
  
  .list li:hover{
	color: #92B4CD;
	opacity: 1;
  }

  .list ul li a {
	text-decoration: none;
	color: #00479D;
  }

.list1{
	display: block;
}
.ho{
	color: #000;
}
.ho ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px dotted #00479D;
	margin: 15px 0;
	height: 280px;
}

.ho ul li p{
	font-weight: 400;
	font-family: normal;
	font-style: italic;
	text-align: left;
	line-height: 1.5rem;
}
.ho ul li img{
	max-width: 310px;
	width: 100%;
}
.normal{
    display: inline-block;
    font-style: normal;
		font-weight: 600;
}
.description ul {
	padding: 15px 0;
}
.description ul li {
	list-style: none;
	text-indent: -1em;
	padding-left: 20px;
}
.list ul{
	padding: 20px 0;
}
.italic{
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.panel {
	display: none;
  }
.panel.active {
	display: block;
  }

.panel2 {
	display: none;
  }
.panel2.active {
	display: block;
  }