/*
Theme Name: Partenariat de Ouagadougou
Theme URI: http://partenariatouaga.org/
Author: Etrilabs
Author URI: http://partenariatouaga.org/
Description: Partenariat de Ouagadougou is official WordPress theme of PartenariatOuaga.org Website.
Version: 2.0
Tags: blue, gold, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: po
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], .hidden {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
}

body {
}

a {
	text-decoration: none;
}

a:visited {
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

address {
	font-style: italic;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
}

code,
kbd,
pre,
samp {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: bold;
}

small {
	font-size: smaller;
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
  max-width: 100%;
  height: auto;
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

table {
	margin-bottom: 4rem;
}

tbody {
	border:1px solid #292b2c;
 	width:20%;
}

.wp-block-table.is-style-stripes {
	border-collapse: collapse;
}

.wp-block-table.is-style-stripes td {
  border-color: transparent;
  border: 1px solid #292b2c;
  width: 20%;
  padding: 1rem;
}



/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Images */
figure,
img {
  max-width: 100%;
}

img {
  height: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  background: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%;
}

.featured-caption,
figcaption.wp-caption-text {
  background-color: #f9f9f9 !important;
  font-size: 0.9rem;
  font-weight: 300;
  color: #666;
}
.featured-caption {
  padding: 5px 10px;
}
figcaption.wp-caption-text {
  background: url(images/caption.png) 5px center no-repeat;
  background-size: 15px 13px;
  font-size: 0.9rem !important;
  font-style: normal !important;
  padding: 5px 10px 5px 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

h1 {
  font-size: 2em;
}
h1.entry-title,
h2 {
  font-size: 2em;
  line-height: 1.4;
}
h3 {
  font-size: 1.8em;
  line-height: 1.4;
}
h1.media-title,
h4 {
  font-size: 1.6em;
  line-height: 1.4;
}
h5 {
  font-size: 1.4em;
  line-height: 1.4;
}
h6 {
  font-size: 1.2em;
  line-height: 1.5;
}

.news-box img,
.img-thumbnail {
  width: 100% !important;
}

input[type=text] {
  border-radius: 0;
  padding: 1rem !important;
}

textarea {
  border-radius: 0 !important;
  padding: 1rem !important;
}

.page-template-po-contact .gform_wrapper label {
  display: none !important;
}

.btn-primary {
  font-size: 1rem;
  background: #c5942c;
  color: #fff !important;
  text-transform: uppercase;
  border: 2px solid #c5942c;
  border-radius: 0;
}
.btn-primary:hover,
.btn-primary:active {
  background: #fff;
  color: #c5942c !important;
  border: 2px solid #c5942c;
  border-radius: 0;
}

.btn-register,
.btn-register:hover,
.btn-register:active {
	font-size: 1.5rem;
  text-transform: uppercase;
  border-radius: 0;
	background: #fff;
  color: #f99e1c !important;
  border: 2px solid #f99e1c;
}

.btn-default {
  border: 1px solid;
}

.gform_wrapper .gf_progressbar {
  padding: 0 !important;
}
.gfield_radio label,
.gfield_checkbox label {
  padding-left: 20px !important;
}
.gfield_radio label input,
.gfield_checkbox label input {
  margin-left: -20px !important;
}

#newsletter {
  background: #c5942c;
}
#newsletter-form .gform_widget {
  margin: 0;
  padding: 1.7rem 0;
}
#newsletter-form .gform_confirmation_message {
  color: #fff;
  text-align: center;
  padding: 3rem 0;
}
#newsletter-form form {
  position: relative;
}
#newsletter-form form:before,
#newsletter-form form:after {
  content: " ";
  display: table;
}
#newsletter-form form:after {
  clear: both;
}
#newsletter-form .gform_heading {
  margin-bottom: 0;
}
#newsletter-form .gform_heading h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  text-transform: none;
  color: #fff;
  margin: 0 1rem 0 0;
}
#newsletter-form div.validation_error.alert.alert-danger {
  display: none;
}
#newsletter-form .gform_heading {
  float: left;
  width: 30%;
}
#newsletter-form .gform_body {
  width: 70%;
  float: right;
}
#newsletter-form .gform_body li.gfield {
  padding: 0;
  margin: 0;
}
#newsletter-form .gform_body .gfield_label {
  display: none;
}
#newsletter-form .gform_body .top_label .ginput_container {
  margin-top: 0 !important;
}
#newsletter-form .gform_body .ginput_container_email input {
  padding: 0.9rem 1rem;
  border-radius: 0;
  border: 5px solid #fff;
}
#newsletter-form .gform_footer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 !important;
  width: auto;
}
#newsletter-form .gform_footer input[type=submit] {
  font-size: 1.3rem;
  padding: 0.8rem 2rem;
  margin: 0;
  border: 5px solid;
  cursor: pointer;
}

#featured-section {
  position: relative;
  overflow: hidden;
}
#featured-section #featured-section-image {
  position: absolute;
  width: 100%;
  min-width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: ease-in-out -webkit-transform .3s;
  transition: ease-in-out transform .3s;
}
#featured-section:hover #featured-section-image {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')"; /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand'); /* IE6 and 7 */
}
#featured-section a {
  text-decoration: none;
}
#featured-section-content {
  padding: 8rem 0 4rem;
}
#featured-section-content #featured-content {
  display: inline;
  line-height: 2.5;
}
#featured-section #featured-content :not(span) {
  color: #fff;
  background: #202224;
  box-shadow: 20px 0 0 #202224, -10px 0 0 #202224;
  display: inline;
  padding: 5px 0 10px;
  -webkit-transition: all .5s;
  transition: all .5s
}
#featured-section a:hover #featured-content :not(span) {
  color: #fff;
  background: #c5942c;
  box-shadow: 20px 0 0 #c5942c, -10px 0 0 #c5942c;
}
#featured-section-content span {
  display: inline;
  font-size: 1rem;
  color: #c5942c;
  text-transform: uppercase;
  padding: 0.5rem 0;
}
#featured-section a:hover #featured-content span {
  color: #fff;
}
#featured-section-content h2 {
  font-size: 2rem;
  font-weight: 400;
  color: #fff
}


iframe {
  width: 100%;
  max-width: 100%;
}

blockquote {
  border-left: 5px solid #16076d;
  background: rgba(197, 148, 44, 0);
  font-size: 1.5em;
  font-style: normal;
	font-weight: 500;
  padding: 1rem;
  margin: 0 0 1rem 2rem;
}
blockquote p {
  margin: 0;
	font-size: 1.5rem !important;
}

.list-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-group a {
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}
.list-group > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group > li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.list-group a:focus,
.list-group a:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group .current_page_item a {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

#top-menu button.navbar-toggler {
  background-image: url(images/icon-menu.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 1.3rem;
  text-transform: uppercase;
}
.home #top-menu button.navbar-toggler {
  background-image: url(images/icon-menu-white.png);
}

.site {
  height: 100%;
}

.admin-bar header .fixed-top{
  top: 3.05rem;
}

.site.menushow {
  left: -20rem;
  position: absolute;
  width: 100%;
}

.right-menubar {
  position: fixed;
  top: 0;
  right: 0;
  width: 20rem;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  z-index: -99;
}
.right-menubar.menushow {
  background: #e8e8f0;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.6);
  z-index: 999999 !important;
}

.right-menubar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-menubar ul li.page_item_has_children,
.right-menubar ul li.menu-item-has-children {
  background: url(images/icon-arrowright.png) center right no-repeat;
}

.right-menubar ul > li {
  margin: 0 1rem;
}
.right-menubar ul li li {
  margin: 0;
}
.right-menubar ul ul {
  display: none;
}
.right-menubar ul li a {
  color: #585858;
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #979797;
}
.right-menubar ul li a:hover {
  text-decoration: none;
}

.searchbar {
  padding: 0;
  border: 0;
}

.menubar-searchform,
.menubar-btn {
  padding: 1rem;
}
.menubar-searchform input {
  line-height: 2rem;
}

.showmenuitem {
  display: block !important;
}
.hidemenuitem {
  display: none !important;
}
.removebg {
  background-image: none !important;
}
.resetmenu {
  background: url(images/icon-arrowleft.png) center left no-repeat;
  text-transform: uppercase;
  padding: 1rem 0 1rem 1.5rem !important;
}

nav.menushow {
  left: -20rem !important;
}

#header-overlay {
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

#lg-nav {
	max-height: 97%;
	overflow-y: scroll;
	z-index: 2;
}

#first-nav {
	background-color: #42424E;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	z-index: 3;
}

#top-menu {
	color: #fff;
}

#top-menu #top-menu-links,
#top-menu ul,
#top-menu li {
	display: inline-block;
}

#top-menu ul {
	padding: 0;
	margin: 0;
}

#top-menu li {
	padding: 0.5rem 1rem;
}

#top-menu li:first-child {
	padding-left: 0;
}

#top-menu li:not(:last-child) {
	border-right: 2px solid rgba(255, 255, 255, 0.1);
}

#top-menu a {
	color: #fff;
	opacity: 0.5;
	text-transform: uppercase;
	font-weight: bold;
}

#top-menu a:hover,
#top-menu a:focus,
#top-menu a:hover {
	text-decoration: none;
	opacity: 1;
}

#top-menu li.coming-soon a::after {
	content: " (coming soon)";
	font-size: 0.6rem;
	position: relative;
  top: -0.15rem;
}

#top-menu li.primary-btn a {
	background: #c5942c;
  border: 2px solid #c5942c;
	opacity: 1;
	padding: 0.4rem 0.7rem;
}

#top-menu li.primary-btn a:hover,
#top-menu li.primary-btn a:focus,
#top-menu li.primary-btn a:active {
	background: #fff;
  border: 2px solid #c5942c;
	color: #c5942c !important;
}

#top-menu li.image-btn a {
	background-image: url(images/projects-mapping.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0.4rem 0.7rem;
	color: transparent !important;
}

#top-menu-other-options {
	padding: 0;
	float: right;
}

#top-menu-other-options li {
	border-right: none !important;
}

#top-menu-other-options img {
	cursor: pointer;
}

#top-menu-other-options a {
	opacity: 1;
}

#top-menu-other-options #search-form-container {
	padding: 0 1rem;
}

#top-menu-other-options form {
	display: none;
	margin: 0;
	padding: 0;
}

#top-menu-other-options.search-form-displayed form {
	display: inline-block;
}

#top-menu-other-options form input {
	background-color: #42424E;
	background-image: none;
	border: none;
	color: #fff;
	height: 1rem;
}

#top-menu-other-options form .input-group-btn {
	display: none;
}

/* Style For header of covid template page  */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.top-covid-alert {
  margin-bottom: 0;
  background: #ce4918;
  display: block;
}

.top-covid-alert-container:after,
.top-covid-alert-container:before {
  content: " ";
  display: table
}

.top-covid-alert-container:after {
  clear: both
}

.top-covid-alert a,
a:focus,
a:hover {
  text-decoration: none;
}

section.section-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.m-pagebanner {
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  overflow: hidden;
}

.covid-top-image{
  min-height: 800px;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  /* margin: 80px 0 80px 0;; */
}

.m-pagebanner  .text-intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m-pagebanner .inner {
  padding: 30px 0;
  opacity: 1;
}

.m-pagebanner .inner h1 {
  margin-top: 0;
  position: relative;
  z-index: 10;
  font-weight: bold;
}

.m-pagebanner .inner h1,
.m-pagebanner .inner p {
  color: #fff;
}

section.section-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-top: 30px;
}

section.section-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.m-introductionstatement {
  text-align: center;
  padding: 15px 0;
}

.m-introductionstatement p {
  margin-top: 1rem;
  font-size: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  color: #16086d;
}

.ressource_link{
  font-size: 24px;
  color: #16086d;
}

.m-introductionstatement .titre-section:after {
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  margin: 15px auto 0 0;
  background: #16086d;
}

/* .m-rte {
  padding: 15px 0;
} */

.animated{
  animation-duration: 30s;
  animation-delay: 20s;
}

p.preamble {
  font-size: 20px !important;
  line-height: 28px !important;
  color: #16086d !important;
  font-family: inherit;
}

.m-introductionstatement p {
  font-size: 3rem;
  line-height: 55px;
}

.m-rte p{
  font-size: 24px;
  line-height: 36px;
  color: #4f4f4f;
}

.m-rte ul {
  list-style: none;
}

.m-rte ol li {
  font-size: 23px;
  line-height: 28px;
  color: #4f4f4f;
  margin-bottom: 1rem;
}

.download-btn{
  font-size: 18px !important;
  text-decoration: underline !important;
}

.button-contain{
  border: none !important;
}

.back-gray{
  background-color: #cecece29;
}

.arrow-li{
  display: flex;
  font-size: 20px;
  line-height: 36px;
  color: #4f4f4f;
}

.m-rte ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .8rem;
  line-height: 28px;
  content: "\f111";
  color: #16086d;
  margin-right: 10px;
  margin-left: 2rem;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.arrow-li:before {
  display: none !important;
}

.arrow-li i {
  color: #16086d;
  font-size: 20px;
  font-weight: bold;
}

.tr-situation-table{
  background-color: #16086d;
  color: #fff;
  font-size: 0.8rem !important;
}

.td-situation-pays{
  font-weight: bold;
  font-size: 18px;
}

.m-parallaximage {
  height: 800px;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.m-parallaximage .e-image {
  position: absolute;
  top: -60%;
  left: 0;
  min-width: 100%;
  height: 200%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.m-parallaximage .e-source {
  margin: 25px 0 0;
  z-index: 10;
  color: #fff;
}


.m-parallaximage blockquote,
.m-parallaximage p {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
}

.m-parallaximage .e-source .e-name, .m-parallaximage .e-source .e-title {
    text-transform: uppercase;
}

.m-parallaximage .e-source .e-name {
    font-size: 18px;
    line-height: 15px;
    font-weight: bold;
}

 .item {
    border-radius: 3px;
    padding: 15px 0px 30px 30px;
    background: url(https://acmap.travelerwp.com/wp-content/themes/traveler/v2/images/qoute_icon.png) top 30px right 30px no-repeat;
}

.item .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item .author img {
    margin-right: 20px;
    width: 70px;
    height: auto;
    /* border-radius: 50%; */
}
.st-testimonial-new .st-testimonial-slider .item .author .author-meta h4 {
    font-size: 16px;
    margin-bottom: 8px;
}
.item .author .author-meta .star .fa {
    color: #FFDC00;
    font-size: 16px;
    margin-right: 2px;
}
.item p {
    font-size: 20px;
    margin-bottom: 0px;
}

.item blockquote{
  margin: 0 0 1rem 0 !important;
  padding: 0 !important;
  border-left: 0;
  color: #4f4f4f;
  font-size: 24px !important;
  position: relative;
  z-index: 10;
}

.item blockquote:before{
  font-size: 2rem;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  content: '\201C';
  left: 0;
}

.item blockquote:after {
  font-size: 2rem;
  line-height: 20px;
  display: inline-block;
  vertical-align: text-top;
  content: '\201E';
  left: 0;
}


/* end of covid style*/

#second-nav {
	background-color: #fff;
	box-shadow: 0 0 7px rgba(0,0,0,.5);
}

#second-nav .navbar-brand {
	padding: 2rem 0;
}

#second-nav .logo {
	height: 3.5rem;
	margin-right: 2.5rem;
}

#primary-menu {
	display: inline-block;
	padding: 1rem 0;
	float: right;
}

#primary-menu li {
	display: inline-block;
	padding: 1rem 1rem;
}

#primary-menu a {
	text-transform: uppercase;
	font-weight: bold;
	color: #292b2c;
}

#primary-menu a.expanded {
	color: #c5942c;
}

#primary-menu a:hover,
#primary-menu a:focus,
#primary-menu a:active {
	text-decoration: none;
	color: #c5942c;
}

#second-nav-collapse {
	background-color: #fff;
	border-top: 1px solid rgba(66, 66, 78, 0.1);
}

#second-nav-collapse .menu-options {
	width: 100%;
	min-height: 350px;
	overflow: scroll;
	padding: 2.5rem 0;
}

#second-nav-collapse .left-side {
	padding-right: 2.5rem;
	border-right: 1px solid rgba(66, 66, 78, 0.1);
}

#second-nav-collapse .right-side {
	padding-left: 2.5rem;
}

#second-nav-collapse section:not(:first-child) {
	padding-top: 2rem;
}

#second-nav-collapse h3,
#second-nav-collapse h6 {
	text-transform: uppercase;
	color: #42424E;
	font-size: 1.7rem;
}

#second-nav-collapse ul {
	padding: 0;
	margin: 0;
}

#second-nav-collapse ul div {
	display: inline-block;
	width: 32%;
}

#second-nav-collapse ul li {
	padding: 0.25rem 0;
	list-style: none;
}

#second-nav-collapse a {
	color: rgba(66, 66, 78, 0.8);
}

#second-nav-collapse a:hover,
#second-nav-collapse a:focus,
#second-nav-collapse a:active {
	color: #c5942c;
	text-decoration: underline;
}

#second-nav-collapse .item-with-image {
	position: relative;
}

#second-nav-collapse .item-with-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.5rem;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 1rem;
}

#second-nav-collapse .item-with-image .overlay:hover,
#second-nav-collapse .item-with-image .overlay:focus,
#second-nav-collapse .item-with-image .overlay:active {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

header .nav li {
	position: relative;
}

header .nav ul.sub-menu {
	position: absolute;
	background-color: #42424E;
	min-width: 280px;
	padding: 0;
	z-index: 10;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

header .nav li:hover ul.sub-menu {
	max-height: 550px;
	left: 0;
}

header #second-nav.nav li:hover ul.sub-menu {
	left: 1rem;
}

header .nav ul.sub-menu li {
	width: 100% !important;
	padding: 1rem !important;
	border-right: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .nav ul.sub-menu a {
	color: #fff !important;
}

header .nav ul.sub-menu a:hover,
header .nav ul.sub-menu a:focus,
header .nav ul.sub-menu a:active {
	color: #c5942c !important;
}

header #first-nav.nav ul.sub-menu a:hover,
header #first-nav.nav ul.sub-menu a:focus,
header #first-nav.nav ul.sub-menu a:active {
	color: #fff !important;
}

#sm-nav .navbar {
	position: relative;
}

#sm-nav .navbar-brand {
	width: 12rem;
}

#sm-nav .logo {
	width: 100%;
}

#sm-nav .toggler {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	border: 1px solid #42424E;
	background-color: transparent;
}

#sm-nav .toggler span:not(.navbar-toggler-icon) {
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #42424E;
}

#sm-nav-collapse {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 90%;
	padding: 1rem;
	overflow-y: scroll;
	background-color: #42424E;
	z-index: 100;
}

#sm-nav-collapse .top-options {
	width: 100%;
	text-align: left;
	color: #fff;
}

#sm-nav-collapse .close-btn {
	font-size: 1.2rem;
}

#sm-nav-collapse .other-options {
	display: inline-block;
	float: right;
	position: relative;
}

#sm-nav-collapse .other-options .lang {
	margin-right: 0.5rem;
}

#sm-nav-collapse #sm-search-form-container {
	margin: 2rem 0 1rem 0;
}

#sm-nav-collapse ul {
	padding: 0;
	margin: 0;
}

#sm-nav-collapse li {
	list-style: none;
	padding: 0.5rem 0;
	position: relative;
}

#sm-nav-collapse li.menu-item-has-children::after {
	content: '';
  background-image: url(images/arrow-down.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
	opacity: 0.7;
}

#sm-nav-collapse li.menu-item-has-children.expanded::after {
	background-image: url(images/arrow-up.png);
}

#sm-nav-collapse ul.sub-menu {
	padding: 0 1rem;
	display: none;
}

#sm-nav-collapse ul.sub-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sm-nav-collapse a {
	color: #fff;
	text-transform: uppercase;
}

#sm-nav-collapse a:hover,
#sm-nav-collapse a:focus,
#sm-nav-collapse a:active {
	text-decoration: none;
}


#header-message {
  background: #16086d;
}
#header-message p {
  font-size: 0.7rem;
  line-height: 2;
  color: #fff;
  padding: 0;
  margin: 0;
}
#header-message a {
  color: #fff;
  text-decoration: none;
}

#page {
  position: relative;
  padding-top: 13.33rem;
}
.home #page {
  height: 100%;
  padding-top: 0;
}

#sub-menu {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.navbar {
  background: rgba(255, 255, 255);
  box-shadow: none;
  border-bottom: 0;
}
.home .navbar {
  background: rgba(255, 255, 255, 0.6);
}

#post-header {
  position: relative;
  background: rgba(22, 8, 109, 0.1);
  margin: 0;
  padding: 0;
}

#post-header.post-header-thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
}
#post-header.post-header-thumbnail img {
  width: 100%;
  height: auto;
}

#slideshow {
  margin-top: 40px;
}
#slideshow img {
  width: 100%;
}
.carousel-inner > .item {
  min-height: 360px;
  background-size: cover !important;
}
.carousel-caption,
#post-header-title {
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: left;
  font-size: 0.7em;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 2%;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.carousel-caption h2 {
  margin: 0;
}
#post-header-title h1 {
  font-size: 1.3em;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  padding: 0;
}
#post-header-title h1 a {
  color: #ccc;
}

#video-post {
  padding-top: 60px;
}

.scorecard-meta {
  padding-top: 60px;
  padding-bottom: 30px;
}
.scorecard-title {
  font-size: 2.8em;
  color: #16086d;
}
.scorecard-date {
  text-transform: capitalize;
  font-size: 1.5em;
}

.scorecard-text p {
  font-size: 0.8em;
  font-style: italic;
}

h1.entry-title {
  text-align: center;
  margin: 0 0 3rem;
}
.page h1.entry-title {
  text-align: left;
  text-transform: uppercase;
}
.po_event h1.entry-title {
  text-align: left;
  margin: 0 0 1rem;
}

#content {
  margin-top: 0;
  margin-bottom: 0;
}

.site-content {
  padding-top: 6rem;
}

#contact .modal {
  top: 25%;
}

#contact .modal-content {
  color: #000 !important;
  border-radius: 0;
  padding: 2rem;
}

#contact .card-modal-link {
  min-height: 150px;
}

.box-title {
  font-size: 1rem !important;
  font-weight: bold;
  color: #16086d;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1rem;
}
.box-title span {
  border-left: 4px solid #c5942c;
  border-right: 4px solid #c5942c;
  padding: 0 0.5rem;
}

.entry-content {
  margin-bottom: 2rem;
	margin-top: 2rem;
}

.entry-content p,
.entry-content ul li {
	font-size: 1.2rem
}

.entry-content p strong {
	font-size: 1.2rem;
}

.card a:hover span {
  background: rgba(197, 148, 44, 0.6);
}

span.card-title,
span.card-text {
  background: rgba(0, 0, 0, 0.6);
  padding: 0.2rem 0.5rem;
  margin: 0;
}
span.card-title {
  display: inline-block;
  font-size: 1.2rem;
}
span.card-text {
  display: block;
  font-weight: 300;
  color: #fff !important;
}

#section-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.1rem;
}
#section-menu a {
  display: block;
  padding: 0.4rem 0;
  font-weight: bold;
}
#section-menu li:first-child .active {
	text-decoration: none;
}
#section-menu li.current_page_item a {
  color: #16086d;
	border-left: 2px solid #16086d;
	border-radius: 0 .2rem .2rem 0;
	background-color: #ddd;
	padding-left: .5rem
}
#section-menu li:hover {
	background-color: #ddd;
	border-radius: .2rem
}
#section-menu li:hover a {
	text-decoration: none;
}

#slideshow a {
  color: #fff;
}

.entry-thumbnail {
  margin: 0 0 1rem;
}

.full-box {
  margin-top: 60px;
  margin-bottom: 60px;
}

.news {
  padding: 4rem 0;
}
.news .news-box {
  background: #fff;
  border-radius: 0;
  margin-bottom: 1.5rem;
  border: 1px solid;
}
.home #news h2,
#news h1,
#home-map-container h2 {
  font-size: 2rem;
  text-align: center;
  padding: 0 0 2rem;
	font-family: 'Source Sans Pro', sans-serif;
}
.single-po_country h1.entry-title {
  margin-bottom: 0;
}

.news-box .card-title {
  color: #000;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.news .news-box .card-title {
  color: #000;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.home .news .news-box .card-title {
  height: 3rem;
  overflow: hidden;
}
.news h4 a {
  color: #000;
}
.news p {
  font-size: 0.9em;
  font-weight: 300;
}

.news .btn {
  font-size: 1rem;
  background: #fff;
  color: #16086d;
  text-transform: uppercase;
  border: 2px solid #16086d;
  border-radius: 0;
  padding: 0.5rem 3rem;
}
.news .btn:hover,
.news .btn:active {
  background: #16086d;
  color: #fff;
  border: 2px solid #16086d;
  border-radius: 0;
}
.entry-tags {
  font-size: 0.9rem;
  line-height: 1.4;
  height: 3rem;
  overflow: hidden;
}
.entry-tags h4 {
  display: inline-block;
  font-size: 1rem;
  margin: 0 0.3rem 0 0;
}
#home-map-container {
  background-color: #c9c9ca;
  padding: 2rem 0 0;
}
#home-map-container {
	text-align:center;
}
#home-map path,
#home-map polygon {
	cursor: pointer;
}

.entry-category {
  margin: 0 0 10px;
}

.single-post {
  margin-bottom: 30px;
}

.panel-group {
  margin: 30px 0;
}
.panel {
  border: 1px solid #c5942c;
  border-top: 5px solid #c5942c;
}
.panel-heading {
  background: rgba(197, 148, 44, 0.1) !important;
}
.panel-title {
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
.panel-title a {
  display: block;
  color: #16086d;
  text-decoration: none;
}
.panel-body {
  padding: 0.5rem 1rem;
}

#country-trends {
  margin-top: 2rem;
}
#country-actionplan {
  position: relative;
  min-height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#btn-actionplan {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -17px;
}

#other-posts {
  margin: 60px 0 0;
  padding: 0 0 30px;
  background: rgba(22, 8, 109, 0.1);
}
#other-posts #section-title {
  padding: 15px 0;
  margin: 0 0 30px;
  background: #c5942c;
  color: #fff;
}
#other-posts #section-title h2 {
  font-size: 1.4em;
  line-height: 34px;
  margin: 0;
}
#other-posts #section-title strong {
  text-transform: uppercase;
}

#content .navigation {
  text-align: center;
  margin: 2rem 0 3rem;
}
.wp-paginate li a,
.wp-paginate li span {
  border-radius: 4px;
  background: #fff;
}
.wp-paginate li a:hover {
  background: #fefefe;
}


.contact-post {
  text-align: center;
}
.contact-post h3 {
  font-size: 1.2em;
  font-weight: bold;
}
.contact-post h4 {
  font-size: 1em;
}
.contact-post ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-post li {
  display: inline-block;
}
.contact-post .contact-details {
  font-size: 0.8em;
}

.entry-files {
  list-style: none;
  padding: 0;
  margin: 0;
}
.entry-files li {
  display: block;
  list-style: none;
  margin: 20px 0 0;
}
.page-template-po-registration #primary {
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-template-po-contact #social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-template-po-contact #social-icons li {
  display: inline-block;
  padding: 0 10px;
}

#multimedia .media-details {
  margin-bottom: 30px;
}
#multimedia .media-details h3 {
  font-size: 1.4em;
}

.country-map {
  position: relative;
}

.country-flag {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 26.6px;
  background-size: 100% auto !important;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
}

#country-map-benin .country-flag {
  background: url(images/benin.png) no-repeat;
}
#country-map-burkina-faso .country-flag {
  background: url(images/burkina-faso.png) no-repeat;
}
#country-map-cote-divoire .country-flag {
  background: url(images/cote-divoire.png) no-repeat;
}
#country-map-guinee .country-flag {
  background: url(images/guinea.png) no-repeat;
}
#country-map-mali .country-flag {
  background: url(images/mali.png) no-repeat;
}
#country-map-mauritanie .country-flag {
  background: url(images/mauritania.png) no-repeat;
}
#country-map-niger .country-flag {
  background: url(images/niger.png) no-repeat;
}
#country-map-senegal .country-flag {
  background: url(images/senegal.png) no-repeat;
}
#country-map-togo .country-flag {
  background: url(images/togo.png) no-repeat;
}

#country-metrics {
  background: rgba(197, 148, 44, 0.1);
  text-align: center;
  border: 2px solid #c5942c;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.7em;
}
#country-trend text {
  font-size: 0.8em;
}
#country-metrics label {
  display: block;
  font-size: 0.5em;
  margin-top: 1rem;
}

#events .news-box {
  border: 1px solid #000;
}
#events .news-box img {
  border-radius: 0;
}

#events .event-details {
  margin-bottom: 30px;
}

#featured-events {
  background: rgba(197, 148, 44, 0.1);
  border: 1px solid #c5942c;
  margin: 60px 0;
  padding: 20px;
}
#featured-events h2 {
  color: #16086d;
  margin: 0 0 20px;
  font-size: 1.2em;
}
#featured-events h3 {
  margin: 0 0 10px;
}

.event-panel {
  background: #f3f3f3;
  padding: 0.8rem 1.2rem;
  border: 1px solid #ccc;
  font-weight: 300;
  margin: 0 0 2rem;
}
.event-panel h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
}

.single-po_event .jp-relatedposts {
  display: none !important;
}

#country-contacts {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#country-contacts ul {
  margin: 0;
  padding: 0;
}

div.afg-cell {
  padding: 0 15px;
}

.sidebar-inner {
  background: rgba(197, 148, 44, 0.1);
  padding: 20px;
  border-radius: 4px;
}
.widget {
  margin: 0 0 40px;
}
.widget-title {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #16086d;
  margin: 0 0 15px;
  padding: 0;
}
.gform_footer.top_label {
  margin: 0 !important;
  padding: 0 2.5% 0 0 !important;
}
.gform_wrapper {
  margin: 0;
}
.validation-error {
  font-size: 0.8em !important;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 10px !important;
  border: 0 !important;
}

#country-document {
  background: rgba(22, 8, 109, 0.1);
  padding: 60px 0;
}
#country-document .box-title {
  margin-bottom: 30px;
}
#country-document .file-link {
  margin-bottom: 10px;
}
.file-link a {
  display: inline-block;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 5px 0;
  color: #16086d;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 5px 5px 30px;
}
.file-link a:hover {
  color: #c5942c;
}
.file-link a.ai {
  background-image: url("images/files/ai.png");
}
.file-link a.ai:hover {
  background-image: url("images/files/ai_hover.png");
}
.file-link a.audio {
  background-image: url("images/files/audio.png");
}
.file-link a.audio:hover {
  background-image: url("images/files/audio_hover.png");
}
.file-link a.doc {
  background-image: url("images/files/doc.png");
}
.file-link a.doc:hover {
  background-image: url("images/files/doc_hover.png");
}
.file-link a.img {
  background-image: url("images/files/img.png");
}
.file-link a.img:hover {
  background-image: url("images/files/img_hover.png");
}
.file-link a.pdf {
  background-image: url("images/files/pdf.png");
}
.file-link a.pdf:hover {
  background-image: url("images/files/pdf_hover.png");
}
.file-link a.ppt {
  background-image: url("images/files/ppt.png");
}
.file-link a.ppt:hover {
  background-image: url("images/files/ppt_hover.png");
}
.file-link a.ps {
  background-image: url("images/files/ps.png");
}
.file-link a.ps:hover {
  background-image: url("images/files/ps_hover.png");
}
.file-link a.video {
  background-image: url("images/files/video.png");
}
.file-link a.video:hover {
  background-image: url("images/files/video_hover.png");
}
.file-link a.word {
  background-image: url("images/files/word.png");
}
.file-link a.word:hover {
  background-image: url("images/files/word_hover.png");
}
.file-link a.xls {
  background-image: url("images/files/xls.png");
}
.file-link a.xls:hover {
  background-image: url("images/files/xls_hover.png");
}
.file-link a.zip {
  background-image: url("images/files/zip.png");
}
.file-link a.zip:hover {
  background-image: url("images/files/zip_hover.png");
}

#documentsTabContent .documents {
	margin-bottom: 20px;
}

#documentsTabContent .document {
	display: flex;
  align-items: center;
  padding: 10px;
  height: 100%;
  width: 100%;
  background-color: #cecece;
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */

#colophon .social-icons {
  padding: 0;
  margin: 0;
}
.social-icons li {
  display: inline-block;
}
.social-icons li img {
  width: 32px;
}
#content .social-icons li {
  padding: 0 10px 0 0;
}
#colophon .social-icons li {
  padding: 0 0 0 10px;
}

#footer {
  text-align: center;
}

#footer .site-info img {
  max-width: 17.2rem;
  margin-bottom: 1rem;
}

#footer-newsletter {
  max-width: 17.2rem;
  margin: 0 auto 1rem;
  font-size: 1rem;
  border: 1px solid;
}
#footer-newsletter p {
  margin: 0;
}
#footer-newsletter a {
  padding: 1rem;
}
#footer-newsletter img {
  padding: 0 1rem 0 0;
}

#footer-contact {
  margin: 0 auto 3rem;
}
#footer-contact p {
  margin: 0;
  padding: 0;
}
#footer-contact a {
  display: block;
  background: #fff;
  font-size: 1.5rem;
  color: #c5942c;
  text-align: center;
  border: 1px solid;
  padding: 1rem;
  text-decoration: none;
}

#footer {
  background: #202224;
  font-size: 0.8rem;
  color: #979797;
  line-height: 18px;
  padding: 2rem 0 1rem;
  margin: 0;
  border-top: 5px solid #c5942c;
}
#footer a {
  color: #979797;
}
#footer .address {
  padding: 0;
  margin: 0 0 3rem;
}
#footer .copyright {
}


/**
 * Privacy policy
 * ----------------------------------------------------------------------------
 */

.page-template-privacy-policy #page {
	padding-top: 0 !important;
}

.page-template-privacy-policy header,
.page-template-privacy-policy #partner,
.page-template-privacy-policy #footer {
  display: none;
}

.page-template-privacy-policy content-area {
  margin: 3rem auto;
}

.page-template-privacy-policy h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}


/**
 * New front page
 * ----------------------------------------------------------------------------
 */

/**Our-mission**/
#our-mission {
	margin-top: 6rem;
}
.linebreakdown{
  width: 100%;
  border-top: 1px solid #16086d;
  margin: 60px auto 70px;
  height: 12px;
}
.clearer{
  clear: both;
  line-height: 1px;
}
.contentWrap{
  margin: 0 auto;
  clear: both;
}
.headerblock{
  font-size: 24px;
  line-height: 36px;
  max-width: 820px;
  margin: 0 auto 70px;
  text-align: center;
}
.titleheaderblock{
  font-size: 48px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #16086d;
	padding-top: 5rem
}
.subtitleheaderblock {
	font-size: 1.8rem;
}
.linebreakup{
  width: 100%;
  border-bottom: 1px solid #16086d;
  margin: 60px auto 70px;
  height: 12px;
}
.arrow-down{
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
margin: auto;
border-top: 10px solid #16086d;
}
.arrow-up{
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
margin: auto;
border-bottom: 10px solid #16086d;
position: relative;
bottom: -1px;
}

/**Card categorie**/
.cardbox{
  overflow: hidden;
}
.cardbox .even{
  width: 100%;
	margin-left: 2%
}
.cardbox img{
  display: block;
  width: 100%;
}
img{
  border: none;
  max-width: 100%;
}
.cardbox a, .cardbox a:hover{
  text-decoration: none;
}
.po-catbox:hover img{
	opacity: 0;
}
.cardboxhead{
  font-size: 34px;
  font-weight: bold;
  background-color: #16086d;
  color: #fff;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.hover-in{
	background-color:#c5942c;
}
.cardboxbg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-thinktank {
	background-image: url("images/thinktank-hover.jpg") !important;
}
.bg-celf {
	background-image: url("images/celf-hover.jpg") !important;
}
.bg-regardpo {
	background-image: url("images/regardpo-hover.jpg") !important;
}
.bg-plan-action {
	background-image: url("images/plan-hover.jpg") !important;
}
 .link:hover{
  background-color: #D9003A;
}

/**Post-news"**/
.calloutblock{
  overflow: hidden;
}
.involvedblock{
  margin-bottom: 70px;
  overflow: hidden;
}
.involvedblock img{
  float: left;
  margin-right: 2.6%;
}
.involvedblock h1{
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #16086d;
  font-weight: bold;
  margin: 0 0 20px;
}
.involvedblock p{
  font-size: 18px;
  line-height: 30px;
}
img{
  border: none;
  max-width: 100%;
}
.involvedcopy h1 {
	font-family: 'Source Sans Pro', sans-serif !important;
}
.involvedcopy a{
	color: #16086d;
}
.involvedcopy a:hover{
	text-decoration: none;
}
.redbutton{
  color: #16086d;
	border: 1px solid #16086d;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  display: block;
  line-height: 36px;
  max-width: 200px;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #fff;
}
.redbutton:hover{
	color: #fff;
	background-color: #16086d;
	text-decoration: none;
}
.btn-readmore {
	position: absolute;
	bottom: 0;
	width: 100%
}
.involvedblock {
	position: relative;
}
.btn-archive {
	color: #fff;
  border: 1px solid #16086d;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  display: block;
  line-height: 36px;
  max-width: 200px;
  box-sizing: border-box;
  background: #16086d;
	margin: 0 auto 70px;
}
.btn-archive:hover,
.btn-archive:focus,
.btn-archive:active {
	text-decoration: none;
	color: #fff;
}


/*partner*/
#partners{
  position: relative;
  background-color: #F7F8F8;
}

#partners img {
  max-width: 70%;
  padding-bottom: 1rem;
  height: auto !important;
}

#partners .second {
  margin-top: 1.5rem;
}


/**
 * Actions plan
 * ----------------------------------------------------------------------------
 */

 .action_plan {
	 background-image: url("images/menu-who-we-are-image.jpg") !important;
	 min-height: 60vh !important;
	 height: 100%;
	 background-position: center;
 }

 .action-page-title {
	 padding-top: 4rem;
	 padding-bottom: 2rem;
 }

 .plan_of_country-card {
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
	 height: 100%;
	 min-height: 30vh;
	 background-color: rgba(0,0,0,0.5);
 }
 .img-card:after{
    content: '';
    background: linear-gradient(#e4837c,#eac781);
}
 .country-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	border-radius: 5px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position:relative;
	opacity:1;
}
 .name-country {
	 color: #fff;
}
.btn-plan  {
	display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #008CBA;
	opacity: 0;
	height: 100%;
	border-radius: 5px;
}
.country-card:hover .name-country {
	opacity: 0;
}
.country-card:hover .btn-plan {
	opacity: 1;
	zoom: 1;
  background-color: rgba(0,0,0,0.5);
}
.btn-plan .pa {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.pa1 {
	top: 30% !important;
}
.pa2 {
	top: 70% !important;
}
.btn-plan a {
	 background-color: #16086d;
	 border-radius: 3px;
	 width: 50%;
	 padding: 10px 0;
}
.btn-plan a, .btn-plan a:hover {
	color: #fff;
	text-decoration: none;
}
.btn-download {
	 display: flex;
	 position: absolute;
 	 bottom: 0;
	 width: 100%
 }
 .btn-download a {
		background-color: #16086d;
		border-radius: 3px;
		width: 100%;
		padding: 10px 0;
 }
 .btn-download a, .btn-download a:hover {
	 color: #fff;
	 text-decoration: none;
 }

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

/* Extra small devices (portrait phones, less than 34em) */
@media (max-width: 543px) {
  #newsletter-form .gform_heading h3 {
    font-size: 1rem;
  }
}

@media (min-width: 544px) {
  #header-message p {
    font-size: 0.9rem;
  }

  .news .news-box {
    height: 25rem;
  }
  .page-template-po-event-php .news-box {
    height: 28rem;
  }
  .page-template-po-blog .news .news-box {
    height: 30rem;
  }
}

@media (max-width: 767px) {
  #home-header {
    background: #202224 !important;
  }
  #home-header #home-message {
    text-align: center;
    padding: 5rem 0;
  }
  #home-header #home-message h2 {
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    padding: 0 0 1rem;
    /* padding: 0 0 2rem; */
  }
	#home-header #home-message p {
		color: #fff;
		font-size: 1.5rem;
		line-height: 1.2;
  }
  #newsletter-form .gform_footer input[type=submit] {
    font-size: 1rem !important;
    padding: 0.9rem 1rem !important;
  }

	#documentsTabContent .documents {
		display: block;
		margin-bottom: 0;
	}

	#documentsTabContent .document {
		margin: auto;
		margin-bottom: 20px;
		width: 60%;
	}

	#partners img {
	  max-width: 90%;
  }

  .m-parallaximage blockquote,
  .m-parallaximage p{
    font-size: 17px !important;
  }
}

@media (max-width: 991px) {
	#page {
		padding-top: 0;
  }

  .covid-top-image {
    margin-top: 0 !important;
  }
}

/* Small devices (landscape phones, less than 48em) */
@media (min-width: 544px) and (max-width: 767px) {
  #country-actionplan {
    min-height: 420px;
  }


	/*Post-news section*/
	.linebreakdown {
		margin: 30px auto 40px;
	}
	.involvedblock p {
    padding-bottom: 2rem;
	}

	#section-menu {
    padding-bottom: 4rem;
	}
}

@media (min-width: 768px) {
  .admin-bar header .fixed-top{
    top: 2rem;
  }
  .home header {
    height: 100%;
    min-height: 35rem;
  }
  #home-header {
    background-color: #202224;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
		top: 11rem;
  }
  #home-header .container {
    max-width: 1000px;
  }
  #home-header .container,
  #home-header .row {
    height: 100%;
  }

  #home-header #home-message {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
  }

  #home-header #home-message h2 {
    font-size: 2.7rem;
    line-height: 1.2;
    color: #fff;
    max-width: 30rem;
    padding: 0 0 1rem;
    /* padding: 0 0 3rem; */
  }

	#home-header #home-message p {
		color: #fff;
		font-size: 2rem;
		max-width: 20rem;
		line-height: 1.2;
		margin-bottom: 2.5rem;
  }

  #home-header #home-message .btn-primary {
    padding: 0.75rem 1.5rem;
  }

  #post-header-title {
    width: 46%;
    font-size: 1em;
    border-right: 5px solid #fff;
  }

  .country-flag {
    width: 100px;
    height: 66.5px;
  }

  .news .news-box {
    height: 27rem;
  }
  .page-template-po-event-php .news-box {
    height: 30rem;
  }
  .page-template-po-blog .news .news-box {
    height: 32rem;
  }
  .home #partner,
  .single-po_country #partner,
  .po_media-template-default #partner {
    background: #e8e8f0;
  }
  #partner {
    text-align: center;
  }
  #partner h2 {
    font-size: 1rem;
  }
  #partner li img {
    max-height: 3rem;
  }
  #footer {
    text-align: left;
  }
  #footer-newsletter {
    max-width: 100%;
    margin: 0 0 1rem;
  }
  #footer-contact {
    max-width: 100%;
    margin: 0 0 3rem;
  }
  #footer .social-icons {
    text-align: right;
  }

  .testi-section .col-md-4 {
    max-width: 32.333333% !important;
  }
}

/* Medium devices (tablets, less than 62em) */
@media (min-width: 768px) and (max-width: 991px) {
	#home-header {
		top: 0;
	}

  #featured-section-content {
    padding: 10rem 0 5rem;
  }
  #country-actionplan {
    min-height: 480px;
  }

  .m-parallaximage blockquote,
  .m-parallaximage p {
    font-size: 40px !important;
  }

  .item .author .author-meta h4{
    font-size: 1em !important;
  }

}

/* Large devices (desktops, less than 75em) */
@media (min-width: 992px) and (max-width: 1199px) {
	#second-nav .logo {
		height: 2.5rem;
	}

  #newsletter-form .gform_heading {
    width: 34%;
  }
  #newsletter-form .gform_body {
    width: 66%;
  }
  #newsletter-form .gform_heading h3 {
    line-height: 3.5rem;
  }
  #featured-section-content {
    padding: 12rem 0 6rem;
  }
  #country-actionplan {
    min-height: 560px;
  }
}


/* Extra large devices (desktops, more than than 75em) */
@media (min-width: 1200px) {
  #post-header.post-header-thumbnail {
    min-height: 275px;
    padding: 0;
  }
  #post-header.post-header-thumbnail img {
    display: none;
  }
  #newsletter-form .gform_heading {
    width: 30%;
  }
  #newsletter-form .gform_body {
    width: 70%;
  }
  #newsletter-form .gform_heading h3 {
    line-height: 3.5rem;
  }
  #featured-section-content {
    padding: 20rem 0 7rem;
  }
  #country-actionplan {
    min-height: 640px;
  }
}

@media(max-width:767px){
	.linebreakdown {
    margin: 30px auto 40px;
	}
  .headerblock{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 70px;
  }
  .titleheaderblock {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .homeRow{
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .involvedblock img {
    float: none;
    margin-right: 0%;
    width: 100%;
    min-width: fit-content;
  }
	.involvedcopy {
		padding: 2rem 1rem
	}

	/*Card */
	.even {
    margin-left: 0rem !important;
	}
}

/* media query for covid page*/

@media (min-width: 1200px) {
  .col-lg-6 {
    width: 50%;
  }

  /* .text-intro {
    width: 1200px;
  } */

  .m-parallaximage {
    padding: 205px 0;
  }
}

@media (min-width: 992px) {
  .m-pagebanner {
    height: 750px;
  }

  .text_intro {
    width: 970px;
  }

  .m-pagebanner .inner h1 {
    font-size: 60px;
    line-height: 68px;
  }

  .m-parallaximage {
    padding: 150px 0 150px 0;
  }

  .m-parallaximage .e-source {
    margin: 55px 0 0;
  }
}
