/* Esg Starts */

.newSecESGsec {
    margin-bottom: 205px;
}

@media only screen and (max-width: 767px) {
.newSecESGsec .accordion__content {
    order: inherit !important;
}

.newSecESGsec {
    display: block !important;
}
.newSecESGsec {
    margin-bottom: 50px;
    overflow: hidden;
}
}

@media (min-width: 768px) and (max-width: 1200px) {
    .newSecESGsec {
    margin-bottom: 118px;
}
}

/* Esg Ends */

/* Our Colleagues Starts */

.our-colleagues-top > img {
    margin-bottom: 19px;
}

.our-colleagues-top p.diversityparadiv {
    margin-bottom: 0px;
}

.moretext {
  display: none;
}
a.readmore{
    cursor: pointer;
    color: #212b55;
    text-decoration: none;
}
.chartr-img{
    float: left;
    margin-right: 20px;
}

.ourCollgsMain h1.genderPTile {
    margin: 27px 0 0 0;
}

.ourCollgsMain .diversityMainAcc .diversity-osbtab h1 {
    font-family: 'GT-Walsheim-Regular' !important;
}

.ourCollgsMain .diversityMainAcc .accordion__content {
    padding-top: 16px;
}
h1.OCwmsFiTtl {
    margin: 25px 0 0 0;
}

h1.OCCharintr {
    margin: 23px 0 0 0;
}

h1.OCCharRq {
    margin: -6px 0 0 0;
}

h1.OCgrpPldgarc {
    margin: 24px 0 0 0;
}

h1.OCalgTrg {
    margin: 26px 0 0 0;
}

h3.theCharOCTl {
    font-family: 'GT-Walsheim-Bold';
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #212b55;
    margin: 10px 0 0 0;
}

h1.OCupdts {
    margin: -10px 0 0 0;
}

h1.OCLvngWge {
    margin: 17px 0 0 0;
}

.ourCollgsMain {
    padding-bottom: 50px;
}

p.OCLst {
    font-family: 'GT-Walsheim-Light';
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    color: #212b55;
    margin-bottom: 11px;
    padding-left: 16px;
}

p.OCLst > span {float: left;min-height: 25px;}

@media only screen and (max-width: 767px) {
    .our-colleagues-top > img {
    padding-top: 20px;
}

p.OCLst > span {
    min-height: 34px;
}

.ourCollgsMain h1.genderPTile {
    margin: 39px 0 0 0;
}

h1.OCwmsFiTtl {
    margin: -6px 0 0 0;
}

h1.OCCharintr {
    margin: 15px 0 0 0;
}

h1.OCCharRq {
    margin: -10px 0 0 0;
}

h1.OCgrpPldgarc {
    margin: 18px 0 0 0;
}

h1.OCalgTrg {
    margin: 16px 0 0 0;
}

.diversitytxt.ourCollgsMain {
    padding-bottom: 0px;
}

.dnIonly {
    margin-bottom: 99px;
}
}

@media (min-width: 768px) and (max-width: 1200px) {
    h1.OCwmsFiTtl {
    margin: -11px 0 0 0;
}
}
/* Our Colleagues Ends */

/* Dividends Starts */

.dividendsTableContainerMain h3.titled {
    font-family: 'GT-Walsheim-Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    color: #212b55;
}



.diviTableListSec .DiviHed h2 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 12px !important;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #212b55;
        margin: 0;
        letter-spacing: normal;
}

.diviTableListRow .DiviBody h2 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 12px !important;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #212b55;
    margin: 0;
        letter-spacing: normal;
}



.diviTableListSec .DiviHed:nth-child(1), .diviTableListRow .DiviBody:nth-child(1) {
    width: 13%;
}
.diviTableListSec .DiviHed:nth-child(2), .diviTableListRow .DiviBody:nth-child(2) {
    width: 19%;
}
.diviTableListSec .DiviHed:nth-child(3), .diviTableListRow .DiviBody:nth-child(3) {
    width: 16%;
}
.diviTableListSec .DiviHed:nth-child(4), .diviTableListRow .DiviBody:nth-child(4) {
    width: 18%;
}
.diviTableListSec .DiviHed:nth-child(5), .diviTableListRow .DiviBody:nth-child(5) {
    width: 16%;
}
.diviTableListSec .DiviHed:nth-child(6), .diviTableListRow .DiviBody:nth-child(6){
    width: 17%;
}

.diviTablemain .diviTableListRow:nth-of-type(odd) {
    background: #f5f6fa;
}

.diviTablemain .diviTableListRow:nth-of-type(even) {
    background: #ffffff;
}
th.DiviHed{
    padding: 10px;
    vertical-align: top;
}
td.DiviBody{
    padding: 10px;
}
/* media query for mobile view table - start */

@media only screen and (max-width: 767px) {

	/* Force table to not be like tables anymore */
	table, tbody, th, td, tr { 
		display: block; 
	}
	table thead {
        display: none;
      }
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding: 11px 20px 11px 60% !important;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 11px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-family: 'GT-Walsheim-Medium';
        font-size: 12px !important;
        font-weight: 500;
        text-align: left;
        color: #212b55;
	}
	
	/*
	Label the data
	*/
	td:before { content: attr(data-label); }
	
	.diviTablemain .diviTableListRow:nth-of-type(odd) {
    background: #f5f6fa;
        padding: 0px 40px;
    width: 125%;
    margin: 0px -40px;
}

.diviTablemain .diviTableListRow:nth-of-type(even) {
    background: #ffffff;
        padding: 0px 40px;
    width: 125%;
    margin: 0px -40px;
}
.diviTableListRow .DiviBody h2{
        white-space: nowrap;
        font-family: 'GT-Walsheim-Regular';
}
}
/* media query for mobile view table - start */
/* Dividends Ends */