/*
Theme Name: CapitalFund
Theme URI: http://example.com/capitalfund
Author: Your Name
Author URI: http://example.com
Description: A custom theme based on TwentyTwentyFive
Version: 1.0
Text Domain: capitalfund
*/
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}


/*******************custom css**************************/

@font-face {
	font-family: 'canela_triallight';
	src: url('./assets/fonts/canela-light-trial-webfont.woff2') format('woff2'),
		url('./assets/fonts/canela-light-trial-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'canela_trialbold';
	src: url('./assets/fonts/canela-bold-trial-webfont.woff2') format('woff2'),
		url('./assets/fonts/canela-bold-trial-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'canela_trialmedium';
	src: url('./assets/fonts/canela-medium-trial-webfont.woff2') format('woff2'),
		url('./assets/fonts/canela-medium-trial-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'canela_regular_trialregular';
	src: url('./assets/fonts/canela-regular-trial-webfont.woff2') format('woff2'),
		url('./assets/fonts/canela-regular-trial-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'avenirlight';
	src: url('./assets/fonts/avenir-light-webfont.woff2') format('woff2'),
		url('./assets/fonts/avenir-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

body {
	font-family: 'avenirlight';
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	color: #032523;
}

html {
	scroll-behavior: smooth;
}

.header .panel-grid-cell {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hidethisheader {
	display: none;
}

footer {
	display: none;
}

.bg-green {
	background: #032523;
	color: #fff;
}

.bg-lightgreen {
	background: #b8c1be;
	color: #032523;
}

.bg-white {
	background: #fff;
	color: #032523;
}

.section,
.whysubsaharanafrica,
.whyafricabg {
	padding: 0 5%;
}

.row,
.panel-layout .panel-layout {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.panel-grid {
	margin: 0 !important;
}

.header {
	border-bottom: 1px solid #bf9a60;
	height: 87px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
}

.maindiv {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.section .panel-layout .panel-grid:last-child {
	height: 100%;
	padding-bottom: 20px;
}

.homepagesec .maindiv .panel-grid-cell {
	margin-top: auto;
}

.homecontent {
	text-align: end;
	margin-top: auto;
}

.tapping-growth {
	padding: 80px 0 60px;
	width: 350px;
	margin-left: auto;
}

.homepagesec {
	background: url('../../uploads/2025/01/homepage-bg.png') no-repeat #032523;
	background-position: bottom right 10%;
}

.homecontent h3 {
	font-size: 28px;
	line-height: 42px;
	letter-spacing: 2px;
	margin: 0px 0 30px;
	font-family: 'canela_regular_trialregular';
}

.homecontent p {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 3px;
	font-weight: 500;
	margin-top: 0;
}

.page-cont {
	max-width: 80%;
	margin: 40px auto 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.page-cont p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}

.pagename p,
h5.pagename {
	margin: 20px 0;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 3px;
	font-weight: 500;
}

.page-cont h4 {
	margin-top: 50px;
	/* letter-spacing: 1px; */
	line-height: 32px;
	font-size: 18px;
	font-weight: 500;
}

.border-left {
	padding-left: 16px;
	border-left: 1px solid #bf9a60;
}

.widget_text {
	margin: 0;
}

#focus {
	background: url(../../uploads/2025/01/focus-green.png) no-repeat center top 80px #032523;
}

h2.title {
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 3px;
	margin: 0;
	font-family: 'canela_regular_trialregular';
	;
}

.focus_div {
	display: flex;
	justify-content: space-between;
}

.focus_div_info {
	width: 400px;
	padding: 40px;
}

.focus_div_info p {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 28px;
	margin: 0;
	font-family: 'canela_regular_trialregular';
}

.textwidget {
	width: 100%;
}

.mission-info {
	margin-bottom: 30px;
}

.mission-info .mission-items {
	padding-left: 40px;
	background: url(../../uploads/2025/01/bars.png) no-repeat left top;
}

.mission-items h3 {
	padding: 5px 0 0;
	font-size: 18px;
	font-family: 'canela_regular_trialregular';
	letter-spacing: 2px;
	margin: 0;
	line-height: 24px;
}

.mission-items p {
	font-size: 14px;
	line-height: 20px;
}

#focus .panel-layout .panel-grid:last-child {
	display: flex;
	align-items: flex-end;
}

/* header.wp-block-template-part {
	display: none;
} */

header.wp-block-template-part>.wp-block-group {
	padding: 0 5%;
	background: #032523;
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 0;
}

header.wp-block-template-part>.wp-block-group .wp-block-group {
	height: 87px;
	border-bottom: 1px solid #bf9a60;
}

header.wp-block-template-part>.wp-block-group a {
	color: #fff !important;
}

.menu-primarymenu-container ul {
	display: flex;
	list-style: none;
	width: 100%;
	padding: 0;
	gap: 18px;
	justify-content: end;
}

.header .widget_nav_menu {
	width: 100%;
}

.header .widget_nav_menu .menu-primarymenu-container {
	width: 100%;
}

.menu-primarymenu-container ul a,
header.wp-block-template-part>.wp-block-group a {
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
}

.header .widget_media_image {
	display: flex;
	align-items: center;
}

.focus_div.emerging {
	justify-content: flex-start;
	gap: 40px;
	align-items: center;
}

.focus_div.emerging .focus_div_info {
	padding: 0;
}

.focus_div.emerging .focus_div_info h5.pagename {
	margin: 0;
	padding-left: 20px;
	position: relative;
}

.focus_div.emerging .focus_div_info h5.pagename:before {
	content: "+";
	position: absolute;
	left: 0;
	color: #bf9a60;
	font-weight: 600;
}

.custom_slider .textwidget img {
	width: 150px;
	height: 150px;
	border: 1px solid #bf9a60;
	border-radius: 50%;
	padding: 7px;
}

.custom_slider .post_desc {
	padding-left: 16px;
	border-left: 2px solid #bf9a60;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-left: 75px;
}

.custom_slider .post_desc h4 {
	padding: 5px 0 0;
	font-size: 18px;
	font-family: 'canela_regular_trialregular';
	letter-spacing: 2px;
	margin: 0;
}

.custom_slider .post_desc p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.custom_slider .slick-track {
	gap: 24px;
	display: flex;
}

.custom_slider {
	height: 100%;
	align-items: flex-end !important;
	padding-bottom: 80px;
}

.custom_slider ul.slick-dots {
	bottom: 20px;
}

.custom_slider ul.slick-dots {
	bottom: 20px;
}

.custom_slider .slick-dots li button:before {
	display: none;
}

.custom_slider .slick-dots li.slick-active button {
	background: #032523;
	transform: scale(1.2);
}

.custom_slider ul.slick-dots li {
	margin: 0 4px;
	width: auto;
	height: auto;
}

.custom_slider .slick-dots li button {
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	background: #b9cbc9;
}

:where(.wp-site-blocks *:focus) {
	outline-width: 0px;
	outline-style: none;
}

.Unveiling {
	height: 100%;
}

.Unveiling .focus_div {
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

#context .mission-info,
#whatweoffer .mission-info {
	height: 100%;
}

#context .mission-info .panel-grid-cell,
#whatweoffer .mission-info .panel-grid-cell {
	height: 100%;
	padding-bottom: 40px;
}

#context .mission-info .panel-grid-cell .widget.widget_text,
#whatweoffer .mission-info .panel-grid-cell .widget.widget_text {
	height: 100%;
}

#context .mission-info .panel-grid-cell:last-child .widget.widget_text,
#whatweoffer .mission-info .panel-grid-cell:last-child .widget.widget_text {
	height: auto;
	margin: 0;
}

#context .textwidget,
#whatweoffer .textwidget {
	height: 100%;
}

.Unveiling.border .focus_div_info {
	border: 1px solid #bf9a60;
	padding: 40px;
	width: 300px;
	margin: 0;
}

.Unveiling .focus_div_info {
	width: 340px;
	padding: 0;
	margin: 0 auto;
}

#context .mission-info .panel-grid-cell:last-child,
#whatweoffer .mission-info .panel-grid-cell:last-child {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
}

#whatweoffer .mission-info .panel-grid-cell:last-child {
	justify-content: space-around;
}

.Unveiling .focus_div_info h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'canela_regular_trialregular';
	letter-spacing: 1px;
	margin: 0 0 20px;
	line-height: 28px;
}

.Unveiling .focus_div_info h5.pagename {
	margin: 3px 0;
	padding-left: 20px;
	position: relative;
}

.Unveiling .focus_div_info h5.pagename:before {
	content: "+";
	position: absolute;
	left: 0;
	color: #bf9a60;
	font-weight: 600;
}

.Unveiling.border .focus_div_info h5.pagename {
	padding: 0;
}

.Unveiling.border .focus_div_info h5.pagename::before {
	display: none;
}

#context .mission-items {
	padding: 0;
	background: none;
}

.Unveiling.border .focus_div_info h5.pagename {
	margin-bottom: 20px;
}

#context {
	background: url(../../uploads/2025/01/context.png) no-repeat center top #032523;
}

.headerbutton {
	display: none;
}

.why-center {
	height: 100%;
	align-items: center !important;
	justify-content: center !important;
}

.Unveiling.whyafricasec .focus_div_info {
	padding: 40px;
	border: 1px solid #bf9a60;
}

.Unveiling.whyafricasec .focus_div_info h3 {
	margin: 12px 0;
	font-size: 18px;
	line-height: 24px;
}

.Unveiling.whyafricasec .focus_div_info h3:first-child {
	margin-top: 0;
}

.imgincenter {
	text-align: center;
}

.whyafricabg {
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.whyafricabg:after {
	content: "";
	background: #e9edec;
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 60px;
	z-index: 1;
	left: 0;
	right: 0;
}

.whyafricabg>.panel-layout,
.whysubsaharanafrica>.panel-layout {
	position: relative;
	z-index: 2;
}

.whysubsaharanafrica {
	position: relative;
	color: #fff;
}

.whysubsaharanafrica:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: url(../../uploads/2025/01/why-sub-bg.png) no-repeat bottom center #032523;
	background-size: 100% 58%;
	left: 0;
	right: 0;
}

.whysubsaharanafrica .panel-layout .panel-grid:last-child {
	display: flex;
	align-items: end;
	height: 100%;
}

.whyafricabg .panel-layout .panel-grid:last-child {
	height: 100%;
}

.imgincenter img {
	margin: 0 auto;
}

.whysubsaharanafrica .mission-info {
	padding: 40px;
	border: 1px solid #bf9a60;
	margin-bottom: 60px;
}

.whysubsaharanafrica .mission-info p {
	margin-bottom: 0;
}

.whysubsaharanafrica .mission-info .mission-items {
	min-height: 110px;
}

.Unveiling.whyafricasec .focus_div_info p {
	font-size: 14px;
	line-height: 20px;
	font-family: 'avenirlight';
	letter-spacing: 0;
}

.Unveiling.whyafricasec .focus_div_info p em {
	font-size: 12px;
	line-height: 18px;
}

.Unveiling.whyafricasec .focus_div_info p:last-child {
	margin-top: 16px;
}

#focus_slider,
.full-slider {
	margin: 0;
	padding: 0;
}

#focus_slider .slick-track,
.full-slider .slick-track {
	gap: 0;
}

.homepagesec.contactus {
	background-position: left -8px bottom;
}

.tapping-growth.forcontact p {
	text-align: left;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 22px;
}

.tapping-growth.forcontact p a {
	text-decoration: none;
}

.custom_slider {
	margin: 0 !important;
}

.mission-items.border-left.withbg {
	background: none;
	padding-left: 20px;
}

.why54cf {
	max-width: 82%;
	margin: 0 auto;
	height: 100%;
}

#why54cf .panel-layout .panel-grid:nth-last-child(2) {
	height: 100%;
}

.why54cf div {
	height: 100%;
}

.why54cf .panel-grid-cell:last-child .focus_div_info {
	display: flex;
	align-items: end;
	margin-left: auto;
}

#why54cf .panel-layout .panel-grid:last-child {
	height: auto;
}

.why54cf div .focus_div_info {
	width: 280px;
	font-size: 22px;
	font-weight: 500;
	padding: 0;
}

#why54cf {
	background: url('../../uploads/2025/01/why54cf.png') no-repeat center #032523;
}

#why54cf .panel-layout .panel-grid:last-child {
	height: auto;
	padding-top: 50px;
}

#why54cf h2.title {
	margin-bottom: 40px;
}

#whatweoffer .focus_div_info {
	width: 450px;
	gap: 16px;
	display: flex;
	flex-direction: column;
}

.target-selection {
	margin-top: auto;
	height: 100%;
	align-items: center !important;
	max-width: 90%;
	margin: 0 auto;
}

.target-selection-inner .mission-items h3 {
	padding-right: 40px;
	padding-top: 0;
}

.target-selection-inner .mission-items {
	position: relative;
	border: 1px solid #b6955d;
	height: 100%;
	padding: 30px;
	min-height: 120px;
}

.target-selection-inner .mission-items br {
	display: none;
}

.target-selection-inner .mission-items img {
	position: absolute;
	top: 20px;
	right: 20px;
	width: auto;
	height: auto;
	border: 0;
	padding: 0;
	border-radius: 0;
}

.target-selection-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-bottom: 40px;
}

.target-selection-inner>div {
	margin: 0 !important;
}

.target-selection-inner .mission-items:hover {
	background: #1d2327;
	color: #fff;
	border-color: #032523;
	cursor: pointer;
}

.pipelineoverview {
	border: 1px solid #bf9a60;
	padding: 40px 120px;
	text-align: center;
	margin-top: 40px;
	padding-bottom: 100px;
}

.pipelineoverview p {
	margin: 0;
	font-size: 22px;
	line-height: 34px;
	font-family: 'canela_regular_trialregular';
}

.pipelineoverview-threedivs {
	align-items: flex-start !important;
	position: relative;
	top: -70px;
}

.pipelinecontent {
	padding: 30px 30px;
	text-align: center;
	background: #032523;
	color: #fff;
	min-height: 200px;
	position: relative;
}

.pipelinecontent h3 {
	font-size: 22px;
}

.pipelinecontent p {
	font-size: 15px;
	line-height: 24px;
	text-align: left;
}

.pipelinecontent .widget_text .textwidget .bottomcont {
	margin-top: auto;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 16px;
	color: #bf9a60;
}

header.wp-block-template-part>.wp-block-group a.active {
	border-bottom: 1px solid;
}

#capital_funds_54 .mission-info {
	height: 100%;
	align-items: center !important;
}

#capital_funds_54 .mission-items {
	background: none;
	border-left: 1px solid #bf9a60;
	padding-left: 20px;
	min-height: 140px;
	color: #fff;
}

#capital_funds_54 .mission-items img {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: auto;
	border-radius: 0;
	border: 0;
	padding: 0;
}

#capital_funds_54 .capital_funds .widget_text {
	padding-left: 40px;
	position: relative;
}

#capital_funds_54 .mission-items br {
	display: none;
}

#capital_funds_54 .mission-items h3 {
	padding: 0;
}

#capital_funds_54 {
	color: #fff;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td {
	vertical-align: middle;
	font-size: 14px;
	padding: 8px 0;
	width: 50%;
}

tr td:not(:last-child) {
	border-right: 1px solid #ccc;
	text-align: right;
	padding-right: 20px;
}

tr td:not(:first-child) {
	padding-left: 20px;
}

.custom_slider .slick-track {
	display: block;
}

.custom_slider ul.slick-dots {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 10px;
	left: auto;
	width: auto;
	bottom: auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.slick-vertical .slick-slide {
	border: 0;
}

#leadership ul.slick-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding: 0;
	list-style: none;
	top: auto;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	transform: unset;
	display: block;
}

.slick-vertical .slick-slide {
	border: 0 !important;
}

#whyafrica {
	background: #e9edec;
}

#leadership_slider {
	height: auto;
	align-items: flex-start !important;
}

#leadershipslider .panel-layout .panel-grid:last-child {
	display: flex;
	align-items: flex-end;
}

#whyafrica .panel-layout .panel-grid:last-child {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

#whyafrica .why-center.table_format {
	height: auto;
	align-items: flex-start !important;
	width: 100%;
}

.focus_div_info.with_border {
	border: 1px solid #bf9a60;
}

.whyafricabg .panel-layout .panel-grid:last-child .why-center {
	width: 100%;
}

.target-selection-inner .mission-items:hover {
	background: linear-gradient(93deg, #114246 -1.83%, #002320 105.01%);
}

@media screen and (min-width: 1300px) {
	#context .mission-info .panel-grid-cell:last-child .mission-items {
		width: 320px;
	}

	#context .mission-info .panel-grid-cell:last-child .widget.widget_text {
		display: flex;
		justify-content: flex-end;
	}

	.whyafricabg.for_uniqueset .focus_div_info {
		width: 400px;
	}
}

/*********responsive**************/


@media (max-width: 1300px) {
	.Unveiling.border .focus_div_info {
		width: auto;
	}

	.target-selection-inner .mission-items {
		padding: 30px 20px;
	}
}

@media (max-width: 1200px) {
	.homepagesec {
		background-size: 80%;
	}

	.page-cont {
		max-width: 90%;
		margin: 20px auto;
	}

	.page-cont h4 {
		margin: 20px 0 0;
	}

	.focus_div_info {
		padding: 0 0 20px 10px;
		width: 340px;
	}

	.focus_div_info p {
		font-size: 16px;
		line-height: 24px;
	}

	.Unveiling.border .focus_div_info,
	.Unveiling .focus_div {
		width: auto;
		padding: 20px;
	}

	.Unveiling .focus_div {
		padding: 0;
	}

	.mission-items p {
		margin-bottom: 0;
	}

	h2.title {
		font-size: 30px;
		line-height: 40px;
	}

	.whysubsaharanafrica:after {
		background-size: 100% 60%;
	}

	.Unveiling .focus_div_info {
		width: auto;
	}

	.why54cf {
		max-width: 95%;
	}

	.why54cf div .focus_div_info {
		font-size: 18px;
	}

	#whatweoffer .mission-info .panel-grid-cell:last-child {
		width: 40%;
		margin-left: 30px;
	}

	#whatweoffer .focus_div_info {
		width: auto;
		gap: 8px;
	}

	.target-selection-inner .mission-items {
		min-height: 130px;
	}

	.target-selection-inner {
		padding-bottom: 30px;
	}

	#capital_funds_54 .mission-info .panel-grid-cell-empty {
		width: 0;
	}
}

@media (max-width: 1024px) {
	.whysubsaharanafrica .mission-info {
		padding: 30px;
	}

	.whysubsaharanafrica:after {
		background-size: 100% 65%;
	}
}


@media (max-width: 991px) {
	.mission-info {
		flex-wrap: wrap;
	}

	h2.title,
	.homecontent h3 {
		font-size: 28px;
		line-height: 40px;
	}

	.Unveiling.whyafricasec .focus_div_info {
		padding: 20px;
		width: auto;
	}

	.why-center {
		justify-content: space-between !important;
	}

	.whyafricabg:after {
		height: 60%;
		bottom: 8%;
	}

	.target-selection-inner .mission-items {
		min-height: 180px;
	}

	.pipelineoverview {
		padding: 40px 40px;
	}
}

@media (max-width: 991px) {
	.custom_slider {
		flex-direction: row !important;
	}

	#context .panel-layout,
	.whysubsaharanafrica .panel-layout {
		height: auto;
	}

	.Unveiling .focus_div {
		gap: 20px;
	}

	#context .mission-info .panel-grid-cell,
	#whyafrica .panel-layout .panel-layout {
		margin: 0 0 20px;
		padding: 0;
	}

	#context .mission-info .panel-grid-cell:last-child {
		gap: 20px;
	}

	.whyafricabg:after {
		height: 72%;
		bottom: 40px;
	}

	.whyafricabg.market .why-center {
		padding-top: 40px;
	}

	.whyafricabg.market::after {
		height: 75%;
	}

	.header {
		flex-direction: row !important;
	}

	.Unveiling.whyafricasec .focus_div_info {
		margin-bottom: 80px;
	}

	.whysubsaharanafrica .mission-info .mission-items {
		min-height: auto;
	}

	.whysubsaharanafrica .mission-info {
		margin: 40px 0;
		gap: 0;
	}

	.whysubsaharanafrica:after {
		background-size: auto;
	}

	.panel-layout .panel-layout {
		height: auto;
	}

	.homepagesec .panel-layout {
		height: 70dvh;
	}

	.wp-block-navigation.items-justified-right {
		gap: 10px;
	}

	#why54cf .panel-layout .panel-grid:last-child {
		padding-top: 20px;
	}

	#why54cf h2.title {
		margin-bottom: 20px;
	}

	#why54cf .panel-layout .panel-grid:nth-last-child(2) {
		height: 340px;
	}

	div#why54cf {
		background-size: 100%;
		background-position: center 34%;
	}

	#whatweoffer .focus_div_info {
		width: auto;
		gap: 8px;
	}

	#whatweoffer .mission-info .panel-grid-cell:last-child {
		margin: 0;
		gap: 16px;
		width: 100%;
	}

	#whatweoffer .mission-info .panel-grid-cell {
		padding: 0;
	}

	.target-selection {
		max-width: 100%;
		margin-top: 30px;
	}

	.target-selection-inner {
		gap: 30px;
		padding: 0;
	}

	.target-selection-inner .mission-items {
		min-height: auto;
	}

	.pipelineoverview {
		margin: 30px 0 0;
		padding: 40px;
	}

	.pipelineoverview-threedivs {
		top: 0;
	}

	#capital_funds_54 .mission-info {
		padding-top: 30px;
	}

	#capital_funds_54 .mission-items {
		min-height: auto;
	}

	td {
		width: 50%;
	}

	.scrolldiv .panel-grid-cell:first-child .section .panel-layout>.panel-grid:first-child {
		display: block;
		height: 50px;
	}

	.why-center.table_format {
		padding: 80px 0 60px;
	}

	.section .panel-layout>.panel-grid:first-child {
		display: none;
	}

	.pagename.panel-widget-style {
		padding-top: 20px;
	}

	.whysubsaharanafrica .mission-info {
		margin-bottom: 60px;
	}

	.panel-grid.panel-has-style>#focus_slider,
	.panel-grid.panel-has-style>.full-slider {
		display: block;
	}

	#capital_funds_54 {
		padding-bottom: 20px;
	}

	.pipelineoverview-threedivs {
		padding-bottom: 40px;
	}

	#whyafrica {
		background: #e9edec;
	}

	.custom_slider>div {
		margin: 0 !important;
	}

	#leadership_slider {
		flex-direction: column !important;
		gap: 12px;
		display: block;
	}
		#leadership_slider .panel-grid-cell {
			width: 100% !important;
			max-width: 100% !important;
		}
				.pipelinecontent {
					min-height: auto;
					padding: 20px;
				}
		
				.pipelinecontent .widget_text .textwidget .bottomcont {
					position: unset;
				}
								#leadership_secondpage {
									padding-bottom: 30px;
								}
				
								#leadership_secondpage .panel-grid:nth-of-type(2),
								#leadership_secondpage .panel-grid:nth-of-type(3) {
									display: none;
								}
				
								#leadership_slider {
									padding-bottom: 0;
								}
}

@media (max-width: 667px) {
	.panel-layout .panel-layout {
		height: auto;
	}

	#why54cfslider {
		padding: 0;
	}

	.focus_div {
		flex-direction: column;
		gap: 0;
	}

	.focus_div_info {
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}

	.focus_div_info p {
		font-size: 18px;
		line-height: 28px;
	}

	.homecontent {
		min-height: 400px;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
	}

	.homecontent h3 {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 12px;
	}

	section.homepagesec {
		background-size: contain;
	}

	.tapping-growth {
		padding: 80px 0 0px;
	}

	.section {
		padding-bottom: 25px;
	}

	.homepagesec {
		background-size: 100%;
	}

	.tapping-growth {
		width: 280px;
	}

	.Unveiling .focus_div_info {
		margin: 0;
	}

	.page-cont {
		max-width: 100%;
	}

	#focus,
	#context {
		background-size: 70%;
		background-position: center top 20px;
	}

	.menu-primarymenu-container ul {
		gap: 6px;
		margin: 0;
	}

	.header img {
		width: 120px;
	}

	.header {
		height: auto;
		align-items: center !important;
		padding: 0;
	}

	.header .panel-grid-cell {
		margin: 0 !important;
	}

	.header .widget_nav_menu {
		display: none;
	}

	.header .widget_nav_menu.show {
		display: block;
	}

	.header .panel-grid-cell:last-child {
		text-align: right;
		display: flex;
		align-items: center;
		justify-content: end;
	}

	.header .widget_nav_menu.show {
		display: block;
		position: absolute;
		top: 78px;
	}

	.menu-primarymenu-container ul {
		flex-direction: column;
		z-index: 9999;
		background: #fff;
		color: #032523;
		gap: 8px;
		padding: 16px 0;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}

	.header {
		position: relative;
	}

	.menu-primarymenu-container ul a {
		padding: 0 16px;
		text-align: left;
		display: block;
	}

	.headerbutton {
		display: block;
	}

	.header .widget_text {
		margin: 0 !important;
	}

	.headerbutton {
		background: #032523;
		color: #fff;
		border: 0;
		padding: 0;
		width: 30px;
		height: 26px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
	}

	.whyafricabg:after {
		height: 73%;
		bottom: 40px;
	}

	.whysubsaharanafrica .mission-info {
		margin: 20px 0 10px;
		padding: 20px;
	}

	.whyafricabg.market::after {
		height: 78%;
	}

	.Unveiling.whyafricasec .focus_div_info {
		margin-bottom: 20px;
	}
	 .custom_slider{
			padding-bottom: 0;
		}
				.mission-info {
					margin-bottom: 0;
				}

	header.wp-block-template-part>.wp-block-group a {
		font-size: 13px;
		letter-spacing: 0;
	}

	.focus_div.emerging {
		align-items: flex-start;
		gap: 20px;
	}

	.pipelineoverview {
		padding: 20px;
	}

	.why-center.table_format {
		padding: 40px 0 40px;
	}

	.pipelineoverview-threedivs {
		padding-bottom: 0;
	}
		#disclaimer {
			padding-bottom: 0;
		}
	
		#disclaimer .panel-layout .panel-grid:last-child {
			padding-bottom: 0;
		}
				.focus_div_info.with_border {
					padding: 12px;
					margin-top: 20px;
					max-width: 90%;
				}

}

@media (max-width: 599px) {
	header.wp-block-template-part svg {
		fill: #fff;
	}

	button.wp-block-navigation__responsive-container-close svg {
		fill: #032523;
	}

	header .wp-block-navigation__responsive-container {
		padding: 20px !important;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container a {
		color: #032523 !important;
		width: 100%;
	}

	ul.wp-block-navigation__container.is-responsive {
		width: 100%;
		text-align: left;
		display: block;
	}

	ul.wp-block-navigation__container.is-responsive li {
		width: 100%;
		text-align: left !important;
		display: block !important;
		margin-bottom: 5px;
	}

	header.wp-block-template-part .wp-block-group.has-global-padding.is-layout-constrained {
		height: auto;
		padding: 0 !important;
	}

	header.wp-block-template-part .wp-block-group.has-global-padding.is-layout-constrained .wp-block-group {
		height: auto;
		padding: 8px 0 !important;
		border: 0;
	}

	header.wp-block-template-part>.wp-block-group a {
		font-size: 16px;
		letter-spacing: 1px;
		display: inline;
	}

	header wp-block-navigation.items-justified-right {
		gap: 16px;
	}

	.why54cf div .focus_div_info {
		font-size: 16px;
		line-height: 24px;
	}

	#why54cf .panel-layout .panel-grid:nth-last-child(2) {
		height: 300px;
	}

	div#why54cf {
		background-position: center 30%;
	}

	.why54cf {
		max-width: 100%;
	}

	.target-selection-inner {
		gap: 20px;
	}

	.target-selection .panel-grid-cell {
		margin-bottom: 20px !important;
	}
	
}

@media (max-width: 480px) {

	.whyafricabg h2.title,
	.whysubsaharanafrica h2.title,
	h2.title {
		font-size: 20px;
		line-height: 30px;
	}

	.whyafricabg:after {
		height: 75%;
		bottom: 40px;
	}

	.whyafricabg.market::after {
		height: 77%;
	}

	.panel-grid.panel-has-style>#focus_slider,
	.panel-grid.panel-has-style>.full-slider {
		display: block;
	}

	#focus_slider .panel-row-style,
	.full-slider .panel-row-style {
		display: block;
	}

	.tapping-growth.forcontact p {
		font-size: 12px;
		line-height: 18px;
	}

	.homepagesec .panel-layout .panel-grid:last-child {
		padding: 0;
	}

}