/* PH&N GAM STYLES OVERWRITE */  /* reverted from 199 to 198 */


h1, h2, h3, h4, h5, h6,
div.hero h1,
.slider-content h1,
.tiles .block h2,
.tiles .block h3, 
.tiles .block h4, 
.tiles .block h5,
.tiles .block h6,
section.fund h3,
.fund-manager h3 {
	color: #153359;
	font-family: 'Meta', sans-serif;
	font-weight: 700;
	text-transform: none;
}

/*section.content,
.hero p,
.slider-content p,
.tiles .block div.block-text,
.fund-manager a {
	font-family: 'Times New Roman', serif;
	text-transform: none;
}*/

/*.hero h1,
h3,
.tiles .block h3 {
	font-weight: normal;
}*/

.navbar-brand {
  width: 221px;
}

section hr {
	border-top: solid #b3b3b3 2px;
}

section hr.thin {
	border-top: solid #b3b3b3 1px;
}

div#footer h4 {
	font-family: 'Meta', Arial;  
}

div#footer a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.content p a.button {
	text-decoration: none !important;
}

p.lead {
	margin-bottom: 0;
	font-style: italic;
}


/* OTHER STYLES */

.pad-med, .module {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

@media (max-width: 767px) {
	.pad-med, .module {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
}

.no-pad hr {
	padding: 0 !important;
	margin: 0;
}

section.content img.img-logo {
	max-width: 220px;
}

.list-links {
	margin-top: 0;
}
.list-links li:first-child {
	padding-top: 0;
}

.tab-content {
	border-bottom: none;
}

.nav-pills > li > a {
	margin-bottom: 10px;
	font-family: 'Meta', sans-serif;
	text-transform: none;
}
.nav-pills li a:hover {
	background-color: #fff;
}

.collapse-header {
	padding-left: 20px;
}
.collapse-header::before {
	position: absolute;
	left: 2px;
	font-family: 'FontAwesome';
	font-size: 0.875em;
	color: #002750;
}
.collapse-header.collapsed::before {
	content: '\f055';
}
.collapse-header::before {
	content: '\f056';
}


/* MODULE - IMAGE BACKGROUND */

.image-bg {
	position: relative;
	background-size: cover;
	background-position: center;
}

.image-bg::after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(80, 88, 95, 0.8);
	display: block;
}

.image-bg .container {
	position: relative;
	z-index: 2;
	margin-top: 50px;
	margin-bottom: 50px;
}

.image-bg h3 {
	font-size: 2.5em;
}


/* MODULE - TIMELINE */

.timeline,
.timeline .container {
	position: relative;
}

@media (min-width: 768px) {
	.timeline-group::before {
		position: absolute;
		width: 2px;
		height: 100%;
		background-color: #002750;
		display: inline-block;
	}
	.timeline-group:last-child::before {
		background-color: transparent;
	}
}

@media (min-width: 962px) {
	.timeline-group::before {
		left: 50%;
	}
}

@media (min-width: 768px) and (max-width: 961px) {
	.timeline-group::before {
		left: 40px;
	}
}

.timeline-group {
	position: relative;
	min-height: 100px;
}

/*@media (min-width: 962px) {
	.timeline-group {
		max-height: 400px;
	}
}*/

@media (min-width: 768px) and (max-width: 961px) {
	.timeline-group {
		padding-left: 100px;
	}
}

.timeline-year {
	font-size: 1.25em;
	color: #fff;
}

@media (min-width: 768px) {
	.timeline-year {
		height: 80px;
		width: 80px;
		line-height: 77px;
		border-radius: 50%;
		background-color: #002750;
		font-style: italic;
		transition: background-color 0.2s;
	}
}

@media (min-width: 962px) {
	.timeline-year {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	}
}

@media (min-width: 768px) and (max-width: 961px) {
	.timeline-year {
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media (max-width: 767px) {
	.timeline-year {
		font-family: "Meta", Arial, sans-serif;
		font-weight: 700;
		color: #002750;
	}
}

@media (min-width: 768px) {
	.timeline-year > span {
		text-align: center;
		display: block;
	}
}

@media (min-width: 962px) {
	.timeline-group:nth-child(odd) .timeline-text {
		float: right;
	}
}

@media (min-width: 768px) {
	.timeline-group:hover .timeline-year {
		background-color: #006ac3;
	}
}


/* timeline for inner modules */

.module .timeline .timeline-group {
	height: 120px;
}

.module .timeline .timeline-year {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	height: 80px;
	width: 80px;
	line-height: 77px;
	border-radius: 50%;
	background-color: #002750;
	font-style: italic;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #fff;
}

.module .timeline .timeline-line {
	position: absolute;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #002750;
}


/* MODULE - MAP */

@media (min-width: 962px) {
	#map svg {
		display: block;
		margin: auto;
	}
	#map .info {
		position: absolute;
		top: -50px;
		max-height: 380px;
		overflow: auto;
		visibility: hidden;
		opacity: 0;
	}
	#map .info.active {
		position: relative;
		top: 0;
		visibility: visible;
		opacity: 1;
		transition: opacity 0.4s, top 0.2s;
		transition-delay: 0.1s;
		-webkit-transition: opacity 0.4s, top 0.2s;
		-webkit-transition-delay: 0.1s;
	}
	#map .country {
		fill: #A9ADB2;
		stroke: #eaeaea;
	}
	#map .country,
	#map .piece .marker {
		transition: 0.2s ease-in-out;
		-webkit-transition: 0.2s ease-in-out;
	}
	#map .piece:hover {
		cursor: pointer;
	}
	#map .piece:hover .country {
		fill: #6595a9;
	}
	#map .piece.active .country {
		fill: #466c86;
	}
	#map .piece .marker {
		fill: #fff;
		filter: drop-shadow( -2px -2px 3px rgba(0,0,0,0.6) );
		-webkit-filter: drop-shadow( -2px -2px 3px rgba(0,0,0,0.6) );
	}
	#map .piece:hover .marker,
	#map .piece.active .marker {
		fill: #e1ebef;
		r: 12px;
	}
}

@media (max-width: 961px) {
	.world-map .nav-pills {
		display: none;
	}
	.world-map .tab-content>.tab-pane {
		display: block;
	}
	.world-map .fade {
		opacity: 1;
	}
}

.world-map .nav-pills > li {
	float: none;
	display: inline-block;
}


/* MODULE - INFOGRAPHIC LDI TABLE */

@media (min-width: 962px) {
	.infographic-client-col,
	.infographic-client-header {
		position: relative;
		padding-bottom: 20px;
		padding-top: 15px;
		height: 140px;
	}
	.infographic-ldi .infographic-client-col {
		position: relative;
		background-color: #fff;
		overflow: hidden;
	}
	.row.match-height > [class*="col-"]:nth-child(odd) .infographic-client-col {
		background-color: #c3d7df;
	}

	.infographic-client-col::before,
	.infographic-client-col::after {
		content: '';
		position: absolute;
		bottom: 0;
		height: 0;
		width: 100%;
		border-style: solid;
		border-width: 20px 150px 0 150px;
		border-color: #fff transparent transparent transparent;
		background-color: #c4c8cc;
	}
	.row.match-height > [class*="col-"]:nth-child(odd) .infographic-client-col::before,
	.row.match-height > [class*="col-"]:nth-child(odd) .infographic-client-col::after {
		border-color: #c3d7df transparent transparent transparent;
		background-color: #87afbf;
	}
	.infographic-client-col::before {
    left: 50%;
	}
	.infographic-client-col::after {
    right: 50%;
  }

	.infographic-phn-header,
	.infographic-phn-col {
		padding-top: 15px;
	}

	.row.match-height {
		overflow: hidden;
	}
	.row.match-height > [class*="col-"] {
		margin-bottom: -999px;
		padding-bottom: 999px;
		background-color: #c4c8cc;
	}
	.row.match-height > [class*="col-"]:nth-child(odd) {
		background-color: #87afbf;
	}
}

.infographic-ldi h5 {
	color: #466c86;
}

section.infographic-ldi hr.thin {
	border-color: #87afbf;
}
