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


.quarterlyReportContainer ul.col-sm-12.cs-style-4 {
    padding: 0px !important;
}

.cs-style-4 li {
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
    list-style: none;
}
.cs-style-4 li {
    padding-bottom: 10px;
    margin-right: 8%;
}
.quarterlyReportContainer .cs-style-4 .mb20 img {
    width: 200px;
}

.reportAlign {
    display: block;
    width: 198px;
}

.cs-style-4 li h4 {
    line-height: 24px;
}
.reportAlign h4 {
    float: left;
    margin-right: 5px;
}

.cs-style-4 li a {
    color: #C72027 !important;
}

.iconAlignRight {
    background-position: left top;
    line-height: 20px;
}


.viewnowAnchor {
    float: left;
    margin-top: 10px;
}

.downloadAnchor {
    float: left;
    margin-top: 10px;
}


/*Sustainable Financing - 18oct2022*/


.srAlign  h4{
	display:inline-block;
	width:128px;
}

.srAlign a{
	position:relative;
	top:5px;

}



.iconDownload{
	background:url(../images/sustainable-financing/iconDownload.png) no-repeat center center;
	width:100%;  height:20px;
	display:block;
	padding-left:30px;
}

.iconDownload:hover{
	background:url(../images/sustainable-financing/iconDownloadHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
}

.iconView{
	background:url(../images/sustainable-financing/iconView.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:30px;
}

.iconView:hover{
	background:url(../images/sustainable-financing/iconViewHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
}

.iconInteractive{
	background:url(../images/sustainable-financing/iconInteractive.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:30px;
}

.iconInteractive:hover{
	background:url(../images/sustainable-financing/iconInteractiveHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
}

.iconDownload a, .iconView a{
	color:#c72027;	
}

.iconDownload a:hover, .iconView a:hover{
	color:#337ab7;	
}



/*====================
Media Queries
==========================*/

@media(max-width:590px){
	
.cs-style-4 .col-xs-4{
	width:100%;
}
	
}




