@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&display=swap');
@font-face {
    src: url("../fonts/EurostileLTStd.otf");
    font-family: 'Eurostile';
}

body, html {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
/* Structure */
.wrapper {
    width: 100%;
    display: block;
    position: relative;
}
.container {
    max-width: 1226px;
    padding: 0 25px;
    margin: 0 auto;
    display: block;
    position: relative;
}
header {
    max-width: 1226px;
    padding: 0 25px;
    margin: 0 auto;
    display: block;
}
footer {
    max-width: 1226px;
    padding: 0 25px;
    margin: 0 auto;
    display: block;
}
.col-50 {
    width: 49.9%;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
    position: relative;
}
.col-90 {
    width: 90%;
    display: inline-block;
    vertical-align: top;
}
.cols-4 > section {
    width: 24.9%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}
.cols-3 > section {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
}
.cols-5 > section {
    width: 19.9%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}
.row {
    position: relative;
    width: 100%;
}
.col-float-right {
    
    width: 49%;
    vertical-align: top;
    display: inline-block;
    float: right;
}
img {
    max-width: 100%;
}
/* Header */
header .logo {
    display: inline-block;
    padding-top: 30px;
    position: relative;
    vertical-align: top;
    padding-right: 71px;
    width: 14%;
}
header .content {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    width: 979px;
}
header .content .header-text {
    position: relative;
}
header .content .header-text:after {
    text-align: right;
    display: block;
    border-bottom: solid #4A4A49 1px;
    position: absolute;
    bottom: 0px;
    opacity: 0.29;
    width: 100%;
    height: 1px;
    content: '';
}
.header-text h1 {
    color: #00A5E2;
    font-family: 'Eurostile', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    text-align: right;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
    font-family: 'Eurostile', sans-serif;
    font-weight: 700;
}
nav ul li {
    display: inline-block;
    padding: 14px 14px;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 13px;
    color: #4A4A49;
    position: relative;
    
}
nav ul li a {
    color: #4A4A49;
    vertical-align: bottom;
}
nav ul li.active a, nav ul li a:hover {
    color: #00A5E2;
}
nav ul li:after {
    border-right: solid #00A5E2 2px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 2px;
    transform: rotate(22deg);
    content: '';
}
.darkhome .header-wrapper {
    background: url("../images/home-header-background.jpg") no-repeat;
}
.darkhome nav ul li a {
    color: #FFF;
}
.home-header {
    max-width: 1226px;
    margin: 0 auto;
    padding: 40px 25px 80px 25px;
    display: block;
}
.home-header .content {
    max-width: 696px;
    margin: 0 auto;
    display: block;
}
.home-header h1 {
    font-size: 60px;
    text-align: left;
    color: #FFF;
    max-width: 60%;
    font-weight: 800;
    font-family: 'Eurostile', sans-serif;
    text-transform: uppercase;
    line-height: 1.1em;
    margin: 0;
}
.home-header h2 {
    font-family: 'Eurostile', sans-serif;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    background: none;
}
.home-header p {
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
}
.quicklinks {
    position: absolute;
    top: 220px;
    right: 0px;
    display: inline-block;
    width: 51px;
    background: #1E376C;
    z-index: 2;
}
.quicklinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.quicklinks ul li {
    text-align: center;
    position: relative;
    background: #0188C2;
    -webkit-transition: background 0.35s ease-out;
    transition: background 0.35s ease-out;
    z-index: 1;
}
.quicklinks ul li a {
    padding: 10px 0;
    display: block;
}
.quicklinks ul li:hover {
    background: #00459A;
}
.quicklinks ul li a label {
    right: 50px;
    position: absolute;
    color: #FFF;
    top: 0px;
    display: block;
    background: #00459A;
    /*width: 85px;*/
    height: 77%;
    vertical-align: middle;
    text-align: right;
    padding-top: 23%;
    overflow: hidden;
    width: 0px;
    -webkit-transition: width 0.35s ease-out;
    transition: width 0.35s ease-out;
    z-index: 0;
}
.quicklinks ul li a label.active {
    width:  85px;
}
.quicklinks ul li:nth-last-of-type(1) a label {
    height: 73%;
}
/* Menu */
.menu {
    display: block;
    max-width: 1226px;
    margin: auto;
    position: absolute;
    background: #00459A;
    top: 145px;
    width: 100%;
    z-index: 1;
    min-height: 640px;
	display:none;
}
.menu > section {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.menu section.menu-headers {
    width: 40%;
    background:#00459A url("../images/menu-background.jpg") top left no-repeat;
    background-size: cover;
    min-height: 640px;
}
.menu > section:nth-of-type(2) {
     width: 59%;
}
.menu > section > .content {
    padding: 83px 55px 0 0;
}
.menu > section > ul {
    font-family: 'Eurostile', sans-serif;
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 83px;
    left: 55px;
    font-weight: 700;
    font-size: 16px;
}
.menu > section > ul li {
    margin-bottom:0;
}
.menu > section > ul.active {
    display: block;
}
.menu .submenu ul li a {
    border: solid transparent 2px;
	padding: 10px;
	display:block;
}
.menu .submenu ul li a:hover {
    border-color: #00A5E2;
}
.menu .content h1 {
    display: none;
    text-align: right;
    position: absolute;
    font-style: 'Eurostile', sans-serif;
    color: #FFF;
    font-size: 35px;
    right: 55px;
    font-weight: 700;
    margin: 0;
    line-height: 1.1em;
}
.menu .content h1.active {
    display: block;
}
.menu > section ul li a {
    color: #FFF;
    text-decoration: none;
}

body#two nav ul li.tab2 a, body#three nav ul li.tab3 a, body#four nav ul li.tab4 a, body#five nav ul li.tab5 a, body#six nav ul li.tab6 a, body#seven nav ul li.tab7 a, body#eight nav ul li.tab8 a {color:#00A5E2}


.tab2-width {width:70px!important}
.tab3-width {width:80px!important}
.tab4-width {width:100px!important}
.tab5-width {width:90px!important}
.tab6-width {width:102px!important}
.tab7-width {width:199px!important}
.tab8-width {width:87px!important}

/* Footer */
.footer-wrapper {
    margin-top: 61px;
    padding: 20px  0 20px;
    position: relative;
}
.footer-wrapper:after {
    content: '';
    width: 100%;
    border-bottom: solid #4A4A49 1px;
    position: absolute;
    top: 0px;
    height: 1px;
    opacity: 0.29;
}
footer > section {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    text-transform: uppercase;
    position: relative;
    font-family: 'Eurostile', sans-serif;
    font-weight: 700;
}
footer > section:nth-of-type(2) {
    text-align: center;
    
}
footer > section p {
    font-size: 13px;
    font-weight: 700;
}
footer > section:nth-of-type(2):before {
    border-right: solid #00A5E2 2px;
    position: absolute;
    left: -20px;
    top: 0px;
    height: 50px;
    width: 2px;
    transform: rotate(22deg);
    content: '';
}
footer > section:nth-of-type(2):after {
    border-right: solid #00A5E2 2px;
    position: absolute;
    right: -20px;
    top: 0px;
    height: 50px;
    width: 2px;
    transform: rotate(22deg);
    content: '';
}
footer > section:nth-of-type(3) {
    text-align: right;
}
footer > section:nth-of-type(1) a {
    padding-left: 20px;
    position: relative;
}
footer > section:nth-of-type(1) a:before {
    content: url("../images/icon_tri-right.png");
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
}
footer > section:nth-of-type(3) a {
    padding-right: 20px;
    position: relative;
}
footer > section:nth-of-type(3) a:before {
    content: url("../images/icon_tri-right.png");
    position: absolute;
    right: 0px;
}
/* Global styles */
h1 {
    font-size: 35px;
    font-weight: 700;
    color: #FFF;
    font-family: 'Eurostile', sans-serif;
    line-height: 1em;
}
h2 {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    margin-left: 76px;
    background: #0F2158;
    position: relative;
    display: block;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2 i {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: -76px;
    top: -17px;
}
h3 {
    font-family: 'Eurostile', sans-serif;
    font-size: 35px;
    color: #00459A;
    line-height: 1em;
    font-weight: 400;
}
h3.white {
    color: #FFF;
    line-height: 36px;
    font-weight: 600;
}
h4 {
    font-family: 'Eurostile', sans-serif;
    font-size: 22px;
    color: #00459A;
    line-height: 28px;
    font-weight: 600;
}
h5 {
    font-family: 'Eurostile', sans-serif;
    font-size: 17px;
    color: #00A5E2;
    margin: 0 0 10px 0;
}
h6 {
    font-family: 'Roboto', sans-serif;
    color:#0F2158;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    font-size: 16px;
}
p {
    font-size: 14px;
    color: #4A4A49;
    font-weight: 400;
    line-height: 18px;
	margin-top:0px;
	margin-bottom: 1em;
}
p.introblue {
    font-size: 18px;
    color: #00459A;
   
    line-height: 28px;
}
a {
    text-decoration: none;
    color: #00A5E2;
}
p.special {
    font-family: 'Eurostile', sans-serif;
    line-height: 1.7em;
    max-width: 80%;
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 40px 0;
}
a.button {
    background: #00A5E2;
    color: #FFF;
    font-family: 'Eurostile', sans-serif;
    padding: 20px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-top: 40px;
}
a.button:before {
    content: '';
    width: 67px;
    height: 67px;
    position: absolute;
    right: 15px;
    top: -34px;
    background: #00A5E2;
    border-radius: 50%;
    z-index: -1;
}
a.button:after {
    content: url("../images/icon_play.png");
    position: absolute;
    right: 30px;
    top: -20px;
}
a.button:hover {
    background: #00459A;
}
a.button:hover:before {
    background: #00459A;
}
a.button-2 {
    display: inline-block;
    /*border-bottom: solid #00459A 2px;*/
    padding: 0 0 10px 60px;
    position: relative;
    color: #00459A;
    font-family: 'Eurostile', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
a.button-2:before {
    position: absolute;
    left: 0px;
    content: url("../images/icon_play-bluetoo.png");
    top: 0px;
    
}
.no-margin {
    margin: 0;
}
.shim-60 {
    height: 60px;
    display: block;
}
.center {
    text-align: center;
}
p.footnote, p.caption {
    font-size: 12px;
    position: relative;
    
}
p.footnote i {
    height: 100%;
    display: inline-block;
    margin: 0 10px 0px 0;
}
ul.normal {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #4A4A49;
    font-size: 12px;
    padding-left: 0px
}
ul.normal li {
    padding-left: 20px;
    position: relative;
}
ul.normal li:before {
    content: url("../images/icon_tri-right-grey.png");
    position: absolute;
    left: 0px;
}
/* Global colours */
.swatch-white {
    color: #FFF;
}
.swatch-darkblue {
    color: #00459A;
}
.swatch-red {
    color: #E30313;
}
.swatch-darkgrey {
    color: #4A4A49;
}
.swatch-cyan {
    color: #00A5E2;
}
.swatch-bluetoo {
    color: #252C6A;
}
.swatch-turq {
    color: #4EBCBD;
}
.swatch-black {
    color: #000;
}
.swatch-green {
    color: #4EAF51;
}
.swatch-orange {
    color: #F39300;
}
.swatch-midblue {
    color: #1B75BC;
}
.swatch-lightblue {
    color: #EEF7FD;
}
.swatch-lightgrey {
    color: #E6E7E8;
}
/* Page styles */
.blueline {
    background: url("../images/background.jpg");
    background-size: cover;
    padding: 62px 0 0 0;
}
.semi-circle {
    width: 260px;
    height: 260px;
    vertical-align: middle;
    background: url("../images/semi-circle-bg.jpg") no-repeat;
    display: inline-block;
    text-align: center;
    margin: 34px 34px 34px 0;
}
.semi-circle h4 {
    color: #00A5E2;
    margin: auto 0;
    font-family: 'Roboto', sans-serif;
    padding: 0 20px;
	text-transform:none;
}
.semi-circle h1 {
    font-size: 65px;
    color: #00459A;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-weight: 800;
}
.semi-circle .content {
    
}
.rite > section {
    position: relative;
}
.rite > section > div {
    display: block;
    padding: 30px;
    margin-top: -6px;
    position: relative;
}
.rite > section > div:before {
    content: '';
    width: 67px;
    height: 67px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: -34px;
    background: #F39300; 
}
.rite > section > div:after {
    content: url("../images/icon_reach.png");
    position: absolute;
    right: 32px;
    top: -20px;
}
.rite > section:nth-of-type(1) > div {
    display: block;
   
    background: #F39300;
}
.rite > section:nth-of-type(2) > div {
    background: #4EAF51;
}
.rite > section:nth-of-type(2) > div:after {
    content: url("../images/icon_innovation.png");
}
.rite > section:nth-of-type(2) > div:before {
    background: #4EAF51; 
}
/*3*/
.rite > section:nth-of-type(3) > div {
    background: #40C1BE;
}
.rite > section:nth-of-type(3) > div:after {
    content: url("../images/icon_trust.png");
}
.rite > section:nth-of-type(3) > div:before {
    background:  #40C1BE;
}
/*4*/
.rite > section:nth-of-type(4) > div {
    background: #E30313;
}
.rite > section:nth-of-type(4) > div:after {
    content: url("../images/icon_efficiency.png");
}
.rite > section:nth-of-type(4) > div:before {
    background: #E30313; 
}
.rite div h2 {
    font-size: 30px;
    color: #FFF;
    padding: 0 0 0 50px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    background: none;
}
.rite div h2:before {
    content: url("../images/icon_play-lightblue.png");
    position: absolute;
    left: 0px;
    top: -12px;
}
.rite > section .overlay {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: rgba(78, 188, 189, 0.8);
    overflow: hidden;
    height: 0%;
    transition: height 0.5s ease-out;
}
.rite > section .overlay.active {
    height: 100%;
}
.rite .overlay h4 {
    padding: 220px 25px 25px 25px;
    color: #FFF;
    font-size: 24px;
	text-transform:inherit;
}
.rite .margin-left {
    margin-left: 25px;
}
.page-header {
    background: url("../images/chairman-bkg.jpg") no-repeat;
    margin: 20px -25px 40px -25px;
    padding: 62px 25px;
}
.page-header h1 {
    margin: 0 0 42px;
}
.page-header p {
    font-size: 18px;
    font-family: 'Eurostile', sans-serif;
    line-height: 1.5em;
    color: #FFF;
}
.trustblu {
    background: url("../images/chairman-trust-background.jpg") no-repeat;
    width: 100%;
    height: 606px;
    background-position: right;
    overflow: visible;
    display: inline-block;
}
.trustblu .content {
    width: 45%;
    padding: 226px 200px 0 100px;
    text-align: center;
}
.trustblu p {
    color: #0054A6;
}
.combined {
    position: relative;
    margin: 50px 0;
    display: block;
}
.hashtag {
    position: relative;
    float: right;
    
    background: #1B75BC;
    padding: 6px 25px;
    color: #FFF;
    margin-left: 4px;
    display: inline-block;
    margin-top: -20px;
}
.inset {
    display: block;
    padding: 0 25px 0 92px;
}
.capital-table {
    background: #E6E7E8;
    border-bottom: solid #252C6A 2px;
    margin: 40px 0;
}
.capital-table > section {
    width: 49.9%;
    vertical-align: top;
    display: inline-block;
    margin-right: -4px;
}
.margin-left {
    margin-left: 25px;
}
.bg-grey {
    background: #E6E7E8;
}
.bg-blue {
    background: #1B75BC;
}
.capital-table .header {
    text-align: center;
    position: absolute;
    width: 80%;
    padding: 0;
}
.capital-table .header h3 {
    font-size: 22px;
    font-weight: 500;
    color: #1B75BC;
    margin: 20px 0 0 0;
    font-family: 'Roboto', sans-serif;
}
.capital-table .header h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #252C6A;
    margin: 0;
}
.capital-table > section {
    text-align: center;
}
.capital-table h3.full {
    width: 96%;
    background: #1B75BC;
    color: #FFF;
    padding: 30px 0 14px 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.capital-table > section i {
    margin-top: 30px;
    margin-bottom: -40px;
    display: block;
}
.capital-table > section:nth-of-type(2) h3.full {
    width: 100%;
    background: #0F2158;
}
.capital-table > section ul {
    list-style: none;
    margin: 0;
    padding: 20px;
    font-weight: 500;
}
.capital-table > section ul li {
    color: #0F2158;
    border-bottom: solid #1B75BC 1px;
    padding: 5px 0 5px 0;
}
.capital-table > section:nth-of-type(2) ul li {
    border-bottom: solid #0F2158 1px;
}
.diversity {
    padding: 20px 59px 20px 59px;
    margin: 45px 0;
}
.diversity section > .content {
    margin-right: 5px;
    margin-bottom: 5px;
    background: #D1D3D4;
    position: relative;
    display: block;
}
.diversity section > .content > div {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    padding: 14px 0;
}
.diversity section > .content > div:nth-of-type(1) {
    width: 39%;
}
.diversity section > .content > div:nth-of-type(2) {
    width: 19%;
}
.diversity section > .content > div:nth-of-type(3) {
    width: 10%;
}
.diversity section > .content > div:nth-of-type(4) {
    width: 19%;
}
.diversity .content > div:nth-of-type(2) img {
    position: absolute;
    top: 0px;
}
.diversity h3 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #005FAB;
    font-weight: 800;
}
.diversity p {
    margin: 0;
    padding: 0 0 0 14px;
}
p.padded {
    padding: 20px 0;
    display: block;
}
.skills {
    margin: 45px 0 20px 0;
    padding: 10px 25px 40px 25px;
}
.skills section > .content {
    padding: 25px 14px;
    border-right: solid #0F2158 1px;
    text-align: center;
}
.skills section:nth-last-of-type(1) > .content {
    border-right: none;
}
.skills h1 {
    font-family: 'Roboto', sans-serif;
    color: #005FAB;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
}
.skills h5 {
    font-family: 'Roboto', sans-serif;
    margin: 20px 0;
    font-weight: 400;
}
.double-col {
    width: 50%;
    margin: 0 auto 10px auto;
    display: block;
}
.double-col > section:nth-of-type(1) {
    width: 40%;
    display: inline-block;
}
.double-col > section:nth-of-type(2) {
    width: 59%;
    display: inline-block;
} 
.double-col h2 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-weight: 600;
    background: none;
    margin: 0;
}
.double-col h1 {
    color: #FFF;
    text-align: right;
    padding: 0 40px 0 0;
}