﻿@charset "UTF-8";
/* MAIN STYLE SHEET */

/* TABLE OF CONTENTS

GENERAL STYLES
TEXT STYLES
HEADER STYLES
TITLE BLOCK
BREADCRUMB STYLES
NAV STYLES
FOOTER STYLES
IMAGE STYLES
LAYOUT STYLES
TABLE STYLES
MEDIA QUIRIES

*/

/* GENERAL STYLES */

body {
	margin: 0;
	padding: 0;
}

.pub-content-width {
	box-sizing: border-box;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.pub-wrapper {
	margin: 0 auto;
	min-height: 450px;
}

#back2top {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    padding: 20px 5px 8px 5px;
    background-color: #0071b9;
    position: fixed;
    top: 46px;
    left: 50%;
    color: #fff;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    font-size: 12px;
    width: 90px;
    text-align: center;
    margin: 0 0 -1px -80px;
    display: none;
    background-image: url(../../images/report/arrow-top.png);
    background-repeat: no-repeat;
    background-position: top 8px center;
    background-size: 13px;
    z-index: 300;
}

/* TEXT STYLES */

.publication-wrapper h1,
.publication-wrapper h2,
.publication-wrapper h3,
.publication-wrapper h4,
.publication-wrapper h5 {
	font-family: 'Nunito Sans', sans-serif;
	color: #1e384b;
}

.publication-wrapper h1 {
	font-size: 40px;
	line-height: 45px;
	margin: 0 0 25px 0;
}

.publication-wrapper h2 {
	font-size: 30px;
	line-height: 37px;
	margin: -60px 0 25px 0;
	padding-top: 90px;
}

.publication-wrapper h3 {
	font-size: 25px;
	line-height: 33px;
	margin: 30px 0 20px 0;
}

.publication-wrapper h4 {
	font-size: 19px;
	line-height: 23px;
	margin: 22px 0 15px 0;
	color: #0071b9;
}

.publication-wrapper h5 {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 15px;
}

.publication-wrapper p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #1e384b;
	margin: 0 0 15px 0;
}

p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

p.pub-intro {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	color: #0071b9;
	font-size: 20px;
	line-height: 27px;
	margin: 0 0 20px 0;
}

.publication-wrapper ul,
.publication-wrapper ol {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #1e384b;
}

.publication-wrapper ul {
    list-style-image: url(../../images/report/bullet.png);
    margin: 0 0 20px 0;
}

.publication-wrapper ul li {
	margin: 10px 0 10px 0;
}

.publication-wrapper h2 sup {
	font-size: 13px;
}

a:link, a:visited, a:hover {
	color: #0071b9;
}

sup {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.superscript {
	box-sizing: border-box;
	padding: 10px;
	background-color: #efefef;
	position: absolute;
	top: 10px;
	left: 0;
	display: none;
	border-radius: 0 5px 5px 5px;
	width: 250px;
	font-weight: 400;
	font-size: 12px;
	line-height: normal;
	text-align: left;
}

sup:hover .superscript {
	display: block;
}

p.pub-quote {
	border-top: 2px solid #0071b9;
	padding: 20px 40px 0 40px;
	margin: 30px 0 15px 0;
	font-size: 18px;
	line-height: 24px;
}

p.quote-name {
	margin: 0 0 30px 0;
	font-size: 12px;
	line-height: 15px;
	padding: 0 40px 20px 40px;
	border-bottom: 2px solid #0071b9;
	color: #777777;
}

/* HEADER STYLES */

.pub-header-wrapper {
	width: 100%;
	background-color: #1e384b;
	position: fixed;
	top: 0;
	height: 90px;
}

.pub-header-spacer {
	display: block;
	width: 100%;
	height: 90px;
}

.pub-header-content {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	height: 90px;
	overflow: hidden;
}

.pub-logo-arrow {
	width: 48px;
	height: auto;
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

.pub-logo {
	width: 280px;
	padding: 10px 0 0 0;
	display: inline-block;
	margin: 4px 0 0 0;
}

.pub-logo img {
	width: 100%;
	height: auto;
	display: block;
}

/* TITLE BLOCK */

.pub-titleBlock {
	margin: 0 auto 30px auto;
	border-bottom: 1px solid #efefef;
	padding: 0 0 10px 0;
}

.pub-titleBlock p {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	margin: 0 0 15px 0;
	color: #6C6C6C;
}

.pub-titleBlock h1 {
	font-size: 45px;
	line-height: 50px;
	letter-spacing: -1px;
	font-family: 'Nunito Sans', sans-serif;
	margin: 0;
}

.pub-pubTitle h1 {
	font-size: 45px;
	line-height: 50px;
	letter-spacing: -1px;
	font-family: 'Nunito Sans', sans-serif;
	margin: 0 0 30px 0;
}

/* NAV STYLES */

.active {
	background-color: #d4d8dc;
}

.pub-nav-wrapper {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 25px 40px 30px;
	margin: 0 70px 0 0;
	width: 390px;
	position: fixed;
	top: 100px;
	left: 0;
	overflow-y: auto;
	height: calc(100% - 100px);
	background-color: #fff;
}

.accordNav {
	margin: 0;
}

.accordNav button {
    text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 0;
	display: inline-block;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	width: 25px;
	height: 20px;
}
.accordNav button span {
	visibility: hidden;
}

    .accordNav button::after {
        content: '';
        display: block;
        width: 18px;
        height: 10px;
        background-image: url(../../images/report/arrow.png);
        position: absolute;
        right: 0px;
        top: 0%;
        margin-top: 4px;
        // for rotation -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        transition: -webkit-transform 0.2s ease-out;
        transition: transform 0.4s ease-out;
        transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    }

.accordNav .closeAccordNav button::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.accordionNav-text {
	display: none;
	box-sizing: border-box;
	padding: 10px;
}

.accordNav .toggleAccordNav {
	box-sizing: border-box;
	margin: 0;
	position: relative;
	width: 100%;
	display: block;
	padding: 0 30px 0 0;
}

ul.navList {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.navList li {
	display: block;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #efefef;
}

ul.navDropdownList {
	margin: 0 0 0 14px;
	padding: 0;
	list-style: none;
}

ul.navDropdownList li {
	border: none;
	padding: 5px 10px;
}

ul.navList a {
	font-size: 15px;
	color: #1e384b;
	text-decoration: none;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}

ul.navDropdownList a {
	font-size: 13px;
	color: #1e384b;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

ul.navList span {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #426279;
	border-radius: 11px;
	text-align: center;
	margin: 0 6px 0 0;
}

.navList ul span {
	display: inline-block;
	width: inherit;
	height: inherit;
	border: none;
	border-radius: 0;
	text-align: left;
	margin: 0 7px 0 0;
}

#pub-menu-open {
    background-color: transparent;
    border: none;
    width: 40px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    display: none;
    font-size: 10px;
    background-image: url(../../images/report/hamburger.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 28px;
}

#pub-menu-close {
    background-color: transparent;
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    display: none;
    font-size: 10px;
    background-image: url(../../images/report/menu-close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

#pub-menu-open span, #pub-menu-close span {
	visibility: hidden;
}

/* BREADCRUMB STYLES */

.pub-breadcrumbs {
	font-family: 'Montserrat', sans-serif;
	width: 90%;
	max-width: 800px;
	margin: 0 auto 30px auto;
	padding: 15px 0;
	font-size: 11px;
	border-bottom: 1px solid #666666;
	box-sizing: border-box;
}

.pub-breadcrumbs-footer {
	font-family: 'Montserrat', sans-serif;
	width: 90%;
	max-width: 800px;
	margin: 30px auto 0 auto;
	padding: 15px 0;
	font-size: 11px;
	border-top: 1px solid #666666;
	box-sizing: border-box;
}

.pub-breadcrumbs p,
.pub-breadcrumbs-footer p {
	font-size: 11px;
	color: #666666;
	margin: 0;
}

/* FOOTER STYLES */

.pub-footer-wrapper {
    background-image: url(../../images/report/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 300px;
    background-color: #000;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    z-index: 100;
    position: relative;
}

.pub-footer-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
}

.pub-footer-logo {
	width: 200px;
	display: inline-block;
	margin: 4px 30px 0 0;
	float: left;
}

.pub-footer-logo img {
	width: 100%;
	height: auto;
	display: block;
}

.pub-footer-download a {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 10px 10px 55px;
    background-image: url(../../images/report/icon-download-pdf.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: left 15px center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-left: 2px solid #303030;
}

.pub-footerNav-wrapper {
	width: 100%;
	padding: 20px 0;
	background-color: #0076be;
	margin: 70px 0 0 0;
	position: relative;
	z-index: 100;
}

.pub-footerNav {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

a.pub-footerNav-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 15px 15px 15px 35px;
    border: 1px solid #80bbde;
    text-align: left;
    background-image: url(../../images/report/arrow-left.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left 10px center
}

a.pub-footerNav-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 15px 35px 15px 15px;
    border: 1px solid #80bbde;
    text-align: right;
    background-image: url(../../images/report/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 10px center
}

.pub-footerNav a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pub-footerNav a:hover {
	background-color: #1e384b;
	border: 1px solid #1e384b;
}

/* IMAGE STYLES */

.pub-img-full-width {
	width: 100%;
	height: auto;
	display: block;
	margin: 30px 0;
}

.pub-img-two-thirds {
	width: 75%;
	height: auto;
	display: block;
	margin: 30px auto;
}

.pub-img-half {
	width: 50%;
	height: auto;
	display: block;
	margin: 30px auto;
}

p.pub-image-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 17px;
	margin: -20px 0 0 0;
	padding: 0 0 20px 0;
}

.pub-icon {
	width: 100px;
	height: auto;
	display: block;
	margin: 10px 0 20px 0;
}

/* LAYOUT STYLES */

ul.pub-profic-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}

ul.pub-profic-list li {
	flex: 0 1 47%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px;
	border: 1px solid #efefef;
	margin: 5px 30px 20px 0;
	max-width: 47%;
}

ul.pub-profic-list li:nth-child(even) {
	margin: 5px 0 20px 0 !important;
}

ul.pub-profic-list .profile-img img {
	width: 150px;
	height: auto;
	display: block;
}

ul.pub-list-noBullet {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.pub-stakeholder-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pub-stakeholder-list li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px;
	border: 1px solid #efefef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

ul.pub-stakeholder-list .stakeholder-img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 150px;
	        flex: 0 0 150px;
	margin: 0 40px 0 0;
}

ul.pub-stakeholder-text {
	-webkit-box-flex: 0;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

ul.pub-stakeholder-list .stakeholder-img img {
	width: 150px;
	height: auto;
	display: block;
}

ul.pub-stakeholder-list .stakeholder-text p {
	margin: 0 0 8px 0;
}

ul.pub-stakeholder-list .stakeholder-text h4 {
	margin-top:0;
}

ul.pub-stakeholder-list p.stakeholder-name {
	color: #0071b9;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	margin-top: 20px;
}

.pub-pullout {
	box-sizing: border-box;
	padding: 30px;
	margin: 30px 0;
}

.pub-pullout h3,
.pub-pullout h4 {
	margin-top: 0;
}

.pub-blue {
	background-color: #d7f2fc
}

.pub-footnotes {
	box-sizing: border-box;
	background-color: #efefef;
	padding: 15px;
	margin: 50px 0 0 0;
}

p.pub-footnotes {
	font-size: 11px;
}

.pub-footnotes ol {
	font-size: 11px;
	margin: 0 0 0 15px;
	padding: 0;
}


/* TABLE STYLES */

p.pub-table-title {
	font-size: 16px;
	font-weight: 600;
	margin: -60px 0 15px 0;
	padding-top: 90px;
}

.pub-table-1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #1e384b;
    border-collapse: collapse;
	width: 100%;
	margin: 0 0 40px 0;
}

.pub-table-1 th,
.pub-table-1 td {
	padding: 10px;
	border-bottom: 2px solid #d4d8dc;
}

.pub-table-1 th {
	border-bottom: 4px solid #0071b9;
	background-color: #cdeefb;
	color: #0071b9;
	font-weight: 600;
}

th.pub-row-grey {
	border-bottom: 2px solid #d4d8dc;
	background-color: #e6e6e6;
	color: #0071b9;
	font-weight: 600;
}

tr.pub-row-grey-general {
	background-color: #e6e6e6;
}

.pub-table-right,
.pub-cell-right {
	text-align: right;
}

.pub-table-left,
.pub-cell-left {
	text-align: left;
}

tr.pub-row-total {
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
}

.pub-cell-tint {
	background-color: #e1f5fc;
}

.col-1-left td:first-child,
.col-1-left th:first-child {
	text-align: left;
}

.col-2-left td:nth-child(1),
.col-2-left th:nth-child(1),
.col-2-left td:nth-child(2),
.col-2-left th:nth-child(2) {
	text-align: left;
}

/* HOMEPAGE STYLES */

.pub-home-ar {
	width: 100%;
	height: 100vh;
	display: block;
	background-color: #1e384b;
	box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
	overflow: hidden;
}

.pub-home-logo {
	width: 360px;
	height: auto;
	display: block;
}

.pub-home-img {
    position: absolute;
	width: 800px;
	left: -830px;
	top: -560px;
}

.pub-home-img-full {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

.pub-home-img img {
	width: 100%;
	height: auto;
	display: block;
}

.pub-home-ar h1 {
	font-size: 50px;
	line-height: 55px;
	margin: 20px 0 20px 0;
	color: #fff;
}

.pub-home-ar h1 span {
	color: #3CB4E5;
}

.pub-home-ar h1 span.pub-home-small-title {
    color: #fff;
    display: block;
    font-size: 50%;
    padding-top: 20px;
    line-height: normal;
}

.pub-home-content {
	box-sizing: border-box;
	display: block;
	font-family: 'Nunito Sans', sans-serif;
	width: 400px;
	margin: 0 auto;
	position: relative;
}

.pub-home-ar a {
    box-sizing: border-box;
    padding: 11px 30px 10px 15px;
    display: inline-block;
    background-color: #0071b9;
    color: #fff;
    text-decoration: none;
    background-image: url(../../images/report/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 10px center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pub-home-ar a:hover {
	background-position: right 7px center;
	border-radius: 0 10px 10px 0;
}



/* -------------------- MEDIA QUIRIES -------------------- */

@media screen and (max-height:670px) {
	.pub-nav-wrapper {
		margin: 0;
		flex: none;
		position: fixed;
		left: -5000px;
		top: 0;
		background-color: #fff;
		width: 100%;
		padding: 70px 30px 50px 30px;
		border-bottom: 2px solid #000;
		overflow-y: scroll;
		z-index: 500;
	}
	#pub-menu-open, #pub-menu-close {
    	display: inline-block;
	}
	ul.navList {
		width: 90%;
		max-width: 800px;
		margin: 0 auto;
	}
}


@media screen and (max-width:1600px) {
	.pub-content-width {
		width: 100%;
		max-width: none;
		margin: 0 auto;
		padding: 0 20% 0 400px;
	}
	.pub-breadcrumbs,
	.pub-breadcrumbs-footer {
		width: 100%;
		max-width: none;
		margin: 0 auto 30px auto;
		padding: 15px 20% 15px 400px;
	}
}

@media screen and (max-width:1200px) {
	.pub-content-width {
		padding: 0 50px 0 400px;
	}
}

@media screen and (max-width:980px) {
	.pub-content-width {
		width: 90%;
		max-width: 800px;
		margin: 0 auto;
		padding: 0;
	}
	.pub-breadcrumbs,
	.pub-breadcrumbs-footer {
		width: 90%;
		max-width: 800px;
		margin: 0 auto 30px auto;
		padding: 15px 0;
	}
	.pub-content-width {
		display: block;
	}
	.addBlock {
		display: block !important;
	}
	.pub-nav-wrapper {
		margin: 0;
		flex: none;
		position: fixed;
		left: -5000px;
		top: 0;
		background-color: #fff;
		width: 100%;
		padding: 70px 30px 50px 30px;
		border-bottom: 2px solid #000;
		overflow-y: scroll;
		z-index: 500;
	}
	#pub-menu-open, #pub-menu-close {
    	display: inline-block;
	}
	#back2top {top: 47px; left: inherit; right: 120px;}
}

@media screen and (max-width:780px) {
	.pub-footer-wrapper {
		padding: 30px 0 50px 0;
	}
}

@media screen and (max-width:670px) {
	ul.pub-profic-list {
		display: block;
		flex-wrap: nowrap;
	}

	ul.pub-profic-list li,
	ul.pub-profic-list li:nth-child(even){
		flex: none;
		margin: 5px 0 20px 0;
		max-width: 100%;
	}
}

@media screen and (max-width:650px) {
	ul.pub-profic-list {
		display: block;
		flex-wrap: nowrap;
	}

	ul.pub-profic-list li {
		flex: none;
		margin: 5px 0 15px 0;
	}

	.pub-table-1 {
		font-size: 12px;
		line-height: 18px;
	}
	#back2top {top: 47px; left: inherit; right: 100px;}
}

@media screen and (max-width:600px) {
	.pub-footerNav {
		display: block;
	}
	a.pub-footerNav-left, a.pub-footerNav-right {
		flex: none;
		width: 100%;
		margin: 0 0 5px 0;
	}
	#back2top {top: 90px; left: inherit; right: 20px; border-radius: 0 0 10px 10px;}
}

@media screen and (max-width:530px) {
	ul.pub-stakeholder-list li {
		display: block;
	}

	ul.pub-stakeholder-list .stakeholder-img {
		flex: none;
		margin: 0 0 20px 0;
	}
}

@media screen and (max-width:460px) {
	.pub-logo {
		width: 200px;
		padding: 20px 0 0 0;
	}
}
