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

/*fixed income */
.fi-banner{
	background-image: url('/assets/application/img/fi/fi-top-banner.png');
}
.fi-sub-banner{
	background-image: url('/assets/application/img/fi/fi-sub-top-banner.jpg');
}

/*card row*/
.card-row-div{
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
	background:#fff;
	border-radius:8px;
	padding:1.5em;
	display: block;
	height: 95%;
	font-size: 15px;
	color:#555;
	position:relative;
}

.card-row-div.img-top{
	padding-bottom:25px;
	margin-top:3em;
	text-align: center;
}
.card-row-div.img-top .img-div{
	width:72px;
	height: 72px;
	display:block;
	margin:-52px auto .85em;
	background-color: #fff;
	border-radius: 36px;
	text-align: center;
	line-height: 70px;
}
.card-row-div.img-top .img-div img.shrink{
	height: 40px;
}

.card-row-div.button-bottom{
	padding-bottom:90px;	
}
.card-row-div.link-bottom{
	padding-bottom:50px;	
}

.card-row-div.button-bottom .btn25,.card-row-div.link-bottom a.popup-trigger{
	position:absolute;
	left:1.5em;
	bottom: 1.5em;
}
.card-row-div.link-bottom a.popup-trigger {
    color: #309299;
    font-weight: 700;
    display: block;
	text-decoration: none;
}
.card-row-div.link-bottom a.popup-trigger:hover {
    color: #000;
}

.card-row-div.transparent{
	background:transparent;
	box-shadow: none;
}
.card-row-div.transparent .number-circle{
	display: block;
	margin:0 auto 1.2em;
	width:60px;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 58px;
	color:#fff;
	background:#40C2CC;
}

.card-row-div h3{
	color:#000;
	font-weight: 700;
	margin-bottom:.75em;
}
.card-row-div p strong{
	font-weight: 700;
}
.card-row-div p{
	font-size:15px;
	margin-bottom:8px;
}

.card-deck .card.card-row-div{
	height: auto;
}
@media (max-width:767.9px){
	.card-row-div{
		font-size: 14px;
		height: auto;
	}
	.card-deck .card {
        display: block;
        margin-right: 15px;
        margin-bottom: 0;
		flex:auto;
    }
}

/* datasets */
.shine{
	background-image:url("/assets/application/img/ui2025/home-dive-background.png");
	background-size: cover; 
}
.datasets-row{
	padding-top:1.8em;
	padding-left:70px;
	position: relative;
	color:#555;
}
.datasets-row img{
	height:50px;
	position: absolute;
	left:0;
	top:1.8em;
}
@media (max-width:992px){
}


.datasets-row h3{
	margin-top:0;
	color:#000;
}
.datasets-row p{
}

@media (max-width:992px){
}
@media (max-width:576px){
	
}


/* delivery */
.delivery-box{
	display:flex;
	gap:30px;
}
.delivery-box img{
	width:84px;
}

@media (max-width:991px){
	section{
		padding:2em 0.2em;
	}
	.top-banner h1{
		font-size:1.7em;
	}
	.top-banner p{
		font-size:0.9em;
	}
	section .section-header h2{
		font-size:1.5em;
	}
	.delivery-box h2{
		font-size:1.2em;
	}
	#datasets .container p{
		font-size:1em;
	}
	#introduction p{
		font-size:1em!important;
	}
	#dataset-package p{
		font-size:1em;
	}
	#use-cases p{
		font-size:1em;
		line-height:1.2em;
	}
}

@media (max-width:767px){
	.card-deck {
		width:100%;
		display: block;
		padding-right:0;
		margin-right:0;
	}
	.card-deck .card{
		margin-bottom:20px;
		margin-right:0;
	}
}
@media (max-width:575px){
}





/* introduction */
#introduction{
}

/* dataset package */
#dataset-package{
	
}
#dataset-package h3{
	font-size:1.2em;
	font-weight: 700;
	color:#1b2935;
}
#dataset-package ul{
	list-style: disc;
	padding:0;
	margin: 0 0 0 1em;
}

/* specifications */
#specifications{
	padding-left:20px;
	padding-right:20px;
	background: #1377C3;
	color:#fff;
}
#specifications .section-header{
	margin-bottom:20px;
}
#specifications .section-header h2{
	color:#fff;
}
.specifications-container{
	padding-top:1.4em;
}
.spec-card{
	height: 100%;
	display: flex;
	line-height: 1.2em;
	color:rgba(255,255,255,.75);
	padding:0 0 1.5em;
	font-size: 15px;
}
.spec-card img{
	height:40px;
	margin-right:1em;
}
.spec-card ul{
	margin: 0;
	padding:0;
	list-style: none;
}
.spec-card ul li{
	padding-bottom:.4em;
}
.spec-card h3{
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom:.35em;
	color:#fff;
}
.spec-card a{
	color:#fff;
	font-weight: 700;
	text-decoration: underline;
}

@media (max-width:992px){
	.spec-card{
		padding:1.5em 0;
	}
}

@media (min-width:580px) and (max-width:900px){
}

@media (max-width:690px){
}

/* use cases */
#use-cases .section-header{
}
#use-cases .section-header h2{
}

.use-package-row{
	border-left:4px solid #40C2CC;
	padding-left:20px;
	display: block;
	margin-bottom:30px;
	color:#666;
}
.use-package-row h3{
	font-weight: 700;
	margin-bottom:6px;
	color:#1b2935;
}
.use-package-row p{
	line-height:20px;
	margin-bottom:10px;
}
/* resources */
#resources{
	background:#E3ECF1;
}

/*Global Corporate Event*/
.gce-banner{
	background-image: url('/assets/application/img/wsh/wsh-top.jpg');
}

.gce-research-card{
	display: block;
	height: 100%;
	background-color: #fff;
	border-radius:4px;
	box-shadow:1px 1px 5px rgba(0,0,0,.1);
	transition: all .2s;
	color:#1b2935;
	font-weight: 700;
	padding:0;
}

.gce-top-banner {
	background-image: url('/assets/application/img/analytics-home-banner.jpg');
}
.gce-top-banner a,.sub-banner a{
	color:#fff;
}
.gce-top-banner a:hover,.sub-banner a:hover{
	color:#40C2CC;
}
.sub-banner h1{
	margin-bottom:0;
}

@media (max-width:767px){
	.card-p{
		padding-bottom:1em;
	}
}
.gce-research-card:hover{
	transform: scale(1.02,1.02);
	color:#1b2935;
}
.gce-research-card .card-flex{
	display: flex;
	justify-content: flex-start;
  	align-items: center;
}
.gce-research-card .card-flex img{
	height: 64px;
	margin-right: 1em;
}

/*sub page*/
.card-flex{
	display: flex;
	border-radius: 4px;
	background-color: #fff;
	padding:20px;
	height: 100%;
	color:#666;
	line-height: 1.3em;
}
.card-flex img{
	height: 64px;
	margin-right: 20px;
}

#sub-research h3{
}

/*modal*/
.modal-header,.modal-footer{
	border:0;
}

/*historical data*/
.hd-banner{
	background-image: url('/assets/application/img/hd/hd-banner.jpg');
}

/* ESG Data Hub */

.esg-hub-top-banner {
	background-image: url('/assets/application/img/esg/esg-home-banner.jpg');
}

#empowering {
}

#empowering a{
	color: #000;
	font-weight: 700;
}

.sub-page #introducing a,.sub-page #empowering a{
	text-decoration: underline;
	color:#1D6B70;
}
.sub-page #introducing a:hover,.sub-page #empowering a:hover{
	color:#1b2935;
}


#empowering .card-deck{
	margin-top:40px;
}

@media (min-width:768px){
	#empowering .card-deck>div{
		padding-bottom:1.75em;
	}
}

#empowering .card-deck .card{
	margin-left:0;
	margin-right:0;
	color:#555;
	line-height: 1.4em;
	border:0;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
	height: 100%;
}

#empowering .card-title{
	color:#000;
}
.sub-page #empowering .card-body .icon {
    height: 60px;
    margin-bottom: .75em;
}
.sub-page #empowering .card-text {
    font-size: 0.9em;
    line-height: 1.4em;
}
.sub-page #introducing #empowering ul, .sub-page #introducing #empowering p{
	margin:0;
}
@media (max-width:767px){
	#deliver img{
		height:70px;
	}
}

#esg-partners .logo-grid {
	display: grid;
	margin: 8px 0;
	grid-gap: 10px;
	align-items: center;
}

#esg-partners .logo-grid>div {
	padding: 1rem;
}

#esg-partners .logo-auto-fit {
	grid-template-columns: repeat(auto-fit,minmax(150px, 1fr));
}
.sub-page .section-border{
	display: block;
	margin:1.5em 0;
	height: 1px;
	width:100%;
	background-color: rgba(255,255,255,.5)
}
.sub-page h3 a{
	text-decoration: none;
}

.sub-page .listen{
	background-color: #E4F8FE;
	border-radius: 4px;
	padding:1em;
	display: inline-block;
	margin:1.5em 0 2em;
	color:#333;
}
.sub-page .listen .icon{
	font-size: 4em;
	color:#006B86;
}
.sub-page .listen a{
	color:#006B86;
}

/* Analytics Landing Page */
.analytics-top-banner {
	background-image: url('/assets/application/img/analytics-home-banner.jpg');
}

.dataset-package-row{
	border-left:4px solid #40C2CC;
	padding-left:20px;
	display: block;
	margin-top:20px;
}
.dataset-package-row strong{
	color:#000;
}
.dataset-package-row p{
	line-height:20px;
	margin-bottom:10px;
}