/*!
Theme Name: aida
Author: Progressus
Author URI: https://progressus.io/
Description: A theme for Aida
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aida

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
    height: 100%;
}

/**
 * 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
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 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;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * 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;
    font-size: 1em;
}

/**
 * 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
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 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;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
    padding: 0;
}

/**
 * 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;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'Noto Sans',Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.563;
    color: #525252;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    margin: 0;
    clear: both;
    font-weight: 700;
}

h2 {
    font-size: 29px;
    color: #3faca7
}

h4, h4 a {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    margin: 0;
    color: #3faca7;
    font-size: 17.5px;
}

p {
    margin-bottom: 0.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #f8f8f8;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    width: 100%;
    /* margin-left: 40px; */
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 20px;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #52a5df;
}



a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

.button {
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 9px 14px;
    margin: 0;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background-color: #3faca7;
    cursor: pointer;
}

.button.download {
    background-image: url(img/download.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 35px;
    background-size: 15px;
}

.button.download:hover {
    color: white;
    background-image: url(img/download_grey.svg);
}





button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    display: block;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/* Custom
--------------------------------------------- */

.post,
.page {
    margin: 0;
}

#page {
    position: absolute;
    width: 100%;
}

.bg {
    background-image: url(img/pattern.svg);
}

.left {
    float: left;
}

.right {
    float: right;
}


a {
    text-decoration: none;
}

.site-header {
    position: fixed;
}

ol {
    margin: 0;
    list-style-type: decimal;
}

.country-report .left {
    float: left;
    width: 70%;
    padding: 0 20px 0 0;
}

header.entry-header {
    background-image: url(img/background-header-top.png);
    width: 100%;
    background-position: center bottom;
    padding: 250px 0 100px;
}

header.entry-header h1 {
    font-size: 40px;
    margin: 0 auto;
    color: #FFFFFF;
    line-height: 40px;
    max-width: 1000px;
    padding-left: 60px;
    text-transform: uppercase;
}

header.entry-header h2 {
    font-size: 18px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 200;
    font-weight: 100;
    max-width: 1000px;
    padding-left: 60px;
}

.country-report {
    padding: 40px 20px;
    max-width: 1200px;
    margin: -40px auto 40px;
    overflow: hidden;
    background-color: white;
}



section.country-report .left p {
    margin-left: 0 !important;
}

.country-report h4,
h4 a {
    padding-top: 40px;
}

h2.block-title {
    margin-top: 40px;
}

.BlueBg {
    background-color: #52a5df;
    padding: 15px 30px;
}


.heading span {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 100;
}

.author .BlueBg h3 {
    border-top: 1px solid white;
    margin-top: -25px;
    padding-top: 15px;
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1;
}

.heading .posted-on {
    float: right;
}

.heading .posted-on a {
    color: white;
    font-weight: 100;
}

.last-updated {
    float: right;
    font-size: 14px;
}

.author .author-info {
    background-color: white;
    padding: 30px 30px;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #4E4E4E;
}

.author .author-info a {
    display: block;
    font-size: 15px;
    color: #52A5DF;
    font-weight: 100;
}

.author .author-info a:after {
    content: "";
    background-image: url(img/noun_Arrow_2335722.svg);
    width: 6px;
    height: 10px;
    padding-left: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
}

.author-image {
    float: right;
    margin: -80px 25px 0 0;
}

.pdfs {
    margin: 25px 0 25px 0;
    padding: 0;
}


.pdfs li {
    list-style: none;
    border-bottom: 1px solid white;
}

.pdfs li:first-of-type a {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 15px;
    background-color: #318782;
}

.pdfs li:hover a {
    color: #525252;
}

.pdfs li:hover a:after {
    background-image: url(img/download_grey.svg);
}

.pdfs li:hover a span {
    color: #525252;
}


.pdfs a {
    text-decoration: none;
    display: block;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #40ACA7;
    padding: 10px 15px;
    border-bottom: 4px solid #F8F8F8;
}

.pdfs a span {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
    padding-left: 15px;
}

.pdfs li:first-of-type a {
    color: #FFFFFF;
}

.pdfs li:first-of-type a span {
    font-size: 15px;
}


.pdfs a:after {
    content: "";
    background-image: url(img/download.svg);
    float: right;
    width: 20px;
    height: 25px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.country-report .right {
    float: right;
    width: 30%;
}

.country-report .right .table-of-content div {
    padding: 15px;
    background-color: #318782;
}

.country-report .right .table-of-content .country_flag {
    color: #318782;
    background-color: transparent;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    /* margin: 0 auto; */
    padding: 2px 0;
}

.table-of-content h3 {
    color: white;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.country_flag i {
    width: 39px;
    height: 36px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-right: 15px;
}

.country_flag a {
    color: #318782;
}

.country_flag a:visited {
    color: #318782;
}

.country_flag a:hover {
    color: #52a5df;
}

.author .author-info a:visited {
    color: #52a5df;
}


.author .author-info a:hover {
    color: #318782;
}


.table-of-content i {
    float: left;
    background-image: url(img/noun_menu_1807514.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
}

.table-of-content li {
    background-color: white;
    position: relative;
}

.table-of-content li a {
    color: #40ACA7;
    width: 80%;
    display: inline-block;
    margin: 0;
    font-weight: 600;
    padding: 10px;
}

.table-of-content li a:after {
    content: "";
    float: right;
    background-image: url(img/Arrow_green.svg);
    width: 12px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-right: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.table-of-content li:before {
    /* content: ""; */
    float: right;
    background-image: url(img/Oval_grey.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    padding: 10;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
table {
    border: 1px solid #cecece;
}

td {
    font-size: 12px;
    border: none;
    border-right: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
}

td p {
    font-size: 12px;
    padding: 0 5px;
}

td:first-of-type,
td:first-of-type p {
    text-align: left;
    padding-left: 5px;
}



table:first-of-type tr:nth-child(3) td {
    padding: 5px;
}


tr a {
    font-style: italic;
    display: block;
    text-decoration: underline;
}

div[id^="ftn"]:not(#menu0) {
    font-size: 12px;
    font-style: italic;
    margin-left: 0;
}

.page_item_has_children ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page_item_has_children ul li:last-of-type {
    border: none;
}


table ol {
    color: white;
    padding: 0 15px;
}

.page_item_has_children.current_page_item a {
    color: white;
    background-color: #40ACA7;
    width: 100%;
}

.page_item ul.children li a {
    color: #40ACA7;
    font-size: 12px;
    background-color: white;
    padding: 15px 0 15px;
    width: 90%;
}

.table-of-content > li {
    display: block !important;
    border-bottom: 4px solid #F8F8F8;
}

li.page_item_has_children.current_page_item ul li.page_item,
li.page_item_has_children.current_page_parent ul li.page_item_has_children,
li.page_item_has_children.current_page_ancestor ul li.page_item_has_children,
li.page_item ul.children li.page_item {
    border-bottom: 2px solid #F8F8F8;
    margin: 0 30px;
    padding: 0 0 0 0px;
}

.table-of-content li ul li.page_item a:after {
    margin: 0px;
    background-image: url(img/Arrow_green.svg);
}

.table-of-content li.current_page_item a,
.table-of-content li.current_page_parent a,
.page_item_has_children.current_page_ancestor a {
    color: white;
    background-color: #40ACA7;
    width: 100%;
    padding-right: 20%;
}

.table-of-content li.current_page_item a:after {
    top: 50%;
    transform: translateY(-50%);
    background-image: url(img/arrow_white.svg);
}


.table-of-content li.current_page_item.page_item_has_children a:after,
.table-of-content li.current_page_parent a:after,
table-of-content li.current_page_ancestor a:after {
    top: 50%;
    transform: translateY(-50%);
    background-image: url(img/Arrow_down.svg);
    /* width: 15px; */
}

.table-of-content li.page_item_has_children.current_page_item a:after,
.table-of-content li.page_item_has_children.current_page_parent a:after,
.table-of-content li.page_item_has_children.current_page_ancestor a:after {
    top: 25px;
}

.page_item_has_children ul.children li ul li.page_item a {
    font-weight: 100;
    font-size: 12px;
    border: none;
}

.page_item_has_children ul.children li ul li.page_item a:after {
    content: none;
}

li.page_item ul.children li.page_item:last-of-type {
    border: none;
}

.table-of-content li ul li.current_page_item a:after,
.table-of-content li ul li.current_page_parent a:after,
.table-of-content li ul li.current_page_ancestor a:after {
    background-image: url(img/Arrow_down_green.svg);
}

.table-of-content li a:hover,
.page_item ul.children li a:hover {
    color: #318782;
}

.table-of-content li.current_page_item a:hover,
.table-of-content li.current_page_parent a:hover,
.page_item_has_children.current_page_ancestor a:hover {
    color: white;
}

.country_flag i {
    height: 38px;
    width: 22px;
    margin: 0 10px 0 15px;
}

div.entry-content {
    padding: 20px 20px;
    max-width: 1000px;
    margin: -40px auto 40px;
    background-color: white;
    min-height: calc(100vh - 525px);
    overflow:hidden;
    z-index: 1;
    position: relative;
}

.entry-content select {
    border: none;
    background: #3faca7;
    color: white;
    width: 250px;
    padding: 10px 5px;
}

.entry-content .field-items h2 {
  margin-left:0;
}

.entry-content .field-items ol li,  .entry-content .field-items ul li {
    padding-bottom: 10px;
}

.Line {
    font-size: 12px;
    margin: 40px 0 20px 0;
    padding-top: 15px;
    border-top: 1px solid #c4c4c4;
}



.entry-content .field-items ol, .entry-content .field-items ul {
    padding-left: 15px;
    color: #525252;
    /*font-size: 0.9em;
    margin: 40px 0 20px 0;
    padding-top: 15px;
    border-top: 1px solid #c4c4c4;*/
}

.region-postscript-second h2.block-title {
    margin-top: 20px;
}


.entry-content h3 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #318782;
    padding: 20px 0;
}

.entry-content ul {
    padding-top: 30px;
    padding-bottom: 20px;
}


/* Map css*/
.acf-map {
	width: 100%;
	height: 550px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map img {
    max-width: inherit !important;
}

.marker {
    box-shadow: 3px 3px 1px #ccc;
    -webkit-box-shadow: 3px 3px 1px #ccc;
    -moz-box-shadow: 3px 3px 1px #ccc;
}

/*Header css*/

#primary {
    margin-top: 100px;
}

#masthead {
    background-color: white;
    width: 100%;
    height: 100px;
    padding: 0 40px;
    z-index: 2;
    border-bottom: 2px solid #52a5df;
}

#masthead .site-branding {
    float: left;
    width: 270px;
    height: auto;
    margin: 10px 0 0;
}

#masthead .main-navigation {
    width: auto;
    float: right;
}

#masthead .main-navigation ul.menu li {
    padding-left: 16px;
    display: block;
    float: none;
    clear: both;
}

#masthead .main-navigation a {
    text-transform: uppercase;
    color: #52a5df;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    -moz-transition: color 0.10s ease-in-out, opacity 0.10s ease-in-out;
    -webkit-transition: color 0.10s ease-in-out, opacity 0.10s ease-in-out;
    -o-transition: color 0.10s ease-in-out, opacity 0.10s ease-in-out;
    transition: color 0.10s ease-in-out, opacity 0.10s ease-in-out;
}

#masthead .main-navigation > div > ul > li > a {
    padding: 40px 0 35px;
}

#masthead .main-navigation a:hover {
    color: #154d73;
}

#masthead .main-navigation .sub-menu a {
    color: #fff;
    padding: 10px;
}

#masthead .main-navigation ul.sub-menu li {
    background-color: #52a5df;
    color: white;
    border-bottom: 2px solid #3898da;
    padding: 0;
}

#masthead .main-navigation ul.sub-menu li:hover {
    background: #3898da;
}

#masthead .maxwidth {
    max-width: 1500px;
    margin: 0 auto;
}






/* Summary css*/


.summary li {
    padding-bottom: 40px;
    display: flex;
    width: 80%;
    margin: 0 auto;
}

ul.summary .left-summary{
    width: 70%;
}

.left-summary span.summary {
    text-align: justify;
    display: block;
    padding-top: 10px;
    font-size: 14px;
}

.left-summary span.title {
    font-weight: bold;
}

.left-summary span.date {
    font-weight: bold;
}

ul.summary {
    font-family: tahoma,geneva,sans-serif;
}

ul.summary .left-summary {
    width: 60%;
    display: inline-block;
}

ul.summary .image {
    width: 140px;
    display: block;
    background-size: cover;
    margin-left: 10%;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    box-shadow: 3px 4px 11px rgba(0,0,0,.2);
}




/* Comparative report */

.comparative_report .header {
    clear: both;
    display: block;
    padding: 30px 0 60px;
}



/* Homepage */
#map-info {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: auto;
    left: 5%;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    max-width: 100px;
}

#map-info .inner-top {
    padding: 16px 40px;
    background: #318783;
    color: white;
    text-transform: uppercase;
    width: 450px;
}

#map-info .inner-main {
    padding: 30px 40px;
    color: white;
    width: 450px;
    background-color: #3faca7;
}

#map-info .inner-main h1 {
    padding: 0!important;
    margin: 0 0 20px 0;
    font-size: 32px!important;
    text-transform: unset!important;
    line-height: 40px!important;
}

.home header.entry-header {
    padding: 0;
    background: none;
    position: relative;
}

.home .entry-content .updates .view-content .entry-content {
    padding: 0;
}

.home .entry-content .updates h2 {
    margin: 0 0 20px;
}

.home .entry-header .inner-top select {
    border: none;
    background-color: #318783;
    color: white;
    width: 100%;
}

.home .entry-header .inner-top select:hover {
    cursor:pointer;
}

.home .entry-content .updates {
    width: 60%;
    float:left;
}

.latest_pdfs a.button.download {
    display: block;
    text-align: left;
    padding: 10px 15px;
}

.latest_pdfs a.button.download:hover, .latest_pdfs a.button.download:hover span{
    color: #525252;
}

.latest_pdfs li {
    list-style: none;
    border-bottom: 1px solid white;
}

.latest_pdfs a.button.download span {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
    padding-left: 15px;
}


.latest_pdfs {
    float: right;
    width: 40%;
    margin-top: 35px;
}


section.error-404 {
	max-width: 800px;
    margin: 190px auto 90px;
}


/*FOOTER css*/

footer#colophon {
    background-color: white;
    width: auto;
    height: 100%;
    position: relative;
    border-top: 1px solid #dddddd;
    padding: 20px 20px 55px;
}

footer#colophon .maxwidth {
    width: 100%;
    max-width: 1600px;
    margin: 0px auto 60px;
}

div.menu-social-media-container ul.menu li {
    list-style: none;
    float: left;
    padding: 0 0 0 20px;
}


footer#colophon .widget_media_image {
    padding-right: 40px;
    float: left;
    padding-top: 20px;
}

footer#colophon .widget_text {
    float: left;
    font-size: 12px;
    padding-top: 30px;
}

footer#colophon .widget_nav_menu {
    text-align: right;
    float: right;
    display: inline-block;
    padding: 30px 0 0 0;
}

footer#colophon .site-info {
    width: 95%;
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
}

.twitter a {
    font-size: 0;
    background-image: url(img/Twitter_Social_Icon_Circle_Color.svg);
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.twitter a:hover {
    width: 50px;
    height: 50px;
}

.facebook a {
    font-size: 0;
    background-image: url(img/logo_facebook.svg);
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.facebook a:hover {
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 900px) {
    #masthead {
        padding: 0 20px;
    }
    #masthead .site-branding {
        width: 160px;
        margin: 25px 0 0;
    }
    
    #masthead .main-navigation ul.menu li {
        padding-left: 12px;
    }
    
    #masthead .main-navigation a {
        font-size: 13px;
    }
}


@media screen and (max-width: 600px) {


    /*Header css*/

    header#masthead {
        padding: 0 15px;
        top:0px;
    }

    #masthead .site-branding {
        transform: none;
        width: 150px;
        margin-top: 30px;
    }

    #masthead .main-navigation {
        transform: none;
        margin-top: 35px;
    }


    button.menu-toggle {
        position: fixed;
        top: 35px;
        right: 15px;
        border: none;
        font-size: 0;
        background-image: url(img/hamburger_menu_blu.svg);
        width: 36px;
        height: 30px;
        background-color: transparent;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: unset;
    }




    /*menu css*/

    #masthead .main-navigation {
        transform: none;
        margin-top: 35px;
        position: absolute;
        right: -350px;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }


    #masthead .main-navigation.toggled {
        background-color: rgba(82, 165, 223, 0.9);
        height: 100vh;
        overflow: scroll;
        margin: 0;
        position: absolute;
        top: 0px;
        right: 0;
        padding: 35px 15px 50px;
        box-shadow: -5px -9px 20px rgba(0, 0, 0, 0.6);
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    #masthead .main-navigation.toggled a {
        color: white;
        font-size: 20px;
        padding-bottom: 0px;
    }
    
    #masthead .main-navigation > div > ul > li > a {
        padding: 0px 0 35px;
    }

    #masthead .main-navigation.toggled .sub-menu a {
        font-size: 12px;
        padding-bottom: 0;
        padding-top: 5px;
        font-weight: 400;
    }

    #masthead .main-navigation ul.menu li {
        padding-left: 16px;
        display: block;
        float: right;
        clear: both;
        padding-bottom: 20px;
    }




    button.menu-toggle:focus {
        outline: 0;
    }

    #masthead .main-navigation.toggled button.menu-toggle {
        background-image: url(img/close_menu_white.svg);
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    #masthead .main-navigation.toggled button.menu-toggle {
        float: right;
    }

    #masthead .main-navigation.toggled .menu-main-menu-container {
        margin-top: 60px;
    }

    #masthead .main-navigation.toggled .menu-main-menu-container ul.menu li {
        /* padding-left: 16px; */
        padding-bottom: 10px;
        display: block;
        float: right;
        clear: both;
        text-align: right;
    }

    .main-navigation ul ul {
        position: relative;
    }

    .main-navigation ul ul.sub-menu {
        box-shadow: none;
        float: right;
        position: relative;
        top: 100%;
        left: 0;
        /* background-color: transparent; */
        /* z-index: 99999; */
    }

    #masthead .main-navigation.toggled .menu-main-menu-container ul.menu ul.sub-menu li {
        display: block;
        float: right;
        clear: both;
        text-align: right;
        border: unset;
        background-color: transparent;
        padding: 0 0 10px;
    }

    /* summary */
    
    .summary li {
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    ul.summary .left-summary {
        order: 2;
        width: 100%;
    }

    ul.summary .image {
        order: 1;
        width: 100%;
        height: 150px;
        margin: 0 0 30px 0;
    }
    
    
    /*HOME*/
    
    div#map-info {
    position: unset;
    margin-top: 100px;
    max-width: unset;
    left: unset;
    top: unset;
    transform: unset;
}
    
    #map-info .inner-top {
        padding: 20px 20px;
        width:auto;
    }
    
    #map-info .inner-main {
        padding: 20px 20px;
        width:auto;
        
    }
    
    .wrap .acf-map {
        margin: 0px;
        height: 300px;
    }

    
    .home .entry-content .updates {
    width: 100%;
    float:none;
}
    
     .home .entry-content .latest_pdfs {
    width: 100%;
    float:none;
    margin:0;
        padding-top:15px;
}
    
    .home .entry-content .updates h2 {
    margin: 20px 0 0px;
}
    
    .latest_pdfs a.button.download {
        font-size: 12px;
    }
    
    .pdfs li:first-of-type a{
        font-size: 14px;
    }
    
    .date.left {
    font-size: 12px;
    float: none;
}
    
    .pdf.right {
    float: none;
    text-align: center;
    margin-top: 30px;
}
    
    .comparative_report .header {
    padding: 10px 0 10px;
}
    
    

    /*footer css*/


    footer#colophon .widget_nav_menu {
        text-align: center;
        float: none;
        display: block;
    }

    footer#colophon .widget_nav_menu ul.menu {
        display: inline-block;
        padding:0;
    }

    .site-footer .widget_media_image img {
        width: 150px;
    }


    footer#colophon .widget_media_image {
        padding-right: 0;
        float: none;
        padding-top: 0;
        margin: 0;
        text-align: center;
    }


    footer#colophon {
        background-color: white;
        width: auto;
        height: 100%;
        position: relative;
        border-top: 1px solid #dddddd;
        padding: 20px 20px 55px;
    }

    footer#colophon .widget_text {
        float: none;
        font-size: 12px;
        padding-top: 10px;
        text-align: center;
    }

    footer#colophon .maxwidth {
        width: 100%;
        max-width: 1600px;
        margin: 0px auto
    }

    div.menu-social-media-container ul.menu li:first-of-type {
        padding: 0;
    }

    /*Main css*/

    header.entry-header {
        background-size: cover;
        background-repeat: no-repeat;
        padding: 290px 5% 40px;
    }
    
    .entry-content .field-items h2 {
        margin-top:10px;
        font-size: 25px;
        margin-left: 0!important;
        line-height: 1.3;
    }


    header.entry-header h1,
    header.entry-header h2 {
        padding-left: 0;
    }
    
    header.entry-header h1 {
    font-size: 30px;
    }

    div.entry-content {
        margin: 0 auto;
        padding: 20px;
        min-height: unset;
    }


    .entry-content ul {
        list-style: none;
        padding-left: 0;
        padding-bottom: 0;

    }

    .entry-content p {
        margin-left: 0 !important;
    }

    .entry-content h3 {
        padding: 40px 0 0;
    }
    
    .entry-content select {
    width: 100%;
    margin-bottom: 10px;
}

    section.country-report {
        display: flex;
        flex-wrap: wrap;
    }

    section.country-report .left p {
        margin-left: 0 !important;
    }

    .country-report {
        margin: -40px auto 0px;
    }

    .country-report article.left {
        order: 2;
        width: 100%;
        padding: 20px 0 0 0;
    }

    .country-report article.right {
        order: 1;
        width: 100%
    }

    .heading span.last-updated {
        float: none;
        display: block;
        font-size: 12px;
    }

    .country-report .author .author-image {
        float: right;
        margin: -58px 15px 0 0;
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        width: calc(100% + 40px);
        margin: 0 0 0 -20px;
        padding-left: 20px;
    }



}