@font-face {
    font-family: 'Roboto', sans-serif;
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url("../fonts/HelveticaNeue-Regular.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: 'HelveticaUltraLight';
    src: url("../fonts/Roboto-Thin.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: 'HelveticaLight';
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: 'HelveticaThin';
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: 'HelveticaMedium';
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: 'HelveticaNeueCondensedBold';
    src: url("../fonts/HelveticaNeueCondensedBold.ttf") format("truetype");
    /* Safari, Android, iOS */
}


@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Thin.otf')  format('opentype'),
           url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Light.otf')  format('opentype'),
           url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto-LightItalic';
    src: url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-LightItalic.otf')  format('opentype'),
           url('../fonts/Roboto-LightItalic.woff') format('woff'), url('../fonts/Roboto-LightItalic.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Regular.otf')  format('opentype'),
           url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Medium.otf')  format('opentype'),
           url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Bold.otf')  format('opentype'),
           url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'HelveticaNeueCondensedBold';
    src: url('../fonts/HelveticaNeueCondensedBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueCondensedBold.otf')  format('opentype'),
           url('../fonts/HelveticaNeueCondensedBold.woff') format('woff'), url('../fonts/HelveticaNeueCondensedBold.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  
  @font-face {
      font-family:'CapitoliumNews2Sb-SemiBoldItalic';
      src: url("../fonts/CapitoliumNews2_BoldItalic.otf") format("opentype");
    
  }
  @font-face {
      font-family:'CapitoliumNews 2';
      src: url("../fonts/CapitoliumNews2_BoldItalic.otf") format("opentype");
      
  }
  

/**Add pulse eeffects on all link clicks*/
a {
    position: relative;
    transition: all 0.3s ease;
}

.ink {
    display: inline-block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    transform: scale(0);
    z-index: 200000;
}

.text-bold {
    font-family: 'HelveticaMedium';
}
.text-bold-light
{
	font-family: 'HelveticaThin', Fallback, sans-serif;
}
.animate {
    animation: ripple 0.45s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

#preloader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 100000;
}
/** table**/
.social-investing-ecosystem{
    font-size: 12px;
}
.text-align-fr{
	text-align: left
}
.empty-tbl-fr{
	width: 200px
}
.width-equal-fr{
    width: 300px  
}
.spacing-fr{
	width: 20px
}

.padding-tbl-fr{
	/*padding: 15px;*/
}

.border-line-fr{
	border: thin solid #000;
	/* border-bottom: hidden; */
}


.brdr-btm-fr{
	border-bottom: thin solid #000;
}

.brdr-top-fr{
    border-top: thin solid #000;
    padding-left: 10px;
    padding-right: 10px;
    
}

.blue-fr{
    background: #E8F0F4;
    padding-left: 10px;
    padding-right: 10px;
}

.greenish-fr{
    background: #E3EBE0;
    padding-left: 10px;
    padding-right: 10px;

}

.purple-fr{
    background: #D4D1E3;
    padding-left: 10px;
    padding-right: 10px;
    
}

.row-line-fr{
	border-bottom: 3px solid green
}

.border-btm-end-fr{
	border-bottom: thin soldi #000
}
/** table**/
.empowerment-foundation-svg{
    max-width: 206px;
}
.staff-assistance-svg{
    max-width: 180px;
}


body.frontpage {
    background: url(../images/banners/1-FRN-Home.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.front-page-name{
    float: right;
    max-width: 350px;
    padding-top: 70px;
}

a.navbar-brand img.logo {
    height: 40px;
}

nav.main-menu {
    background: white;
    box-shadow: 0px 1px 2px 0px #00000017;
}

nav.main-menu #Navbar ul {
    padding: 0;
    list-style: none;
    display: table;
    text-align: left;
}

nav.main-menu #Navbar ul li {
    position: relative;
    display: table-cell;
}

nav.main-menu #Navbar ul li a {
    color: #818182 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin-right: 50px;
    padding: 0;
}
nav.main-menu #Navbar ul li a.active {
    border-bottom: 1px solid black;
} 
header.jumbotron {
    padding: 0;
    object-fit: cover;
    object-position: top;
    width: 100%;
    border-radius: 0;
    margin-top: 60px;
}

header.jumbotron img.banner {
    width: 100%;
}
.email-diclaimer
{	
    margin-top: 200px;
}
.email-diclaimer .heading {
    font-size: 35px;
}
#video1-btn-open
{
	cursor: pointer;
}
.close-video-btn {
    float: left;
    margin-left: 74%;
    cursor: pointer;
}
.video-overlay-video video {
    width: 100%;
    max-width: 800px;
	outline: none;
}
.video-overlay {
    display: none;
    background: rgba(0,0,0,0.9);
    text-align: center;
    padding-top: 130px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.twenty-years :hover {
    opacity: 1;

}
.twenty-years{
    position: relative;
}
.twenty-years-text {
position:absolute;
margin-left: -310px;
margin-top: 70px;
opacity: 0;
}
.twenty-years-box-2{
    width: 200px;
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.twenty-years-box-2:hover, .twenty-years-box-2 a:hover{
    background-color:#999;
}

.twenty-years-box :hover > 
.twenty-years-text{
    opacity:1;
    
}
.twenty-years-box :hover >
.twenty-years img {
    opacity: 0.3;
}
.twenty-years-middle :hover {
    opacity: 1;
}
.searchOverlay {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s, visibility .15s, width .15s, height .15s;
    -moz-transition: opacity .15s, visibility .15s, width .15s, height .15s;
    -ms-transition: opacity .15s, visibility .15s, width .15s, height .15s;
    -o-transition: opacity .15s, visibility .15s, width .15s, height .15s;
    transition: opacity .15s, visibility .15s, width .15s, height .15s;
    overflow: hidden;
    z-index: 30;
}

.table-ratings1 {
    width: 100%;
}

.table-ratings2 {
    width: 100%;
}

.banner-img-careers {
    background: url(../images/banners/careers.jpg) no-repeat center top;
    background-size: cover;
    height: 60vh;
}
.jse-table
{
border-collapse: unset;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.pwwer-block
{
	margin-top: 80px;
	margin-bottom: 40px;
	position: relative;
    background-color: #fff;
	padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.pwwer-block .heading
{
	background: #fff;
    margin-top: -80px;
    display: inline-block;
    padding: 20px;
	font-size: 45px;
	margin-bottom: 0;
}
.pwwer-block img,.philosophy-boxed img
{
	width: 100%;
}
.tile-text-box
{
	position: relative;
	padding: 20px;
}
.tile-text-box-left::before
{
	content: '';
    position: absolute;
    top: 25px;
    left: auto;
    right: -19px;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #FFF;
    border-right: none;
}

.head-text-tile
{
	font-family: 'HelveticaUltraLight', Fallback, sans-serif;
   font-size: 50px;
    color: #454545;
    line-height: 1;
    margin-bottom: 10px;
}
.head-text-tile span
{
	font-family: 'HelveticaMedium';
}
.head-text-tile-small
{
	font-family: 'HelveticaUltraLight', Fallback, sans-serif;
   font-size: 25px;
    color: #454545;
    line-height: 1;
    margin-bottom: 10px;
}
.site-map-page p
{
	
    font-size: 14px;
    color: #454545;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    margin-bottom: 5px;

}
.head-text-tile-small span
{
	font-family: 'HelveticaThin', Fallback, sans-serif;
    color: #000;
}
.tile-text-box-right::before
{
	content: '';
    position: absolute;
    top: 25px;
    left: -19px;
    right: auto;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #FFF;
    border-left: none;
}
.table-ratings-line {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}
.head-text-tile-green
{
	color: #4fa394;
}
.head-text-tile-blue
{
	color: #4856a0;
}.head-text-tile-blue-light
{
	color: #4794bc;
}.head-text-tile-pink
{
	color: #fb3099;
}
.head-text-tile-green-dark
{
	color: #407978;
}
.head-text-tile-green-darker
{
	color: #5eb2ba;
}
.philosophy-boxed .heading
{
	font-size: 35px;
}
.searchOverlay .logo-inverse {
    position: absolute;
    top: 15px;
    left: 30px;
}

.shared-value-heading {
    line-height: 21px;
}

.table-small {
    font-size: 14px;
    color: #454545;
    font-family: 'Roboto', sans-serif;
}

.simlified-small {
    font-size: 12px;
}

.heading-simplified {
    margin-left: 20px;
}

.thin-gray {
    color: grey;
    font-family: 'HelveticaLight', Fallback, sans-serif;
}

.bold-black {
    color: #000;
}

.searchOverlay.open {
    opacity: .98;
    visibility: visible;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

.searchOverlay button.close {
    position: relative;
    top: 15px;
    right: 15px;
    float: right;
    font-size: 25px;
    line-height: 0;
    border-radius: 50%;
    border: 1px solid black;
    height: 40px;
    width: 40px;
}

.searchOverlay button.close span {
    position: absolute;
    left: 26%;
    top: 43%;
}

.searchOverlay .close {
    color: #000;
    text-shadow: 0 1px 0 #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.searchOverlay .close:hover {
    color: #ddd;
    text-decoration: none;
}

.searchOverlay .search-form .form-control {
    border: none;
    background: none;
    padding: 0;
    color: #333;
    box-shadow: inset 0 -4px 0 0 #333;
    font-size: 2rem;
}

.searchOverlay .search-form .form-control:focus {
    box-shadow: inset 0 -1px 0 0 #333;
}

.searchOverlay .search-form .btn {
    border: none;
}

.searchOverlay .search-form .btn:hover {
    color: darkslategrey;
    background-color: transparent;
}

.searchOverlay .search-form input {
    border-radius: 0;
}

.notfound {
    position: absolute;

}


footer.footer #footerMenu ul li {
    color: #262626;
    font-size: 10px;
    text-transform: uppercase;
    font-family: HelveticaMedium, Fallback, sans-serif;
}

footer.footer #footerMenu .navbar-nav {
    flex-direction: row;
}

footer.footer #footerMenu ul li a.nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 10px;
}

footer.footer #footerMenu ul li {
    display: inline-block;
}

.card-img-top {
    border-radius: 0;
}

ul.list-asterix li {
    margin-left: -15px;
    list-style: none;
    font-size: 10px;
    font-style: italic;
}

ul.list-asterix li:nth-child(1):before {
    content: "*";
    padding-right: 20px;
    margin-left: -30px;
}

ul.list-asterix li:nth-child(2):before {
    content: "**";
    padding-right: 15px;
    margin-left: -30px;
}

ul.list-asterix li:nth-child(3):before {
    content: "^";
    padding-right: 15px;
    margin-left: -30px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: black;
}

.nav-pills .nav-link {
    background: white;
    color: #464646;
    border-radius: 0;
    border: 1px solid gray;
}

.debt-programmes .nav-pills .nav-link {
    background: #000;
    color: white;
    border-radius: 0;
    border: 1px solid #000;
}

a.nav-link {
    color: darkgrey;
}

.tab-pane {
    margin-top: 20px;
}


.tab-pane .board-member {
    padding-left: 10px;
    padding-right: 10px;
}

.slick-prev:before, .slick-next:before {
    color: grey;
}

.slick-prev:before {
    content: "\f104" !important;
    font: 40px/1 'FontAwesome' !important;
}

.slick-next:before {
    content: "\f105" !important;
    font: 40px/1 'FontAwesome' !important;
}


hr.dotted {
    border-top: 1px dotted rgba(0, 0, 0, 0.3);
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.show {
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}

.lead {
    font-size: 1.10rem;
    font-weight: 300;
}

.bg-green {
    background: #ACC4C4;
    margin: 1rem -100% 0;
}

.text-white {
    color: white;
}

.text-white h2 {
    color: white;
}

.text-white span {
    color: white;
}

.text-white p {
    color: white;
}

.position-relative {
    position: relative;
}
.high_achievers a:hover{
    text-decoration: underline;
    
}
blockquote {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #454545;
    margin-bottom: 30px;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -15px;
    top: -20px;
    color: black;
    font-family: "HelveticaNeueCondensedBold", Fallback, sans-serif;
}

blockquote:after {
    display: block;
    padding-left: 10px;
    content: "\201D";
    font-size: 80px;
    position: absolute;
    right: 0;
    bottom: -20px;
    color: black;
    font-family: "HelveticaNeueCondensedBold", Fallback, sans-serif;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

body {
    margin: 60px 0 0;
}

section {
    position: relative;
    padding: 15px 0;
    margin-bottom: 4%;
}

.page-content {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.page-content-home {
    width: 80%;
  
}
.fixed-top .container-fluid {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

section.page-content ul li {
    font-size: 14px;
    color: #454545;
}

section h1.heading, section h2, section h3, section h4, section h5 {
    font-family: 'HelveticaUltraLight', Fallback, sans-serif;
    font-size: 70px;
    color: #454545;
    line-height: 1;
    margin-bottom: 30px;
}

section h3 {
    margin-bottom: 10px;
}

section h4 {
    margin-bottom: 10px;
}

.svg-staff-assistance-trust p.lead {
    font-size: 14px;
}

.bg-gray-hidden .content {
    float: left;
    width: 80%;
}

section h1.heading span, section h2 span, section h3 span, section h4 span, section h5 span {
    font-family: 'HelveticaThin', Fallback, sans-serif;
    color: #000;
}

section h2 {
    font-size: 32px;
    font-family: 'HelveticaLight', Fallback, sans-serif;
    margin-bottom: 10px;
}

section h3 {
    font-size: 28px;
    color: black;
    font-family: 'HelveticaThin', Fallback, sans-serif;
    margin-bottom: 10px;
}

section h4 {
    font-family: 'HelveticaLight', Fallback, sans-serif;
    font-size: 24px;
}

section h5 {
    font-family: 'HelveticaLight', Fallback, sans-serif;
    font-size: 20px;
}

section p {
    font-size: 14px;
    color: #454545;
    font-family: 'Roboto-Light', sans-serif;
}

section p.strong {
    font-family: 'HelveticaMedium';
}

section p strong {
    font-family: 'HelveticaMedium';
}

section .content b, section .content strong {
    font-family: 'HelveticaMedium';
}

section .content p.lead {
    margin-bottom: 20px;
    font-family: "HelveticaLight", Fallback, sans-serif;
    font-size: 1.10rem;
    line-height: normal;
    color: black;
}

section .content ul li {
    font-size: 14px;
    color: #454545;
    font-family: 'Roboto', sans-serif;
}

section .content ul.arrows {
    font-family: 'HelveticaLight', Fallback, sans-serif;
    margin-left: -15px;
}

section .content ul.arrows li {
    list-style-type: none;
    position: relative;
    padding-left: 0;
}

section .content ul.arrows li:before {
    content: "\2192";
    font-size: 15px;
    color: #707070;
    position: absolute;
    top: 0;
    left: -25px;
}

header.home {
    height: 90vh;
    padding-top: 13%;
    display: block !important;
}

header.home .section-features .feature h2 {
    font-size: 40px;
    color: #fff !important;
    font-family: 'HelveticaUltraLight', Fallback, sans-serif;
}

.footer .nav-link {
    cursor: pointer;
}

.nav-sidebar-right .mt-2 .trustee p {
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    text-transform: lowercase !important;
    text-transform: capitalize !important;
}


.nav-sidebar-right .mt-2 .table-dark .icon-pdf {
    margin-right: 5px;
}

.investor-information .section-heading h3 {
    margin-bottom: 20px;
}

header.home .section-features .no-border {
    border-right: none;
}

.no-border {
    border-right: none !important;
}

.perspectives-intro-sidebar {
    display: none;
}

.bg-gray {
    background: grey;
}

.black-content-block {
    background: black;
    color: white;
    padding: 30px;
}

.black-content-block p.lead {
    color: white;
    margin-bottom: 0;
}

.black-content-block p.lead span {
    font-family: 'HelveticaMedium';
}

.h-60 {
    height: 30px;
}

.nav-sidebar {
    position: absolute;
    top: 0;
    left: 2%;
    width: 13%;
    height: 100%;
}

.nav-sidebar-A {
    position: absolute;
    top: 3% !important;
    left: 2%;
    width: 13%;
    height: 100%;
}

.nav-sidebar-right {
    position: absolute;
    top: 0;
    right: 4%;
    width: 13%;
    height: 100%;
}


.nav-sidebar .sidebar-sticky {
    position: sticky !important;
    top: 17%;
    padding: 0 10px;
    border-left: 1px solid grey;
    z-index: 999;
}

.nav-sidebar-right .sidebar-sticky {
    position: sticky !important;
    top: 17%;
    padding: 0 10px;
    z-index: 999;
}

.nav-sidebar-right .sidebar-sticky h2 {
    font-size: 30px;
}

.nav-sidebar-right .sidebar-sticky p {
    font-size: 12px;
}


.perspectives-article .nav-sidebar .sidebar-sticky {
    top: 10%;
}

.featured-article-hero h2 {
    margin-bottom: 10px;
    font-family: 'HelveticaThin', Fallback, sans-serif;
}

.featured-article-hero {
    margin-bottom: 30px;
}

.featured-article-hero p.featured-legend {
    font-size: 18px;
}

.featured-article-hero p.article-intro {
    color: #707070;
}

.featured-article-hero p.author {
    font-family: 'HelveticaMedium';
}

.perspectives-article .gallery-content-type a[class^="col-"] {
    padding-left: 0;
    padding-right: 8px;
    padding-bottom: 8px;
    max-height: 220px;
    min-height: 220px;
}

.perspectives-article .gallery-image {
    height: 100%;
}

.nav-sidebar .sidebar-sticky h4 {
    font-size: 18px;
    font-family: 'HelveticaMedium';
    text-transform: uppercase;
    margin-bottom: 30px;
    color: black;
}

.nav-sidebar .sidebar-sticky ul li {
    margin-bottom: 5px;
}

.Emp-m {
    position: absolute;
    top: 35px;
}

.nav-sidebar .sidebar-sticky ul li a.list-group-item {
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 12px;
    background: transparent;
}

.nav-sidebar .sidebar-sticky ul li .list-group-item.active {
    color: #212529;
    background-color: transparent;
    font-family: 'HelveticaMedium';
    position: relative;
    width: 100%;

}

.nav-sidebar .sidebar-sticky ul li .list-group-item.active:before {
    content: " ";
    position: absolute;
    left: -14px;
    top: 6px;
    height: 6px;
    width: 6px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #000;
}

.activeSub {
    position: relative;
    width: 100%;
    font-family: 'HelveticaMedium' !important;
}

.activeSub::before {
    content: " ";
    position: absolute;
    left: -14px;
    top: 6px;
    height: 6px;
    width: 6px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #000;
}

.nav-sidebar .sidebar-sticky .sub-list {
    margin-top: 5px;
    margin-left: 15px;

}

.bee-credentials {
    position: relative;
}

.bee-credentials .card {
    background: white;
    z-index: 10;
    margin-bottom: 15px;
    border-radius: 0;
}

.societyCard .bee-credentials .card {


    background: white;
    z-index: 10;
    margin-bottom: 0px;
    border-radius: 0;


}

.bee-credentials .card .card-body h5 {
    font-family: HelveticaLight, Fallback, sans-serif;
    font-size: 18px;
}

.bee-credentials .card .card-body p.spend {
    font-size: 22px;
    line-height: 1;
    font-family: 'HelveticaMedium';
    color: black;
}

.bee-credentials .card .card-body hr {
    margin-top: 5px;
    margin-bottom: 5px;
    color: black;
}

.bee-credentials .card .card-body p {
    font-size: 12px;
    margin-bottom: 0;
}

.bee-credentials .card .card-body h3 {
    margin-bottom: 15px;
}

.bee-credentials .card .card-body ul li {
    font-size: 12px;
}

.bee-credentials .scorecard .scorecard-body {
    border: none;
    padding: 15px 0 0;
   
}
.nfsc-scorecard{
    background-color:#f3f3f3;
}

.investor-information .section-heading p.lead {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 0.9;
    font-family: "HelveticaThin", Fallback, sans-serif;

}

.investor-information .section-heading p.small {
    color: #464646;
    font-size: 16px !important;
}

.investor-information .section-heading h1 {
    margin-bottom: 25px;
}

.assets {
    margin-top: 45px;
    position: relative;
}

.assets p.lead {
    margin-bottom: 0;
}

.assets .border_ {
    border: 1px solid #707070;
    padding: 15px;
    margin-right: 75px;
}

.assets .conversion-rates {
    position: absolute;
    right: -15%;
    top: 15%;
    width: 200px;
}

.assets .conversion-rates li {
    font-size: 12px;
    display: block;
}

.assets .conversion-rates li.title {
    font-size: 18px;
}

.assets .conversion-rates:before {
    content: " ____ ";
    position: absolute;
    left: -25%;
    top: -5%;
    height: 1px;
}

.assets .conversion-rates:after {
    position: absolute;
    top: 11%;
    left: -12%;
    height: 10px;
    width: 10px;
    background: black;
    content: "";
    border-radius: 50%;
}

.assets .card {
    border: none;
    padding-right: 120px;
    margin-bottom: 15px;
}

.assets .card .card-body {
    padding: 0;
}

.assets .card .card-body hr {
    border-top: 3px solid black;
    margin-bottom: 0.5rem;
}

.assets .card .card-body .card-title {
    font-family: "HelveticaLight", Fallback, sans-serif;
    font-family: 'HelveticaMedium';
    line-height: 1;
    margin-bottom: 0;
}

.assets .card .card-body .card-title span {
    font-weight: 100;
    font-size: 18px;
}

.assets .card p.number {
    font-family: "HelveticaThin", Fallback, sans-serif;
    font-size: 22px;
    line-height: 1;
}

.assets .card p.number-large {
    font-family: "HelveticaUltraLight", Fallback, sans-serif;
    font-size: 45px;
    line-height: 1;
}

.assets .card p.number-large span {
    font-family: "HelveticaThin", Fallback, sans-serif;
    font-size: 21px;
}

.assets .card p.billion {
    margin-bottom: 0;
    font-size: 10px;
}

.assets .card h5.card-title {
    font-family: "HelveticaThin", Fallback, sans-serif;
    margin-bottom: 25px;
    font-size: 18px;
}

.operational-statistics {
    text-align: center;
    margin-top: 60px;
}

.operational-statistics .block {
    text-align: center;
    vertical-align: middle;
}
.operational-statistics .circle {
    border-radius: 165px;
    height: 165px;
    font-family: 'Roboto-Medium';
    width: 165px;
    margin: 20px auto;
    vertical-align: middle;
    display: table-cell;
    background: black;
    color: white;
    border: 10px solid white;
}


.operational-statistics .circle p {
    font-size: 14px;
    color: white;
}

.operational-statistics .circle p.intro {
    margin-bottom: 0;
    line-height: 1.4;
}
.fixed-top {
    z-index: 99999;
}
.operational-statistics .circle p.number {
    font-size: 40px;
    font-family: "HelveticaThin", Fallback, sans-serif;
}

.operational-statistics .circle-1 {
    border: 10px solid white;
}

.operational-statistics .circle-2 {
    border: 10px solid white;
}

.operational-statistics .circle-2 p.number {
    margin-bottom: 3px;
}

.operational-statistics .circle-2 p.small {
    font-size: 12px;
}

.operational-statistics .circle-3 {
    border: 10px solid white;
}

.important-dates .table thead th {
    border-bottom: none;
    font-weight: normal;
}

.important-dates .table th, .important-dates .table td {
    border-top: none;
    font-weight: normal;
}

.important-dates th.date {
    border-left: 1px dotted #adb1b5;
    font-family: 'HelveticaMedium';
    padding-left: 30px;
}

.important-dates td.date {
    border-left: 1px dotted #adb1b5;
    font-family: 'HelveticaMedium';
    padding-left: 30px;
}

.important-dates .date h4 {
    font-size: 22px;
    margin-bottom: 12px;
}

.important-dates .date p.small {
    margin-bottom: 3px;
}

.important-dates .date p.strong {
    font-family: 'HelveticaMedium';
    margin-bottom: 0;
}

.important-dates .border-right-dotted {
    border-right: 1px dotted grey;
}

.pull-up_ {
    margin: -6rem -100% 0;
}

/*.management-and-board .tab-content > .tab-pane {
    display: block;
    height: 0px;
    overflow: visible;
}*/

.management-and-board .tab-content > .active {
    height: auto;
}
.board-members-box{
    padding-top: 19px;
    padding-bottom: 19px;
}

.panel-accordion, .financial-results, .management-and-board, .governance {
    margin-top: 30px;
}

.panel-accordion table, .financial-results table, .management-and-board table, .governance table {
    margin-bottom: 0;
}

.panel-accordion .card p, .financial-results .card p, .management-and-board .card p, .governance .card p {
    font-size: 14px;
}

.card-header {
    cursor: pointer;
}

.panel-accordion .accordion .card-header, .financial-results .accordion .card-header, .management-and-board .accordion .card-header, .governance .accordion .card-header {
    cursor: pointer;
}

#accordion .card-header:after {
    content: " ";
    height: 35px;
    width: 35px;
    position: absolute;
    right: 0;
    background: url(../images/icons/icon-cross.png) no-repeat center top;
    background-size: contain;
}

#accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: " ";
    height: 35px;
    width: 35px;
    position: absolute;
    right: 0;
    background: url(../images/icons/icon-plus.png) no-repeat center top;
    background-size: contain;
}

.panel-accordion .accordion .card .card-header, .financial-results .accordion .card .card-header, .management-and-board .accordion .card .card-header, .governance .accordion .card .card-header {
    cursor: pointer;
}

.panel-accordion .nav-tabs .nav-link.active, .financial-results .nav-tabs .nav-link.active, .management-and-board .nav-tabs .nav-link.active, .governance .nav-tabs .nav-link.active, .panel-accordion .nav-tabs .nav-item.show .nav-link, .financial-results .nav-tabs .nav-item.show .nav-link, .management-and-board .nav-tabs .nav-item.show .nav-link, .governance .nav-tabs .nav-item.show .nav-link {
    border: none;
    font-family: 'HelveticaMedium';
}

.panel-accordion .nav-item-date a.nav-link, .financial-results .nav-item-date a.nav-link, .management-and-board .nav-item-date a.nav-link, .governance .nav-item-date a.nav-link {
    padding-right: 0;
    margin-right: 15px;
    padding-bottom: 0;
}

.panel-accordion .nav-item-date a.nav-link:first-child, .financial-results .nav-item-date a.nav-link:first-child, .management-and-board .nav-item-date a.nav-link:first-child, .governance .nav-item-date a.nav-link:first-child {
    padding-left: 0;
}

.panel-accordion .nav-tabs, .financial-results .nav-tabs, .management-and-board .nav-tabs, .governance .nav-tabs {
    border-bottom: 0;
}

.panel-accordion .nav-tabs .nav-link:hover, .financial-results .nav-tabs .nav-link:hover, .management-and-board .nav-tabs .nav-link:hover, .governance .nav-tabs .nav-link:hover, .panel-accordion .nav-tabs .nav-link:focus, .financial-results .nav-tabs .nav-link:focus, .management-and-board .nav-tabs .nav-link:focus, .governance .nav-tabs .nav-link:focus {
    border-color: white;
}

.panel-accordion .nav-tabs .nav-link.active, .financial-results .nav-tabs .nav-link.active, .management-and-board .nav-tabs .nav-link.active, .governance .nav-tabs .nav-link.active {
    position: relative;
    border-bottom: 1px solid black;
}

.panel-accordion .card-header, .financial-results .card-header, .management-and-board .card-header, .governance .card-header {
    background-color: transparent;
}

.panel-accordion .card-header[aria-expanded="true"], .financial-results .card-header[aria-expanded="true"], .management-and-board .card-header[aria-expanded="true"], .governance .card-header[aria-expanded="true"] {
    font-family: 'HelveticaMedium';
}

.panel-accordion .card, .financial-results .card, .management-and-board .card, .governance .card {
    border: none;
}

.table-dark {
    color: black;
    background-color: white;
}

.table-dark .icon-pdf {
    height: 20px;
}

.table-dark a {
    color: #454545;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.table-dark a .fa {
    color: grey;
    padding-left: 5px;
}

.table-dark a:hover .fa {
    text-decoration: underline;
}

.table-sm th, .table-sm td {
    padding: 0;
}

.financial-results {
    position: relative;
}

.financial-results .tab-content h4 {
    margin-bottom: 5px;
    font-size: 1.1em;
}

.governance h4 {
    font-size: 1.1em;
}

.management-and-board .tab-content .card {
    border: none;
}

.management-and-board .tab-content .card .card-body {
    padding: 1.25rem 0;
}

.management-and-board .tab-content .card h4 {
    font-size: 18px;
}

.management-and-board .tab-content .card h6 {
    font-size: 12px;
    font-family: 'HelveticaLight';
}

.management-and-board .tab-content .card p {
    font-size: 10px;
    margin-bottom: 0;
}

.governance {
    position: relative;
    min-height: 30vw;
}

.governance h3.panel-heading {
    background: #e9ecef;
    padding: 8px;
    font-family: 'HelveticaMedium';
}

.governance h1.heading, .governance section h2, section .governance h2, .governance section h3, section .governance h3, .governance section h5, section .governance h5 {
    line-height: 0.7;
    font-family: 'HelveticaThin', Fallback, sans-serif;
    font-weight: normal;
}

.governance h1.heading span, .governance section h2 span, section .governance h2 span, .governance section h3 span, section .governance h3 span, .governance section h4 span, section .governance h4 span, .governance section h5 span, section .governance h5 span {
    font-family: 'HelveticaThin', Fallback, sans-serif;
}

.btn-foundation-shadow{
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.4);
}
.governance h1.heading small, .governance section h2 small, section .governance h2 small, .governance section h3 small, section .governance h3 small, .governance section h4 small, section .governance h4 small, .governance section h5 small, section .governance h5 small {
    font-size: 60%;
    color: grey;
}

.governance .enquire-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}

.governance .enquire-box p {
    font-size: 14px;
}

.governance .email-icon {
    height: 40px;
    margin-bottom: 15px;
}

.governance .report-to-society-box {
    position: absolute;
    right: -20%;
    top: 33%;
    width: 80px;
    border: 1px solid black;
    padding: 8px;
}

.governance .report-to-society-box p {
    font-size: 10px;
    margin-bottom: 0;
}

.governance .report-to-society-box:before {
    content: " ____ ";
    position: absolute;
    left: -45px;
    top: -3px;
    height: 1px;
}

.governance .report-to-society-box:after {
    position: absolute;
    top: 15px;
    left: -48px;
    height: 5px;
    width: 5px;
    background: black;
    content: "";
    border-radius: 5px;
}

img.line-activities {
    position: absolute;
    right: 34%;
    top: 36%;
    height: 30%;
}

.empowerment-foundation .foundation-trustees {
    position: absolute;
    right: 8%;
    top: 0;
    height: 600px;
    width: 150px;
}

.empowerment-foundation .foundation-trustees p.strong {
    margin-bottom: 0;
}

.nav-sidebar-right .small {
    display: none;

}

.empowerment-foundation .bg-grey {
    background: #BEBEBE;
}

.empowerment-foundation .content-block-with-arrow {
    position: relative;
}

.debt-programmes {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.empowerment-foundation .content-block-with-arrow p {
    font-size: 18px;
    text-align: center;
}

section .content .investing-ecosystem .footnotes ul li {
    font-size: 11px;
}

.dropdown .nav-tabs .nav-item .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    padding: 3px;
}

.empowerment-foundation .content-block-with-arrow:after {
    content: "";
    position: absolute;
    left: 3%;
    bottom: -20%;
    width: 0;
    height: 0;
    border-left: 170px solid transparent;
    border-right: 170px solid transparent;
    border-top: 40px solid #BEBEBE;
    z-index: 10000;
}

.empowerment-foundation .big-bet-container div.col-lg-4 {
    padding: 0 5px 5px;
}

.empowerment-foundation img.pdf-icon {
    height: 20px;
    margin-top: -5px;
}

.empowerment-foundation .big-bet-container .card {
    min-height: 450px;
    padding-top: 15px;
}

.empowerment-foundation .big-bet-container .card h6.card-title {
    text-transform: uppercase;
}

.empowerment-foundation .big-bet-container .card .card-subtitle {
    text-transform: uppercase;
    font-size: 12px;
    color: black;
    font-family: 'HelveticaMedium';
    margin-bottom: 10px;
}

.empowerment-foundation .big-bet-container .card .card-text {
    font-size: 12px;
}

.empowerment-foundation .big-bet-container .card p.number {
    font-family: 'HelveticaMedium';
    font-size: 28px;
    color: black;
    line-height: 1;
    margin-top: 5px;
}

.empowerment-foundation .big-bet-container .card p.number span.per-year {
    font-size: 10px;
    font-family: 'HelveticaMedium';
    display: block;
}

.empowerment-foundation .big-bet-container .card .table th, .empowerment-foundation .big-bet-container .card .table td {
    border-top: none;
}

.empowerment-foundation .big-bet-container .card .table td {
    font-family: 'HelveticaMedium';
}

.empowerment-foundation .big-bet-container .card .table td span {
    font-weight: normal;
}

.empowerment-foundation .big-bet-container .card .table td span.small {
    font-size: 10px;
    line-height: 1;
}

.empowerment-foundation .big-bet-container .card .table th span {
    background: #D6E5E9;
    padding: 1px 15px;
}

.monitoring-evaluation .education-programmes {
    margin-bottom: 60px;
}

.monitoring-evaluation .education-programmes .section-heading {
    margin-bottom: 15px;
}

.monitoring-evaluation .education-programmes .section-heading h4 {
    margin-bottom: 5px;
    color: black;
}

.monitoring-evaluation .education-programmes .section-heading h5 {
    font-size: 16px;
    color: #7C7C7C;
    line-height: 1.4;
    margin-bottom: 0;
}

.monitoring-evaluation .education-programmes img.pdf-icon {
    height: 20px;
    margin-top: -5px;
}

.monitoring-evaluation .education-programmes .section-heading h5 span {
    display: block;
    font-family: 'HelveticaMedium';
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}

.monitoring-evaluation .education-programmes img.knowledge-sharing {
    padding-top: 30px;
}

.previous-evaluation-reports h5 {
    margin-bottom: 30px;
}

.previous-evaluation-reports h4 {
    margin-bottom: 5px;
}

.previous-evaluation-reports hr {
    margin-bottom: 5px;
}

.education-programmes a small {
    font-family: 'HelveticaMedium';
}

/*! CSS Used from: http://firstrand180731.azurewebsites.net/css/bootstrap.min.css */
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

img {
    border: 0;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

h3, h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

.sens a {
    color: grey;
    font-size: 14px;
}

.sens .sens-date {
    font-family: 'HelveticaMedium';
}

.sens .sens-box {
    margin-bottom: 15px;
    border: 1px solid grey;
    padding: 10px;
}

.social-investing .annual-reports-boxes {
    position: absolute;
    right: -27%;
    bottom: 40%;
    width: 200px;
    min-height: 80px;
}

.social-investing h2 {
    font-family: 'HelveticaThin', Fallback, sans-serif;
    font-size: 40px;
}

.social-investing h2 span {
    font-family: 'HelveticaUltraLight', Fallback, sans-serif;
}


.social-investing .annual-reports-boxes div.col-lg-6 {
    padding: 5px;
}

.social-investing .annual-reports-boxes .border-solid {
    border: 1px solid black;
    padding: 5px;
}

.social-investing .annual-reports-boxes p {
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    font-size: 10px;
}

.social-investing .social-value-block h5 {
    font-family: 'HelveticaMedium';
}

.text-staff-assistance-trust {
    padding-left: 15px;
    padding-right: 10px;
}

.text-staff-assistance-trust p.lead {

    font-size: 14px !important;

}
.text-staff-assistance-trust img{
    opacity: 40%;
    max-width: 100%;
}
.text-staff-assistance-trust p span {
    font-size: 24px;
    font-family: 'HelveticaMedium';
    color: black;
}
.staff-assistance-border{
    border-right: 1px solid #454545;
 
}
.text-staff-assistance-trust p.number {
    font-size: 50px;
    font-family: 'HelveticaMedium';
    line-height: 1;
    color: black;
    margin-bottom: 0px;
}


.text-staff-assistance-trust p {
    margin-bottom: 5px;
}

.svg-regional-presence .country-info .content-block {
    position: relative;
    background: white;
    border: 1px solid grey;
    padding: 15px;
}

.svg-regional-presence .country-info .content-block h2 {
    margin-bottom: 5px;
    font-size: 48px;
    font-family: "HelveticaUltraLight", Fallback, sans-serif;
}

.svg-regional-presence .country-info .content-block h3 {
    font-family: "HelveticaThin", Fallback, sans-serif;
}

.svg-regional-presence .country-info .content-block p.card-subtitle {
    font-family: "HelveticaLight", Fallback, sans-serif;
    font-size: 16px;
    color: gray;
}

.svg-regional-presence .country-info .content-block p {
    margin-bottom: 5px;
}

.svg-regional-presence .country-info .content-block .border-right-light {
    border-right: 1px solid grey;
}

.svg-regional-presence .country-info .content-block p.subtext {
    font-size: 16px;
    font-family: "HelveticaLight", Fallback, sans-serif;
    line-height: 1;
    color: grey;
}

.svg-regional-presence .country-info .content-block img.icon-country {
    height: 75px;
    position: absolute;
    top: -35px;
    right: 10%;
}

.svg-regional-presence .legend {
    position: absolute;
    bottom: 10%;
    left: 40%;
}

.svg-regional-presence .legend ul {
    list-style: none;
}

.svg-regional-presence .legend ul li {
    font-size: 12px;
}

.svg-regional-presence .legend ul li span img {
    height: 20px;
}

.csi-spend object svg {
    height: 30vw;
}

.csi-spend svg {
    height: 25vw;
}

img.img-h-50 {
    height: 50px;
    margin-bottom: 15px;
}

.group-strategy .border-none {
    border: none;
}

.group-strategy .Gray-block {
    float: left;
    background: #999;
    width: 100%;
    padding: 15px;
}

.group-strategy .Gray-block .heading {
    font-size: 20px;
}

.group-strategy .header-text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}
.top-ten-skills{
    font-weight: bold;
    font-size: 10px!important;
}
.top-ten-skills-b{
    font-size: 10px!important; 
}

.group-strategy .white-block-black {
    background: #fff;
    color: #000;
    font-size: 12px;
    padding: 5%;
    text-align: center;

    width: 100%;
    width: -moz-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
}

.group-strategy .first-white-block {
    padding: 6%;
    margin-left: 0px;
}

.group-strategy .white-block-black span {
    font-family: 'HelveticaMedium';
}

.group-strategy .country-block-head {
    font-family: 'HelveticaMedium';
    text-align: center;
}

.group-strategy .country-block-text {
    text-align: center;
    font-size: 12px;
}

.group-strategy .block-dotted-line {
    float: left;
    border: 1px dotted #fff;
    width: 100%;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.group-strategy .bottom-block-white {
    float: left;
    width: 100%;
    background: #fff;
    padding: 18px;
    margin-top: 5px;
    font-family: 'HelveticaThin', Fallback, sans-serif;
}

.group-strategy .white-block-black-line {
    height: 10px;
    margin-top: -20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.social-value-creation-framework {
    position: relative;
}

.simplified-legal-structure #BanksImageRedo {
    font-size: 12px;
}

.simplified-legal-structure #BanksImageRedo .ownBorder {
    border: 1px solid black;
}

.simplified-legal-structure #BanksImageRedo .SecBlockBorder {
    border: 1px solid black;
}

.simplified-legal-structure #BanksImageRedo .content p {
    margin-bottom: 0;
}

.simplified-legal-structure #BanksImageRedo .col-lg-2 {
    padding: 0 2px;
}

.simplified-legal-structure #BanksImageRedo .blueFill {
    background-color: #bed4e9;
}

.simplified-legal-structure #BanksImageRedo .blueFill p {
    margin-bottom: 0;
}

.simplified-legal-structure #BanksImageRedo .purpleFill {
    background-color: #bab7d6;
}

.simplified-legal-structure #BanksImageRedo .purpleFill p {
    margin-bottom: 0;
}

.simplified-legal-structure #BanksImageRedo .yellowFill {
    background-color: #ffefb4;
}

.simplified-legal-structure #BanksImageRedo .yellowFill p {
    margin-bottom: 0;
}

.simplified-legal-structure #BanksImageRedo .dblueFill {
    background-color: #c0d7df;
}

.simplified-legal-structure #BanksImageRedo .dblueFill p {
    margin-bottom: 0;
}

.simplified-legal-structure #BanksImageRedo .redFill {
    background-color: #f0c7c1;
}

.simplified-legal-structure #BanksImageRedo .redFill p {
    margin-bottom: 0;
}

.simplified-legal-structure #BanksImageRedo .greenFill {
    background-color: #d7e7da;
}

.simplified-legal-structure #BanksImageRedo .greenFill p {
    margin-bottom: 0;
}

.simplified-legal-structure #BanksImageRedo .BankingBlocksMargin {
    margin: 3px -12px;
}

.simplified-legal-structure #BanksImageRedo .secondBlockHeight {
    font-size: 15px;
}

.simplified-legal-structure #BanksImageRedo .infoBlockHeight {
    min-height: 300px;
    padding-top: 15px !important;
}

.simplified-legal-structure #BanksImageRedo .firstBlockAlign {
    display: table-cell;
    vertical-align: top;
    height: 116px;
    margin-top: 20px;
    float: left;
}

.simplified-legal-structure #BanksImageRedo .secBlockAlign {
    display: table-cell;
    vertical-align: top;
    height: 116px;
    margin-top: 20px;
    float: left;
}

.simplified-legal-structure #BanksImageRedo .thirdBlockAlign {
    display: table-cell;
    vertical-align: top;
    height: 116px;
    margin-top: 20px;
    float: left;
}

.simplified-legal-structure #BanksImageRedo .fourthBlockAlign {
    display: table-cell;
    vertical-align: top;
    height: 116px;
    margin-top: 20px;
    float: left;
}

.simplified-legal-structure #BanksImageRedo .fithBlockAlign {
    display: table-cell;
    vertical-align: top;
    height: 116px;
    margin-top: 20px;
    float: left;
}

.simplified-legal-structure #BanksImageRedo .sixthBlockAlign {
    display: table-cell;
    vertical-align: top;
    height: 116px;
    margin-top: 20px;
    float: left;
}

.simplified-legal-structure #BanksImageRedo .blockHeight {
    display: table-cell;
    vertical-align: top;
    height: 60px;
    margin-top: 20px;
    float: left;
    text-align: center;
    width: 100%;
}

.simplified-legal-structure #BanksImageRedo .blockHeight p {
    margin: 0 0 3px;
}

.simplified-legal-structure #BanksImageRedo .secndinfo span {
    font-family: 'HelveticaMedium';
    font-size: 11px;
}

.simplified-legal-structure #BanksImageRedo .paddingL20px {
    padding-left: 20px;
}

.simplified-legal-structure #BanksImageRedo .no-deco {
    list-style: none;
    font-size: 12px;
}

.simplified-legal-structure #BanksImageRedo .limitWidth {
    width: 5px;
    margin-left: 5px;
    font-family: 'HelveticaMedium';
}

.simplified-legal-structure #BanksImageRedo .border-bottom {
    font-size: 12px;
    line-height: 1.3;
}

.simplified-legal-structure #BanksImageRedo .BottomInfoFontSize {
    font-size: 12px;
    margin-top: 10px;
}

.simplified-legal-structure #BanksImageRedo .BottomInfoFontSize h6 {
    font-size: 14px;
}

.simplified-legal-structure #BanksImageRedo .BankingBlocksMargin p {
    font-weight: 500;
}

section .content .BottomInfoFontSize ul li {
    font-size: 12px;
}

.simplified-legal-structure #BanksImageRedo .ConnectorBlocks {
    height: 15px;
    border-left: 1px dotted black;
    margin-top: 1px;
    margin-bottom: 1px;
}

.simplified-legal-structure #BanksImageRedo .topRowLeft {
    border-left: 1px solid;
    border-top: 1px solid;
    height: 20px;
    margin-bottom: 3px;
}

.simplified-legal-structure #BanksImageRedo .topRowRight {
    border-right: 1px solid;
    border-top: 1px solid;
    height: 20px;
    margin-bottom: 3px;
}

.simplified-legal-structure #BanksImageRedo .topRow {
    border-top: 1px solid;
    height: 20px;
    margin-bottom: 3px;
}

.simplified-legal-structure #BanksImageRedo .middleLine {
    border-left: 1px solid;
    height: 20px;
}

.scholarships .content h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.scholarships .content .bg-grey {
    background-color: #D6E5E9;
}

.scholarships .content p.lead {
    margin: 20px 30px 30px 0;
}

.volunteers .bg-gray {
    background: #EDEFF0;
    padding: 30px;
}
.volunteers .bg-gray-1 {
    background: #EDEFF0;
    position: absolute;
    padding-bottom: 307px;
    /* margin-left: -50%; */
    border-radius: 0px;
   
    /* right: 49%; */
    /* height: 100%; */
    /* top: 52%; */
    width: 49%;
    /* margin-bottom: 5rem; */
    /* margin-right: 10px; */
}

.num-bold{
    font-weight: bold;
}
.volunteers .bg-clear {
    background: transparent;
    padding: 30px;
}
.volunteers-border{
border-right: 1px solid #000;margin-right: -18px;
}
.volunteers .block-volunteers {
    border: 5px solid #d2d2d2;
    padding: 15px 15px 0;
    margin-bottom: 10px;
}

.volunteers .block-volunteers p {
    line-height: 1.4;
}

.volunteers .block-volunteers p span.number-large {
    font-size: 40px;
    font-family: 'HelveticaThin', Fallback, sans-serif;
    font-family: 'HelveticaMedium';
    color: black;
    line-height: 1;
}

.volunteers .block-volunteers p strong {
    color: black;
    font-family: 'HelveticaMedium';
}

.volunteers .group-drives {
    display: table-cell;
    vertical-align: bottom;
    height: 220px;
}
.black-Text
{
	color: #000 !important;
}
.volunteers .group-drives h5 {
    color: grey;
	margin-top: 20px;
}

.volunteers .section-gallery div.col-lg-3 {
    padding: 2px;
}

.volunteers .section-gallery .gallery-footer a.more-gallery {
    margin-bottom: 25px;
}

.volunteers .section-gallery .gallery-footer a {
    margin-bottom: 15px;
}

.volunteers .section-gallery .gallery-footer img {
    height: 45px;
}

.volunteers .border-solid {
    border: 1px solid #ccc;
    padding: 15px;
}

.painting-classrooms .service-blocks {
    width: 500px;
    margin: 30px auto;
}

.painting-classrooms .service-blocks .service-item {
    border: 1px solid lightgray;
    min-height: 120px;
    height: 100px;
    width: 120px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.painting-classrooms .service-blocks .service-item img.icon {
    height: 30px;
    display: block;
    margin: 5px auto;
}

.painting-classrooms .service-blocks .service-item p {
    font-size: 12px;
    color: grey;
    font-family: "HelveticaLight", Fallback, sans-serif;
    text-transform: lowercase;
}

.painting-classrooms #accordion .card h5.card-title {
    font-family: 'HelveticaMedium';
}

.painting-classrooms #accordion .card p.card-subtitle {
    color: grey;
}

.pfs-paragraph-white {
    background: white;
    padding: 5px;
    margin: 5px -8px 2px;
    /*min-height: 43px;*/
    line-height: 1.2;
    font-size: 16px !important;
}


p.pfs-paragraph-white {
    font-size: 14px !important;
}

.fs-svg-model {
    width: 63em;
    height: 28em;
}

.section-links p {
    font-size: 13px;
    font-family: 'HelveticaMedium';
}

.pa-remgro {
    position: absolute;
    top: 10%;
    left: 14%;
}

.pa-remgro-num1 {
    position: absolute;
    top: 22%;
    left: 17.5%;
    font-family: 'Roboto Medium';
}

.pa-remgro-num2 {
    top: 22%;
    left: 24.5%;
    position: absolute;
    font-family: 'Roboto Medium';
}

.pa-directors {
    position: absolute;
    top: 10%;
    left: 49%;
}

.pa-directors-num {
    position: absolute;
    top: 22%;
    left: 50.7%;
    font-family: 'Roboto Medium';
}

.pa-royal {
    position: absolute;
    top: 10%;
    left: 74%;
}

.pa-royal-num {
    position: absolute;
    top: 22%;
    right: 13%;
    font-family: 'Roboto Medium';
}

.pa-rmb-holdings-limited {
    position: absolute;
    top: 36%;
    left: 45%;
}

.pa-rmb {
    position: absolute;
    top: 40%;
    left: 44%;
}

.pa-bee-partners {
    position: absolute;
    top: 53%;
    right: 16%;
}

.pa-rmb-num {
    position: absolute;
    top: 48.5%;
    left: 50.5%;
    font-family: 'Roboto Medium';
}

.pa-bee-num {
    position: absolute;
    bottom: 25%;
    right: 18.5%;
    font-family: 'Roboto Medium';
}

.pfs-position-relative {
    position: relative;
}

.pa-fsr-text {
    position: absolute;
    bottom: 7%;
    left: 36%;
    font-family: 'Roboto Light';
}

.pfr-download-link {
    position: absolute;
    bottom: 0%;
    left: 48.5%;
}

.pfs-position-relative-first {
    position: relative;
    width: 60em;
    margin-left: -37px;
}


.model-bg-blue.text {
    margin-bottom: 5px !important;
    padding: 5px;
}

.model-bg-orange.text {
    margin-bottom: 5px !important;
    padding: 5px;
}

.model-bg-purple.text {
    margin-bottom: 5px !important;
    padding: 5px;
}

.model-bg-purple-light.text {
    margin-bottom: 5px !important;
    padding: 5px;
}

.model-bg-brown.text {
    margin-bottom: 5px !important;
    padding: 5px;
}

.model-bg-blue.text p {
    margin-bottom: 0;
    font-family: 'Roboto Medium';
}

.model-bg-orange.text p {
    margin-bottom: 0;
    font-family: 'Roboto Medium';
}

.model-bg-purple.text p {
    margin-bottom: 0;
    font-family: 'Roboto Medium';
}

.model-bg-purple-light.text p {
    margin-bottom: 0;
    font-family: 'Roboto Medium';
}

.model-bg-brown.text p {
    margin-bottom: 0;
    font-family: 'Roboto Medium';
}

.text-line-small {
    min-height: 65px;
    font-size: 16px !important;
    line-height: 1.2;
    font-family: 'Roboto Regular';
}


.table-shareholders > tbody > tr > td > p > small {
    font-size: 12px;
    min-height: 10px;
}

/*.padding-v-align {
padding-top: 17px;
}*/
.pfs-padded-top-sm {
    padding-top: 10px;
}

.pfs-line-img img {
    height: 42px;
    width: 85%;
}

.pfs-circle-green-container {
    background: black;
    border: 1px solid black;
    border-radius: 50%;
    height: 170px;
    width: 170px;
    font-size: 16px;
    float: none;
    margin-right: 30px;
    text-align: center;
}

.pfs-circle-green {
    background: black;
    border-radius: 50%;
    height: 95%;
    margin: 5px;
    width: 95%;
    padding: 5px;
    padding-top: 25%;
}

.pfs-circle-green h5 span {
    color: white;
}

.pfs-border-grey {
    border: 1px solid #000000;
    background: #cccccc;
    min-height: 36vh;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 36vh;
    padding: 10px 15px;
}

.pfs-border-grey p {
    margin-bottom: 0;
}

.pfs-border-yellow p {
    margin-bottom: 0;
}

.pfs-border-yellow {
    border: 1px dotted #cccccc;
    background: #fdf9cd;
    min-height: 36vh;
    height: 36vh;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.pfs-col-no-padding {
    padding-left: 10px;
    padding-right: 10px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.pfs-circle-green h5.bigger-h5 {
    font-size: 18px;
    line-height: 1.2;
}

.pfr-bg-gray {
    background: #F5F6EF;
    margin: 5px 0;
    padding: 5px 0 5px 0;
}

.pfr-bg-blue {
    background: black;
    padding: 12px 5px 1px;
    color: #000;
    margin: 0 15px;
}

.svg-society-sizing {
    /*height: 20em;
  margin: 0 auto;
  width: 20em;*/
}

.pfr-text-blue {
    color: #329ECE;
}

.pfr-with-border {
    border: 1px solid black;
    padding: 5px;
    padding-bottom: 0;
    margin-bottom: 60px;
    margin-left: 5px;
}

hr.pfr-black {
    color: black;
    border-top: 1px solid #000;
    width: 85%;
    margin-left: 5%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.pfr-legend > p > small {
    font-size: 10px;
    margin-bottom: 10px;
}

.pfr-legend-title {
    position: absolute;
    top: 6%;
    left: 0%;
}

.pfr-margin-left-sm {
    margin-left: 4%;
}

.pfr-position-relative {
    position: relative;
    height: 20em;
}

.pfr-legend {
    position: absolute;
    bottom: 5%;
    right: 30px;
}

@media (min-width: 992px) {
    .pfs-position-relative-first {
        margin-left: -37px;
        margin-bottom: -15px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .text-line-small {
        min-height: 90px;
    }
}

@media (max-width: 992px) {
    .text-line-small {
        min-height: 0;
        margin-top: -15px;
    }

    .col__border__left {
        border-left: 0px !important;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .pfs-line-img img {
        height: 34px;
    }

    .volunteers .bg-gray-1 {
        background: #EDEFF0;
        position: absolute;
        padding-bottom: 630px;
        margin-left: -100%;
        border-radius: 0px;
        padding-right: 144%;
        /* right: 49%; */
        /* height: 100%; */
        /* top: 52%; */
        width: 148%;
        /* margin-bottom: 5rem; */
        /* margin-right: 10px; */
    }

    .empowerment-foundation .content-block-with-arrow:after {
        content: "";
        position: absolute;
        left: -5%;
        bottom: -37%;
        width: 0;
        height: 0;
        border-left: 170px solid transparent;
        border-right: 170px solid transparent;
        border-top: 40px solid #BEBEBE;
        z-index: 10000;
    }


}

@media (max-width: 992px) {
    .pfs-padded-top-sm {
        padding-top: 0;
    }

    .volunteers .bg-gray-1 {
        display: none;
    }

    .volunteers .bg-gray-hidden {
        background: #EDEFF0;
        padding: 30px;
    }
}


@media (min-width: 992px) and (max-width: 1050px) {
    .pfs-border-grey {
        min-height: 48vh;
        max-height: 48vh;
        height: 48vh;
    }

    .pfs-border-yellow {
        min-height: 43vh !important;
        max-height: 43vh !important;
        height: 43vh !important;
    }
}

@media (min-width: 1050px) and (max-width: 1200px) {
    .pfs-border-grey {
        min-height: 36vh;
        max-height: 36vh;
        height: 36vh;
    }

    .pfs-border-yellow {
        min-height: 36vh !important;
        max-height: 36vh !important;
        height: 36vh !important;
    }
}

@media (min-width: 1200px) {
    .pfs-border-grey {
        min-height: 30vh !important;
        max-height: 30vh !important;
        height: 30vh !important;
    }

    .pfs-border-yellow {
        min-height: 30vh !important;
        max-height: 30vh !important;
        height: 30vh !important;
    }
}

@media (max-width: 992px) {
    .pfs-border-grey {
        display: block !important;
        height: auto !important;
        min-height: 5px !important;
        width: 100%;
        margin-bottom: 5px;
        padding: 9px 0;
    }

    .pfs-border-yellow {
        display: block !important;
        height: 7vh !important;
        min-height: 5vh !important;
        width: 100%;
        padding: 15px 15px !important;
        margin-bottom: 5px;
    }

    hr.pfr-black {
        width: 15% !important;
        display: inline-block;
        float: none;
    }
}

@media (max-width: 600px) {
    .pfs-border-yellow {
        height: 10vh !important;
    }
}


@media (min-width: 992px) {
    .svg-col {
        border-right: 1px dotted black;
        border-left: 1px dotted black;
    }

}

@media (max-width: 992px) {
    .svg-col {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .pfr-text-larger {
        font-size: 26px;
        font-family: 'HelveticaMedium';
    }
}

@media (max-width: 992px) {
    .pfr-text-larger {
        font-size: 26px;
        font-family: 'HelveticaMedium';
    }
}

@media (max-width: 992px) {
    .pfr-margin-left-sm {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .pfr-block-creation {
        padding-top: 6%;
    }
}

@media (min-width: 992px) {
    .pfr-block-empowerment {
        padding-top: 5%;
    }
}

@media (max-width: 992px) {
    .pfr-block-creation {
        padding: 0 10%;
    }
}

@media (max-width: 992px) {
    .pfr-block-empowerment {
        padding: 0 10%;
    }
}


@media (max-width: 992px) {
    .pfr-legend {
        bottom: 11%;
        right: 7%;
    }
}

@media (max-width: 992px) {
    .pfr-legend > p {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .pfr-legend-title {
        position: absolute;
        top: 6%;
        left: 0%;
    }
}

.pfr-legend-title > p > small {
    font-size: 12px;
}

.line-dotted-one {
    float: left;
    width: 1px;
    border-right: 1px dotted #cccccc;
    height: 15px;
    margin-left: 50%;
    margin-right: 40%;
    margin-top: 0px;
}

.line-dotted-one-up {
    float: left;
    width: 1px;
    margin-top: -25px;
    border-right: 1px dotted #cccccc;
    height: 25px;
    margin-left: 50%;
    margin-right: 40%;
}

.line-dotted-one-up-right {
    float: left;
    width: 1px;
    margin-top: -25px;
    border-right: 1px dotted #cccccc;
    height: 25px;
    margin-left: 33%;
    margin-right: 40%;
}

.line-dotted-one-up-left {
    float: left;
    width: 1px;
    margin-top: -25px;
    border-right: 1px dotted #cccccc;
    height: 25px;
    margin-left: 67%;
    margin-right: 40%;
}

.line-dotted-one-up-left1 {
    float: left;
    width: 1px;
    margin-top: -25px;
    border-right: 1px dotted #cccccc;
    height: 25px;
    margin-left: 20%;
    margin-right: 40%;
}

.line-dotted-one-up-left2 {
    float: left;
    width: 1px;
    margin-top: -25px;
    border-right: 1px dotted #cccccc;
    height: 25px;
    margin-left: 40%;
    margin-right: 40%;
}

.line-dotted-one-up-left3 {
    float: left;
    width: 1px;
    margin-top: -25px;
    border-right: 1px dotted #cccccc;
    height: 25px;
    margin-left: 60%;
    margin-right: 30%;
}

.line-dotted-one-up-left4 {
    float: left;
    width: 1px;
    margin-top: -25px;
    border-right: 1px dotted #cccccc;
    height: 25px;
    margin-left: 80%;
    margin-right: 18%;
}

.line-dotted-one-up-left5 {
    float: left;
    width: 1px;
    margin-top: -25px;
    border-right: 1px dotted #cccccc;
    height: 25px;
    margin-left: 26%;
    margin-right: 40%;
}

.line-dotted-one-up-left6 {
    float: left;
    width: 1px;
    margin-top: -25px;
    border-right: 1px dotted #cccccc;
    height: 25px;
    margin-left: 49.9%;
    margin-right: 40%;
}

.line-dotted-one-up-left7 {
    float: left;
    width: 1px;
    margin-top: -25px;
    border-right: 1px dotted #cccccc;
    height: 25px;
    margin-left: 76%;
    margin-right: 30%;
}

.line-curved {
    float: left;
    margin-top: 0px;
    border-top: 1px dotted #cccccc;
    border-left: 1px dotted #cccccc;
    border-right: 1px dotted #cccccc;
    border-radius: 5px 5px 0px 0px;
    height: 25px;
    width: 99.5%;
}

.lightgray-block-investors h3 {
    margin-top: 15px !important;
    margin-bottom: -5px !important;
}

.finace-gray-text {
    color: #808284 !important;
    margin-bottom: -5px !important;
}

.pfr-logo-circle img {
    margin-bottom: 20px;
}

.rmb-blue-block-fixed {
    width: 74%;
    float: left;
    margin-left: 13%;
    margin-right: 13%;
}

.line-dotted-one {
    float: left;
    width: 1px;
    border-right: 1px dotted #cccccc;
    height: 15px;
    margin-left: 50%;
    margin-right: 40%;
    margin-top: 0px;
}

.line-dotted-one-up-left {
    float: left;
    width: 1px;
    margin-top: -25px;
    border-right: 1px dotted #cccccc;
    height: 25px;
    margin-left: 67%;
    margin-right: 40%;
}

.line-dotted-one-up-right {
    float: left;
    width: 1px;
    margin-top: -25px;
    border-right: 1px dotted #cccccc;
    height: 25px;
    margin-left: 33%;
    margin-right: 40%;
}

.ul-perspectives-categories ul li.active {
    background: black;
    color: white;
}

.ul-perspectives-categories ul li.active a {
    color: white;
}

._btn-more {
    background: #333333;
    border-radius: 0;
    padding: 5px 30px;
}

._btn-more:hover {
    color: #e6e6e6;
    background: black;
}

.bg-gray {
    background: #eceded;
}

hr._center {
    width: 97.4%;
    float: none;
    margin-left: 5px;
    border-top: 1px solid #999;
    margin-top: 0;
    margin-bottom: 0;
}

.img-cover {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

.bg-white {
    background: white;
}

.margin-top-sm {
    margin-top: 10px;
}

.text-color {
    color: black;
}

.text-color a {
    color: black;
}

.text-color p {
    color: black;
}

a.text-color {
    color: black;
}

a.text-color a {
    color: black;
}

a.text-color p {
    color: black;
}

.text-color-red {
    color: black !important;
}

.text-color-red a {
    color: black !important;
}

.text-color-red p {
    color: black !important;
}

.text-color-red {
    color: black !important;
}

.text-color-red a {
    color: black !important;
}

.text-color-red p {
    color: black !important;
}

.text-color-blue {
    color: black !important;
}

.text-color-blue a {
    color: black !important;
}

.text-color-blue p {
    color: black !important;
}

.text-color-orange {
    color: black !important;
}

.text-color-orange a {
    color: black !important;
}

.text-color-orange p {
    color: black !important;
}

.text-color-green {
    color: black !important;
}

.text-color-green a {
    color: black !important;
}

.text-color-green p {
    color: black !important;
}

.body-content {
    margin-top: 80px;
}

body {
    font-family: "HelveticaLight", Fallback, sans-serif;
}

.position-relative {
    position: relative;
}

.ul-perspectives-categories ul li {
    border-right: 1px solid black;
    text-transform: uppercase;
    text-align: center;
    padding: 7px;
    background: white;
    transition: all 0.3s ease-in-out;
}

.ul-perspectives-categories ul li:last-child {
    border-right: none;
}

.ul-perspectives-categories ul li:hover {
    background: black;
    color: white;
    transition: all 0.3s ease-in-out;
}

.ul-perspectives-categories ul li:hover a {
    color: white;
}

.ul-perspectives-categories ul li:active {
    background: black;
    color: white;
}

.ul-perspectives-categories ul li a {
    text-decoration: none;
    color: black;
}

.banner-perspectives {
    background: url("../images/banners/banner-perspectives.jpg") no-repeat center center;
    background-size: cover;
    min-height: 131px;
}

.banner-perspectives h1 {
    font-size: 4em;
}

.banner-perspectives h2 {
    color: #000;
    padding-top: 0;
    margin-top: 0;
    font-size: 1em;
    text-transform: uppercase;
}

.banner-perspectives-article {
    background: url("../images/banners/perspectives-banner-title.jpg") no-repeat center center;
    background-size: cover;
    min-height: 100px;
}

.perspectives-article h2.heading {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 15px;
    padding: 0;
    font-family: 'HelveticaThin', Fallback, sans-serif;
}

.perspectives-article p.author {
    font-family: 'HelveticaMedium';
    margin: 0;
}

.perspectives-article .social-icons ul li {
    font-size: 22px;
    color: grey;
}

.sidebar {
    padding-left: 15px;
}

.banner-perspectives-article .heading h2 {
    font-size: 2em;
    color: black;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}

.banner-perspectives-article .heading p.category {
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'HelveticaMedium';
    margin-bottom: 5px;
    margin-top: 5px;
}

.banner-perspectives-article .heading p.author {
    color: black;
}

.article-wo-thumbnail {
    background: #C0DBDE url(../images/elements/icon-typewriter.png) no-repeat 50% 30%;
    background-size: 29%;
    width: 10%;
}

.article-w-video {
    background-size: cover;
}

.article-w-video img {
    height: 130px;
}

.article-w-audio {
    background: #C0DBDE url(../images/elements/icon-audio.png) no-repeat 50% 30%;
    background-size: 28%;
    width: 10%;
}

.article-banner .img-source {
    font-size: 12px;
    margin-top: 10px;
    font-family: "HelveticaLight", Fallback, sans-serif;
    float: left;
    width: 100%;
}

.article-banner .video {
    margin-top: -35px;
}

.article-main {
    height: 400px;
    position: relative;
    margin-top: 10px;
    box-shadow: 5px 9px 20px 0 #888888;
}

.article-main .caption {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 110px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.36);
}

.article-main .caption p.category {
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: right;
}

.article-main .caption p.category a {
    color: black;
}

.article-main .caption p.title {
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 0;
    font-family: "HelveticaUltraLight", Fallback, sans-serif;
}

.article-main .caption p.title a {
    color: white;
}

.article-main .caption p.post-info {
    color: white;
    font-family: "HelveticaNeueCondensedBold", Fallback, sans-serif;
}

.articles-list .row, .category-all-listview .row {
    margin-bottom: 30px;
    margin-right: auto;
}
.related-items-slideshow
{
	width: 90%;
    margin-left: 5%;
}

.related-items-slideshow .caption-container, .category-all-listview .caption-container {
    padding-right: 10px;
}

.articles-list .caption-container, .category-all-listview .caption-container {
    transition: all 0.3s ease-in-out;
}

.articles-list .caption-container a, .category-all-listview .caption-container a {
    color: white;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .articles-list .caption-container a, .category-all-listview .caption-container a {
        margin-top: 12px !important;
    }
}

.articles-list .caption-container:hover .caption .caption-info, .category-all-listview .caption-container:hover .caption .caption-info {
    transition: all 0.3s ease-in-out;
}

.articles-list .caption-container .caption, .category-all-listview .caption-container .caption {
    padding: 15px 0 0;
    height: 180px;
    display: table-cell;
    vertical-align: bottom;
    width: 1%;
    position: relative;
}

.articles-list .caption-container .caption .icon-video, .category-all-listview .caption-container .caption .icon-video {
    height: 63px;
    position: absolute;
    right: 39%;
    top: 25%;
}

.articles-list .caption-container .caption .caption-info, .category-all-listview .caption-container .caption .caption-info {
    padding: 1px 10px 1px;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .articles-list .caption-container .caption .caption-info, .category-all-listview .caption-container .caption .caption-info {
        display: table-cell;
        vertical-align: middle;
        height: 65px;
    }


}


.articles-list .caption-container .caption .caption-info h3.title, .category-all-listview .caption-container .caption .caption-info h3.title {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    line-height: normal;
    margin-top: 12px;
}

@media (min-width: 992px) {
    .articles-list .caption-container .caption .caption-info h3.title, .category-all-listview .caption-container .caption .caption-info h3.title {
        margin: 0;
    }
}

.articles-list .caption-container .caption .caption-info h3.title a, .category-all-listview .caption-container .caption .caption-info h3.title a {
    color: white;
}

.articles-list .caption-container .caption .caption-info h3.title a:hover, .category-all-listview .caption-container .caption .caption-info h3.title a:hover {
    text-decoration: none;
}

.articles-list .caption-container .caption .caption-info p.post-info, .category-all-listview .caption-container .caption .caption-info p.post-info {
    color: #ccc;
}

.articles-list .caption-container .article-placeholder, .category-all-listview .caption-container .article-placeholder {
    background: url("../images/elements/article-placeholder.jpg") no-repeat center top;
    background-size: cover;
}

.articles-list .caption-container .caption-info, .category-all-listview .caption-container .caption-info {
    position: relative;
    margin-top: 15px;
}

.articles-list .caption-container .caption-info p.category, .category-all-listview .caption-container .caption-info p.category {
    font-family: 'HelveticaMedium';
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 10px;
    text-align: right;
}

.articles-list .caption-container .caption-info p.title, .category-all-listview .caption-container .caption-info p.title {
    font-family: 'HelveticaMedium';
    margin-bottom: 5px;
    line-height: normal;
}

.articles-list .caption-container .caption-info p.title a, .category-all-listview .caption-container .caption-info p.title a {
    color: black;
}

.articles-list .caption-container .caption-info p, .category-all-listview .caption-container .caption-info p {
    font-size: 14px;
    margin-bottom: 10px;
}

.articles-list .caption-container .caption-info p.description, .category-all-listview .caption-container .caption-info p.description {
    font-size: 14px;
    margin-bottom: 5px;
    color: #707070;
}

.articles-list .caption-container .caption-info p.post-info, .category-all-listview .caption-container .caption-info p.post-info {
    font-size: 12px;
    color: black;
}

.articles-list .caption-info p.title {
    font-size: 16px;
}

.articles-list div[class^="col-"] {
    padding-right: 0;
}

.category-all-listview {
    margin-top: 15px !important;
}

.category-all-listview h3 {
    margin-bottom: 0;
}

.category-all-listview .caption-container .caption {
    height: 165px;
}

.category-all-listview .caption-container .caption .caption-info {
    height: 55px;
}

.category-all-listview .caption-container .caption .caption-info h3.title {
    font-size: 11px;
    color: white;
}

.categories-container-heading h3 {
    margin-left: 4px;
    margin-top: 8px;
}

.perspectives-article {
    margin: 60px auto;
}

.perspectives-article .toggle-controls .col-md-6 {
    background: black;
    border-bottom: 1px solid white;
    transition: all 0.3s ease-in-out;
}

.perspectives-article .toggle-controls .col-md-6:hover {
    background: #1a1a1a;
    transition: all 0.3s ease-in-out;
}

.perspectives-article .toggle-controls .col-md-6:last-of-type {
    border-left: 1px solid white;
}

.perspectives-article .toggle-controls .col-md-6 a {
    color: white;
    text-decoration: none;
}

.perspectives-article .toggle-controls .col-md-6 .item-toggle {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    padding: 0 35px;
}

.perspectives-article .toggle-controls .col-md-6 .item-toggle .fa {
    font-size: 24px;
    position: absolute;
    top: 30%;
}

.perspectives-article .toggle-controls .col-md-6 .item-toggle .fa-chevron-left {
    left: -1%;
}

.perspectives-article .toggle-controls .col-md-6 .item-toggle .fa-chevron-right {
    right: -5%;
}

.perspectives-article .toggle-controls .col-md-6 .item-toggle p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.perspectives-article .toggle-controls .col-md-6 .item-toggle .margin-right-sm {
    margin-right: 15px;
}

.perspectives-article .figure-imgs div.col-md-4:first-of-type {
    padding-right: 5px;
    padding-top: 5px;
}

.perspectives-article .content {
    padding-top: 10px;
}

.perspectives-article .content p {
    padding-right: 25px;
}

.perspectives-article .content li {
    font-size: 14px;
    color: #454545;
    font-family: 'Roboto', sans-serif;
}

.perspectives-article .content .article-tags {
    border-top: 1px solid #808284;
    padding: 15px 0;
}

.perspectives-article .content .article-tags ul li {
    margin-right: 5px;
    line-height: 2.4;
}

.perspectives-article .content .article-tags p.title {
    font-size: 18px;
    color: #000;
}

.perspectives-article .content .article-tags .nav-pills {
    margin-bottom: 15px;
}

.perspectives-article .content .article-tags .nav-pills > li > a {
    font-size: 12px;
    padding: 6px 16px;
    border: 1px solid black;
    color: black;
}

.perspectives-article .content .article-tags .nav-pills > li > a:hover {
    background: #cccccc;
    text-decoration: none;
}

.perspectives-article .related-content .slick-next {
    right: -30px;
    z-index: 5000000;
}


.perspectives-article .slick-prev:before {
    font-size: 30px;
}

.perspectives-article .slick-next:before {
    font-size: 30px;
}

.management-and-board .slick-prev {
    left: -16px;
}

.management-and-board .slick-next {
    right: -16px;
}

.perspectives-article .slick-prev {
    left: -30px;
}

.perspectives-article .related-content {
    /*margin-top: 30px;*/
}

.perspectives-article .related-content p.title {
    color: #000;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.perspectives-article .related-content p.heading {
    color: #000;
    margin-top: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #808284;
    font-size: 18px;
}

.perspectives-article .related-content .related-items-container {
    border-top: 1px solid #eee;
    width: 100%;
}

.perspectives-article .related-content .related-items-container .categories-container, .perspectives-article .related-content .related-items-container .related-items-container {
    margin-top: 5px;
}

.perspectives-article .sidebar form.search-form-sidebar .form-control {
    border-radius: 0;
    text-align: center;
}

.perspectives-article .sidebar .perspectives-intro-sidebar {
    margin-bottom: 30px;
}

.perspectives-article .sidebar .perspectives-intro-sidebar p {
    font-size: 16px;
}

.perspectives-article .sidebar .perspectives-intro-sidebar h3 {
    font-family: 'HelveticaThin', Fallback, sans-serif;
    font-size: 38px;
}

.perspectives-article .sidebar .perspectives-intro-sidebar h3 span {
    color: #454545;
}

.perspectives-article .sidebar .trending {
    border-top: 1px solid #808284;
}

.perspectives-article .sidebar .trending h3 {
    color: black;
    font-size: 24px;
    font-family: 'HelveticaMedium';
    margin-top: 40px;
}

.perspectives-article .sidebar .list-of-featured-articles .featured-article-container {
    padding: 8px 0 8px;
    border-bottom: 1px solid #808284;
}

.perspectives-article .sidebar .list-of-featured-articles .featured-article-container .media img {
    height: 40px;
}

.perspectives-article .sidebar .list-of-featured-articles .featured-article-container a {
    text-decoration: none;
}

.perspectives-article .sidebar .list-of-featured-articles .featured-article-container a p.category {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
}

.perspectives-article .sidebar .list-of-featured-articles .featured-article-container a .featured-article .article-title p {
    color: grey;
    font-size: 14px;
    margin-bottom: 0;
}

.perspectives-article .sidebar .list-of-featured-articles .featured-article-container a .featured-article-with-thumbnail {
    height: 130px;
    position: relative;
}

.perspectives-article .sidebar .list-of-featured-articles .featured-article-container a .featured-article-with-thumbnail img.icon-video {
    position: absolute;
    top: 20%;
    left: 35%;
    width: 20%;
}

.perspectives-article .sidebar .list-of-featured-articles .featured-article-container a .featured-article-with-thumbnail .article-title {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 66%;
    width: 100%;
    padding-left: 10px;
    height: 45px;
    padding-top: 5px;
}

.perspectives-article .sidebar .list-of-featured-articles .featured-article-container a .featured-article-with-thumbnail .article-title p {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}

.perspectives-article .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0;
}

.ekko-lightbox-nav-overlay a {
    font-size: 60px;
}

.ekko-lightbox-nav-overlay a span {
    padding: 0 30px;
    margin-left: -100px;
}

.ekko-lightbox-nav-overlay a:last-child span {
    text-align: right;
    margin-right: -100px;
}

.amp-02-player {
    -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    animation: -amp-start 8s steps(1, end) 0s 1 normal both;
}

@-webkit-keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

@-moz-keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

@-ms-keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

@-o-keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

@keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

.addthis_toolbox, .addthis_share {
    width: 48px;
    padding: 15px 15px;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .addthis_toolbox, .addthis_share {
        position: absolute;
        left: -10%;
    }
}

.addthis_toolbox i, .addthis_share div {
    color: black;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

.addthis_toolbox i:hover, .addthis_share div:hover {
    color: #1a1a1a;
    transition: all 0.3s ease-in-out;
}

.addthis_toolbox .fa-pinterest {
    color: black;
}

@media (max-width: 1200px) {
    .addthis_share ul {
        display: flex;
    }
}

@media (min-width: 768px) {
    #subscribeModal .modal-dialog {
        margin: 120px auto;
    }
}

#subscribeModal .modal-dialog .modal-content {
    border-radius: 0;
}

#subscribeModal .modal-dialog .modal-content h3 {
    margin-top: 0;
}

#subscribeModal .modal-dialog .modal-content .modal-header {
    background: url("../images/elements/banner-signup.jpg") no-repeat center top;
    background-size: cover;
    min-height: 250px;
    padding: 5px 20px;
}

#subscribeModal .modal-dialog .modal-content .modal-header .close {
    font-size: 45px;
}

#subscribeModal .modal-dialog .modal-content .modal-body {
    padding: 20px 15px 30px;
}

#subscribeModal .modal-dialog .modal-content .modal-body input {
    border-radius: 0;
}

#subscribeModal .modal-dialog .modal-content .modal-body button {
    border-radius: 0;
}

.categories-view-all {
    margin-top: -35px;
    margin-right: 20px;
}

@media (min-width: 1200px) {
    .sticky-share-wrapper {
        position: fixed;
        top: 18%;
        left: 0;
    }
}


.text-to-speech p span {
    color: black;
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid black;
}

.text-to-speech p span img {
    height: 15px;
    margin-right: 5px;
}

.text-to-speech span.played {
    background: #363637;
    color: white;
}

.text-to-speech span.paused {
    background: #363637;
    color: white;
}

.text-to-speech span.stopped {
    background: #363637;
    color: white;
}

.showDesktop {
    display: inline-block;
}

.hidden-desktop {
    display: none;
}

.social-share-container, .categories-container .row__inner .tile__details .tile__title, .perspectives-article .related-content .related-items-container .row__inner .tile__details .tile__title, .categories-container .row__inner .tile__details .tile__title, .perspectives-article .related-content .related-items-container .row__inner .tile__details .tile__title, .perspectives-article .related-content .related-items-container .row__inner .tile__details .tile__title {
    display: block;
}

.form-control {
    border-radius: 0;
}

.modal-body {
    padding: 0;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.60);
}

.modal-content {
    border: none;
}

a:hover {
    text-decoration: none;
}


/* fonts styles */
.full-div {
    float: left;
    width: 100%;
}

.multiple-block {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 0px;
}

.multiple-block-line {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-top: -37px !important;
}

.home-readmore {
    color: #FFF;
    border: 1px solid #fff;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.home-block {
    float: left;
    width: 100%;
    padding-bottom: 100px;
   
}

.home-readmore:hover {
    background: #fff;
    color: #000;
}

.about-btn {
    float: right;
    width: 200px;
    border-bottom: 1px solid #000;
    position: relative;
	margin-bottom: 60px;
}

.dot-btn {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
}

.about-readmore {
    float: right;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    border-bottom: 0px solid #000;
    display: inline-block;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.about-readmore:hover {
    background: #000;
    color: #fff;
}

section .content ul li {
    text-align: left;
}

section .content .no-deco {
    text-align: left;
    font-size: 12px;
    font-style: italic;
}

.group-squareline1 {
    width: 100%;
    width: -moz-calc(100% + 5px);
    width: -webkit-calc(100% + 5px);
    width: calc(100% + 5px);
}

.group-squareline2 {
    width: 100%;
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    margin-left: 5px;
}

.group-squareline3 {
    width: 100%;
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    margin-left: -5px;
}

.gray-block-society {
    font-size: 30px;
    line-height: 1;
    background: #acc4c4;
    color: white;
    padding: 28px;
    font-family: 'HelveticaThin', Fallback, sans-serif;
}

.green-block-society-holder img {
    position: absolute;
    right: -55px;
    height: 60px;
    top: -10px;
}

.green-block-society {
    background: #D6E5E9;
    color: #fff;
    text-align: center;
    margin: -2px -15px;
    z-index: 15;
    position: relative;
    padding: 5px;
    font-size: 20px;
    font-family: 'HelveticaNeueCondensedBold';
}

.footer-home {
    position: fixed;
    bottom: 0;
    width: 100%;
}

header.home .section-features .feature {
    min-height: 100%;
    position: relative;
}

header.home .section-features .feature a {
    color: white;
}





div.lead > p {
    font-size: 1.10rem;
    font-weight: 300;
    color: black;
    font-family: "HelveticaLight", Fallback, sans-serif;
}

.investing-ecosystem .social-investing-ecosystem {
    width: 100%;
}

.social-investing-ecosystem svg {
    min-height: 30vw;
}

.investing-ecosystem .footnotes {
    margin-top: 15px;
}

.investing-ecosystem .footnotes p {
    font-size: 12px;
    margin-bottom: 0;
}

.investing-ecosystem .footnotes {
    margin-top: 15px;
}

.csi-spend ul.list-asterix li {
    font-style: normal;
    font-size: 10px;
}

.border-right-grey {
    border-right: 1px solid lightgray;
}

.border-bottom-grey {
    border-bottom: 1px solid lightgray;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #fff #fff #000 #fff;
    border-radius: 0;
    font-family: 'HelveticaMedium';
}

/* Media Queries */

@media (min-width: 992px) {
    nav.main-menu #Navbar ul li a:after {
        bottom: 0;
        content: "";
        display: block;
        height: 0.5px;
        left: 0;
        position: absolute;
        background: #262626;
        transition: width 0.50s ease 0s, left ease 0s;
        -webkit-transition: width 0.50s ease 0s, left ease 0s;
        -moz-transition: width 0.50s ease 0s, left ease 0s;
        -ms-transition: width 0.50s ease 0s, left ease 0s;
        -o-transition: width 0.50s ease 0s, left ease 0s;
        width: 0;
    }


    nav.main-menu #Navbar ul li a:hover:after {
        width: 100%;
        left: 0;
    }

    nav.main-menu #Navbar ul li a.active {
        border-bottom: 1px solid black;
    }
}

@media (min-width: 798px) {
    .perspectives-categories-intro-sidebar {
        top: 0;
        right: 15%;
        width: 10%;
    }
}


@media (max-width: 992px) {
    nav.main-menu #Navbar form {
        display: block;
        text-align: center;
    }

    .bee-credentials .card-body {
        flex: 1 1 auto;
        padding: 1.25rem;
        min-height: 360px;
    }

    nav.main-menu #Navbar ul {
        margin-right: 0;
        margin-left: 0;
        display: block;
    }

    nav.main-menu #Navbar ul li {
        display: block;
        text-align: left;
        padding: 1rem 0 1rem 0;
        margin-left: 45px;
        border-bottom: 1px solid #ccc;
        float: left;
        width: 100%;
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
		padding-bottom: 0px;
		margin-bottom: 0px;
    }

    nav.main-menu #Navbar ul li a {
        color: #818182 !important;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        text-decoration: none;
        display: inline-block;
        position: relative;
        margin-right: 0px;
        padding: 0;
		padding-bottom: 10px;
    }

    nav.main-menu #Navbar ul li .dropdown-menu {
        border: none;
        text-align: left;
        margin-bottom: 0px;
		padding-bottom: 0px;
        float: left;
        width: 100%;
    }

    .fixed-bottom {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        float: left;
        width: 100%;
    }
	.fixed-bottom-home
	{
		
	}

    .vertical-menu__btn {
        padding: 10px 20px !important;
    }

    .vertical-menu {
        transform: rotate(0deg) !important;
        position: fixed;
        top: auto !important;
        bottom: 0px !important;
        right: 0 !important;
        display:none;
    }




    .imgdisplay {
        display: none;
    }

    .volunteers .group-drives {
        height: 0px;
    }

    .assets .conversion-rates {
        position: relative !important;
        right: -82px;
        top: 15%;
        width: 100%;
    }

    .svg-regional-presence .country-info {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        min-height: 30%;
        display: none;
        margin-top: 30px;
    }

    .country-info {
        position: relative !important;
        bottom: 0 !important;
        right: 0 !important;
        width: 100% !important;
        min-height: 30%;
        display: none;
        margin-top: 30px !important;
    }

    .banner-img-careers {
        background: url(../images/banners/careers.jpg) no-repeat center top;
        background-size: cover;
        height: 30vh;
    }

    header.home {
        height: 100%;
        float: left;
        width: 100%;
        padding-top: 60px;;
    }

    html.i-amphtml-fie:not(.i-amphtml-inabox) > body, html.i-amphtml-singledoc:not(.i-amphtml-inabox) > body {
        position: relative !important;
        float: left;
        width: 100%;
        overflow: hidden !important;
    }

    nav.main-menu #Navbar ul li.dropdown::after {
        content: "";
    }

    nav.main-menu #Navbar ul li .dropdown-menu .dropdown-item {
        font-size: 13px;
        padding: 0.5rem;
        border-bottom: 1px solid #ccc;
        width: 100%;
        float: left;
    }
	nav.main-menu #Navbar ul li .dropdown-menu .dropdown-item:last-child {
		 border-bottom: 0px solid #ccc;
	}

    .empowerment-foundation .content-block-with-arrow:after {
        content: "";
        left: 18%;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;

    }

    .jumbotron {

    }

    .emp-fund-svg {
        margin-top: 30% !important;
    }

    nav.main-menu #Navbar ul li .dropdown-menu .dropdown-item::before {
        content: "";
    }

    #Navbar {
        height: 100vh;
        overflow: scroll;
        padding-bottom: 100px;
    }


    header.jumbotron img.banner {
        width: 200%;
        max-height: 70vh;
        margin-left: -50%;

    }

    .dropdown-menu-sub {
        float: left;
        width: 100%;
    }

    .dropdown-menu-sub a {
        font-size: 13px !important;
        padding: 0.5rem !important;
        padding-left: 30px !important;
        border-bottom: 1px solid #ccc;
        width: 100%;
        float: left;
    }
}

@media (max-width: 992px) {
    nav.main-menu #Navbar ul li.none-sm {
        display: none;
    }

}

@media (min-width: 992px) {
    nav.main-menu #Navbar ul li.none-md {
        display: none;
    }
}

@media (max-width: 768px) {
    section h1.heading {
        font-size: 50px;
    }

    .bee-credentials .card-body {
        flex: 1 1 auto;
        padding: 1.25rem;
        min-height: 200px;
    }

    .assets .conversion-rates {
        position: static;
    }

    .operational-statistics {
        margin-top: 30px;
    }

    .assets .conversion-rates:after {
        display: none;
    }

    .green-block-society {
        display: none;
    }

    .green-block-society-holder {
        display: none;
    }

    .Gray-block {
        display: none;
    }

    .bottom-block-white {
        display: none;
    }

    .bee-credentials {
        display:flex;
        
    }

    .bee-credentials__sm {
        display: block;
    }
    .text-staff-assistance-trust {
        padding-left: 15px;
        padding-top: 10px;
    }

}

.know-share img {
    margin-right: 10px;
}


@media (min-width: 768px) {
    .bee-credentials__sm {
        display: none;
    }

    .gray-and-white-block__small_divice {
        display: none;
    }


  

}
.articles-series{
    margin-top: 20px;
}
.tag-article-series{
    font-size: 12px;
    padding: 6px 16px;
    border: 1px solid black;
    color: black;
    width: 200px;
}

@media (max-width: 768px) {
    .page-content-staff-assistance{
        margin-bottom: 300px;
    }
    .gray-and-white-block__small_divice {
        display: block !important;
        margin-left: 10px;
        margin-right: 10px;
    }

    .bee-credentials .card-body {
        flex: 1 1 auto;
        padding: 1.25rem;
        min-height: 200px;
    }

    .important-dates .col-lg-12 {
        margin-left: 40%;
    }

    #important-dates {
        margin-left: -85%;
    }

    .Gray-block {
        display: none;
    }

    .bottom-block-white {
        display: none;
    }

    .size_f {
        display: none;
    }

}

    
@media (min-width: 1200px) {
    header.home .section-features {
        margin-left: 0px;
        margin-right: 0px;
    }
}

header.home .section-features .feature {
    padding-right: 15px;
    padding-bottom: 5px;
}

@media (min-width: 992px) {
    header.home .section-features .feature {
        border-right: 1px solid white;
    }

    .perspectives-intro-sidebar {
        display: none;
    }
}

@media (min-width: 992px) {
    .searchOverlay .search-form input {
        width: 800px;
    }
}

@media (min-width: 992px) {
    .vertical-menu__items {
        width: 95%;
        height: 100%;
        overflow: scroll;

    }
}

.search-icon {
    visibility: hidden;
}

footer.footer {
    margin-top: 0;
}

@media (max-width: 1200px) {
    header.home .section-features .feature h2 {
        font-size: 38px;
    }
}

header.home .section-features .feature p {
    font-size: 14px;
    color: white;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 1200px) {
    header.home .section-features .feature {
        min-height: 100%;
    }
}

@media (min-width: 992px) {
    .perspectives-categories-intro-sidebar {
        position: absolute;
        top: 10px;
        right: 0;
        width: 24%;
    }

}

@media (max-width: 992px) {
    .bee-credentials .img-scorecard {
        display: none;
    }
}

@media (max-width: 798px) {
    .perspectives-categories-intro-sidebar {
        top: 10px;
        right: 0;
        width: 24%;
    }

    .home-block {
        margin-top: 60px;
        float: left;
        width: 80%;
    }



}

@media (min-width: 576px) {
    .perspectives-categories-intro-sidebar {
        position: absolute;
        top: 10px;
        right: 14%;
        width: 26%;
    }



}

@media (max-width: 768px) {
    .bee-credentials .img-scorecard {
        display: none;
    }

    .sectionlistitem3 li {
        min-width: 32.5%;
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 2px;
    }
}

@media (max-width: 576px) {
    .perspectives-categories-intro-sidebar {
        position: absolute;
        top: 19px;
        right: 6%;
        width: 40%;
    }

    .bee-credentials .img-scorecard {
        display: none;
    }

    .bee-credentials .card {
        padding: 1.2rem;
    }

    .slick-slide img {
        height: auto;
    }

    .bg-green {
        background: #ACC4C4;
        margin: 1rem -5% 0;
    }
}

@media (-ms-high-contrast: none) and (max-width: 576px), (-ms-high-contrast: active) and (max-width: 576px) {


    .slick-slide img {
        height: 90vw;

    }
}

@media (max-width: 992px) {
    .nav-sidebar .sidebar-sticky {
        display: none;
    }

    .assets .conversion-rates:before {
        display: none;
    }
}

.score-card h4.card-title {
    font-family: "HelveticaLight", Fallback, sans-serif;
}

@media (min-width: 1200px)  {
    .bee-credentials .card .card-body {
        min-height: 430px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .bee-credentials .card .card-body {
        min-height: 430px !important;
    }
}

.bee-credentials .scorecard {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    background: transparent;
}

@media (min-width: 1200px) {
    .bee-credentials .scorecard {
        min-height: 315px;
    }

    .bee-credentials .img-scorecard {
        position: absolute;
        top: -15px;
        right: -50px;
        z-index: 1;
        height: 25em;
        width: 23em;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .bee-credentials .img-scorecard {
        position: absolute;
        top: -15px;
        right: -50px;
        z-index: 1;
        height: 25em;
        width: 23em;
    }
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h3 {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }
}
.some-padding-left{
    padding-left: 20px;
    padding-top:20px;
}
@media (max-width: 992px) {
    .pfs-paragraph-white {
        margin: 5px 0 2px;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .pfs-paragraph-white {
        /*min-height: 70px;*/
    }
}

@media (max-width: 767px) {
    .vertical-menu__btn {
        background-color: black;
        border: none;
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        width: 158px;
        height: 50px;
        margin-bottom: 5px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
}

@media (min-width: 320px) and (max-width: 992px) {
    .nav-sidebar-right {
        position: relative;
        height: 80%;
        margin-left: 0;
        width: 50%;
        top: 100%;
        left: 10%;
		margin-top: 30px;
    }

    .nav-sidebar-staff-assistance-mobile{
        position:absolute!important;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .nav-sidebar-right {
        right: 5%;
    }
}


@media (max-width: 576px) {
    .assets .conversion-rates {
        position: static;
    }

    .operational-statistics {
        margin-top: 30px;
    }

    .assets .conversion-rates:after {
        display: none;
    }

    .green-block-society {
        display: none;
    }

    .green-block-society-holder {
        display: none;
    }



}


@media (max-width: 768px) {
    .assets .conversion-rates {
        position: static;
    }

    .assets .conversion-rates:before {
        display: none;
    }

    .assets .conversion-rates:after {
        display: none;
    }

    .operational-statistics .block {
        margin-left: 20%;
    }

    .governance .enquire-box {
        position: static;
        padding-top: 20px;
    }

    .important-dates .border-right-dotted {
        border: none;
    }

    .simplified-legal-structure #BanksImageRedo .infoBlockHeight {
        min-height: 151px;
    }

}

@media (max-width: 992px) {
    .assets .conversion-rates {
        position: static;
        width: 100%;
    }

    .assets .conversion-rates:before {
        display: none;
    }

    .assets .conversion-rates:after {
        display: none;
    }

    .operational-statistics .block {
        margin-left: 20%;
    }

    .important-dates .border-right-dotted {
        border: none;
    }


}

@media (min-width: 576px) {
    section h2, section h4 section h5 {
        font-size: 30px;
        color: #000;
    }

    section h2 span {
        color: #000;
    }
}

@media (min-width: 768px) {
    section h1.heading section h2, section h4 section h5 {
        font-size: 50px;

    }

    section h2 span {
        color: #454545;
    }
}

@media (max-width: 1100px) {
    .empowerment-foundation .foundation-trustees {
        position: static;
        height: 80%;
        margin-left: 10%;
    }


}

@media (max-width: 1200px) {
    .governance .enquire-box {
        position: static;
    }
}


/*sliding nav section*/

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #fff;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

#toggle-sidebar__btn {
    transition: margin-right .5s;
    padding: 16px;
}

.vertical-menu {
    position: fixed;
    transform: rotate(-90deg);
    top: 220px;
    right: -166px;
    transition: margin-right .5s;
    z-index: 999;
}

.vertical-menu__items {
    position: absolute;
    height: 312px;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 9999;
}


/* Close button for gallery page */
.btn-primary:focus {
    border: none !important;
    box-shadow: none !important;
}

.addActive, .addStaticActive {
    cursor: pointer;
}

.ekko-lightbox .modal-header {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 0 5px;
}

.ekko-lightbox .close {
    color: white;
    font-size: 2.5rem;
    text-shadow: none;
}

.ekko-lightbox .modal-content {
    background-color: transparent;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    outline: none;
}


.vertical-menu__items .closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sitemap_S p {
    font-size: 14px;
    color: #454545;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0.3rem !important;
}
.container-sitemap
{
	max-width: 1400px;
}
.sitemap-headtext
{
	margin-top: 20px;
}
.sitemap-col
{
	float: left;
	width: 18%;
	margin-top: 	60px;
	margin-right: 2%;
	    border-right: 1px solid #000;
	min-height: 32vw;
	
}

@media (max-width: 992px) {
	.sitemap-col {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    border-right: 0px solid #000;
    min-height: 1vw;
		padding-bottom: 20px;
	margin-bottom: 20px;
	 border-bottom: 1px solid #000;
	
}
	.text-row-div
	{ margin-bottom: 10px;
		
	}
	.table-dark .icon-pdf {
    margin-right: 10px;
}
	.table-dark a {
    color: #454545;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
}
.vertical-menu__btn {
    background-color: black;
    border: none;
    color: white;
    padding: 2px 48px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.vertical-menu__btn:hover {
    color: #000;
    background: #fff;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #fff;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

.col__border__left {
    border-left: 1px solid grey;
}

.div_border__top {
    border-top: 1px solid grey;
    padding: 10px;
}


#main {
    transition: margin-right .5s;
    padding: 16px;
}


.svg-regional-presence {
    width: 100%;
}

.svg-regional-presence svg {
    position: relative;
    min-height: 37vw;
}

.svg-regional-presence svg .southAfrica {
    cursor: pointer;
}

.svg-regional-presence svg .botswana {
    cursor: pointer;
}

.svg-regional-presence svg .namibia {
    cursor: pointer;
}

.svg-regional-presence svg .zambia {
    cursor: pointer;
}

.svg-regional-presence svg .mozambique {
    cursor: pointer;
}

.svg-regional-presence svg .tanzania {
    cursor: pointer;
}

.svg-regional-presence svg .kenya {
    cursor: pointer;
}

.svg-regional-presence svg .angola {
    cursor: pointer;
}

.svg-regional-presence svg .ghana {
    cursor: pointer;
}

.svg-regional-presence svg .nigeria {
    cursor: pointer;
}

.svg-regional-presence svg .india {
    cursor: pointer;
}

.svg-regional-presence svg .uk {
    cursor: pointer;
}

.svg-regional-presence svg .china {
    cursor: pointer;
}

.myIframe {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 25vw;
    overflow: auto;

}

.myIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.svg-regional-presence svg .guernsey {
    cursor: pointer;
}

.svg-regional-presence svg .southAfricaCircle {
    cursor: pointer;
}

.svg-regional-presence svg .botswanaCircle {
    cursor: pointer;
}

.svg-regional-presence svg .namibiaCircle {
    cursor: pointer;
}

.svg-regional-presence svg .ambiaCircle {
    cursor: pointer;
}

.svg-regional-presence svg .mozambiqueCircle {
    cursor: pointer;
}

.svg-regional-presence svg .tanzaniaCircle {
    cursor: pointer;
}

.svg-regional-presence svg .kenyaCircle {
    cursor: pointer;
}

.svg-regional-presence svg .angolaCircle {
    cursor: pointer;
}

.svg-regional-presence svg .ghanaCircle {
    cursor: pointer;
}

.svg-regional-presence svg .nigeriaCircle {
    cursor: pointer;
}

.svg-regional-presence svg .Guernsey {
    cursor: pointer;
}

.svg-regional-presence svg .london {
    cursor: pointer;
}

.svg-regional-presence svg .lesotho {
    cursor: pointer;
}

.svg-regional-presence svg .swaziland {
    cursor: pointer;
}

.sectionlistitem3 li {
    min-width: 32.5%;
}

.sectionlistitem4 li {
    min-width: 24%;
}
.sectionlistitem5 li
{
	 min-width: 10%;
	margin-bottom: 5px;
}
.svg-regional-presence svg .chinaCircle {
    cursor: pointer;
}

.svg-regional-presence svg .guernseyCircle {
    cursor: pointer;
}

.svg-regional-presence .country-info {
    position: absolute;
    bottom: 30%;
    right: -5%;
    width: 35%;
    min-height: 30%;
    display: none;
}

.svg-regional-presence .country-info .footnotes {
    margin-top: 5px;
}

.svg-regional-presence .country-info .footnotes p.footnote {
    font-size: 8px;
    margin-bottom: 0;
}

.svg-staff-assistance-trust object svg {
    height: 24vw;
}

.svg-staff-assistance-trust svg {
    height: 24vw;
}

.svg-staff-assistance-trust ul li {
    font-style: normal;
    font-size: 12px !important;
}


.svg-regional-presence .country-info .content-block {
    position: relative;
    background: white;
    border: 1px solid grey;
    padding: 15px;
}

.svg-regional-presence .country-info .content-block h2 {
    margin-bottom: 5px;
    font-size: 48px;
    font-family: "HelveticaUltraLight", Fallback, sans-serif;
}

.svg-regional-presence .country-info .content-block h3 {
    font-family: "HelveticaThin", Fallback, sans-serif;
}

.svg-regional-presence .country-info .content-block p.card-subtitle {
    font-family: "HelveticaLight", Fallback, sans-serif;
    font-size: 16px;
    color: gray;
}

.svg-regional-presence .country-info .content-block p {
    margin-bottom: 5px;
}

.svg-regional-presence .country-info .content-block .border-right-light {
    border-right: 1px solid grey;
}

.svg-regional-presence .country-info .content-block p.subtext {
    font-size: 16px;
    font-family: "HelveticaLight", Fallback, sans-serif;
    line-height: 1;
    color: grey;
}

.svg-regional-presence .country-info .content-block img.icon-country {
    height: 75px;
    position: absolute;
    top: -35px;
    right: 10%;
}

.svg-regional-presence .legend {
    position: absolute;
    bottom: 10%;
    left: 40%;
}

.svg-regional-presence .legend ul {
    list-style: none;
}

.svg-regional-presence .legend ul li {
    font-size: 12px;
}

.svg-regional-presence .legend ul li span img {
    height: 20px;
}

.slick-track {
    margin-left: 0;
}

.sidebar-perspectives {
    top: 10% !important;
}



.management-and-board .tab-content > .tab-pane {
    display: block;
    height: 0px;
    overflow: hidden;
}

.management-and-board .tab-content > .active {
    height: auto;
    overflow: visible !important;
}

.management-and-board .tab-pane {
    margin-top: 0px;
}

.tab-pane .board-member {
    padding-left: 10px;
    padding-right: 10px;
}

.society-text p {
    font-size: 14px;
    color: black;
    font-family: 'Roboto', sans-serif;
}


@media (min-width: 576px) and (max-width: 768px ) {
    .card-columns {
        column-count: 1;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
        min-height: 260px
    }
}

.education-programmes .img-fluid {
    max-width: 200%;
    height: auto;
    position: absolute;
    left: -77%;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .education-programmes .img-fluid {
        max-width: 200%;
        height: auto;
        position: absolute;
        left: -100%;
    }

}

@media (max-width: 992px) {
    .education-programmes .img-fluid {
        display: none;
    }
}

.circle-5 {
    height: 165px;
    font-family: 'Roboto-Medium';
    width: 165px;
    margin: 20px auto;
    vertical-align: middle;
    display: table-cell;
    background: black;
    color: white;
    border: 1px solid #000;
    border-radius: 50%;
}


.table__width {
    width: 80px;
}

.sharedvalue .card .card-body {
    min-height: 220px;
}

.icon-pdf-div {
    float: left;
    width: 20px;
    margin-right: 10px;
}

.icon-pdf-div img {
    width: 100%;
}

.text-row-div {
    margin-top: 5px;
    color: #454545;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    float: left;
    width: 95%;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

.text-row-div a {

    color: #454545;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.vertical-menu__items span img {
    height: 20px;
}

.emp-fund-svg {
    width: 90%;
    margin-top: 10%;
}


.vertical-menu__items section p {
    margin-bottom: 3px;
}


/* Debt programs disclaimer css */
#debtProgramsDisclaimer {
    position: fixed;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 1000;
    margin-top: -5px;
    overflow: scroll;
    font-family: 'Roboto', sans-serif;
    padding-top: 25px;
    padding-bottom: 50px;
}

#debtProgramsDisclaimer p {
    font-family: 'Roboto', sans-serif;
}

#debtProgramsDisclaimer div {
    font-family: 'Roboto', sans-serif;
}

#debtProgramsDisclaimer .headerText {
    font-family: 'HelveticaUltraLight', Fallback, sans-serif;
    font-size: 70px;
    color: #454545;
    line-height: 1;
    margin-bottom: 30px;
}

#debtProgramsDisclaimer .headerText span {
    font-family: 'HelveticaThin', Fallback, sans-serif;
    color: #000;
    font-weight: normal !important;
}

#debtProgramsDisclaimer .row {
    margin-bottom: 25px;
}

#debtProgramsDisclaimer span {
    font-weight: bold;
}

#debtProgramsDisclaimer .buttons {
    float: left;
    margin-bottom: 101px;
}

#debtProgramsDisclaimer .buttons .agree {
    border: 1px solid black;
    float: left;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 15px;
    text-align: center;
    cursor: pointer;
    background-color: black;
    color: white;
}

#debtProgramsDisclaimer .buttons .cancel {
    border: 1px solid black;
    float: left;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    background-color: black;
    color: white;
}

.assets .border_ {
    border: 1px solid #707070;
    padding: 14px;
    margin-right: 75px;
}

.assets .conversion-rates {
    position: absolute;
    right: -35%;
    top: 15%;
    width: 200px;
}

.tab-content {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;

}
.board-member-max-width{
    max-width: 157px;
    margin: auto;
}

.investor-information {
    margin-top: -30px;
    width: 100%;
}

section .content .investor-information p.lead {
    margin-bottom: 0px;
}

.overview-year {
    background: #D6E5E9;
    padding: 1px 15px;
    width: 91px;
    float: left;
    margin-left: -20px;
    margin-right: 10px;
    margin-bottom: 2px;
    text-align: left;
    padding-left: 21px;

}

.marginTopMinus5 {
    margin-top: -5px;
}
.frEmpowerMentFundDates {
    padding-right: 21px;
    margin-top: -5px;
}

.overview-amnt {
    font-family: 'HelveticaMedium';
    float: left;
    width: 95%;
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
}

.overview-amnt span {
    font-weight: 100;
}

.arrow__1 {
    position: absolute;
    top: -10px;
    width: 12px;
    right: 176px;
    right: -moz-calc(50% - 6px);
    right: -webkit-calc(50% - 6px);
    right: calc(50% - 6px);
}

.arrow__2 {
    position: absolute;
    top: -10px;
    right: 93px;
    right: -moz-calc(50% - 6px);
    right: -webkit-calc(50% - 6px);
    right: calc(50% - 6px);
}

.arrow__3 {
    position: absolute;
    top: -10px;
    right: 86px;
    right: -moz-calc(50% - 6px);
    right: -webkit-calc(50% - 6px);
    right: calc(50% - 6px);
}

.footnote-text-block {
    font-size: 12px;
    font-style: italic;
}

.table-credit-ratings td {
    padding-left: 10px;
}

@media (max-width: 768px) {
    .empowerment-foundation .content-block-with-arrow:after {
        content: "";
        left: 30%;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
    }
}

@media (max-width: 375px) {
    .table-credit-ratings td {
        padding-left: 2px;
        font-size: 10px;
    }

    .empowerment-foundation .content-block-with-arrow:after {
        content: "";
        left: 8%;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
    }
}
.less-bottom-space{
    margin-bottom: -50px!important;
}

.foundations-boxed-line {
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #999;
}

.foundations-boxed-line svg {

}

.foundations-boxed-line .legend-box {
    margin-bottom: 0px;
}

.foundations-boxed-line .legend-box li, .legend-box1 li {
    list-style-type: none;
}

.foundations-boxed-line .legend-box li:before {
    content: " ";
    position: absolute;
    left: 32px;
    top: 260px;
    height: 13px;
    width: 13px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 0px;
    background-color: #d2e6e9;
    border: 1px solid #d2e6e9;

}

.foundations-boxed-line .legend-box1 li:before {
    content: " ";
    position: absolute;
    left: 32px;
    top: 287px;
    height: 13px;
    width: 13px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #d2e6e9;

}

.table-dark-transparent {
    background: transparent !important;
    color: #fff !important;
}

.table-dark-transparent a {
    color: #fff !important;
}

.arrow__1_left {
    position: absolute;
    top: 15px;
    width: 12px;
    left: 0px;
    z-index: 9;
    background: #fff;
}

.arrow__1_right {
    position: absolute;
    top: 15px;
    width: 12px;
    right: 0px;
    z-index: 9;
    background: #fff;
}

.head-multiple-block {
    display: inline-block;
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.overlay-disclaimer {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s, visibility .15s, width .15s, height .15s;
    -moz-transition: opacity .15s, visibility .15s, width .15s, height .15s;
    -ms-transition: opacity .15s, visibility .15s, width .15s, height .15s;
    -o-transition: opacity .15s, visibility .15s, width .15s, height .15s;
    transition: opacity .15s, visibility .15s, width .15s, height .15s;
    overflow: hidden;
    z-index: 30;
}

.blackdot-key {
    height: 10px !important;
    margin-bottom: 5px;
}

form.search-form-sidebar .input-group-append .btn-search {
    background: white;
    border: 1px solid #ced4da;
}

form.search-form-sidebar .form-control {
    font-size: 12px;
}

form.search-form-sidebar .input-group-append .btn-search i {
    color: grey;
}

/* Localized */

#DialoguePDFs th {
    width: 30px;
}
.covid-info{
  
    background: #D3D3D3;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.covid-19 > a {
    font-weight: bold;
    color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header.jumbotron {
        margin-top: 0px;
    }
	
	.slick-slide img {
    height: 9vw; 
}
}

@media (max-width: 768px) {
    .assets .conversion-rates {
        right: 0%;
        top: 15%;
        width: 200px;
    }

    .empowerment-foundation .big-bet-container .card {
        min-height: 270px;
        padding-top: 15px;
    }

}

.overview-mobile {
    display: none;
}

@media (max-width: 425px) {
    .svg-staff-assistance-trust svg {
        height: 100vw !important;
    }

    .perspectives-article .related-content .articles-list .caption-container .caption, .category-all-listview .caption-container .caption {
        padding: 15px 0 0;
        height: 240px;
        display: table-cell;
        vertical-align: bottom;
        width: 1%;
        position: relative;
    }

    .empowerment-foundation .content-block-with-arrow p {
        display: none;
    }

    .overview-mobile {
        display: block;
        margin: 0 60px 0 60px
    }

    .overview-mobile + div {
        display: none;
    }

    .csi-spend svg {
        height: 100vw;
        margin-left: 20%;
    }

}

.page404 {
    height: 100vh;
    width: 100vw;
    background: url("../images/banners/404-banner.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
}

.page404 .text {
    position: absolute;
    top: 25%;
    right: 18vw;
    margin-top: 15vh;
}

.page404 section h1.heading {
    margin-bottom: 0;
}

.page404 span {
    font-family: 'HelveticaThin', Fallback, sans-serif;
}

.page404 .text2 {
    font-size: 38px;
    font-family: HelveticaUltraLight, sans-serif;
    margin-bottom: 10px;
}

.page404 .text3 span {
    font-size: 19px;
    margin-bottom: 10px;
    color: #000000;
}

.page404 .text4 {

}

.nav-sidebar .sidebar-sticky .sub-list ul {
    margin-left: 0;
}


.backButton {
    position: relative;
    right: 0;
    z-index: 10;
    top: 0;
    float: right;
    margin-bottom: 0;
    margin-top: 0px;
    width: 100%;
    text-align: right;
}


.backButton button {
    border: none;
    background: none;
    color: #454545;
    cursor: pointer;
    font-size: 36px;
    outline: none;
}

.backButton:hover button {
    color: black;
}
.title-new-article{
    font-size: 18px;
    color: #000;
}

/* FirstRand Foundation */
.t-firstrand-foundation-table table tr th, .t-firstrand-foundation-table table tr td {
    padding: 5px;
}
    
.t-color-bg-1 {
    background: #E3EEE5;
}

.t-color-bg-2 {
    background: #D6E5E9;
}

.t-color-bg-3 {
    background: #EDEDED;
}

.t-color-bg-4 {
    background: #DEDCEA;
}

.t-color-bg-5 {
    background: #DBE5F0;
}

.t-color-bg-6 {
    background: #FAFAFA;
}

.csr-f-a-block {
    padding: 25px;
    height: 100%;
}

.csr-f-a-block .csr-f-a-row1 {
    display: flex;
    align-items: center;
}

.csr-f-a-block .csr-f-a-row1 .csr-f-a-col {
    width: 75%;
}

.csr-f-a-block .csr-f-a-row1 .csr-f-a-col.csr-f-a-number {
    font-size: 85px;
    font-family: 'HelveticaMedium';
    width: 25%;
}

.t-csr-f-a-white-strip {
    background-color: #FFFFFF;
    height: 25px;
    width: 100%;
    position: relative;
    z-index: 2;
}
/* FirstRand Foundation END */

/* News Media START */
.t-news-article-block {
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.t-news-article-block:hover {
    box-shadow: 0px 4px 8px rgba(0,0,0,0.4);
}

.t-news-article-block .t-artcle-b-img {
    overflow: hidden;
    width: 100%;
}

.t-news-article-block .t-artcle-b-img img {
    width: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.t-news-article-block:hover .t-artcle-b-img img {
    webkit-transform: scale(1);
    transform: scale(1);
}

.t-news-article-block .t-artcle-b-content {
    padding: 20px;
    font-size: 12px;
}

.t-news-article-block .t-artcle-b-content .t-article-date-author {
    font-size: 12px;
}

.t-news-article-block .t-artcle-b-content .t-artcle-readmore {
    position: relative;
    height: 50px;
}

.t-news-article-block .t-artcle-b-content .t-artcle-readmore a {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #000000;
    padding: 7px 15px;
    color: #FFFFFF;
    border-radius: 25px;
}

ul.t-article-pagination {
    display: flex;
    list-style: none;
    align-items: center;
    padding-left: 0px;
}

ul.t-article-pagination li a {
    border: 1px solid #CCC;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.t-article-pagination li:last-child {
    margin-left: 10px;
}
/* News Media END */

@media only screen and (max-width: 576px) {
    .articles-list
    {
        width: 100%;
        max-width: 250px;
        margin-left: auto;
       margin-right: auto;

    }

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .top-space{
     margin-top: 40px;
    }
    .marginTop25 {
        margin-top: 25px;
    }


}
.mobile-btm-only {
    display:none;
}
@media (max-width: 768px){
    .mobile-btm-only {
        display:inline-block;
    }
    .board-member-max-width{
        max-width: none;
    }
    .board-members-box {
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
    }
    .tab-content {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
@media (max-width: 576px){
.board-member{
    width: 90%!important;
    display: inline-block;
    margin-left: 5%;}
    .management-and-board .slick-prev {
        left: -8px;
    }

    .management-and-board .slick-next {
        right: -8px;
    }
    .nav-sidebar-right .sidebar-sticky h2
    {
        display: none;
    }
    
    .nav-sidebar-right .sidebar-sticky  p:nth-child(4)
    {
        display: none;
    }
   
}

.bee-credentials  .card-columns {
    column-count: 4!important;
    column-gap: 0.25rem;
    orphans: 1;
    widows: 1;
 
  
}
@media (max-width: 768px) {
    .bee-credentials {
        display: flex;
        flex-direction: row;
    }

    .bee-credentials  .card-columns {
        column-count: 1!important;
        column-gap: 0.35rem;
        orphans: 1;
        widows: 1;
      
    }
    .bee-credentials .card-body {
        flex: 1 1 auto;
        padding: 1.25rem;
        min-height: 150px;
    }

}
.esg-shadow{
    box-shadow: 0px 4px 6px  rgb(0 0 0 /20%);
-webkit-box-shadow: 0px 4px 6px  rgb(0 0 0 /20%);
-moz-box-shadow: 0px 4px 6px  rgb(0 0 0 /20%);
}

.t-artcle-b-content{
    padding:25px
}


@media only screen and (min-width: 320px) { 
    .t-news-article-block{
        height:570px;
    }
    .t-artcle-b-img{
        padding: 10px;
    }
    .t-news-article-block-2{
        
        height:100vh;
    }
    .t-news-article-block-3{
        
        height:820px;
    }
    .t-news-article-block-4{
        
        height:700px;
    }
    .t-news-article-block-5{
        
        height:980px;
    }
    .t-news-article-block-6{
        
        height:450px;
    }
    .t-news-article-block-7{
        
        height:720px;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media only screen and (min-width: 576px) { 
    .t-news-article-block{
        height:570px;
    }
    .t-artcle-b-img{
        padding: 10px;
    }
    .t-news-article-block-2{
        
        height:100vh;
    }
    .t-news-article-block-3{
        
        height:820px;
    }
    .t-news-article-block-4{
        
        height:700px;
    }
    .t-news-article-block-5{
        
        height:980px;
    }
    .t-news-article-block-6{
        
        height:450px;
    }
    .t-news-article-block-7{
        
        height:720px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media only screen and (min-width: 768px) {
    .t-news-article-block{
        height:570px;
    }
    .t-artcle-b-img{
        padding: 10px;
    }
    .t-news-article-block-2{
        
        height:100vh;
    }
    .t-news-article-block-3{
        
        height:820px;
    }
    .t-news-article-block-4{
        
        height:700px;
    }
    .t-news-article-block-5{
        
        height:832px;
    }
    .t-news-article-block-6{
        
        height:450px;
    }
    .t-news-article-block-7{
        
        height:640px;
    }
 }

/*Large devices (desktops, 992px and up)*/
@media only screen and (min-width: 992px) { 
    .t-news-article-block{
        height:500px;
    }
    .t-artcle-b-img{
        padding: 10px;
    }
    .t-news-article-block-2{
        
        height:100vh;
    }
    .t-news-article-block-3{
        
        height:635px;
    }
    .t-news-article-block-4{
        
        height:570px;
    }
    .t-news-article-block-5{
        
        height:800px;
    }
    .t-news-article-block-6{
        
        height:430px;
    }
    .t-news-article-block-7{
        
        height:590px;
    } 
 }
 @media (min-width: 1200px) {  
    .t-news-article-block{
        height:500px;
    }
    .t-artcle-b-img{
        padding: 10px;
    }
    .t-news-article-block-2{
        
        height:100vh;
    }
    .t-news-article-block-3{
        
        height:635px;
    }
    .t-news-article-block-4{
        
        height:570px;
    }
    .t-news-article-block-5{
        
        height:800px;
    }
    .t-news-article-block-6{
        
        height:430px;
    }
    .t-news-article-block-7{
        
        height:590px;
    }   
}
 
@media (min-width: 1400px) {  
    .t-news-article-block{
        height:500px;
    }
    .t-artcle-b-img{
        padding: 10px;
    }
    .t-news-article-block-2{
        
        height:100vh;
    }
    .t-news-article-block-3{
        
        height:690px;
    }
    .t-news-article-block-4{
        
        height:570px;
    }
    .t-news-article-block-5{
        
        height:800px;
    }
    .t-news-article-block-6{
        
        height:430px;
    }
    .t-news-article-block-7{
        
        height:590px;
    }    
}

/*
@media only screen and (min-width:1200px) and (max-width: 1366px) {
    .t-news-article-block{
        height:70vh;
    }
    .t-artcle-b-img{
        padding: 10px;
    }
    .t-news-article-block-2{
        
        height:100vh;
    }
    .t-news-article-block-3{
        
        height:100vh;
    }
    .t-news-article-block-4{
        
        height:70vh;
    }
    .t-news-article-block-5{
        
        height:96vh;
    }
    .t-news-article-block-6{
        
        height:55vh;
    }
    .t-news-article-block-7{
        
        height:75vh;
    }   
 }

*/



.gs-framework-3 {
    
    background-color: #EDEFF0;
    padding: 20px;
    margin-bottom: 10px;
}
.vertical-menu{
    display: none!important;
}