*{box-sizing: border-box;}

body{
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 27px;
	overflow-x: hidden;
	color: #111;
}

p {
	margin: 0 0 30px;
}

a:hover{
	text-decoration: none;
}

.section{
	width: 100%;
	padding: 2rem 0;
}

.section:first-child{
	padding-top: 8rem;
}

.section.grady{
	margin-top: 10rem;
}

/*******************************
 **** Intro Video & Header *****
 *******************************/

.home{
	width: 100%;
	height: 100vh;
	display:flex;
	align-items: center;
	color: #fff;
}

.home-content{
	max-width: 100%;
	position: relative;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: auto;
	text-align: center;
}

.home .home-video{
	position: absolute;;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.home .home-video video{
	min-height: 100vh !important;
	min-width: 100%;
}

.home .home-overlay{
	height: 100vh;
	width: 100vw;
	position: absolute;
	background: rgba(0, 0, 0, 0.85);
	z-index: 1;
	top: 0;
	left: 0;
}

.home .home-text-content{
	z-index: 2;
	width: 100%
}

.home .home-text-content h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 120px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}

.home .home-text-content h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 55px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}

.home .home-text-content p{
	font-family: 'Roboto Mono', monospace;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 60px;
	text-align: center;
}

.home .home-text-content p span{
	font-weight: 300;
}

.home .arrow-down{
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 5%;
	opacity: 0.5;
}

.home .arrow-down a{
	color: #fff;
}

.home .arrow-down a i{
	font-size: 50px;
}

/*******************************
 ********** Full Menu **********
 *******************************/

.full-menu{
	position: fixed;
	top: 0;
	left: -100%;
	background-color: #111;
	width: 100%;
	height: 100vh;
	z-index: 3;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.full-menu .full-menu-wrap{
	width: 75%;
	margin: 0 auto;
	display: flex;
	height: 70%;
	justify-content: center;
	/** align-items: center; **/
	padding: 130px 0;
}

.full-menu .full-menu-wrap .navigation{
	flex-basis: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}

.section-or-2{
	display: none;
}

.full-menu .full-menu-wrap .navigation .title-pm{}
.full-menu .full-menu-wrap .navigation .title-pm p{
	font-size: 18px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}

.full-menu .full-menu-wrap .navigation .cont-menu{
	border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}

.full-menu .full-menu-wrap .navigation .cont-menu a .principal-menu{
	width: 100%;
	padding: 20px 0;
	display: flex;
}

.full-menu .full-menu-wrap .navigation .cont-menu a .principal-menu .cont-img,
.full-menu .full-menu-wrap .navigation .cont-menu a .principal-menu .cont-text{}

.full-menu .full-menu-wrap .navigation .cont-menu a .principal-menu .cont-text{
}

.full-menu .full-menu-wrap .navigation .cont-menu a .principal-menu .cont-text p{
	color: #fff;
	opacity: 0.9;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-bottom:0;
}

.full-menu .full-menu-wrap .other-titles{
	flex-basis: 0;
	flex-grow: 1;
	padding: 0 20px;
	/** border-left: 1px solid rgba(255,255,255,0.5);
	height: 60vh;**/
}

.full-menu .full-menu-wrap .other-titles .other-reports{justify-content: center;}
.full-menu .full-menu-wrap .other-titles .other-reports ul{
	display: flex;
	justify-items: center;
	justify-content: space-between;
	padding-left: 0;
	padding-bottom: 30px;
}

.full-menu .full-menu-wrap .other-titles .other-reports ul li.first-li{
	padding: 0 0 10px;
	margin-right: 20px;
}

.full-menu .full-menu-wrap .other-titles .other-reports ul li.Metodologia{
	background-color: #222;
	padding: 5px 40px 7px;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 10px 20px 30px 0;
	text-transform: uppercase;
}

.full-menu .full-menu-wrap .other-titles .other-reports ul li.Metodologia:hover{
	background-color: #333;
}


.full-menu .full-menu-wrap .other-titles .other-reports ul li.first-li:last-child{
	margin-right: 0px;
}

.full-menu .full-menu-wrap .other-titles .other-reports ul li ul{
	padding: 0;
	display: block;
	list-style: none;
}

.full-menu .full-menu-wrap .other-titles .other-reports ul li a img{
	width: 140px;
}

.full-menu .full-menu-wrap .other-titles .other-reports ul li ul li p{
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.4em;
}

.full-menu .full-menu-wrap .other-titles .other-reports ul li ul li p.Mexicoleaks a{
	opacity: 0.5;
	color: #fff;
}

.full-menu .full-menu-wrap .other-titles .title-pm{}
.full-menu .full-menu-wrap .other-titles .title-pm p{
	font-size: 18px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.logos-author{
	justify-content: center;
}

.logos-author img{
	max-width: 130px;
}

.logos-author ul{
	display: flex;
	justify-items: center;
	justify-content: space-between;
	align-items: center;
	padding-left: 0;
}



/*******************************
 ********* Text Content ********
 *******************************/

.subtitles p{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 0;
}

.btn-download{
	background-color: #111;
	padding: 5px 9px;
	border-radius: 5px;
	cursor: pointer;
}

.btn-download a{
	color: #fff;
}

.btn-download.btn2{
	background-color: #222;
	padding: 5px 9px;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 30px;
	margin-top: 10px;
	text-transform: uppercase;
}

.btn-download.btn2:hover{
	background-color: #333;
}

.btn-download.btn2 a{
	color: #fff;
	display: block;
}

.btn-download p{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 11px;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
}


.multimedia{
	min-height: 100px;
	width: 2000%;
	position: relative;
	margin-left: 1rem;
	padding: 10px
}

.multimedia .multi-content{
	width: 4.5%;
	padding: 10px
}

.multimedia .multi-content p{
	font-size: 18px;
	line-height: 24px;
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	margin-bottom: 0;
	opacity: 0.9;
}

.is-pulled-left{
	float: left !important;
}

.multimedia-0{
	background-color: #fff;
	color: #000;text-align: center;
}
.multimedia-0 p{padding:0 35px;}
.multimedia-0 a{color:#000;}
.multimedia-0 a:hover{text-decoration: underline}

.multimedia-1{
	background-color: #80FFC6;
	color: #111;
}
.multimedia-1 img{margin:10px 0 10px -15px;}
.multimedia-1 a{color:#000;}
.multimedia-1 ul{margin-left:5px;padding:0;}
.multimedia-1 ul li{line-height: 20px; list-style: none; margin-bottom: 5px; }
.multimedia-1 a:hover{text-decoration: underline}

.multimedia-2{
	background-color: #FFAD67;
	color: #111;
}
.multimedia-2 p{width: 60%;text-align: center;margin-bottom: 15px !important;display: block;}
.multimedia-2 a{display: block;}

.multimedia-3{
	background-color: #FFF57B;
	color: #111;
}
.multimedia-3 a{color: #000;}

.multimedia-4{
	background-color: #7700ff;
	color: #fff;
}
.multimedia-4 p{width: 60%;text-align: center;margin-bottom: 15px !important;}

 /*******************************
  ************ FOOTER ***********
  *******************************/

.content{
	width: 100%;
	min-height: 100px;
	padding: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #111;
	margin-top: 20px;
	cursor: pointer;
}

.content p{
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
}

.content p a{
	color: #111;
	text-decoration: none;
}

.content p a.metodologia{
	color: #888;
	font-style: italic;
}

.content-1{
	background: rgba(128,255,198,0.5);
	background: -moz-linear-gradient(top, rgba(128,255,198,0.5) 0%, rgba(192,255,227,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128,255,198,0.5)), color-stop(50%, rgba(192,255,227,0)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(128,255,198,0.5) 0%, rgba(192,255,227,0) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(128,255,198,0.5) 0%, rgba(192,255,227,0) 50%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(128,255,198,0.5) 0%, rgba(192,255,227,0) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(128,255,198,0.5) 0%, rgba(192,255,227,0) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffc6', endColorstr='#ffffff', GradientType=0 );
}

.content-2{
	background: rgba(255,173,103,0.5);
	background: -moz-linear-gradient(top, rgba(255,173,103,0.5) 0%, rgba(255,214,179,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,173,103,0.5)), color-stop(50%, rgba(255,214,179,0)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,173,103,0.5) 0%, rgba(255,214,179,0) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,173,103,0.5) 0%, rgba(255,214,179,0) 50%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,173,103,0.5) 0%, rgba(255,214,179,0) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,173,103,0.5) 0%, rgba(255,214,179,0) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad67', endColorstr='#ffffff', GradientType=0 );
}

.content-3{
	background: rgba(255,244,123,0.5);
	background: -moz-linear-gradient(top, rgba(255,244,123,0.5) 0%, rgba(255,250,189,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,244,123,0.5)), color-stop(50%, rgba(255,250,189,0)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,244,123,0.5) 0%, rgba(255,250,189,0) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,244,123,0.5) 0%, rgba(255,250,189,0) 50%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,244,123,0.5) 0%, rgba(255,250,189,0) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,244,123,0.5) 0%, rgba(255,250,189,0) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff47b', endColorstr='#ffffff', GradientType=0 );
}

.content-4{
	background: rgba(119,0,255,0.5);
	background: -moz-linear-gradient(top, rgba(119,0,255,0.5) 0%, rgba(187,128,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(119,0,255,0.5)), color-stop(50%, rgba(187,128,255,0)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(119,0,255,0.5) 0%, rgba(187,128,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(119,0,255,0.5) 0%, rgba(187,128,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(119,0,255,0.5) 0%, rgba(187,128,255,0) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(119,0,255,0.5) 0%, rgba(187,128,255,0) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700ff', endColorstr='#ffffff', GradientType=0 );
}

.content-5{
	background: rgba(50,50,50,0.5);
	background: -moz-linear-gradient(top, rgba(50,50,50,0.5) 0%, rgba(187,128,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50,50,50,0.5)), color-stop(50%, rgba(187,128,255,0)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.5) 0%, rgba(187,128,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(50,50,50,0.5) 0%, rgba(187,128,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(50,50,50,0.5) 0%, rgba(187,128,255,0) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(50,50,50,0.5) 0%, rgba(187,128,255,0) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700ff', endColorstr='#ffffff', GradientType=0 );
}

.lgs_footer{
	display: inline-flex;
}

.lgs_footer .logos-footer{
	padding: 20px;
	display: flex;
}

.lgs_footer .logos-footer a{
	padding: 20px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.lgs_footer .logos-footer a img{
	width: 50%;
}

.lgs_footer .logos-footer.conectas_lf img{
	width: 70%;
}

.text-footer{
}

.text-footer p{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 0;
	text-align: center;
}

/*********************************************************************************************
 ************************************* Other Pages *******************************************
 *********************************************************************************************/


/*******************************
 ************ Header ***********
 *******************************/

.header{
	height: 70px;
	width: 100%;
	background-color: rgba(17,17,17,1);
	position: fixed;
	z-index: 4;
	left: 0;
	top: 0;
}

.header .cont-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 40px;
}

.header .cont-wrap .rindecuentas{
	cursor: pointer;
}

.header .cont-wrap .rindecuentas a{}
.header .cont-wrap .rindecuentas a img{
	position: absolute;
  width: 150px;
  top: 25px;
  right: 20%;
}

.header .cont-wrap .colaboratorio{
	cursor: pointer;
}

.header .cont-wrap .colaboratorio a{}
.header .cont-wrap .colaboratorio a img{
	width: 125px;
	top: 22px;
	right: 7%;
	position: absolute;
}

.header .cont-wrap .nav{
	top: 15px;
	right: 5%;
	color: #fff;
	cursor: pointer;
}

.header .cont-wrap .nav span{
	font-size: 26px;
}

.header .cont-wrap .logo-title{
	top: 15px;
	left: 5%;
}

.header .cont-wrap .logo-title ul{
	margin-bottom: 0;
	padding-left: 0;
}

.header .cont-wrap .logo-title ul li{
	display: inline-block;
}
.header .cont-wrap .logo-title ul li a{color:white;}

.header .cont-wrap .logo-title ul li img{
	margin-top: -10px;
	max-width: 110px;
}

.header .cont-wrap .logo-title ul li:not(:last-child){
	padding-right: 20px;
}


.header .cont-wrap .logo-title ul li p{
	color: #fff;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.header .cont-wrap .logo-title ul li p.dash{
	font-size: 40px;
	opacity: 0.15;
	line-height: 20px;
	position: absolute;
	top: 23px;
	font-weight: 300;
}

.header .cont-wrap .logo-title ul li p span{
	font-weight: 700;
}


#MapaCorporativo{padding:15px 50px 25px 50px;}
#MapaCorporativo a{}

/*******************************
 ********* Text Content ********
 *******************************/

.gradient{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 300px;
}

.title-text h1{
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	line-height: 47px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 4rem;
}

.subtitle-text h2{
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	margin-top: 1rem;
	margin-bottom: 2.5rem;
}

/*******************************
 *********** TimeLine **********
 *******************************/

.timeline{
	width: 100%;
	background-color: #111;
}

.subtitle-timeline h2{
	font-family: 'Roboto Mono', monospace;
	color: #fff;
	font-size: 24px;
	line-height: 27px;
	font-weight: 600;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.SumarioTimeline{
	margin-bottom: 60px;
}

.SumarioTimeline p{
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
	margin-bottom: 15px;
	color: #eee;
}

.timeline-years{
	width: 100%;
}

.timeline-years .year-14{
	position: relative;
}

.timeline-years .year-14 p{
	margin-bottom: 0;
	color: white;
	font-size: 12px;
	position: absolute;
	bottom: 25px;
}

.timeline-years .year-14:before{
	width: 1px;
	height: 20px;
	background-color: #fff;
	position: absolute;
}

.timeline-years ul{
	padding: 10px 0;
	margin-bottom: 0;
	width: 100%;
	display:flex;
}

.timeline-years ul li{
	outline: 1px solid #111;
	background-color: #aaa;
	width: 4.6666667%;
	height: 10px;
	cursor: pointer;
}

.timeline-years ul li.active{
	outline: 1px solid #111;
	background-color: #80FFC6;
}

.timeline-years ul li.2014 p::before{
	height: 20px;
	width: 1px;
	background-color: #fff;
}

.text-timeline{
	opacity: 0.25;
}
.text-timeline h3{
	font-size: 14px;
	font-family: 'Roboto Mono', monospace;
	color: #fff;
}

.text-timeline p{
	font-size: 13px;
	line-height: 17px;
	color: #fff;
}

.chart-title{
	padding-top: 50px;border-top: 1px solid #000;margin-top:20px;text-align: right;position: relative;top: 60px;
}


/*********************************************************************************************
 ************************************* Responsive ********************************************
 *********************************************************************************************/

@media (min-width: 1200px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

	section.other-titles{
		display: none;
	}

	.full-menu .full-menu-wrap .navigation .title-pm p {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.section-or-2{
		display: block;
    margin-top: 30px;
	}

	.section-or-2 ul{
		display: flex;
		justify-items: center;
		justify-content: space-between;
		padding-left: 0;
	}

	.section-or-2 ul li.first-li{
		padding: 0 0 10px;
		margin-right: 20px;
	}

	.section-or-2 ul li.first-li:last-child{
		margin-right: 0px;
	}

	.section-or-2 ul li ul{
		padding: 0;
		display: block;
		list-style: none;
	}

	.section-or-2 ul li a img{
		width: 190px;
	}

	.section-or-2 ul li ul li p{
		margin-bottom: 0;
		color: #fff;
		margin-top: 10px;
	}

	.section-or-2 ul li ul li p a{
		color: #fff;
		opacity: 0.5;
	}

	.multimedia {
		min-height: 100px;
		width: 100%;
		position: relative;
		margin-bottom: 30px;
		margin-left: 0;
		padding: 0px;
	}

	.multimedia .multi-content {
		width: 100%;
		padding: 20px;
		text-align: center;
	}

	.btn-download {
		margin: 20px 0;
	}

	.content {
		min-height: 100px;
		padding: 20px;
		margin-bottom: 0;
		margin-top: 0;
	}

	.btn-download {
		padding: 8px 10px;
	}

	.btn-download p {
		font-size: 14px;
	}

	.lgs_footer .logos-footer{
		padding: 10px;
	}

	.lgs_footer .logos-footer a img{
		width: 100%;
	}

	.text-footer p {
		font-size: 12px;
		line-height: 1.3em
	}

	.home .home-text-content h1 {
		font-size: 100px;
	}

	.home .home-text-content h2 {
		font-size: 45px;
	}

	.home .home-text-content p {
		font-size: 16px;
	}

	.title-text h1 {
		font-size: 32px;
		line-height: 37px;
		margin-top: 0;
		margin-bottom: 2rem;
	}

	.header .cont-wrap .logo-title ul li p {
    font-size: 15px;
	}

	.header .cont-wrap .rindecuentas a img {
	    width: 120px;
	    top: 28px;
	    right: 26%;
	}

	.header .cont-wrap .colaboratorio a img {
    width: 110px;
    top: 25px;
    right: 10%;
	}

	.multimedia .multi-content p {
    text-align: center;
		width: 100%;
}


}


@media screen and (max-width: 767px) {

	.full-menu .full-menu-wrap {
  	display: block;
		width: 85%;
		padding: 80px 0;
	}

	.full-menu .full-menu-wrap .navigation .title-pm p {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.full-menu .full-menu-wrap .navigation .cont-menu a .principal-menu {
		padding: 5px 0;
	}

	.full-menu .full-menu-wrap .navigation .cont-menu a .principal-menu .cont-text p {
		font-size: 12px;
		line-height: 15px;
	}

	.full-menu .full-menu-wrap .navigation .cont-menu {
		min-height: 30px;
	}

	.full-menu .full-menu-wrap .navigation {
		padding: 0;
	}

	.section-or-2 ul li a img {
		width: 120px;
	}

	.section-or-2 ul li ul li p {
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.2em;
		display: flex;
	}

	.logos-author img {
		max-width: 100%;
	}

	.home .home-text-content h1 {
		font-size: 50px;
	}

	.home .home-text-content h2 {
		font-size: 24px;
	}

	.home .home-text-content p {
		font-size: 12px;
	}

	.text-footer p {
		font-size: 10px;
		line-height: 1.3em;
	}

	.title-text h1 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 2rem;
}

.header .cont-wrap .rindecuentas a img,.header .cont-wrap .colaboratorio a img {
		display: none;
}


	.section-or-2 .other-reports ul {
		display: list-item;
	}
	.section-or-2 .other-reports ul li {}
		.section-or-2 .other-reports ul li ul {display: inline-flex;}
		.section-or-2 .other-reports ul li ul li {padding-right: 20px;}
	.section-or-2 .other-reports ul li a {}
	.section-or-2 .other-reports ul li a img {width: 150px; margin-bottom: 20px;}

}
