/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}



/*------------------------------------*\
    FONTS
\*------------------------------------*/
/**
 * Fonts
 */
 
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/noto-sans-regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/noto-sans-bold.woff2) format('woff2');
}
 
@font-face {
  font-family: 'Noto Naskh Arabic';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/noto-naskh-regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Noto Naskh Arabic';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/noto-naskh-bold.woff2) format('woff2');
}

/*
// Annotation font-size: 0.875rem;
// Navigation font-size: 1rem;
// Navigation.ar font-size: 1.250rem;
// Footer links font-size: 1rem;
*/
 
/*------------------------------------*\
    COLORS
\*------------------------------------*/
/**
 * Colors
 */
 
/*
// GC4HR black rgba(33, 33, 33, 1)
// GC4HR Red rgba(239, 78, 82, 1)
// White rgba(255, 255, 255, 1)
// Black rgba(0, 0, 0, 1)
// Annotation rgba(155, 155, 155, 1)
// Dropdown/footer/country background rgba(249, 249, 249, 1)
// Country dropdown background rgba(128, 128, 128, 1)
// Body External links rgba(248, 156, 27, 1)
// About us 2nd background rgba(255, 220, 118, 1)
// Horizontal lines rgba(181, 181, 181, 1)
// Google+ Icon rgba(243, 74, 56, 1)
// Share icon rgba(255, 109, 109, 1)
// Facebook icon rgba(59, 89, 152, 1)
// Twitter icon rgba(0, 172, 237, 1)
// Border of boxes rgba(220, 220, 220, 1)
// Facebook rgba(59, 89, 152, 1)
// Twitter rgba(0, 172, 237, 1)
*/

/*------------------------------------*\
    SPACING
\*------------------------------------*/
/**
 * Spacing
 */

/*
// Scale of .5rem
// Nav heigth 7rem [maybe 9rem is better]
// Nav width of 90vw
// Intro heigth 21rem
// Main width of 80vw
// Margin-top for main 6rem
// Margin-bottom for main 11rem [maybe 12rem is better]
// Footer nav height 6rem
// Footer height 9rem
// Footer centred
// H2 margin-bottom 2rem
// Spacing between listing 2rem
// Margin-top and -bottom for copy of listing 2rem
// Marging-left and -right for copy of listing 1.5rem
// Margin-bottom of block of listing 10rem [maybe 9rem is better]
// Height of img of listing 16rem
// Margin-top of pagination 5rem [maybe 6rem is better]
// Width of article page 60vw
// Margin-top of annotation in article page 3rem
// Margin-bottom of annotation in article page 1rem
// Height of main image in article page 30rem [maybe 32rem is better]
// Margin-bottom of main image in article page 3rem
// Margin-top and -bottom of article divider 6rem
// Margin-top of bottom annotation in article page 3rem
// Height of bottom annotation in article page 4rem [maybe 3rem is better]
*/
 
/*------------------------------------*\
    GENERAL
\*------------------------------------*/
/**
 * General
 */
 
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-family: 'Noto Sans', sans-serif;
  font-size: calc(10px + (60 - 10) * (100vw - 160px) / (8000 - 160));
  color: rgba(60, 60, 60, 1);
}

body {
	font-size: 1.188rem;
}

body {
	margin: 0;
}

p {
	margin: 0;
}

p + p {
	margin-top: 1.5rem;
}

.annotation {
	font-size: 0.875rem;
	color: rgba(118, 118, 118, 1);
}
 
/*------------------------------------*\
    HEADING
\*------------------------------------*/
/**
 * Heading
 */
 
h1,
.h1 {
 color: rgba(33, 33, 33, 1);
 font-size: 2.813rem;
 margin: 0;
 font-weight: 700;
}

h2,
.h2 {
 color: rgba(33, 33, 33, 1);
 font-size: 2.375rem;
 margin: 0;
 font-weight: 700;
}

h3,
.h3 {
 font-size: 1.563rem;
 margin: 0;
 font-weight: 400;
}

h4,
.h4 {
 color: rgba(33, 33, 33, 1);
 font-size: 1.563rem;
 margin: 0;
 font-weight: 400;
}
 
/*------------------------------------*\
    LIST
\*------------------------------------*/
/**
 * List
 */
 
ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
 
/*------------------------------------*\
    LINK
\*------------------------------------*/
/**
 * Link
 */
 
 a,
 button {
	 text-decoration: none;
	 color: inherit;
 }
 
/*------------------------------------*\
    NAV
\*------------------------------------*/
/**
 * Navigation
 */

.nav {
 background-color: rgba(16, 16, 16, 1);
 color: rgba(255, 255, 255, 1);
 font-size: 1rem;
 padding: 0;
 position: relative;
}

@media screen and (min-width: 768px) {
	.nav {
	 background-color: rgba(33, 33, 33, 1);
	 padding: 1.5rem 0;
	}
}

.nav a:hover,
.nav a:focus,
.nav a:active {
	color: rgba(239, 78, 82, 1);
	border-color: rgba(239, 78, 82, 1);
}

.nav__container {
	width: 100%;
	margin: 0 auto;
	display: block;
}

@media screen and (min-width: 768px) {
	.nav__container {
		width: 90%;
	}
}

.nav__list--main > li,
.nav__list--us,
.nav__list--lang
 {
	padding-left: 5%;
	padding-right: 5%;
}

@media screen and (min-width: 768px) {
	.nav__list--main > li,
	.nav__list--us,
	.nav__list--lang {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.nav__container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.en .nav__container .nav__list > li + li {
		margin-left: 1rem;
	}
	
	.nav__logo {
		width: 15%;
	}
	
	.nav__logo img {
		height: 3rem;
	}
}

@supports (display: grid) {
	@media screen and (min-width: 768px) {
		.nav__container {
			display: grid;
			grid-template-columns: 13% 2% 41% 6% 13% 4% 7% 3% 11%;
			grid-template-areas: "logo ... main ... us ... social ... lang";
		}
		
		.nav__logo {
			width: 100%;
		}
	}
	
	@media screen and (min-width: 1024px) {
		.nav__container {
			grid-template-columns: 13% 7% 36% 7% 11% 3% 5% 7% 9%;
		}
	}
	
	.nav__list--main {
	  grid-area: main;
	}
	
	.nav__list--us {
		grid-area: us;
	}
	
	.nav__list--social {
		grid-area: social;
	}
	
	.nav__list--lang {
		grid-area: lang;
	}
	
	.nav__logo {
		grid-area: logo;
	}
	
	.nav__list--social {
		display: none !important;
	}
	
	.en .nav__container .nav__list > li + li {
		margin-left: 0;
	}
}

.nav__list--lang {
	padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	.nav__list--lang {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.nav__list--social {
		display: flex !important;
	}
}

.en .nav__list--lang li:first-child {
	color: rgba(239, 78, 82, 1);;
}

.nav__logo {
	margin: 0;
	padding: 1.5rem 5%;
	background-color: rgba(33, 33, 33, 1);
}

@media screen and (min-width: 768px) {
	.nav__logo {
		margin-top: .5rem;
		margin-bottom: -.5rem;
		padding: 0;
		background-color: transparent;
	}
}

.nav__logo a {
	font-size: 0;
	display: block;
	width: 60%;
}

@media screen and (min-width: 768px) {
	.nav__logo a {
		font-size: 0;
		width: 100%;
	}
}

.nav__logo__svg {
	display: none;
}

.nav__logo__svg--alt {
	display: block;
}

.nav input[type=checkbox]:checked ~ .nav__container {
	min-height: 100vh;
}

.nav input[type=checkbox] ~ .nav__container > ul {
	display: none;
}

.nav input[type=checkbox]:checked ~ .nav__container > ul {
   display: flex;
   flex-wrap: wrap;
}

.nav input[type=checkbox] ~ .nav__container > ul > li {
   flex: 1 100%;
   font-size: 1.750rem;
   padding-top: 1rem;
   margin-bottom: 1rem;
}

.nav input[type=checkbox] {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
}

.nav-open__label { 
  cursor: pointer;
  display: block;
	position: absolute;
	right: 5%;
	top: 1.5rem;
}

.nav-open__toggle {
	width: 2rem;
	height: 2rem;
	display: block;
}

.nav-open__toggle__one,
.nav-open__toggle__two,
.nav-open__toggle__three {
	width: 100%;
	height: .2rem;
	background: rgba(255, 255, 255, 1);
	margin: .3rem auto;
	backface-visibility: hidden;
	transition-duration: 0.3s;
	display: block;
}

.nav input[type=checkbox]:checked + .nav-open__label .nav-open__toggle__one {
	transform: rotate(45deg) translate(.25rem, .3rem);
}

.nav input[type=checkbox]:checked + .nav-open__label .nav-open__toggle__two {
	opacity: 0;
}

.nav input[type=checkbox]:checked + .nav-open__label .nav-open__toggle__three {
	transform: rotate(-45deg) translate(.35rem, -.5rem);
}

@media screen and (min-width: 768px) {
	.nav__logo__svg {
		display: block;
	}
	
	.nav__logo__svg--alt {
		display: none;
	}
	
	.nav input[type=checkbox] ~ .nav__container > ul {
	   display: flex;
	}
	
	.nav input[type=checkbox] ~ .nav__container > ul > li {
	   flex: none;
	   font-size: inherit;
	   padding-top: 0;
	   margin-bottom: 0;
	}
	
	.nav-open__label { 
	  display: none;
	}
}

.nav__list {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
	.nav__list {
		margin-top: 1.5rem;
	}
}

@media screen and (min-width: 768px) {
	.nav__list__countries:hover > div,
	.nav__list__countries:focus > div,
	.nav__list__countries:active > div,
	.nav__list__more:hover > ul,
	.nav__list__more:focus > ul,
	.nav__list__more:active > ul {
		display: block
	}
}

.nav__list__more:hover,
.nav__list__more:focus,
.nav__list__more:active {
	background-color: rgba(26, 26, 26, 1);
}

@media screen and (min-width: 768px) {
	.nav__list__more:hover,
	.nav__list__more:focus,
	.nav__list__more:active {
		background-color: transparent;
	}
}

.nav__list__countries div {
	display: none;
	position: relative;
	z-index: 3;
	color: rgba(60, 60, 60, 1);
	background-color: rgba(249, 249, 249, 1);
	border: 1px solid rgba(220, 220, 220, 1);
	padding: 3.5rem 2rem 6rem;
	width: 100vw;
	margin: 1rem 0 0 -5%;
}

@media screen and (min-width: 768px) {
	.nav__list__countries div {
		padding: 3.5rem 9rem 6rem;
		position: absolute;
		top: 5.75rem;
		left: 0;
		margin: 0;
	}
}

.nav__list__more ul {
	display: none;
	color: rgba(255, 255, 255, 1);
	padding: 1.5rem 4rem;
	margin: 0 -10% 0 -6%;
}

@media screen and (min-width: 768px) {
	.nav__list__more ul {
		position: absolute;
		top: 2.75rem;
		z-index: 3;
		color: rgba(60, 60, 60, 1);
		background-color: rgba(249, 249, 249, 1);
		border: 1px solid rgba(220, 220, 220, 1);
		padding: 1.5rem 2rem;
	}
	
	.en .nav__list__more ul {
		left: -1rem;
	}
}

.nav__list__countries ul {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.5rem;
}

@media screen and (min-width: 768px) {
	.nav__list__countries ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 1024px) {
	.nav__list__countries ul {
		grid-template-columns: repeat(6, 1fr);
	}
}


.nav__list__countries li {
	background-color: rgba(255, 255, 255, 1);
}

.nav__list__countries li a {
	display: flex;
	min-height: 10.5rem;
	position: relative;
	border: 1px solid rgba(220, 220, 220, 1);
}

.nav__list__countries span {
	margin: auto;
	padding: 1rem;
	text-align: center;
	position: relative;
	z-index: 3;
}

.nav__list__countries svg,
.nav__list__countries img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	padding: 1rem;
}

.nav__list__countries img {
	margin-top: 2rem;
	height: 85%;
}

@supports (display: grid) {
	.nav__list__countries img {
		margin-top: 0;
	}
}

.nav__list__countries svg g {
	fill: rgba(239, 78, 82, 1);
}

.nav__list__countries a:hover svg g,
.nav__list__countries a:focus svg g,
.nav__list__countries a:active svg g {
	fill: initial;
}

.nav__list__countries div:after,
.nav__list__more ul:after {
	content: "";
	display: none;
	position: absolute;
	bottom: 100%;
	border-style: solid;
	border-width: 1.5rem;
  border-color: transparent transparent rgba(249, 249, 249, 1) transparent;
}

@media screen and (min-width: 768px) {
	.nav__list__countries div:after,
	.nav__list__more ul:after {
		display: block;
	}
}

.en .nav__list__countries div:after {
	left: 25vw;
}

.en .nav__list__more ul:after {
	left: 1rem;
}

.nav__list__countries h1,
.nav__list__countries p {
	display: inline-block;
}

.nav__list__countries p + p {
	margin-left: 1rem;
}

.nav__list__more ul li + li {
	margin-top: 1.5rem;
}

.nav__list__countries div:hover,
.nav__list__countries div:focus,
.nav__list__countries div:active,
.nav__list__more ul:hover,
.nav__list__more ul:focus,
.nav__list__more ul:active {
	display: block;
}

.en .nav__list__countries,
.en .nav__list__more {
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	.en .nav__list__countries,
	.en .nav__list__more {
		margin-right: 1rem;
	}
}

.nav__list__countries a {
	position: relative;
}

.nav__list__more {
	position: relative;
}

.nav__list__countries > a:after,
.nav__list__more > span:after {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: .6rem;
  border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
}

@media screen and (min-width: 768px) {
	.nav__list__countries > a:after,
	.nav__list__more > span:after {
		border-width: .4rem;
	}
}

.en .nav__list__countries > a:after {
	right: -1.75rem;
}

@media screen and (min-width: 768px) {
	.en .nav__list__countries > a:after {
		right: -1rem;
	}
}

.en .nav__list__more > span:after {
	left: 6.5rem;
}

@media screen and (min-width: 768px) {
	.en .nav__list__more > span:after {
		left: 2.75rem;
	}
}

.nav__list__countries > a:after{
	top: 1rem;
}

@media screen and (min-width: 768px) {
	.nav__list__countries > a:after{
		top: .6rem;
	}
}

.nav__list__more > span:after {
	top: 1.75rem;
}

@media screen and (min-width: 768px) {
	.nav__list__more > span:after {
		top: .5rem;
	}
}

@media screen and (min-width: 768px) {
	.nav__list__countries:hover > a:after,
	.nav__list__countries:focus > a:after,
	.nav__list__countries:active > a:after,
	.nav__list__more:hover > span:after,
	.nav__list__more:focus > span:after,
	.nav__list__more:active > span:after {
	  border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
	}
}

@media screen and (min-width: 768px) {
	.nav__list__countries:hover > a:after,
	.nav__list__countries:focus > a:after,
	.nav__list__countries:active > a:after {
	  top: .2rem;
	}
}

@media screen and (min-width: 768px) {
	.nav__list__more:hover > span:after,
	.nav__list__more:focus > span:after,
	.nav__list__more:active > span:after {
	  top: .1rem;
	}
}

.nav__list__countries:hover,
.nav__list__countries:focus,
.nav__list__countries:active,
.nav__list__more:hover,
.nav__list__more:focus,
.nav__list__more:active {
	cursor: pointer;
	color: rgba(239, 78, 82, 1);
}

.nav__list--social {
	position: relative;
	margin-top: 1.25rem;
}

.nav__list--social:before {
	content: "";
	width: 1px;
	height: 3rem;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	top: -1rem;
}

.en .nav__list--social:before {
	left: -1.25rem;
}

.nav__list__facebook,
.nav__list__twitter {
	width: 1.5rem;
	height: 1.5rem;
}

.nav__list__facebook path,
.nav__list__twitter path {
	fill: rgba(255, 255, 255, 1);
}

.nav__list__facebook a:hover path,
.nav__list__facebook a:focus path,
.nav__list__facebook a:active path,
.nav__list__twitter a:hover path,
.nav__list__twitter a:focus path,
.nav__list__twitter a:active path {
	fill: rgba(239, 78, 82, 1);
}

.nav__list__countries {
	position: relative;
}

@media screen and (min-width: 768px) {
	.nav__list__countries {
		position: inherit;
	}
}

.countries-open__label,
.more-open__label {
	display: block;
	height: 2rem;
	width: 55%;
	position: absolute;
	top: 1rem;
	z-index: 1;
}

.nav__list__countries input[type=checkbox]:checked ~ div,
.nav__list__more input[type=checkbox]:checked ~ ul {
	display: block;
}

.nav__list__countries input[type=checkbox]:checked ~ a:after,
.nav__list__more input[type=checkbox]:checked ~ span:after {
	border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
	top: .5rem;
}

.nav__list__countries input[type=checkbox]:checked ~ a:after {
	top: .5rem;
}

.nav__list__more input[type=checkbox]:checked ~ span:after {
	top: 1.25rem;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
/**
 * Header/intro/hero
 */

.intro--home,
.intro--about,
.intro--contact {
	border-top: 1px solid rgba(255, 255, 255, 1);
	background-image: url("../images/hero-intro-home.png");
	background-color: rgba(244, 184, 57, 1);
	background-repeat: no-repeat;
	background-size: 125%;
	background-position: 0 0;
	height: 12rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.intro--home,
	.intro--about,
	.intro--contact {
		background-position: 4rem 0;
		height: 20rem;
		background-size: contain;
	}
}

@media screen and (min-width: 1024px) {
	.intro--home,
	.intro--about,
	.intro--contact {
		background-position: 4rem 0;
		height: 21rem;
		background-size: contain;
	}
}

.intro--home h1,
.intro--about h1,
.intro--contact h1 {
	text-align: center;
	width: 90%;
	line-height: 1.25;
	font-size: 1.75rem;
}

@media screen and (min-width: 768px) {
	.intro--home h1,
	.intro--about h1,
	.intro--contact h1 {
		width: 75%;
		font-size: 2.813rem;
	}
}

@media screen and (min-width: 1024px) {
	.intro--home h1,
	.intro--about h1,
	.intro--contact h1 {
		width: 60%;
	}
}

.intro--country {
	background-color: rgba(249, 249, 249, 1);
	margin: 5rem 0;
	padding: 0 5%;
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 50%);
}

.intro--country div,
.intro--country img {
	display: inline-block;
	width: 40%;
}

@supports (display: grid) {
	.intro--country div,
	.intro--country img {
		display: inherit;
		width: inherit;
	}
}

.intro--country div {
	padding: 4rem 0;
}

.intro--country p {
	padding: 2rem 0;
	line-height: 1.6;
}

.intro--country li {
	display: block;
}

.en .intro--country li + li {
	margin: 2rem 0 0 0;
}

@media screen and (min-width: 768px) {
	.intro--country li {
		display: inline-block;
	}
	
	.en .intro--country li + li {
		margin: 0 0 0 2rem;
	}
}

.intro--country a {
	color: rgba(239, 78, 82, 1);
}

.intro--country a:hover,
.intro--country a:focus,
.intro--country a:active {
	color: inherit;
}

.intro--country svg,
.intro--country img {
	width: 40%;
	height: 40%;
	position: absolute;
	pointer-events: none;
	top: 35%;
}

.en .intro--country svg,
.en .intro--country img {
	left: 55%;
}

@media screen and (min-width: 768px) {
	.intro--country svg,
	.intro--country img {
		width: 70%;
		height: 70%;
		top: 15%;
	}
	
	.en .intro--country svg,
	.en .intro--country img {
		left: 35%;
	}
}

@media screen and (min-width: 1024px) {
	.intro--country svg,
	.intro--country img {
		width: 110%;
		height: 110%;
		top: -5%;
	}
	
	.en .intro--country svg,
	.en .intro--country img {
		left: 15%;
	}
}

.intro--country svg g {
	fill: rgba(239, 78, 82, 1);
}
 
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/**
 * Main
 */

/* Countries filter list */
.country-list {
	display: flex;
	margin: 5rem auto 0;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
}

.country-list > li {
	flex: 1 50%;
	margin-bottom: 1rem !important;
}

@media screen and (min-width: 768px) {
	.country-list {
		width: 90%;
	}
	
	.country-list > li {
		flex: 3 33.333%;
	}
}

@media screen and (min-width: 1024px) {
	.country-list {
		width: 80%;
	}
	
	.country-list > li {
		flex: none;
	}
}

.country-list a:hover,
.country-list a:focus,
.country-list a:active {
	color: rgba(239, 78, 82, 1);
}

main {
	width: 90%;
	margin: 5rem auto 10rem;
}

@media screen and (min-width: 768px) {
	main {
		width: 80%;
	}
}

/* Listing of articles */
.listing {
	position: relative;
}

.listing + .listing {
	margin-top: 10rem;
}

.listing h2 {
	margin-bottom: 1.5rem;
	max-width: 80%;
}

.listing > a {
	position: absolute;
	top: 1.25rem;
	color: rgba(239, 78, 82, 1);
}

.en .listing > a {
	right: 1.25rem;
}

.listing > a:hover,
.listing > a:focus,
.listing > a:active {
	text-decoration: underline;
}

.listing > a:after {
	content: "\203A";
	margin-left: .5rem;
	font-size: 2rem;
	line-height: 1;
	position: absolute;
	top: -.5rem;
}

.en .listing > a:after {
	margin-left: .5rem;
}

@supports (display: grid) {
	.listing ul {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 2rem;
	}
	
	@media screen and (min-width: 768px) {
		.listing ul {
			grid-template-columns: repeat(3, 1fr);
		}
	}
}

.listing li {
	border: 1px solid rgba(220, 220, 220, 1);
	border-radius: 4px;
	height: 31rem;
	display: flex;
  flex-direction: column;
}

.listing li + li {
	margin-top: 2rem;
}

@supports (display: grid) {
	.listing li {
		min-height: 31rem;
		height: auto;
	}
	
	.listing li + li {
		margin-top: 0;
	}
}

.listing li:hover,
.listing li:focus,
.listing li:active {
	border-color: rgba(239, 78, 82, 1);
}

.listing__image-container {
	display: block;
	position: relative;
	height: 15.5rem;
	width: 50%;
	margin: 0 auto;
	overflow: hidden;
}

@supports (display: grid) {
	.listing__image-container {
		width: 100%;
	}
}

.listing img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.listing h3,
.listing p {
	padding: 1.5rem;
	line-height: 2.15;
}

.listing h3,
.listing p:not(.annotation) {
	flex: 1;
}

.listing h3 + p,
.listing p + p {
	padding-top: 0;
}

.listing span {
	color: rgba(239, 78, 82, 1);
	font-weight: 700;
}

.listing .h3 span {
	display: block;
	font-size: 1.188rem;
	margin-bottom: .5rem;
	font-weight: 400;
}

.listing__title-cfa span:before {
	content: "";
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: rgba(239, 78, 82, 1);
	display: inline-block;
	top: .05rem;
	position: relative;
}

.en .listing__title-cfa span:before {
	margin-right: .5rem;
}

.listing__link {
	color: rgba(239, 78, 82, 1);
	padding: 1.5rem 1.5rem 0;
	display: block;
}

/* Pagination for listing */
.pagination {
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin: 5rem auto 0;
	font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
	.pagination {
		width: 20%;
	}
}

.pagination a,
.pagination span {
	padding: .5rem .75rem;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 4px;
	display: block;
}

.pagination li:first-child a,
.pagination li:last-child a {
	border-color: rgba(239, 78, 82, 1);
	position: relative;
	color: rgba(255, 255, 255, 1);
}

.pagination li:first-child a:hover,
.pagination li:first-child a:focus,
.pagination li:first-child a:active,
.pagination li:last-child a:hover,
.pagination li:last-child a:focus,
.pagination li:last-child a:active {
	border-color: rgba(255, 255, 255, 1);
	color: rgba(239, 78, 82, 1);
	background-color: rgba(239, 78, 82, 1);
}

.pagination li:first-child a:after,
.pagination li:last-child a:after {
	content: "";
	display: block;
	position: absolute;
	top: .65rem;
	border-style: solid;
	border-width: .4rem;
}

.pagination li:first-child a:after {
	border-color: transparent rgba(239, 78, 82, 1) transparent transparent;
	left: .4rem;
}

.pagination li:first-child a:hover:after,
.pagination li:first-child a:focus:after,
.pagination li:first-child a:active:after {
	border-color: transparent rgba(255, 255, 255, 1) transparent transparent;
}

.pagination li:last-child a:after {
	border-color: transparent transparent transparent rgba(239, 78, 82, 1);
	right: .4rem;
}

.pagination li:last-child a:hover:after,
.pagination li:last-child a:focus:after,
.pagination li:last-child a:active:after {
	border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

.pagination span {
	background-color: rgba(239, 78, 82, 1);
	color: rgba(255, 255, 255, 1);
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active {
	color: rgba(239, 78, 82, 1);
}

/* Article page */
.article {
	margin: 0px auto;
}

@media screen and (min-width: 1024px) {
	.article {
		width: 50%;
	}
}

.article h1 {
	line-height: 1.25;
	margin-bottom: 1.25rem;
}

.article h1 span {
	color: rgba(239, 78, 82, 1);
}

.en .article h1 span {
	margin-right: 1.5rem;
}

.article--cfa h1 span:before {
	content: "";
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background-color: rgba(239, 78, 82, 1);
	display: inline-block;
	top: .05rem;
	position: relative;
}

.en .article--cfa h1 span:before {
	margin-right: .5rem;
}

.article__hero,
.article__description p > img,
.article__description > img {
	width: 100%;
	height: auto;
	max-height: 50vh;
	display: block;
	margin: 0 auto;
	object-fit: cover;
}

.article__description {
	margin-top: 2.5rem;
	line-height: 1.75;
}

.article__bar {
	overflow: hidden;
}

.article__bar .annotation {
	padding: 1.25rem 0;
	float: left;
}

.article__bar--download .annotation {
	padding: 1.25rem 0 .25rem;
	float: none;
}

.article__bar--top {
	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(181, 181, 181, 1);
}

.article__bar--image {
	border-bottom: none;
}

.article__bar--bottom {
	border-top: 1px solid rgba(239, 78, 82, 1);
	border-bottom: 1px solid rgba(239, 78, 82, 1);
	margin-top: 5rem;
}

.article a:not(.article__download) {
	color: rgba(239, 78, 82, 1);
}

.article ol {
	list-style: none;
	counter-reset: li;
}

.article ol li {
	counter-increment: li;
}

.article ol li:before {
	content: counter(li);
	color: rgba(239, 78, 82, 1);
  display: inline-block;
  width: 2rem;
	margin-left: -3rem;
	margin-right: 1rem;
  text-align: right;
  direction: rtl;
}

.article hr {
	margin: 5rem auto;
	width: 20%;
	box-shadow: none;
	height: 1px;
	border: 0;
	background-color: rgba(60, 60, 60, 1);
}

.article__download {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(239, 78, 82, 1);
	border: 1px solid rgba(239, 78, 82, 1);
	text-transform: uppercase;
	border-radius: 4px;
	display: block;
	margin: .25rem 0;
	padding: .5rem 1.5rem;
}

.en .article__download {
	float: left;
}

.article__download span {
	position: relative;
	top: -.25rem;
}

@media screen and (min-width: 768px) {
	.article__download span {
		top: 0;
	}
}

.article__download:hover,
.article__download:focus,
.article__download:active {
	color: rgba(239, 78, 82, 1);
	background-color: rgba(255, 255, 255, 1);
}

.article__download svg,
.article__download img {
	position: relative;
	top: .15rem;
	width: 29px;
	height: 22px;
}

.en .article__download svg,
.article__download img {
	left: -.75rem;
}

.article__download path {
	fill: rgba(255, 255, 255, 1);
}

.article__download:hover path,
.article__download:focus path,
.article__download:active path {
	fill: rgba(239, 78, 82, 1);
}

.article .addthis {
	width: 25%;
	padding-top: .5rem;
}

.en .article .addthis {
	float: right;
}

@media screen and (min-width: 1024px) {
	.article .addthis {
		width: 21%;
	}
}

@supports (display: grid) {
	@media screen and (min-width: 1024px) {
		.article .addthis {
			width: 18%;
		}
	}
}

.google_plusone_iframe_widget {
	width: 25px !important;
}

/* Other blocks mainly in About and Contact pages */
.intro--about + main,
.intro--contact + main {
	width: 100%;
}

.block {
	width: 90%;
	margin: 0 auto;
	padding: 6rem 0; 
}

@media screen and (min-width: 768px) {
	.block {
		width: 80%;
	}
}

.block h4,
.block p {
	line-height: 1.75;
}

.block--outside {
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	top: -9rem;
	margin-bottom: -9rem;
	padding-left: 3rem;
	padding-right: 3rem;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 6%;
}

.block--outside + .block--outside {
	top: 0;
	margin-bottom: 0;
	padding-top: 0;
}

.block--contact {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 8%;
	padding-left: 3rem;
	padding-right: 3rem;
}

.pageclip-form + div {
	margin-top: 3rem;
}

@media screen and (min-width: 768px) {
	.block--outside {
		grid-template-columns: 37% 57%;
		padding-left: 12rem;
		padding-right: 12rem;
	}

	.block--contact {
		grid-template-columns: 53% 30%;
		padding-left: 6rem;
		padding-right: 6rem;
	}
}

@supports (display: grid) {
	@media screen and (min-width: 768px) {
		.pageclip-form + div {
			margin-top: 0;
		}
	}
}

.block--contact p a {
	text-decoration: underline;
}

.block--full {
	background-color: rgba(255, 220, 118, 1);
	width: 100%;
}

.block--full h1,
.block--full ul,
.block--full > div {
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.block--full h1,
	.block--full ul,
	.block--full > div {
		width: 80%;
	}
}

.block--full h1 {
	text-align: center;
	font-weight: 400;
}

.block--full ul {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 4%;
	text-align: center;
	margin-top: 4rem;
}

.block--full li + li {
	margin-top: 4rem;
}

@media screen and (min-width: 768px) {
	.block--full ul {
		grid-template-columns: repeat(4, 22%);
	}
	
	.block--full li + li {
		margin-top: 0;
	}
}

.block--full li svg,
.block--full li img {
	margin: 0 auto 1rem;
	width: 7%;
}


@media screen and (min-width: 768px) {
	.block--full li svg {
		width: 20%;
	}
	
	.block--full li img {
		width: 10%;
		margin-top: 4rem;
	}
}

.block--full li .st0 {
	fill: rgba(0, 0, 0, 1);
}

.block--narrow {
	width: 60%;
	margin: 0 auto;
}

.block--narrow ul {
	margin-bottom: 6rem;
}

.block--narrow li {
	margin-top: 2rem;
}

.block__social {
	margin-top: .5rem;
}

.block__social li + li {
	margin-left: .5rem;
}

.block__facebook,
.block__twitter {
	width: 1.5rem;
	display: inline-block;
}

.block__facebook svg {
	fill: rgba(59, 89, 152, 1);
}

.block__twitter svg {
	fill: rgba(0, 172, 237, 1);
}
 
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
/**
 * Footer
 */
 
footer {
 font-size: 1rem;
 background-color: rgba(249, 249, 249, 1);
}
 
footer ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	width: 80%;
	padding: 2rem 0;
}

@media screen and (min-width: 768px) {
	footer ul {
		width: 30%;
	}
}

footer li {
	display: block;
	float: left;
}

.en footer li + li {
	margin-left: 2rem
}

@supports (display: grid) {
	footer li {
		display: inherit;
		float: inherit;
	}
	
	.en footer li + li {
		margin-left: 0
	}
}

footer a:hover,
footer a:focus,
footer a:active {
	color: rgba(239, 78, 82, 1);
}

footer div {
	background-color: rgba(33, 33, 33, 1);
	color: rgba(255, 255, 255, 1);
	padding: 1.5rem 0 3rem;
}

footer svg,
footer img {
	width: 60%;
	margin: 0 auto 1rem;
	display: block;
}

@media screen and (min-width: 768px) {
	footer svg,
	footer img {
		width: 20%;
	}
}

footer p {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	footer p {
		text-align: center;
	}
}

/*------------------------------------*\
    ACTIVE STATES
\*------------------------------------*/
/**
 * Not nice CSS hack because URL structure is a mess
 */

.js-country.js-1:not(.js-cfa, .js-news) .js-nav-1 > a,
.js-country.js-1 .js-country-1 > a,
.js-news.js-1:not(.js-cfa) .js-news-1 > a,
.js-cfa.js-1 .js-cfa-1 > a,
.js-country.js-2:not(.js-cfa, .js-news) .js-nav-2 > a,
.js-country.js-2 .js-country-2 > a,
.js-news.js-2:not(.js-cfa) .js-news-2 > a,
.js-cfa.js-2 .js-cfa-2 > a,
.js-country.js-3:not(.js-cfa, .js-news) .js-nav-3 > a,
.js-country.js-3 .js-country-3 > a,
.js-news.js-3:not(.js-cfa) .js-news-3 > a,
.js-cfa.js-3 .js-cfa-3 > a,
.js-country.js-4:not(.js-cfa, .js-news) .js-nav-4 > a,
.js-country.js-4 .js-country-4 > a,
.js-news.js-4:not(.js-cfa) .js-news-4 > a,
.js-cfa.js-4 .js-cfa-4 > a,
.js-country.js-6:not(.js-cfa, .js-news) .js-nav-6 > a,
.js-country.js-6 .js-country-6 > a,
.js-news.js-6:not(.js-cfa) .js-news-6 > a,
.js-cfa.js-6 .js-cfa-6 > a,
.js-country.js-7:not(.js-cfa, .js-news) .js-nav-7 > a,
.js-country.js-7 .js-country-7 > a,
.js-news.js-7:not(.js-cfa) .js-news-7 > a,
.js-cfa.js-7 .js-cfa-7 > a,
.js-country.js-8:not(.js-cfa, .js-news) .js-nav-8 > a,
.js-country.js-8 .js-country-8 > a,
.js-news.js-8:not(.js-cfa) .js-news-8 > a,
.js-cfa.js-8 .js-cfa-8 > a,
.js-country.js-9:not(.js-cfa, .js-news) .js-nav-9 > a,
.js-country.js-9 .js-country-9 > a,
.js-news.js-9:not(.js-cfa) .js-news-9 > a,
.js-cfa.js-9 .js-cfa-9 > a,
.js-country.js-10:not(.js-cfa, .js-news) .js-nav-10 > a,
.js-country.js-10 .js-country-10 > a,
.js-news.js-10:not(.js-cfa) .js-news-10 > a,
.js-cfa.js-10 .js-cfa-10 > a,
.js-country.js-11:not(.js-cfa, .js-news) .js-nav-11 > a,
.js-country.js-11 .js-country-11 > a,
.js-news.js-11:not(.js-cfa) .js-news-11 > a,
.js-cfa.js-11 .js-cfa-11 > a,
.js-country.js-12:not(.js-cfa, .js-news) .js-nav-12 > a,
.js-country.js-12 .js-country-12 > a,
.js-news.js-12:not(.js-cfa) .js-news-12 > a,
.js-cfa.js-12 .js-cfa-12 > a,

.js-country:not(.js-cfa) .js-countries > a,
.js-country:not(.js-cfa, .js-01, .js-2, .js-3 .js-4, .js-6, .js-7, .js-8, .js-9, .js-10, .js-11, .js-12) .js-nav-all > a,
.js-country:not(.js-cfa, .js-01, .js-2, .js-3 .js-4, .js-6, .js-7, .js-8, .js-9, .js-10, .js-11, .js-12) .js-country-all > a,
.js-news:not(.js-cfa) .js-countries > a,
.js-news:not(.js-cfa, .js-01, .js-2, .js-3 .js-4, .js-6, .js-7, .js-8, .js-9, .js-10, .js-11, .js-12) .js-news-all > a,
.js-cfa .js-cfa > a,
.js-cfa:not(.js-01, .js-2, .js-3 .js-4, .js-6, .js-7, .js-8, .js-9, .js-10, .js-11, .js-12) .js-cfa-all > a,

.js-report .js-report > a,
.js-event .nav__list__more,
.js-manual .nav__list__more,
.js-useful_link .nav__list__more,
.js-event .js-event > a,
.js-manual .js-manual > a,
.js-useful_link .js-useful_link > a,
.js-about_us .js-about_us > a,
.js-contact_us .js-contact_us > a {
	color: rgba(239, 78, 82, 1);
	border-color: rgba(239, 78, 82, 1);
}

.js-1:not(.js-cfa, .js-news) .js-nav-1 > a svg g,
.js-2:not(.js-cfa, .js-news) .js-nav-2 > a svg g,
.js-3:not(.js-cfa, .js-news) .js-nav-3 > a svg g,
.js-4:not(.js-cfa, .js-news) .js-nav-4 > a svg g,
.js-6:not(.js-cfa, .js-news) .js-nav-6 > a svg g,
.js-7:not(.js-cfa, .js-news) .js-nav-7 > a svg g,
.js-8:not(.js-cfa, .js-news) .js-nav-8 > a svg g,
.js-9:not(.js-cfa, .js-news) .js-nav-9 > a svg g,
.js-10:not(.js-cfa, .js-news) .js-nav-10 > a svg g,
.js-11:not(.js-cfa, .js-news) .js-nav-11 > a svg g,
.js-12:not(.js-cfa, .js-news) .js-nav-12 > a svg g {
	fill: initial;
}
 
/*------------------------------------*\
    ARABIC
\*------------------------------------*/
/**
 * Arabic
 */
 
.ar {
	direction: rtl;
}
 
html.ar {
	font-family: 'Noto Naskh Arabic', 'Noto Sans', sans-serif;
}

.ar body {
	font-size: 1.250rem;
}

.ar h3,
.ar .h3 {
 font-size: 1.750rem;
 margin: 0;
 font-weight: 400;
}

.ar h4,
.ar .h4 {
 font-size: 1.750rem;
 margin: 0;
 font-weight: 400;
}

.ar .nav__list--social:before {
	right: -1.25rem;
}

.ar .nav__list--lang {
	flex-direction: row-reverse;
}

.ar .nav__list__countries,
.ar .nav__list__more {
	margin-right: 1rem;
}

.ar .nav__list__countries a:after,
.ar .nav__list__more span:after {
	left: -1rem;
}

.ar .nav__list__countries div:after {
	right: 21vw;
}

.ar .nav__list__more ul:after {
	right: 1rem;
}

@media screen and (min-width: 768px) {
	.ar .nav__list__more ul {
		right: -1rem;
	}
	
	.ar .nav__container .nav__list > li + li {
		margin-right: 1rem;
	}
}

.ar .nav__list--lang li:last-child {
	color: rgba(239, 78, 82, 1);
}

.ar .nav-open__label {
	right: auto;
	left: 5%;
}

@supports (display: grid) {
	.ar .nav__container .nav__list > li + li {
		margin-right: 0;
	}
}

.ar .country-list h3,
.ar .country-list .h3 {
 font-size: 1.250rem;
}

.ar .listing > a {
	left: 1.25rem;
}

.ar .listing > a:after {
	margin-right: .5rem;
}

.ar .listing__title-cfa span:before {
	margin-left: .5rem;
}

.ar .article__download {
	float: right;
}

.ar .article .addthis {
	float: left;
}

.ar .article__download svg,
.ar .article__download img {
	right: -.75rem;
}

.ar .article h1 span {
	margin-left: 1.5rem
}

.ar .article--cfa h1 span:before {
	margin-left: .5rem;
}

.ar .intro--country svg,
.ar .intro--country img {
	right: 55%;
}

@media screen and (min-width: 768px) {
	.ar .intro--country svg,
	.ar .intro--country img {
		right: 35%;
	}
}

@media screen and (min-width: 1024px) {
	.ar .intro--country svg,
	.ar .intro--country img {
		right: 15%;
	}
}

.ar .intro--country li + li {
	margin-right: 2rem;
}

.ar .intro--home h1 {
	margin-top: 3rem;
}

@media screen and (min-width: 768px) {
	.ar .intro--home h1 {
		margin-top: 5rem;
	}
}

@media screen and (min-width: 1024px) {
	.ar .intro--home h1 {
		margin-top: 7rem;
	}
}

.ar footer li + li {
	margin-rigt: 2rem
}

@supports (display: grid) {
	
	.ar footer li + li {
		margin-rigt: 0
	}
}

/*------------------------------------*\
    PAGECLIP
\*------------------------------------*/
/**
 * Pageclip
 */
 
.pageclip-form{position:relative}
.pageclip-form__success__message{font-size:2rem;text-align:center;-webkit-transform-origin:center;transform-origin:center;-webkit-animation:.3s linear none a;animation:.3s linear none a}
.pageclip-form__submit{position:relative}
.pageclip-form__submit:after{display:inline-block;position:relative;text-indent:-9999em;border:3px solid hsla(0,0%,100%,.3);border-left:3px solid #fff;-webkit-transform:scale(.01) translateZ(0);transform:scale(.01) translateZ(0);border-radius:50%;width:20px;height:20px;content:"";position:absolute;left:50%;top:50%;margin-left:-10px;margin-top:-10px;z-index:1}
.pageclip-form__submit.pageclip-form__submit--dark-loader:after{border-color:rgba(0,0,0,.3);border-left-color:#000}
.pageclip-form__submit.pageclip-form__submit--start-loading:after{-webkit-animation:.1s linear none a;animation:.1s linear none a}
.pageclip-form__submit.pageclip-form__submit--start-loading>span{-webkit-animation:.1s linear none c;animation:.1s linear none c}
.pageclip-form__submit.pageclip-form__submit--loading:after{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:1.2s linear infinite d;animation:1.2s linear infinite d}
.pageclip-form__submit.pageclip-form__submit--loading>span{opacity:0}
.pageclip-form__submit.pageclip-form__submit--end-loading:after{-webkit-animation:.1s linear none b;animation:.1s linear none b}
.pageclip-form__submit.pageclip-form__submit--end-loading>span{-webkit-animation:.1s linear reverse c;animation:.1s linear reverse c}
@keyframes a{0%{-webkit-transform:scale(.01) translateZ(0);transform:scale(.01) translateZ(0)}50%{-webkit-transform:scale(1.2) translateZ(0);transform:scale(1.2) translateZ(0)}to{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}
@keyframes b{0%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}to{-webkit-transform:scale(.01) translateZ(0);transform:scale(.01) translateZ(0)}}
@keyframes c{0%{opacity:1}to{opacity:0}}
@keyframes d{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}

.pageclip-form input,
.pageclip-form textarea {
	border: 1px solid rgba(155, 155, 155, 1);
	color: rgba(118, 118, 118, 1);
	font: inherit;
	background: none;
	border-radius: 4px;
	padding: 1rem 1.5rem;
	width: 100%;
	box-shadow: inset 0px 0px 4px rgba(155, 155, 155, .5);
	resize: none;
}

.pageclip-form textarea {
	margin-top: 1.5rem;
	height: 14rem;
}

.pageclip-form__submit,
.pageclip-form__success button {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(239, 78, 82, 1);
	border: 1px solid rgba(239, 78, 82, 1);
	border-radius: 4px;
	padding: .75rem 1.75rem;
	font: inherit;
	text-transform: uppercase;
	font-weight: 700;
	margin: 1rem 1rem 0 0;
	display: inline-block;
	cursor: pointer;
}

.pageclip-form__submit:hover,
.pageclip-form__submit:focus,
.pageclip-form__submit:active,
.pageclip-form__success button:hover,
.pageclip-form__success button:focus,
.pageclip-form__success button:active {
	color: rgba(239, 78, 82, 1);
	background-color: rgba(255, 255, 255, 1);
}


.pageclip-form .annotation {
	display: inline-block;
}

.pageclip-form__success {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	background: rgba(255, 255, 255, 1);
	z-index: 1;
}

.pageclip-form__success div {
	height: 80%;
	background-color: rgba(249, 249, 249, 1);
	padding: 1rem 1.5rem;
}

.pageclip-form__success button {
	padding-left: 4rem;
	padding-right: 4rem;
}

.pageclip__label {
	display: none;
}
