@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
  font-family: 'Montserrat-Thin';
  src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat-Thin.otf')  format('opentype'),
             url('../fonts/Montserrat-Thin.woff') format('woff'), url('../fonts/Montserrat-Thin.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}



.test-font
{
	font-family: 'Montserrat-Thin'!important;
}
/* MAP 
    1. Structure
    2. Global
    3. Header
    4. Desktop navigation
    5. Menu bar
    6. Footer
    7. Additional
    8. Mobile
*/


#logoImage
{
	margin-top: 35px;
}
.topticker {
    background: #EFF0F1;
    min-height: 33px;
}

.socialIcons-hide,.preNavSocialIconsHide
{
	display: block !important;
	border-bottom: solid #B1B3B6 0px !important;
}
.no-paddingT{padding-top:0px!important}
.button-margin{margin-bottom: 30px;}
.switch-white{color:#fff!important}
.no-paddingT{padding-top:0px!important}
.margin-20L{margin-left:20px}
.margin-30B{margin-bottom:30px!important}
.margin-30T{margin-top:30px!important}
.margin-40B{margin-bottom:40px!important}
.margin-40T{margin-top:40px!important}
.margin-50B{margin-bottom:50px!important}
.margin-50T{margin-top:50px!important}
.margin-60B{margin-bottom:60px!important}
.margin-60T{margin-top:60px!important}
.no-bg{background:transparent!important}
.padding-60T{padding-top:60px!important}
.padding-60B{padding-bottom:60px!important}
.grey-home{background: #F7F7F7; padding: 90px 0px 0px 0px}
.no-margin{margin:0px!important}
.no-marginB{margin-bottom:0px!important}
.no-marginT{margin-top:0px!important}
.margin-20B{ margin-bottom:20px!important}
/* Structure */
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
	line-height:1.4;
}

.mw-100{max-width: 100%!important}

.wrapper {
    display: block;

}
.container, header, footer {
    max-width: 1238px;
    padding: 0 21px;
    margin: auto;
    display: block;
}
.container {
    position: relative;
}
.col-20 {
    width: 19.6%;
    display: inline-block;
    vertical-align: top;
}
.col-25 {
    width: 24.6%;
    display: inline-block;
    vertical-align: top;
}
.col-30 {
    width: 29.8%;
    display: inline-block;
    vertical-align: top;
}

.col-35 {
    width: 34.8%;
    display: inline-block;
    vertical-align: top;
}

.col-40 {
    display: inline-block;
    vertical-align: top;
    width: 39.6%;
}
.col-50 {
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
}
.col-60 {
    display: inline-block;
    width: 59.6%;
    vertical-align: top;
}

.col-65 {
    display: inline-block;
    width: 64.8%;
    vertical-align: top;
}

.col-66 {
    display: inline-block;
    width: 66%;
    vertical-align: top;
}
.col-70 {
    width: 69.6%;
    display: inline-block;
    vertical-align: top;
}
.col-75 {
    width: 74.4%;
    display: inline-block;
    vertical-align: top;
}
.col-80 {
    width: 79.6%;
    display: inline-block;
    vertical-align: top;
}
.open-menu
{
	float: right;
    text-align: right;
	display: none;
}
.activeMenu
{
	display: none;
}
.open-menu.active .UnactiveMenu
{
	display: none;
}
.open-menu.active .activeMenu
{
	display: block;
    float: right;
    margin-left: 10px;
	max-width: 25px;
}

.navigation.active {
    display: block !important;
    visibility: visible;
    margin-top: 170px;
	height: auto;
}
.header-hide .navigation.active
{
	     margin-top: 13px;
}
.header-hide .socialIcons-hide
{
	 display: none !important;
}
.navigation.active {
    display: block !important;
    visibility: visible;
    margin-top: 170px;
}
.col-25 img { max-width: 100%;  height: auto !important;}

.cols-5 > section {
    width: 19.6%;
    display: inline-block;
    vertical-align: top;
}
/* Global */


p {
    font-size: 18px;
    line-height: 1.4;
    color: #4E4E50;
}
h1 {
    margin: 0;
    color: #FFF;
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
}
h1 strong {
    font-size: 60px;
    font-weight: 600;
}
h2 {
    font-size: 37px;
    color: #004A80;
    line-height: 39px;
    font-weight: 300;
}
h2 strong {
    font-size: 45px;
    font-weight: 800;
}
h3 {
    font-size: 28px;
    line-height: 34px;
    color: #0E406A;
    font-weight: 500;
    margin: 20px 0 65px 0;
}
h3.blue {
    color: #12A9E1;
}
h3.medium {
    font-weight: 500;
}
h3.red {
    color: #8F283C;
}
h3.turqoise {
    color: #71BBAC;
}

h3.purple {
    color: #71529D;
}

h3.yellow {
    color: #E0922F;
}

h3.green {
    color: #83A440;
}




h4 {
    font-size: 28px;
    color: #12A9E1;
    line-height: 1.4;
    font-weight: 500;
    margin: 20px 0 10px 0;
}
h5 {
    font-size: 26px;
    font-weight: 300;
    line-height: 32px;
    color: #004A80;
}
h5 strong {
    font-weight: 500;
}
h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #0E406A;
    margin: 0 0 28px 0;
    display: inline-block;
}
h7 {
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    border-bottom: solid #0E406A 2px;
    padding: 10px 0;
    margin: 0 0 20px 0;
    color: #0E406A;
}
a:link:not(nav), a:active, a:visited, a:hover {
    color: #0099CC;
    text-decoration: none;
}
.link-lineheigt
{
	line-height: 40px !important;
}
a.button-big {
    background: #F57EB6;
    width: 407px !important;
}
.inline {
    display: inline;
}
.no-margin {
    margin: 0;
}
p strong {
    font-weight: 600;
}
p.large {
    font-size: 26px;
	font-weight:400;
	line-height:1.4;
}
/* Header */
.topticker {
    position: fixed;
    width: 100%;
    height: 30px;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.site-header, .menu-bar {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 3;
}
.site-header {
    display: block;
    background: #FFF;
    top: 25px;
	border-bottom: 1px #D4D5D8 solid;
}
.menu-bar {
    top: 168px;
    z-index: 1;
}
.leadership, .our-people , .our-history, .strategy, .this-is, .investment, .first {
    margin-top: 190px;
}
header {
    padding-top: 10px;
}
header section {
    display: inline-block;
}
header section:nth-of-type(1) {
    width: 227px;
	margin-right: 23px;
	position: relative;
    top: -27px;
	margin-top: 10px;

}
.share-arrow-piced
{
	    margin-left: 20px;
    max-width: 40px;
    margin-bottom: 10px;
}
.floatLeft
{
	float: left;
}
header section:nth-of-type(2) {
	float: left;
    width: 69%;
	  width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
}
header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
header ul li {
    display: inline-block;
    padding: 10px 50px 10px 0;
}



header ul li {
    display: inline-block;
    padding: 10px 0px 10px 50px;
}


header ul.pre-nav li {
    display: inline-block;
    padding: 10px 50px 10px 0px;
}



header ul li img {
    height: 100%;
    display: block;
}
header section:nth-of-type(2) div:nth-of-type(1) {
    border-bottom: solid #B1B3B6 1px;
}
header section:nth-of-type(2) div:nth-of-type(1) ul li a {
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}
header section > div > ul:nth-of-type(2) {
    float: right;
}
header nav ul li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-right: 0;
}



header ul.navigation li:hover {/*border-bottom:2px solid #517CA8;*/background: #B3DAF0;}
header ul.navigation li:hover a{/*border-bottom:2px solid #517CA8;*/color: #0099CC;}


header nav > ul li a:link, header nav > ul li a:active, header nav > ul li a:visited {
    color: #517CA8;
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    padding: 37px 11px 25px 11px;
    display: block;
    position: relative;
    margin-right: -4px;
}
header nav ul li:nth-last-of-type(1) a {
    padding-right: 10px;
}
/* Desktop navigation */
header section:nth-of-type(2) div:nth-of-type(1) > ul li.active a {
    color: #12A9E1;
}
.pre-nav li a {
    padding-bottom: 10px;
}
ul.pre-nav li.active a, ul.pre-nav li:hover a {
    color: #12A9E1;
    font-weight: 300;
    border-bottom: solid #12A9E1 2px;
}
nav .menu-btn {
    display: none;
	
}
nav > ul li.current a:active, nav > ul li.current a:link, nav > ul li.current a:hover, nav > ul li.current a:visited {
    color: #004A80;
}
nav ul li.current a:before {
    width: 10px;
    height: 15px;
    position: absolute;
    top: 39px;
    left: -2px;
    content: '';
    background: url("../images/icon-chevron.svg") no-repeat;
    background-size: 10px 15px;
}


nav li div.menu {
    position: absolute;
    left: 0px;
    width: 100%;
    display: block;
    height: 0;
    top: 139px;
    background: linear-gradient(to bottom, #09324C, #115A88);
    overflow: hidden;
    transition: height 0.2s ease-out;
    z-index: 6;
    padding: 0;
    border: none;
}
header section:nth-of-type(2) nav div:nth-of-type(1) {
    border: none;
}
nav li div.menu > section {
    max-width: 1238px;
    padding: 78px 21px 0 21px;
    margin: auto;
    display: block;
    width: auto;
    position: relative;
}
nav ul li.active div.menu {
    height: 100vh;
    z-index: 2;
    display: block;
    max-height: 80vh;
    overflow-y: scroll;
    
}
nav ul li div.menu h1 {
    font-size: 37px;
    line-height: 39px;
    color: #FFF;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 47px;
}
nav ul li div.menu p {
    color: #B3DAF0;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    max-width: 80%;
}
.close {
    color: #FFF;
    position: absolute;
    top: 70px;
    right: 30px;
    cursor: pointer;
}
nav ul li div.menu ul.submenu {
    position: relative;
    margin: 0;
    width: 100%;
    display: inline-block;
}

nav ul li div.menu ul.submenu li ul.submenu {
    bottom: 100%;
    left: 120%;
    position: absolute;
}

nav ul li div.menu ul li ul li {
    padding: 15px 60px 15px 10px
}
.submenu li ul li a {
    position: relative;
}


nav ul li div.menu h1 strong {
    font-size: 45px;
    font-weight: 600;
}
nav ul li div.menu ul li {
    display: block;
    padding: 15px 30px 15px 10px;
    font-size: 18px;
    font-weight: 500;
}
nav ul li div.menu ul li a:after {
    position: absolute;
    bottom: -15px;
    height: 1px;
    width: 100%;
    background: #B3DAF0;
    content: "";
    left: -10px;
    display: block;
}


nav ul li div.menu ul li ul li a:after {
    position: absolute;
    bottom: -15px;
    height: 1px;
    width: 120%;
    background: #B3DAF0;
    content: "";
    left: -10px;
    display: block;
}


nav ul li div > section > div {
    display: inline-block;
    vertical-align: top;
    width: 26.6%;
    border-bottom: none;
}
nav ul li div.menu > section > div:nth-of-type(1) {
    border-bottom: none;
}
nav ul li div.menu ul.submenu li a {
    padding: 0;
}
nav ul li.active div.menu ul.submenu > li > a {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}
nav ul li.active div.menu ul.submenu > li:hover, nav ul li.active div.menu ul.submenu > li ul li:hover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 90%);
}
ul.submenu li:hover {
    
}
ul.submenu li ul {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
    font-size: 18px;
}

ul.submenu li ul li ul {
    left: 100%;
}

ul.submenu li:hover ul {
    display: block;
}

ul.submenu > li:hover > ul > li > ul {
    display: none;
}

ul.submenu li ul li {
    border-bottom: none;
    font-size: 26px;
    white-space: nowrap;
}

ul.submenu li:hover ul li:hover ul {
    display: block;
}

nav ul li.active .submenu li ul li a {
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
	position: relative;
}
nav ul li:hover .submenu li ul li a:before, .submenu li a:before {
    display: none;
}

nav ul li ul li i, .menu-2 ul li i, nav ul li ul li ul li i {
    content: '';
    width: 10px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 12px;
    background: url("../images/icon-chevron.svg") no-repeat;
    background-size: 10px 15px;
    transition: right 0.3s ease-out;
    display: block;
}
nav ul li ul li:hover i {
    right: 20px;
    opacity: 0.8;
}
nav ul li ul li:hover ul li a:after {
    display: none;
}





/*nav ul li .menu ul li ul li {
    border-bottom: solid #FFF 1px;
}*/

nav ul li:hover ul li ul li:not(.hasmenu) i {
    display: none;
}
nav ul li:hover ul li ul li.hasmenu i {
    right: -20px;
    transition: right 0.2s ease-out;
}
nav ul li:hover ul li ul li.hasmenu:hover i {
    right: -30px;
}




/**banner**/
	.header-section{margin-top: -100px;}
	.header-banner{min-height:0px!important}
	.h3-heading-banner{display:none}
	






/*nav ul li:hover ul li ul li i {
    display: none;
}*/


/* Menu bar */
.menu-bar .content {
    max-width: 1238px;
    padding: 0 21px;
    display: block;
    margin: 0 auto;
}
.menu-bar {
    background: #F7F7F7;
    padding: 0;
    border-top: solid #D4D5D8 1px;
    border-bottom: solid #014686 20px;
    top: 160px;
}
.menu-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.menu-bar ul li {
    display: inline-block;
}
.menu-2 > li:hover {
    background: #B3DAF0;
    color: #004A80;
}
.menu-2 > li:hover a {
    color: #004A80;
}
.menu-bar .content > section {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}
.menu-bar .content section:nth-of-type(2) {
    width: 49%;
}
.menu-bar .content section:nth-of-type(2) div {
    float: right;
}
.menu-bar ul li {
    border-right: solid #D4D5D8 1px;
    padding: 0;
    margin-right: -4px;
}

.list-border-left{border-left: solid #D4D5D8 1px;}

.menu-bar ul li a {
    padding: 10px 27px 10px 40px;
    color: #0099CC;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: block;
}
.menu-bar p {
    margin: 0;
    font-size: 14px;
    color: #9D9EA0;
}
.menu-bar p i {
    margin-left: 27px;
}
.menu-2 li div {
    position: absolute;
    background: linear-gradient(to bottom, #517CA8, #12A9E1);
    overflow: hidden;
    width: 100%;
    height: 0px;
    left: 0px;
    transition: height 0.3s ease-out;
    z-index: 7;
}
.menu-2 li.active div {
    height: 100vh;
}
.menu-2 li div section {
    max-width: 1238px;
    padding: 43px 21px;
    display: block;
    margin: 0 auto;
}
.menu-2 li div section div {
    height: auto;
    position: relative;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.menu-2 li:hover div section div {
    background: none;
    height: auto;
    overflow: visible;
}
.menu-2 li div section h1 {
    margin-bottom: 47px;
}
.menu-2 li div section div p {
    color: #B3DAF0;
    max-width: 80%;
}
.menu-2 .submenu {
    width: 100%;
    position: relative;
}
.menu-2 .submenu li {
    border-right: none;
    font-size: 18px;
    text-align: left;
    width: 100%;
    padding-left: 0px;
    display: block;
    overflow: visible;
    padding-right: 30px;
}
.menu-2 .submenu li a {
    position: relative;
}
.menu-2 .submenu li a:before {
    content: '';
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    background: #FFF;
}
.menu-2 .submenu li a {
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    padding-left: 0px;
}
.menu-2 .submenu li ul {
    position: absolute;
    left: 100%;
    display: none;
    height: auto;
    width: auto;
	top:30%;
}



.menu-2 .submenu li:last-child ul {
    top: 65%;
}



.menu-2 .submenu li:hover ul {
    display: block;
}
.menu-2 ul li i {
    right: 60px;
	top: 50%; 
	transform:translateY(-50%)
}
.menu-2 ul li:hover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 84%, rgba(0, 0, 0, 0) 84%);
}
.menu-2 ul li:hover i {
    right: 40px;
}
.menu-2 ul li ul li i {
    display: none;
}
.gray {
    background: #EFF0F1;
}
.text-gray, ul.text-gray li {
    color: #4E4E50;
    font-weight: 400;
}
.ticker {
    overflow-x: hidden;
}
.ticker p {
    margin: 5px 0;
}
/* Footer */
.footer {
    background: #E7F0F9;
    border-top: solid #21AAE2 3px;
    border-bottom: solid #0E406A 10px;
    padding: 20px 0;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li {
    display: inline-block;
    padding: 0 0px 0 0;
    font-size: 18px;
    color: #0E406A;
    font-weight: 400;
}
footer ul li:nth-last-of-type(1) {
    padding-right: 0px;
}
footer ul li a:link, footer ul li a:active, footer ul li a:hover, footer ul li a:visited {
    color: #0E406A;
    text-decoration: none;
}

/*Header Banner*/
.header-banner{
	min-height: 500px;
	background-size: cover;
}


/* Additional */
 h4.csi-tab{padding-left: 27px!important}
h4.csi-tab:before{display:none!important}

.this-is {
    background: url("../images/this-is-us-1.jpg") no-repeat;
    background-size: cover;
    
}
.this-is .container {
    height: 100%;
}
.purpose {
    background: url("../images/this-is-us-2.jpg") no-repeat;
    background-size: cover;
    height: 628px;
    background-position: center;
    position: relative;
}
.purpose .container {
    height: 620px;
}
.purpose h1 {
    width: 300px;
    height: 170px;
    background: url("../images/graphic-hex-mix.svg") no-repeat;
    background-size: 100% 100%;
    font-size: 45px;
    font-weight: 800;
    position: absolute;
    bottom: -50px;
    left: 0px;
    z-index: 1;
    text-align: center;
    padding-top: 130px;
}
.padded {
    padding: 80px 0 75px 0;
}
.hex-list {
    list-style: none;
    padding: 0 0 0 30px;
    position: relative;
}

.hex-list li {
    padding: 0 0 26px 0;
    position: relative;
    color: #004A80;
    font-size: 20px;
    font-weight: 500;
}
.hex-list li:before {
    content: '';
    width: 24px;
    height: 21px;
    background: url("../images/graphic-hex-small.svg") no-repeat;
    background-size: 24px 21px;
    position: absolute;
    left: -33px;
    top: 5px;
}
.hex-list.red li:before {
    background: url("../images/icon-hex-bullet-red.svg") no-repeat;
}
.hex-list.turqoise li:before {
    background: url("../images/icon-hex-bullet-turq.svg") no-repeat;
}

.hex-list.purple li:before {
    background: url("../images/icon-hex-bullet-purple.svg") no-repeat;
}


.hex-list.yellow li:before {
    background: url("../images/icon-hex-bullet-yellow.svg") no-repeat;
}


.hex-list.green li:before {
    background: url("../images/icon-hex-bullet-green.svg") no-repeat;
}




.hex-list ul {
    list-style: none;
    padding: 0;
}
.hex-list ul li {
    position: relative;
    padding: 0 0 0 20px;
}
.hex-list li ul li:before {
    content: '\2013';
    background: none;
    left: 0px;
    width: auto;
    height: auto;
	position: absolute;
    top: -1px;
	font-weight:100
}
.inset {
    padding-left: 63px;
}
.inset-2 {
    padding-left: 104px;
}
.header-text {
    color: #FFF;
    font-size: 18px;
    top: 553px;
    position: absolute;
    left: 551px;
}
.header-text p {
    color: #FFF;
}

.header-text p.regular-text { font-weight:500;}
.header-label {
    position: absolute;
    top: 150%;
    right: 21px;
    color: #FFF;
	font-weight: 300;
    font-size: 14px;
}
.header-label-1 {
    position: absolute;
    bottom: 30px;
    right: 0px;
    color: #FFF;
    font-weight: 300;
    font-size: 14px !important;
}

.header-label-2 {
    position: absolute;
    bottom: 130px;
    right: 0px;
    color: #FFF;
    font-weight: 300;
    font-size: 14px !important;
}

.page-header {
    background: #0099CC;
    padding: 0;
    height: 300px;
    margin-top: 190px;
}
.page-header h1 {
    padding-left: 65px;
}


.page-header h1.hex-line-white:after {  content:''; display:none;}

.pagination p {
    text-align: right;
    font-size: 14px;
    color: #707070;margin-top: 20px;
}
.contact-form input {
    display: block;
    padding: 10px 5px;
    border: solid #12A9E1 1px;
    margin: 10px 0;
    width: 100%;
}
.hex-1 {
    width: 525px;
    height: 430px;
    background: url("../images/graphic-hex-large.svg") no-repeat;
    position: absolute;
    left: 420px;
    top: 33px;
    display: block;
    background-size: 564px 490px;
    padding: 40px 20px 20px 20px;
}
.hex-1 h3 {
    text-align: center;
    max-width: 54%;
    color: #FFF;
    font-size: 22px;
    margin: auto;
    font-weight: 500;
    line-height: 1.4;
    
}
.hex-1 p {
    max-width: 70%;
    color: #FFF;
    font-size: 20px;
    padding-left: 100px;
    line-height: 24px;
    font-weight: 300;
}
.hex-2 {
 width: 344px;
    height: 305px;
    background: url("../images/graphic-hex-large-green.svg") no-repeat;
    position: absolute;
    left: 414px;
    top: 50px;
    display: block;
    background-size: 365px 315px;
    padding: 62px 20px 18px 32px;
}
.hex-2 h3, .hex-laser h4 {
    text-align: left;
    max-width: 70%;
    color: #FFF;
    font-size: 18px;
    margin: auto;
    line-height: 27px;
    font-weight: 500;
}
.hex-2 p {
    max-width: 70%;
    color: #FFF;
    font-size: 20px;
    padding-left: 90px;
}
.page-header-text {
    color: #FFF;
    position: absolute;
    top: 378px;
    left: 496px;
    max-width: 50%;
}
.page-header-text p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}
h1.hex {
    background: url(../images/icon-header-investor.svg) no-repeat;
    background-size: 366px 176px;
    margin: 0;
    padding: 51px 0 0 60px;
    overflow: visible;
    width: auto;
    height: 220px;
}
h1.hex-3 {
    background: url("../images/icon-header-line-hex-red.svg") no-repeat;
    padding: 30px 30px 30px 50px;
    background-size: 353px 176px;
    background-position: 0px 0px;
    overflow: visible;
    width: 353px;
    height: 176px;
    margin: 0;
}
h1.hex-line-white {
background: url("../images/icon-header-investor-white.svg") no-repeat;
    font-weight: 400;
	position:relative;
}

	h1.hex-line-white-img{background:none}
	h1.hex-line-white-img:before {
    content:url(../images/icon-header-line-white.svg) ;

    font-weight: 400;
    position: absolute;
    left:0;
   
    width: 30%;
    top: 0;
}

h1.hex-line-white:after { content:''; background:url(../images/top-grids.png) no-repeat; width:358px; height:100%; position:absolute;top: 5px; left: 368px;}
h1.hex-line-white-img:after { content:''; background:url(../images/top-grids.png) no-repeat; width:358px; height:100%; position:absolute;top: 5px; left: 396px;}

.leadership {
    background: url("../images/leadership-1.jpg") no-repeat;
    background-size: cover;
    
    height: 590px;
}
.leadership .container {
    height: 590px;
}

h2.hex-blue {
    padding: 50px 0 0 90px;
	margin: 91px  0px 40px 0px;
    position: relative;
}
h2.hex-blue:before {
    content: '';
    position: absolute;
    top: -34px;
    left: 0px;
    background: url(../images/graphic-hex-fill.svg) no-repeat;
    width: 90px;
    height: 76px;
	background-size: 98%;}
/*h2.hex-blue:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 30px;
    background: url("../images/graphic-hex-fill.svg") no-repeat;
    width: 90px;
    height: 76px;
    background-size: 90px 57px;
}*/
.hex-blue.dark:before {
    background: url("../images/icon-hexagon-2.svg") no-repeat;
}
.col-50 .content {
    padding-right: 4px;
}
.col-50:nth-of-type(2) .content {
    padding-right: 0px;
}
.limit-1 {
    max-width: 80%;
}
.limit-2 {
    max-width: 60%;
}
.our-people {
    background: url("../images/header-1.jpg") no-repeat;
    background-size: cover;

}
.our-people .container {
    height: inherit;
}
.our-people .col-70 {
    position: absolute;
    width: 65%;
    right: 0px;
    top: 85px;
    display: block;
}
.our-people p {
    color: #FFF;
    font-size: 18px;
}

.our-history {
    background: url("../images/header-strategy.jpg") no-repeat;
    background-size: cover;
    height: 600px;
    
}


.our-history .container {
    height: inherit;
}
.our-history .col-70 {
    position: absolute;
    width: 65%;
    right: 0px;
    top: 85px;
    display: block;
}
.our-history p {
    color: #FFF;
    font-size: 18px;
}














p.medium {
    font-size: 22px;
    font-weight: 500;
}
p.regular {
    font-weight: 500;
}
.people-nav {
  
    width: 100%;
    display: block;
	z-index: 1;
    position: relative;

}
.people-nav div {
    width: 19.6%;
    display: inline-block;
    vertical-align: middle;
    height: 211px;
    text-align: center;
    margin-bottom: -5%;
    background-size: 100% 100%;
    cursor: pointer;
    transition: background 0.3s ease-out;
}
.people-nav div:nth-of-type(1) {
    background: url("../images/icon-hex-blue-line.svg") no-repeat;
    background-size: 100% 100%;
    color: #12A9E1;
}
.people-nav div:nth-of-type(2) {
    background: url("../images/icon-hex-red-line.svg") no-repeat;
    background-size: 100% 100%;
    color: #8F283C;
}
.people-nav div:nth-of-type(3) {
    background: url("../images/icon-hex-line-turqoise.svg") no-repeat;
    background-size: 100% 100%;
    color: #71BBAC;
}
.people-nav div:nth-of-type(4) {
    background: url("../images/icon-hex-line-purple.svg") no-repeat;
    background-size: 100% 100%;
    color: #71529D;
}
.people-nav div:nth-of-type(5) {
    background: url("../images/icon-hex-line-yellow.svg") no-repeat;
    background-size: 100% 100%;
    color: #E0922F;
}
.people-nav div p {
    color: inherit;
    max-width: 85%;
    margin: -25% auto auto auto;
    font-size: 28px;
    font-weight: 500;
	line-height: 1.2
}
.people-nav div.active p {
    color: #FFF;
}
.people-nav div.active {
    background-size: 100% 100%;
}
.people-nav div.active:nth-of-type(1) {
    background: url("../images/icon-hex-blue-2.svg") no-repeat;
    background-size: 100% 100%;
}
.people-nav div.active:nth-of-type(2) {
    background: url("../images/icon-hex-red.svg") no-repeat;
    background-size: 100% 100%;
}
.people-nav div.active:nth-of-type(3) {
    background: url("../images/icon-hex-turqoise.svg") no-repeat;
    background-size: 100% 100%;
}
.people-nav div.active:nth-of-type(4) {
    background: url("../images/icon-hex-purple.svg") no-repeat;
    background-size: 100% 100%;
}
.people-nav div.active:nth-of-type(5) {
    background: url("../images/icon-hex-yellow.svg") no-repeat;
    background-size: 100% 100%;
}
.people-content {
    position: relative;
    padding-bottom: 70px;
    min-height: 530px;
}
.people-content img {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 33%;
}
.people-content section {
    height: 0px;
    position: relative;
    display: block;overflow: hidden;
}
.people-content section.active {
    height: 100%;
    min-height: 530px;
}
.hex-laser {
	width: 344px;
    height: 305px;
    background: url("../images/icon-hex-blue-2.svg") no-repeat;
    position: absolute;
    left: 414px;
    top: 50px;
    display: block;
    background-size: 365px 315px;
    padding: 62px 20px 18px 32px;
}
/*.hex-laser h4 {
    color: #FFF;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    padding: 70px 0 0 0;
    max-width: 70%;
    margin: auto;
}*/
.investment {
    background: url("../images/investement-header.jpg") no-repeat;
    height: 590px;
    background-size: cover;
}
.strategy {
    background: url("../images/header-strategy.jpg") no-repeat;
    height: 600px;
    background-size: cover;
    z-index: 2;
}
.investment .container, .strategy .container {
    height: 100%;
}
.investment .header-label {
    bottom: 30px;
    top: auto;
}
.hex-deep {
    width: 336px;
    height: 287px;
    background: url("../images/icon-hex-deep-blue.svg") no-repeat;
    background-size: 336px 287px;
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 50px;
}
.hex-deep h4 {
    margin: 0 auto;
    padding: 0;
    max-width: 64%;
    color:#fff;
    line-height: 1.1;
    font-weight: 400;
}
.hex-deep:after {
    content: '';
      background-size: 75px 63px;
    width: 75px;
    height: 63px;
    position: absolute;
    right: -30px;
    top: 40%;
    z-index: -1;
    display: block;
}
.hex-deep.after-purple:after {
    background: url("../images/icon-hex-purple.svg") no-repeat;
}
.hex-deep.after-blue:after {
    background: url("../images/icon-hex-blue-2.svg") no-repeat;
}
.hex-deep.after-turq:after {
    background: url("../images/icon-hex-turqoise.svg") no-repeat;
}
.hex-deep.after-green:after {
    background: url("../images/icon-hex-green.svg") no-repeat;
}
.hex-deep.after-yellow:after {
    background: url("../images/icon-hex-yellow.svg") no-repeat;
}
.pull-top {
    margin-top: -40px;
    /*z-index: -1;*/
}
.pull-top-2 {
    margin-top: -120px;
    z-index: -1;
}
.margin-top {
    margin-top: 60px;
}
p.blue {
    color: #004A80;
}

.switch-lightblue { color:#12A9E1;}

.float-right {
    float: right;
}
.inv {
    position: relative;
    height: 283px;
    width: 70%;
}

.investment-prop {  }
.investment-prop p { color:#fff; font-size:26px; line-height:1.4;}

.inv img {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.inv h4 {
    padding: 0 0 0 200px;
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    margin: 66px 0 20px 0;
}
.inv p  {
    color: #FFF;
    padding: 0 0 0 200px;
    max-width: 50%;
	font-size:26px;
	font-weight:300;
	line-height:1.4;
}
.inv p strong { font-weight:500;}

.shim-50 {
    height: 50px;
    display: block;
}
.box-1 {
    padding: 20px;
    background: #E7F0F9;
}
ul.chev-list {
    list-style: none;
}
ul.chev-list li {
    padding: 0 0 20px 0;
    position: relative;
    font-size: 18px;
    color: #004A80;
    font-weight: 400;
}
ul.chev-list li:before {
    content: '';
    background: url("../images/icon-chevron.svg") no-repeat;
    position: absolute;
    left: -20px;
    top: 5px;
    background-size: 10px 15px;
    width: 10px;
    height: 15px;
}



.chev-list ul {
    list-style: none;
    padding: 0;
}
.chev-list ul li {
    position: relative;
    padding: 0 0 0 20px;
}
.chev-list li ul li:before {
    content: '\2013';
    background: none;
    left: 0px;
    width: auto;
    height: auto;
	position: absolute;
    top: -1px;
	font-weight:400;
	color:#004A80;
}

.nav-2 > div {
    width: 16%;
    height: 166px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: url("../images/icon-hex-blue-line.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    padding: 10px 0 0 0;
    cursor: pointer;
    transition: background 0.3s ease-out, color 0.3s ease-out;
}
.nav-2 > div:nth-of-type(2) {
    background-image: url("../images/icon-hex-red-line.svg");
    color: #8F283C;
}
.nav-2 > div:nth-of-type(3) {
    background-image: url("../images/icon-hex-line-turqoise.svg");
    color: #71BBAC;
}
.nav-2 > div:nth-of-type(4) {
    background-image: url("../images/icon-hex-line-purple.svg");
    color: #71529D;
}
.nav-2 > div:nth-of-type(5) {
    background-image: url("../images/icon-hex-line-yellow.svg");
    color: #E0922F;
}
.nav-2 > div:nth-of-type(6) {
    background-image: url("../images/icon-hex-line-green.svg");
    color: #83A440;
}
.nav-2 div p {
    font-size: 16px;
    max-width: 80%;
    margin: auto;
    color: inherit;
    line-height: 20px;
    padding-top: 5px;
	font-weight: 500;
}
.nav-2 div.active {
    color: #FFF;
}
.nav-2 div.active:nth-of-type(1) {
    background-image: url("../images/icon-hex-blue-2.svg");
}
.nav-2 div.active:nth-of-type(2) {
    background-image: url("../images/icon-hex-red.svg");
}
.nav-2 div.active:nth-of-type(3) {
    background-image: url("../images/icon-hex-turqoise.svg");
}
.nav-2 div.active:nth-of-type(4) {
    background-image: url("../images/icon-hex-purple.svg");
}
.nav-2 div.active:nth-of-type(5) {
    background-image: url("../images/icon-hex-yellow.svg");
}
.nav-2 div.active:nth-of-type(6) {
    background-image: url("../images/icon-hex-green.svg");
}
.nav-2-content {
    position: relative;
    padding-bottom: 60px;  
    margin-top: -50px;
    z-index: -1;
}
.nav-2-content img {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 33%;
}
.nav-2-content section {
    height: 0px;
    position: relative;
    display: block;
    overflow: hidden;
}
.nav-2-content section.active {
    height: 100%;
    min-height: 530px;
}
.nav-2-content section .col-70 {
    padding-top: 100px;
}
.hex-purple {
    background-image: url("../images/icon-hex-purple.svg");  width: 309px;;
}
.strategy .hex-laser h4 {
   text-align: center;     max-width: 83%;
}
.strategy .header-text {
    top: 390px;
    left: 500px;
    margin-top: 0px;
    max-width: 60%;
    color: #FFF;
    position: absolute;
}
.strategy .header-label {
    top: auto;
    bottom: 30px;
    font-size: 14px;
    font-weight: 300;
}
.page-header h1 {
    background: url("../images/icon-header-investor.svg") no-repeat;
    background-size: 366px 213px;
    margin: 0;
    padding: 30px 0 0 60px;
    overflow: visible;
    widows: 366px;
    height: 213px;
}
.calendar > section:nth-of-type(1) {
    background: #B1B3B6;
    width: 33%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 107px 0;
}
.calendar > section:nth-of-type(2) {
    background: #E7F0F9;
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    padding: 40px;
	height: 611px !important;
}
.calendar article {
    border-bottom: solid #004A80 1px;
    padding: 24px 0;
}
.calendar article:nth-last-of-type(1) {
    border-bottom: 0px;
}
.calendar article p {
    margin: 0;
    font-size: 18px;
}
.calendar h6 {
    margin: 0;
	 font-size:22px;
	 font-weight:500;
}
.calendar-add {
    float: right;
}


.calendar-add a:link, .calendar-add a:visited { color:#004A80}
.calendar-add a:hover { color:#0099CC}

p.blue {
    color: #0E406A;
}
p.laser-blue {
    color: #0099CC;
}
p.green {
    color: #3F7880;
}
.full {
    min-height: 70vh;
}
.resource > section {
    background: rgba(231, 240, 249, 0.4);
    /* padding: 26px 30px; */
    border: solid #0099CC 1px;
    margin-bottom: 20px;
    display: block;
	position: relative;
}
.resource h5 {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 20px;
    color: #004A80;
    font-weight: 400;
    max-width: 90%;
}
.resource a {
    float: right;
}
.resource section div {
    display: inline-block;
    vertical-align: middle;
}
.resource section div:nth-of-type(1) {
    width: 27%;
}
.resource section div:nth-of-type(2) {
    width: 60%;
}
.resource h6 {
    font-size: 16px;
    margin: 0;
}
.resource div h5 {
    max-width: 100%;
}
.resource-header section {
    display: inline-block;
    color: #0E406A;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 35px 0;
}
.resource-header section:nth-of-type(1) {
    width: 28%;
}
.resource-header section:nth-of-type(2) {
    width: 50%;
}
.resource-header section:nth-of-type(3) {
    width: 20%;
    text-align: right;
}
table {
    display: table;
}
table.dividend {
    width: 100%;
}
table.dividend thead tr th {
    padding: 5px 21px;
    background: #E7F0F9;
    color: #0E406A;
    font-size: 18px;
    text-align: left;
}
table.dividend tbody tr td {
    padding: 5px 21px;
    color: #707070;
    font-size: 18px;
    text-align: left;
}
table.dividend tbody tr:nth-of-type(even) td {
    background: #F7F7F7;
}
.esg-header {
    background: url("../images/enviro_overview.jpg") no-repeat;
    height: 340px;
    background-position: center -320px;
}
/*.esg-header h1 {
    font-size: 36px;
    font-weight: 600;
}*/
.col-50 > .content {
    padding-left: 72px;
}
a.button {
    background: #0E406A;
    border: solid #71C1E9 1px;
    padding: 11px 66px 11px 42px;
    display: inline-block;
    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    /*width: 215px;*/
    /*width: 320px;*/
	width:auto;
    position: relative;
}
a.button:after {
    content: '';
    background: url("../images/icon-hexchev.svg") no-repeat;
    width: 51px;
    height: 44px;
    position: absolute;
    right: 3%;
    top: 50%;
	transform:translateY(-50%);
    background-size: 100% 100%;
    display: block;
	transition: all .5s linear;
    transition-timing-function: ease;
}

a.button:hover:after { right: 0%;transition: all .5s linear; transition-timing-function: ease;}

.box-2 {
    background: #F7F7F7;
    border: solid #0E406A 1px;
    padding: 24px;
}
.col-75 .content {
    padding-right: 50px;
}
.resource > section a {
    float: none;
    display: block;
    width: 93%;
    padding: 26px 30px;
}
.resource > section a img {
    width: 25px;
    position: absolute;
	top:50%;
	right:5%;
	transform: translateY(-50%);
}
.resource > section p {
    max-width: 90%;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #004A80;
}
.right {
    text-align: right;
}
h1.esg {
    font-size: 37px;
    font-weight: 300;
    line-height: 39px;
    color: #0E406A;
    padding: 90px 0 0 90px;
    margin: 40px 0;
    position: relative;
}
h1.esg:before {
    content: '';
    background: url("../images/icon-hexagon.svg") no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 100% 100%;
}
/*h1.esg strong {
    font-size: 45px;
    font-weight: 800;
}
.esg-header h1.hex br {
    display: none;
}*/

.market-header{background: url("../images/banners/market-access.jpg") no-repeat!important; height: 500px} 

.social-header {
    background: url("../images/eimageICSI-18sm.jpg") no-repeat;
   
  
}

.our-solution-header {
    background: url("../images/banners/our-solutions.jpg") no-repeat;
    height: 500px;}


.transformation {
    background: url("../images/banners/transformation.jpg") no-repeat;
    height: 500px;

}
.sos {
    background: url("../images/initiatives/initiatives-banner.jpg") no-repeat;
    height: 340px;
 
}
.road {
    background: url("../images/roadsafetybnr.jpg") no-repeat;
    height: 340px;
    background-position: center -350px;
}
.women {
    background: url("../images/header-women.jpg") no-repeat;
    height: 340px;
  
}
.governance {
    background: url("../images/header-esg-2.jpg") no-repeat;
    height: 340px;
}
.unjani {
    background: url("../images/group-1millionth.jpg") no-repeat;
    height: 340px;
    background-position: center -350px;
    position: relative;
}
.motus {
    background: url("../images/Screenshot 2020-10-07 at 13.07.44.png") no-repeat;
    height: 340px;
    background-position: center -350px;
}
.overlay-1 {
    position: relative;
}
.overlay-1:before {
    width: 100%;
    height: 340px;
    background: rgba(78, 78, 80, 0.3);
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
}
.col-70 .content {
    padding-right: 79px;
}
.box-3 {
    background: #B3DAF0;
    padding: 0 20px;
    position: relative;
    margin-top: 50px; 
}
.box-3 img {
    max-width: 100%;
}

.box3-white-block-top{position: absolute; width: 100%; height: 20%; background: #fff; top: 0px; right: -100%;}
	
.box3-white-block-bottom{position: absolute; width: 100%; height: 20%; background: #fff; bottom: 0px; left: -100%; z-index:-2}

.box-3:before{content: ""; position: absolute; top:0px;  left: 0; background-color: inherit; padding-bottom: 50%; width: 57.7%; z-index: -1; transform-origin: 0 0; transform: rotate(-30deg) skewX(30deg);}

.box-3:after{content: ""; position: absolute; bottom: 0px; left: 42%; background-color: inherit; padding-bottom: 50%; width: 57.7%; z-index: -1; transform-origin: 100% 100%; transform: rotate(-30deg) skewX(30deg);z-index:-3}

.box-3 p {
    font-size: 22px;
    font-weight: 400;
    color: #004A80;
    padding: 20px 0 20px 0;
    border-bottom: solid #12A9E1 2px;
}
.box-3 p strong {
    font-size: 32px;
    font-weight: 400;
}
.box-3 p:nth-last-of-type(1) {
    border-bottom: none;
}
.box-4 {
    padding: 10px 21px;
    margin: 30px -21px;
    background: #E7F0F9;
    border: solid #0099CC 1px;
}
.crop-1 {
    max-height: 221px;
    overflow: hidden;
}

.banner-content{position:absolute; top: 25%; left: 0px; width:100%}

@media screen and (max-width: 1245px){
	 .banner-content {top: 30%;}
    
}
	@media screen and (max-width: 1175px){
       
		
	.header-section {  margin-top: -100px;  margin-left: 100px;	}
		
	}
	@media screen and (max-width: 1123px){
		.header-section{margin-left: 55px;}
	}
	
	@media screen and (max-width: 1025px){
	.h3-heading-banner{display:block}
	.h3-heading-banner2{display:none}
		.header-section{margin-top: 0;}

		h1.hex-line-white-img:before {  top: -12px;}
	}
	
	@media screen and (max-width: 768px){
		.header-section{margin-top: 0;}
		.pull-top{margin-top: -33px;}
		
	}
	
	@media screen and (max-width: 440px){
		.header-section{margin-top: 0;}
		.pull-top{margin-top: -33px;}
	}
	
	.nav-2-content{margin-top:-10px}
	.nav-2 div{width:16%; margin-bottom: 0px}
	h3.medium {
    margin-top: 10%;
    margin-bottom: 20px;
}
/* 8 Mobile */

@media screen and (max-width: 1440px) {
.investment-prop p, .inv p { font-size:22px}
.inv p {    padding: 0;     max-width: 80%;}
.inv h4 { padding:0;}

	.our-people{height: 500px !important; background-position: 0!important;}
	.strategy{height: 500px !important;}
	.leadership{height: 500px !important;}
	.strategy .header-text{top: 295px;}
	.page-header-text{top: 295px;}
	.social-header{background-position: 0 !important;}
	.women{ background-position: center -183px !important;}
	.esg-header{background-position: center -140px !important;}
}

@media screen and (max-width: 1366px) {
.col-50 > .content { padding-left: 43px;     padding-right: 0;}
}

@media screen and (max-width: 1280px) {
 
    header nav ul li a, header nav ul li a:link, header nav ul li a:active, header nav ul li a:visited {padding-left: 0;padding-right: 10px;font-size: 14px;}
	nav ul li.current a:before {top: 21px;}
    nav ul li:nth-last-of-type(1) a {padding-right: 0px; }
    nav ul li div { height: 0px; }
	
    nav ul li.active div {       }
    
	.hex-1 {left: 361px;}
   /* .header-text {
        margin-top: 400px;
        
    }*/
    .header-label-1, .header-label-2  {right: 30px;}
    .inset {padding-left: 0px;}
    footer ul li {font-size: 16px; padding: 0 20px 0 0;}
    .this-is {background-position: center;}
    .menu-wrapper {max-width: 100%; overflow-x: auto;}
	
	.home-bg2{height: auto !important;}
	.menu-bar{top: 164px !important;}
	.btn-home{margin: 0 !important;}
	
}

@media screen and (max-width: 1224px) {
    nav ul li div.menu > section > div:nth-of-type(1) {display: none;overflow: hidden;}
    nav ul li div > section > div {width: 33%;}
    nav li div.menu {top: 136px;}
    nav li div.menu > section {padding: 42px 0 21px 30px; }
    .menu-2 li div.menu > section > div:nth-of-type(1) { display: none;}
    .menu-2 li div > section > div {width: 33%;}
    .menu-2 li div.menu > section { padding: 42px 0 21px 30px;}
    .close {color: #FFF; position: absolute; top: 40px; right: 30px; cursor: pointer;}
    .hex-deep {width: 280px; background-size: 280px 240px;}
    .hex-deep h4 {font-size: 30px;}
    .invest .col-30 { width: 35%;}
    .invest .col-70 {width: 64%;}
    .inv img { max-width: 100%; }
    .inv {width: 95%;}
	.inv h4, .inv p { padding: 0px 0 0 120px;}
	.calendar > section:nth-of-type(2) { width: 57%;}
}

@media screen and (max-width: 1024px) {
    .menu-bar {
        top: 167px;
    }
	
.header-text { left: 502px; margin-right: 30px;}
.purpose {height: 338px; background-position: center; position: relative; background-size: 100%;}

   .nav-2 > div {
        width: 30%;
        margin-bottom: 20px;
    }
    .nav-2-content {
        margin-top: 30px!important;
        padding-top: 0px!important;
    }
    .nav-2-content img {
        max-width: 29%;
    }
    .nav-2-content section .col-70 {
        padding-top: 0px;
    }
	
	
	.nav-2 div p {
    font-size: 16px;
    max-width: 46%;
    margin: auto;
    color: inherit;
    line-height: 20px;
    padding-top: 5px;
    font-weight: 500;
}




}
@media screen and (max-width:1012px) {
    header {
        padding: 20px 10px 33px 20px;
    }
    nav .menu-btn {
        display: block;
        position: absolute;
        top: 40px;
        right: 21px;
		    z-index: 9999;
    position: absolute;
		display: none;
    }
 .activepartnerships
{
	left: 0 !important;
}
    header section > div > ul:nth-of-type(2) {
        float: none;
        border-bottom: none;
    }
    nav .menu-btn {
        display: block;
        position: absolute;
        right: 30px;
        top: 46px;
        font-size: 18px;
        color: #004A80;
		    z-index: 9999;
    }
    nav .menu-btn img {
        vertical-align: middle;
        width: 43px;
        height: 30px;
    }
    .navigation {
        display: none;
    }
    .navigation {
        position: absolute;
        top: 186px;
        background: #FFF;
        width: 100%;
        height: 90vh;
        display: block;
        z-index: 2;
        left: 0px;
        visibility: hidden;
        max-height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    nav ul li ul li i, .menu-2 ul li i {
        right: 16%;
    }
    nav .menu-btn {
        top: 31px;
		    z-index: 9999;
    position: absolute;
    }
    nav ul li.current a:before {
        top: 0px;
    }
    header nav ul li {
        display: block;
        text-align: left;
        font-size: 17px;
        padding: 20px 21px;
    }
    header nav ul li a:link, header nav ul li a:active, header nav ul li a:visited {
        padding: 0px;
    }
    header nav ul li a:link, header nav ul li a:active, header nav ul li a:visited {
        position: relative;
        width: auto;
        display: block;
    }
    header nav ul li a:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 20px;
        background: url("../images/icon-chevron.svg") no-repeat;
        right: 21px;
        top: 0px;
        display: block;
        background-size: 12px 20px;
    }
    nav li div.menu {
        position: absolute;
        left: 0px;
        top: -10px;
        width: 115%;
        background: #FFF;
        height: 80vh;
    }
    .close {
        display: none;
    }
    nav li div.menu ul {
        background: #FFF;
        display: block;
        width: 100%;
    }
    nav li div.menu p {
        display: none;
    }
    nav li div.menu > section {
        padding: 10px 0 0 0;
    }
    nav ul li div > section > div {
        display: block;
        width: auto;
    }
    nav ul li:hover div.menu ul.submenu > li > a {
        color: #517CA8;
    }
    .menu ul li:after {
        display: none;
    }
    nav ul li div.menu {
        height: 80vh;
        transition: none;
    }
    nav ul li:hover div.menu {
        height: 100%;
    }
    .container {
        padding: 0 28px;
    }
    nav ul li div {
        height: auto;
        overflow: hidden;
    }
    nav ul li div.menu ul.submenu {
        height: 80vh;
    }
    nav .submenu li ul {
        position: absolute;
        display: block;
        left: 0px;
        height: 80vh;
        background: #FFF;
        z-index: 1;
    }
    
    nav ul li:hover .submenu li ul li a {
        color: #517CA8;
    }
    nav ul li div.menu h1 {
        padding: 44px 21px 21px 21px;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 0px;
        z-index: 3;
        width: auto;
        display: block;
        background: linear-gradient(to bottom, #09324C, #115A88);
    }
    nav ul li div.menu h1 strong {
        font-size: 17px;
        font-weight: 500;
    }
    .menu section {
        padding-top: 40px;
        position: relative;
    }
    .menu section .back {
        position: absolute;
        top: 20px;
        left: 21px;
        color: #FFF;
    }
    .menu section .back img {
        width: 13px;
        vertical-align: middle;
        display: inline-block;
    }
    nav ul li div.menu ul li {
        padding: 21px 21px;
    }
    nav .menu-2 {
        position: relative;
    }
    .menu-bar .content > section:nth-of-type(1) {
        display: none;
    }
    .menu-bar .content section:nth-of-type(2) {
        padding: 10px;
        float: right;
    }
    .strategy .header-text {
        left: 0px;
        max-width: 100%;
        padding: 0 21px;
    }
    .header-label {
        right: 21px;
    }
    header nav ul li a:after {
        right: 60%;
    }
    header section:nth-of-type(2) div:nth-of-type(1) {
        width: 100%;
    }
}
@media screen and (max-width: 1014px)
{
	nav ul li.current a:before {
   left: -15px;
}
	nav ul li.active div.menu {
    max-height: 100vh;
    
}
	.Iframe-wrapper-div
{
	width: 100%;
	
}
.open-menu
{
	margin-bottom: 30px;
	margin-top: 10px;
	display: block;
}
	#logoImage {
    margin-top: 10px;
		margin-bottom: 10px;
}
	.header-hide .open-menu
	{
		margin-top: 20px;
	}
	footer ul li {
    font-size: 16px;
    padding: 0 0px 0 0;
}
	.footer ul li a:after {
    content: "|";
    padding: 0px 10px !important;
}
}

@media screen and (max-width:991px){
       
        .box-3{margin-top: 0px!important}
        .box-3:before{content:none}
        .box-3:after{content:none}
    }

@media screen and (max-width: 768px) {
	
	.banner-content{bottom:0px; background: #004A80; top:auto;}
	h1.hex-line-white-img:before { display:none;}
	
	h1.hex-line-white-img br { display:none;}
	
	
	.header-hide .open-menu
	{
		margin-top: -60px;
	}
    .topticker {
		z-index:9;
        /*display: none;*/
    }
    .site-header {
        top: 0px;
    }
    header {
        padding: 27px 21px 21px 21px;
    }
    nav ul li:nth-of-type(7) {
        background: #F7F7F7;
        border-bottom: none;
    }
    nav ul li:nth-last-of-type(1) {
        background: #F7F7F7;
    }
    .leadership, .our-people,.our-history, .strategy, .this-is, .first, .investment {
        margin-top: 166px;
    }
    .submenu li:nth-last-of-type(1) {
        background: #FFF;
    }
    .submenu li:nth-of-type(7) {
        background: #FFF;
        border-bottom: none;
    }
    nav .menu-btn {
        display: block;
        position: absolute;
        right: 30px;
        top: 46px;
        font-size: 18px;
        color: #004A80;
		z-index: 999;
    }
    nav .menu-btn img {
        vertical-align: middle;
        width: 43px;
        height: 30px;
    }
    .navigation {
        display: none;
    }
    .ticker {
       /* display: none;*/
    }
    header section:nth-of-type(1) img {
        width: 198px;
    }
    .menu-bar .content section:nth-of-type(1) {
        display: none;
    }
    .menu-bar .content section:nth-of-type(2) {
        width: 100%;
        padding: 10px 0;
        
    }
	header section:nth-of-type(1){top: 0px; margin-top: 10px;}
    header section:nth-of-type(2) {
        margin-left: 0px;
        vertical-align: top;
    }
    header section:nth-of-type(2) div:nth-of-type(1) {
        border-bottom: none;
    }
    header section > div > ul:nth-of-type(2) {
        float: none;
    }
    .pre-nav, .social {
        width: 100%;
    }
    .pre-nav li {
        padding: 0 10px 10px 0;
        width: 49%;
        text-align: center;
    }
    .social li {
        width: 19%;
        text-align: center;
        padding: 10px 0 0 0;
    }
    .social img {
        margin: auto;
    }
    
    .menu-bar {
        border-bottom-width: 4px;
        top: 123px;
    }
    .col-50 .content {
        padding-right: 0px; padding-left: 0px;
    }
    h1.hex {
        width: 100%;
        height: 161px;
        background-size: 223px 161px;
        font-size: 30px;
        padding-top: 10px;
        padding-left: 30px;
    }
	h2.hex-blue {padding: 50px 0 0 50px;}
	/*h2.hex-blue:before{ top: 60px;left: -28px; z-index: -1;}*/
	
    h1 {
        font-size: 30px;
    }
    h1 strong {
        font-size: 35px;
    }
    .hex-2 {
        left: 330px;
        top: 20px;
    }
    .page-header-text {
        left: 0px;
        max-width: 100%;
        padding: 0 21px;
    }
    .hex-1 {
        left: 191px;
    }
    .header-text {
        left: auto;
        margin-top: auto;
        padding: 0 29px 0 0;
    }
	.header-text { left: 0; margin-right: 30px; margin-left: 30px;}
	
    .navigation {
        position: absolute;
        top: 173px;
        background: #FFF;
        width: 100%;
        height: 90vh;
        display: block;
        z-index: 2;
        left: 0px;
        visibility: hidden;
        max-height: 80vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    nav ul li ul li i, .menu-2 ul li i {
        right: 16%;
    }
    nav .menu-btn {
        top: 44px;
		    z-index: 9999;
    position: absolute;
    }
    nav ul li.current a:before {
        top: 0px;
    }
    header nav ul li {
        display: block;
        text-align: left;
        font-size: 17px;
        padding: 20px 21px;
    }
    header nav ul li a:link, header nav ul li a:active, header nav ul li a:visited {
        padding: 0px;
    }
    header nav ul li a:link, header nav ul li a:active, header nav ul li a:visited {
        position: relative;
        width: auto;
        display: block;
    }
    header nav ul li a:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 20px;
        background: url("../images/icon-chevron.svg") no-repeat;
        top: 0px;
		right:18%;
        display: block;
        background-size: 12px 20px;
    }
    nav li div.menu {
        position: absolute;
        left: 0px;
        top: -10px;
        width: 115%;
        background: #FFF;
        height: 80vh;
    }
    header section:nth-of-type(2) div.menu ul li a {
        color: #517CA8;
        font-size: 17px;
        font-weight: 500;
    }
    .close {
        display: none;
    }
    nav li div.menu ul {
        background: #FFF;
        display: block;
        width: 100%;
    }
    nav li div.menu p {
        display: none;
    }
    nav li div.menu > section {
        padding: 10px 0 0 0;
    }
    nav ul li div > section > div {
        display: block;
        width: auto;
    }
    nav ul li:hover div.menu ul.submenu > li > a {
        color: #517CA8;
    }
    .menu ul li:after {
        display: none;
    }
    nav ul li div.menu {
        height: 80vh;
        transition: none;
    }
    nav ul li:hover div.menu {
        height: 100%;
    }
    .container {
        padding: 0 28px;
    }
    nav ul li div {
        height: auto;
        overflow: hidden;
    }
    nav ul li div.menu ul.submenu {
        height: 80vh;

    }
    nav .submenu li ul {
        position: absolute;
        display: block;
        left: 0px;
        height: 80vh;
        background: #FFF;
        z-index: 1;
    }
    
    nav ul li:hover .submenu li ul li a {
        color: #517CA8;
    }
    nav ul li div.menu h1 {
        padding: 44px 21px 21px 21px;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 0px;
        z-index: 3;
        width: auto;
        display: block;
        background: linear-gradient(to bottom, #09324C, #115A88);
    }
    nav ul li:nth-of-type(7) div.menu h1, nav ul li:nth-last-of-type(1) div.menu h1 {
        background: linear-gradient(to bottom, #517CA8, #12A9E1);
    }
    nav ul li div.menu h1 strong {
        font-size: 17px;
        font-weight: 500;
    }
    .menu section {
        padding-top: 40px;
        position: relative;
    }
    .menu section .back {
        position: absolute;
        top: 20px;
        left: 21px;
        color: #FFF;
    }
    .menu section .back img {
        width: 13px;
        vertical-align: middle;
        display: inline-block;
    }
    nav ul li div.menu ul li {
        padding: 21px 21px;
    }
    nav .menu-2 {
        position: relative;
    }
    .calendar > section:nth-of-type(1) img {
        max-width: 90%;
    }
    .calendar > section:nth-of-type(2) {
        width: 55%;
    }
    .hex-purple {
        left: 305px;
    }
	
	
	
	
	.nav-2 div p {
    font-size: 16px;
    max-width:80%;
    margin: auto;
    color: inherit;
    line-height: 20px;
    padding-top: 5px;
    font-weight: 500;
}

	
	
	
	
	
    .strategy .header-text {
        left: auto;
        max-width: 100%;
    }
   /* .header-label {
        display: none;
    }*/
   
   
    .col-35 {
        width: 34%;
    }
   
   
    .col-60 {
        width: 49%;
    }
    .col-40 {
        width: 49%;
    }
    .col-50 {
        width: 100%;
    }
 
    .hex-laser {
        left: 316px;
    }
    .hex-deep {
        width: 200px;
        background-size: 100%;
    }
    .our-people .col-70 {
        position: relative;
        width: 100%;
        top: auto;
    }
	
	.our-history .col-70 {
        position: relative;
        width: 100%;
        top: auto;
    }
	
    .people-nav {
        position: relative;
        
    }
    .people-nav div {
        width: 32%;
       
        margin-bottom: 0px;
    }
    .people-content img {
        position: relative;
        top: auto;
    }
    .page-header {
        height: 160px;
        margin-top: 166px;
    }
    .page-header h1 {
        line-height: 20px;
		font-size: 20px;
        width: 221px;
        height: 180px;
        background-size: 221px 180px;
        padding: 16px 0 0 40px;
        background-position: 0 -20px;
    }
    .page-header h1 strong {
        line-height: 30px;
    }
    .acc-mobile .col-30 {
        display: none;
    }
    p.large {
        font-size: 20px;
    }
    .inv {
        width: 100%;
    }
    .hex-deep {
        height: 160px;
        width: 100%;
        padding-top: 50px;
        margin: 0 0 40px 0;
        background-size: 100% 100%;
    }
    .hex-deep h4 {
        font-size: 22px;
    }
    .pull-top {
        margin-top: 20px;
    }
    .invest .col-30 {
        width: 30%;
    }
    .invest .col-70 {
        width: 69%;
    }
    .inv {
        height: auto;
        margin-bottom: 40px;
    }
    .inv h4 {
        padding: 0 0 0 60px;
        margin: 20px 0 20px 0;
		 font-size:22px;
    }
    .inv p {
        padding: 0 0 0 60px;
        max-width: 90%;
    }
	.hex-list li { font-size:17px;}
	.purpose {height: 248px;background-position: center;position: relative;background-size: 100%;}
	.people-nav {  bottom: 329px;  width: 100%;  display: block;}
	
	.investment-prop p, .inv p {
    font-size: 22px;
    padding-left: 53px;
}
	
.hex-list {padding: 0 0 0 37px;} 	
.calendar article p {  margin: 0;  font-size: 16px;}	
.calendar article { border-bottom: solid #004A80 1px; padding: 16px 0; padding-bottom: 27px;}	
	
	h1.hex-line-white:after{display: none;}
	
}

@media screen and (max-width: 1170px) {
	h1.hex-line-white-img:before {width: 39%;}
}
@media screen and (max-width: 769px) {
.header-hide .open-menu {
    margin-top: 11px;
	
}	
	.header-banner {
		position: relative;
    overflow: hidden;
}
	
	.social li {
    width: auto !important;
    margin-right: 10px;
}#preNavSocialIcons ul.pre-nav li {
    padding: 10px 10px 10px 0px;
}
}
@media screen and (max-width: 720px) {
    .hex-2 {
        left: 250px;
    }
	h1.hex-line-white-img:before {content:none}
}
@media screen and (max-width: 768px) {
    .topticker {
        /*display: none;*/
    }
	header section:nth-of-type(1) {
    width: 170px;
	}
	header section:nth-of-type(2) {
    float: left;
    width: 69%;
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
}
	.grey-home{padding-top: 60px}
    .site-header {
        top: 0px;
    }
    .leadership, .our-people,.our-history, .strategy, .this-is, .first, .investment {
        margin-top: 240px;
    }
    body {
        font-size: 15px;
    }
    p {
        font-size: 15px;
    }
    
    .container {
        max-width: 100%;
        overflow: hidden;
        padding: 0 20px;
    }
    header {
        padding-bottom: 0px;
    }
    header section:nth-of-type(1) img {
        width: 150px;
    }
    header section:nth-of-type(2) {
        margin-left: 0px;
        padding-top: 20px;
        text-align: center;
        
    }
    nav ul li:hover div.menu {
        width: 100vh;
    }
    header nav ul li:after {
        right: 29px;
        left: auto
    }
    header nav ul li {
        width: auto;
        display: block;
    }
    nav ul li.current a:before {
        top: 0px;
    }
    header > ul:not(.pre-nav) li {
        width: 20%;
        padding: 20px 0 0 0;
        text-align: center;
    }
    header section > div > ul:nth-of-type(2) {
        
    }
    nav ul li ul li i, .menu-2 ul li i {
        left: 35%;
    }
    .menu-bar {
        top: 192px;
        z-index: 2;
    }
    .leadership {
        background: #3F7880;
    }
    h1.hex {
        background: none;
        padding: 5px 0;
        height: auto;
    }
    .hex-2 {
        width: 100%;
        height: auto;
        background: none;
        position: relative;
        top: auto;
        left: auto;
        padding: 0px;
    }
    .hex-2 h3, .hex-laser h4 {
        padding: 0px;
        max-width: none;
        margin: 0px;
    }
    .page-header-text {
        padding: 0;
        position: relative;
        max-width: none;
        top: auto;
        left: auto;
        margin: 0;
    }
    .header-label {
        display: none;
    }
    h2.hex-blue {
		margin-top:40px;
        padding: 60px 0 0 60px;
        font-size: 22px;
    }
    h2.hex-blue:before {
        width: 60px;
        height: 50px;
        background-size: 60px 50px;
        padding-left: 60px;
        top: 10px;
        line-height: 24px;
    }
    h2.hex-blue strong {
        font-size: 28px;
        line-height: 24px;
    }
    h2 {
        line-height: 33px;
    }
    .limit-2 {
        max-width: none;
    }
    .inset-2 {
        padding-left: 0px;
    }
    .pre-nav li {
        border-right: solid #666666 1px;
        padding: 0 5px;
        
    }
    .pre-nav li:nth-last-of-type(1) {
        border-right: none;
    }
    .social {
        width: 100%;
        text-align: center;
    }
    .social li {
        padding: 20px 0;
        width: 19%;
        text-align: center;
        display: inline-block;
    }
    .social li a {
        display: block;
        width: auto;
        margin: auto;
    }
    .social li a img {
        display: block;
       
        margin: auto;
    }
    .navigation {
        top: 240px;
    }
    .navigation .menu-2 {
        display: block;
        background: #F7F7F7;
    }
    .navigation .menu-2 li {
        border-bottom: solid #B1B3B6 1px;
    }
    .hex-1 {
        position: relative;
        display: block;
        background: #517CA8;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        padding: 29px;
        margin: 0 -29px;
    }
    .hex-1 h3 {
        text-align: left;
        max-width: 100%;
    }
    .hex-1 p {
        padding-left: 0px;
        max-width: 100%;
    }
    .header-text {
        position: relative;
        margin-top: auto;
        left: auto;
        
        margin: 0 -29px;
        top: auto;
        padding: 0 29px;
		background: #CFE7F8;
        
    }
    .header-text p {
        color: #0E406A;
        font-size: 18px;
        padding: 11px 0;
        margin: 0;
    }
    .this-is {
        height: auto;
    }
    .header-label-1, .header-label-2 {
        display: none;
    }
    .col-50 {
        display: block;
        width: 100%;
    }
    .footer ul li {
        display: block;
        padding: 5px 0;
    }
    .limit-1 {
        max-width: 100%;
    }
    .hex-purple {
        left: 0px;
        background: #71529D;
        width: auto;
        position: relative;
        top: auto;
        margin: 0 -28px;
        display: block;
        height: auto;
        padding: 0;
    }
    .hex-laser h4 {
        text-align: left;
        padding: 0 21px 21px 21px;
        max-width: 100%;
        margin: auto;
    }
    .strategy .header-text {
        position: relative;
        top: 0px;
    }
    .strategy {
        height: auto;
        background: #71529D;
        padding-bottom: 30px;
    }
    .col-60 {
        width: 100%;
        display: block;
    }
    .col-40 {
        width: 100%;
        display: block;
    }
    .col-70 {
        width: 100%;
        display: block;
    }
	.col-75 { width: 100%;
        display: block;}
    .nav-2 > div {
        width: 100%;
    }
    .nav-2 > div > p {
        max-width: 40%;
    }
    .nav-2-content img {
        max-width: 100%;
        position: relative;
    }
    .page-header h1 {
        background: none;
        padding: 0;
        height: auto;
        font-size: 20px;
        line-height: 24px;
        width: auto;
    }
    .page-header h1 strong {
        font-size: 28px;
    }
    .page-header {
        height: auto;
        padding: 20px 0;
        margin-top: 190px;
    }
    .calendar section:nth-of-type(1) {
        display: block;
    }
    .calendar > section:nth-of-type(2) {
        width: auto;
        display: block;
    }
    .calendar-add {
        float: none;
        margin-bottom: 10px;
        display: block;
    }
    .mobile-hide {
        display: none;
    }
    h3 {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 21px 0;
        line-height: 24px;
    }
    .resource > section {
        padding: 22px 16px;
    }
    .resource h5 {
        font-size: 18px;
    }
    .investment {
        background: #014686;
        height: auto;
        padding-bottom: 30px;
    }
    .hex-laser {
        position: relative;
        width: auto;
        display: block;
        margin: 0 -21px;
        left: auto;
        top: auto;
        background: none;
        height: auto;
    }
    .box-1 {
        margin: 0 -21px;
        padding: 21px;
    }
    .mobile-rotate {
        transform: rotate(90deg);
    }
    .nav-2, .nav-2-content {
        display: none;
    }
    .mob-acc article img {
        display: none;
    }
    .mob-acc article .container {
        padding: 0;
    }
    .people-nav, .people-content {
        display: none;
    }
    .our-people {
        background: #517CA8;
        margin-bottom: 40px;
    }
	
	.our-history {
        background: #517CA8;
        margin-bottom: 40px;
    }
    .inv {
        display: none;
    }
   
    .invest .container .col-30, .invest .container .col-70 {
        display: none;
    }
    .invest .shim-50 {
        height: 0px;
    }
    .invest .mob-acc {
        
        margin-bottom: 40px;
    }
    .mob-acc h4 br {
        display: none;
    }
    .invest .mob-acc article p {
        font-size: 20px;
        color: #004A80;
    }
		
.padded { padding: 30px 0 75px 0;}
.purpose {height: 138px;background-position: center;position: relative;background-size: 100%;}
.leadership { height: 500px;}

.pagination p {
    text-align: right;
    font-size: 11px;
    color: #707070;margin-top: 20px;
}
}

@media screen and (max-width: 480px) {	
	.resource-header section:nth-of-type(2) {width: 40%;}
	.header-banner {min-height: 200px;}
	.resource > section a {  padding: 0;}
	.resource h5 { font-size: 15px;}
	.resource h6 {font-size: 12px;}
	header section:nth-of-type(2) {
    float: left;
    width: 69%;
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px);
}
	.open-menu
	{
		margin-top: -170px;
	}
	.header-hide .open-menu {
    margin-top: -70px;
}.first {
    margin-top: 210px;
}

	.calendar > section:nth-of-type(2) {
    height: auto!important;}


}

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

	h1.hex-line-white-img:before {content:none}
	h1.hex-line-white-img br{display: contents}

header section:nth-of-type(2) div:nth-of-type(1) ul li a { font-size:13px}
.social li {width: 19%;}

.resource section div { vertical-align: top;}
/*.resource section div:nth-of-type(1) {  width: 29%;}*/
.resource section div:nth-of-type(1) {  width: 100%;    padding-left: 35px;}
	.resource section div:nth-of-type(2) {
    width: 100%;
}

.resource h6 { font-size: 12px; margin: 0; font-weight: 600;}

h2.hex-blue:before{ /*top: 62px;*/left: -4px; z-index: -1;}
 h1 strong {      font-size: 30px;  }

}
	@media screen and (max-width: 680px)
	{
	.navigation {
    top: 65px !important;
}	
}

	@media screen and (max-width:356px){
		
		.social li {width: 18%;}
	}
	
@media screen and (max-width: 320px) {
.leadership { height: 570px;}
}

h1.hex-line-white:after{ right: 0 ;}