/*
Theme Name: Target Malaria
URI:  patrickpower.design
Author: Patrick Power
Text Domain: winston
Author URI: https://patrickpower.design
Version: 1.5
*/
/* Mixins */
/* Usage: @include phone { css here } */
.col-fifth {
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .col-sm-fifth {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 768px) {
  .col-md-fifth {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 1200px) {
  .col-lg-fifth {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }

.fade {
  opacity: 0;
  transition: opacity ease-out 2.2s; }
  .fade.in {
    opacity: 1; }
  .fade + .fade {
    transition-delay: 0.6s; }
    .fade + .fade + .fade {
      transition-delay: 0.9s; }
  .fade.wait {
    transition-delay: 0.25s; }

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden-xs-up {
    display: none !important; } }

.col-1 {
  -webkit-box-flex: 0 0 8.333333%;
  -moz-box-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%; }

.col-2 {
  -webkit-box-flex: 0 0 16.666667%;
  -moz-box-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%; }

.col-3 {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }

.col-4 {
  -webkit-box-flex: 0 0 33.333333%;
  -moz-box-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%; }

.col-5 {
  -webkit-box-flex: 0 0 41.666667%;
  -moz-box-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%; }

.col-6 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.col-7 {
  -webkit-box-flex: 0 0 58.333333%;
  -moz-box-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%; }

.col-8 {
  -webkit-box-flex: 0 0 66.666667%;
  -moz-box-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%; }

.col-9 {
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%; }

.col-10 {
  -webkit-box-flex: 0 0 83.333333%;
  -moz-box-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%; }

.col-11 {
  -webkit-box-flex: 0 0 91.666667%;
  -moz-box-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%; }

.col-12 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0 0 8.333333%;
    -moz-box-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0 0 16.666667%;
    -moz-box-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0 0 33.333333%;
    -moz-box-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0 0 41.666667%;
    -moz-box-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0 0 58.333333%;
    -moz-box-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0 0 66.666667%;
    -moz-box-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0 0 83.333333%;
    -moz-box-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0 0 91.666667%;
    -moz-box-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0 0 8.333333%;
    -moz-box-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0 0 16.666667%;
    -moz-box-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .col-md-4 {
    -webkit-box-flex: 0 0 33.333333%;
    -moz-box-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0 0 41.666667%;
    -moz-box-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .col-md-7 {
    -webkit-box-flex: 0 0 58.333333%;
    -moz-box-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0 0 66.666667%;
    -moz-box-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .col-md-10 {
    -webkit-box-flex: 0 0 83.333333%;
    -moz-box-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0 0 91.666667%;
    -moz-box-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0 0 8.333333%;
    -moz-box-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0 0 16.666667%;
    -moz-box-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0 0 33.333333%;
    -moz-box-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0 0 41.666667%;
    -moz-box-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0 0 58.333333%;
    -moz-box-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0 0 66.666667%;
    -moz-box-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0 0 83.333333%;
    -moz-box-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0 0 91.666667%;
    -moz-box-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0 0 8.333333%;
    -moz-box-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0 0 16.666667%;
    -moz-box-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0 0 33.333333%;
    -moz-box-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0 0 41.666667%;
    -moz-box-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0 0 58.333333%;
    -moz-box-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0 0 66.666667%;
    -moz-box-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0 0 83.333333%;
    -moz-box-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0 0 91.666667%;
    -moz-box-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@font-face {
  font-family: 'allerregular';
  src: url("css/fonts/aller_rg-webfont.woff2") format("woff2"), url("css/fonts/aller_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'allerbold';
  src: url("css/fonts/aller_bd-webfont.woff2") format("woff2"), url("css/fonts/aller_bd-webfont.woff") format("woff");
  font-weight: 600;
  font-style: bold; }
h1 {
  font-weight: 600; }

.strong, .bold {
  font-weight: 600; }

html, body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  font-family: allerregular,sans-serif;
  color: #222222;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    html, body {
      overflow-x: hidden; } }

:root {
  --primaryColour: #404a29;
  --blue: #8ebae5;
  --beige: #f1f1ed;
  --gutter: 15px;
  --headerHeight: 80px;
  --footerHeight:505px; }
  @media screen and (min-width: 576px) {
    :root {
      --gutter: 30px; } }
  @media (min-width: 769px) {
    :root {
      --gutter: 45px; } }
  @media (min-width: 992px) {
    :root {
      --gutter: calc((100vw - 960px) / 2); } }
  @media (min-width: 1200px) {
    :root {
      --gutter: calc((100vw - 1140px) / 2); } }

.text-gold {
  color: #c4b37c !important; }

a.text-gold[disabled],
a.text-blue[disabled] {
  color: #ccc !important; }

.text-blue {
  color: #8ebae5; }

.bg-blue {
  background-color: #8ebae5; }

.bg-green {
  background-color: var(--primaryColour); }

.bg-beige {
  background-color: var(--beige); }

a.no-underline {
  text-decoration: none; }

a.no-underline-hover {
  text-decoration: none;
  color: inherit; }
  a.no-underline-hover:hover {
    opacity: 0.9;
    text-decoration: none; }

body {
  overflow-x: hidden; }

@media (min-width: 576px) {
  .container {
    max-width: none; } }
@media (min-width: 768px) {
  .container {
    max-width: none; } }

/* Reusable header and footer styles */
.angle-down {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  display: inline-block;
  padding-left: 5px;
  font-size: 90%; }
  @media (max-width: 991px) {
    .angle-down {
      -webkit-transform: rotate(-90deg) translate(-4px, 14px);
      -moz-transform: rotate(-90deg) translate(-4px, 14px);
      -ms-transform: rotate(-90deg) translate(-4px, 14px);
      -o-transform: rotate(-90deg) translate(-4px, 14px);
      transform: rotate(-90deg) translate(-4px, 14px); } }

.angle-right {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  display: inline-block;
  padding-left: 10px;
  font-size: 90%; }

.back__to__top {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 30px;
  right: var(--gutter);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 230%; }
  .back__to__top span {
    color: var(--primaryColour); }

footer.container-fluid {
  height: var(--footerHeight);
  background-color: var(--primaryColour);
  margin-top: calc(-1 * var(--footerHeight));
  padding: 45px calc(15px + var(--gutter)) 15px;
  color: white;
  position: relative; }
  @media (max-width: 991px) {
    footer.container-fluid {
      height: auto;
      margin-top: 0; } }

footer ul {
  list-style: none;
  padding: 0; }
  footer ul li a {
    color: inherit; }
    footer ul li a:hover {
      color: var(--blue);
      text-decoration: none; }

.footer__description {
  font-size: 80%;
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .footer__details {
    order: 0; } }

@media (max-width: 768px) {
  .footer__links {
    order: -1; } }

.footer__inner {
  padding-top: 30px; }

.footer__logo {
  width: 180px;
  max-width: 100%; }

header {
  height: var(--headerHeight);
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  padding: 10px calc(15px + var(--gutter));
  position: fixed;
  top: 0;
  z-index: 5; }
  @media (min-width: 992px) and (max-width: 1199px) {
    header {
      padding: 10px 15px;
      font-size: 88%; } }
  @media (min-width: 992px) {
    header.home {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); } }
  @media (max-width: 991px) {
    header.home {
      background-color: transparent; }
      header.home.visible_logo {
        background-color: white; } }
  header.scrolling {
    top: 0;
    background: white;
    transition: all linear 0.1s; }
  @media (max-width: 991px) {
    header {
      background-color: white; } }
  @media (max-width: 768px) {
    header {
      padding-left: 15px; } }

#menu__btn {
  color: var(--primaryColour);
  display: none;
  position: absolute;
  right: var(--gutter);
  top: 15px;
  font-size: 200%;
  cursor: pointer; }
  @media (max-width: 991px) {
    #menu__btn {
      display: block; } }
  .home #menu__btn {
    color: white; }
  .home.visible_logo #menu__btn {
    color: var(--primaryColour); }

.home #menu__btn {
  color: white; }

.scrolling #menu__btn {
  color: var(--primaryColour); }

.scrolling nav.main__navigation.homepage ul:not(.main__navigation__submenu) li {
  color: var(--primaryColour); }

nav.main__navigation {
  height: 100%; }
  nav.main__navigation ul:not(.main__navigation__submenu) {
    list-style: none;
    margin-bottom: 0;
    font-size: 110%; }
    @media (min-width: 992px) {
      nav.main__navigation ul:not(.main__navigation__submenu) {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; } }
    nav.main__navigation ul:not(.main__navigation__submenu) li {
      margin: 0px;
      padding: 0 10px;
      font-weight: 600;
      font-size: 90%;
      letter-spacing: 1px;
      position: relative; }
      @media (min-width: 992px) {
        nav.main__navigation ul:not(.main__navigation__submenu) li {
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; } }
      nav.main__navigation ul:not(.main__navigation__submenu) li a {
        color: inherit;
        text-decoration: none; }
        nav.main__navigation ul:not(.main__navigation__submenu) li a:hover {
          color: var(--primaryColour); }
      nav.main__navigation ul:not(.main__navigation__submenu) li.lang {
        font-size: 60%;
        color: var(--blue); }
      nav.main__navigation ul:not(.main__navigation__submenu) li.social__icons {
        font-size: 70%; }
        nav.main__navigation ul:not(.main__navigation__submenu) li.social__icons a {
          margin: 0 3px; }
  nav.main__navigation.homepage ul:not(.main__navigation__submenu) li {
    color: white;
    background-color: transparent; }
    nav.main__navigation.homepage ul:not(.main__navigation__submenu) li a {
      background-color: transparent; }
  nav.main__navigation ul.main__navigation__submenu {
    list-style: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    font-size: 70%;
    padding: 0;
    height: 0;
    overflow: hidden; }
    @media (min-width: 992px) {
      nav.main__navigation ul.main__navigation__submenu {
        font-size: 110%;
        position: absolute;
        top: 100%;
        height: auto;
        display: none;
        background: white;
        list-style-type: none;
        min-width: 350px;
        left: -15px;
        box-shadow: 5px 4px 7px -2px rgba(0, 0, 0, 0.05); }
        nav.main__navigation ul.main__navigation__submenu.vis {
          display: block; }
        nav.main__navigation ul.main__navigation__submenu li {
          font-weight: normal;
          color: var(--primaryColour);
          padding: 15px 8px;
          letter-spacing: 0;
          transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }
          nav.main__navigation ul.main__navigation__submenu li:hover {
            background-color: #fafafa; }
          nav.main__navigation ul.main__navigation__submenu li.has_sub {
            width: 600px; } }
    @media (max-width: 991px) {
      nav.main__navigation ul.main__navigation__submenu.vis {
        height: auto;
        padding-top: 15px; }
      nav.main__navigation ul.main__navigation__submenu li {
        font-weight: normal; }
        nav.main__navigation ul.main__navigation__submenu li ul li {
          font-size: 115%; } }
    nav.main__navigation ul.main__navigation__submenu.sub_sub {
      left: auto;
      right: 0;
      top: -100%;
      background: white;
      padding: 0;
      z-index: 2;
      box-shadow: none; }
  @media (min-width: 992px) {
    nav.main__navigation.homepage ul.main__navigation__submenu li {
      color: var(--primaryColour); } }
  @media (max-width: 991px) {
    nav.main__navigation {
      display: none; } }
  nav.main__navigation.menuOpen {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 0;
    top: var(--headerHeight);
    padding-bottom: 15px; }
    nav.main__navigation.menuOpen ul {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      padding: 15px 0 0 0;
      margin: 0;
      overflow-y: scroll;
      background: white; }
      nav.main__navigation.menuOpen ul.main__navigation__submenu {
        padding: 0; }
        @media (max-width: 991px) {
          nav.main__navigation.menuOpen ul.main__navigation__submenu.vis {
            padding-top: 15px; } }
      nav.main__navigation.menuOpen ul li {
        font-size: 145%;
        padding-bottom: 20px; }
        @media (max-width: 991px) {
          nav.main__navigation.menuOpen ul li {
            color: var(--primaryColour) !important; }
            nav.main__navigation.menuOpen ul li a {
              color: var(--primaryColour) !important; } }
        nav.main__navigation.menuOpen ul li.social__icons a {
          margin: 0 7px; }
    @media (max-width: 991px) {
      nav.main__navigation.menuOpen {
        height: calc(100vh - var(--headerHeight));
        padding-bottom: 0; } }

.navigation__logo {
  height: var(--headerHeight);
  width: 150px;
  background-image: url(images/logo.png);
  background-size: 100%;
  background-position: center left;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .navigation__logo a {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .home .navigation__logo {
    background-image: url(images/logo_white.png); }
  .home.scrolling .navigation__logo {
    background-image: url(images/logo.png); }
  .home.visible_logo .navigation__logo {
    background-image: url(images/logo.png); }

.alignleft {
  float: left;
  padding: 15px 20px 15px 0; }

.alignright {
  float: right;
  padding: 15px 0px 15px 20px; }

.approach__page__phases {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (min-width: 769px) {
    .approach__page__phases {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 30px; } }
  @media (min-width: 992px) {
    .approach__page__phases {
      padding-top: 60px;
      padding-bottom: 60px;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .approach__page__phases .wp-block-column {
    height: 360px;
    background-size: 100% 360px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    flex-basis: 45%; }
    @media (min-width: 992px) {
      .approach__page__phases .wp-block-column {
        -webkit-flex-basis: 33.33%;
        -moz-flex-basis: 33.33%;
        -ms-flex-basis: 33.33%;
        flex-basis: 33.33%; } }
    @media (max-width: 599px) {
      .approach__page__phases .wp-block-column {
        -webkit-flex-basis: 100% !important;
        -moz-flex-basis: 100% !important;
        -ms-flex-basis: 100% !important;
        flex-basis: 100% !important;
        height: 100vw;
        max-width: none;
        background-size: contain; } }

.archive__author__image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  object-fit: cover; }

.article__content {
  padding-top: 45px;
  font-size: 110%;
  line-height: 180%; }
  .article__content h1, .article__content h2 {
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: inline-block; }
  .article__content a:not(.btn) {
    color: var(--blue);
    position: relative; }
    .article__content a:not(.btn)::after {
      width: 100%;
      height: 2px;
      color: var(--blue);
      position: absolute;
      bottom: -2px;
      lefT: 0;
      content: "";
      transition: height cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }
    .article__content a:not(.btn):hover::after {
      height: 100%;
      color: white; }
  .article__content p.btn a {
    color: white; }
    .article__content p.btn a:hover {
      text-transform: none; }
  .article__content .author__image {
    border-radius: 50%; }

.article__content .alignwide {
  width: 100vw;
  left: 0;
  position: relative; }
  @media (max-width: 991px) {
    .article__content .alignwide {
      left: calc(-1 * var(--gutter) - 15px); } }
  @media (min-width: 992px) {
    .article__content .alignwide {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .article__content .alignwide {
      max-width: 1140px; } }

.article__content .alignfull {
  width: 100vw;
  margin-top: 30px;
  margin-bottom: 30px;
  left: calc(-1 * var(--gutter) - 15px); }
  @media (min-width: 2000px) {
    .article__content .alignfull {
      max-width: 1140px;
      left: 0; } }

.alignfull img {
  width: 100vw; }

@media (max-width: 991px) {
  .article__image {
    -webkit-box-ordinal-group: -2;
    -moz-box-ordinal-group: -2;
    -ms-flex-order: -2;
    -webkit-order: -2;
    order: -2;
    margin-top: -30px; } }
.article__image.col-lg-5.full__width {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: none; }

.article__title {
  font-size: 3.2rem; }
  @media (max-width: 991px) {
    .article__title {
      font-size: 2.5rem; } }

@media (min-width: 992px) {
  .article__title__container {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; } }

.beige__section__curve_top {
  display: none; }
  @supports (width: 100vw) {
    .beige__section__curve_top {
      width: 100vw;
      display: block;
      margin-left: 50%;
      -webkit-transform: translateX(-50vw);
      -moz-transform: translateX(-50vw);
      transform: translateX(-50vw); } }

img.blob {
  clip-path: url(#blob);
  max-width: 120%; }

.blob__image__shadow {
  display: none; }
  @media (min-width: 992px) {
    .blob__image__shadow {
      display: block;
      clip-path: url(#blob);
      background-color: var(--blue); } }

.blue__full__width__quote, .beige__curvy__quote {
  background: var(--blue);
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50vw);
  -moz-transform: translateX(-50vw);
  -ms-transform: translateX(-50vw);
  -o-transform: translateX(-50vw);
  transform: translateX(-50vw);
  text-align: center;
  padding: 5rem var(--gutter);
  color: white;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0px;
  line-height: 1.5; }
  .blue__full__width__quote h5, .beige__curvy__quote h5 {
    text-align: left; }
    .blue__full__width__quote h5 a:not(.btn), .beige__curvy__quote h5 a:not(.btn) {
      color: white;
      text-decoration: none;
      text-align: left; }

.beige__curvy__quote {
  background: var(--beige);
  color: var(--blue); }

ol.breadcrumb {
  background-color: white;
  font-size: 80%;
  padding-left: 0; }
  ol.breadcrumb li {
    color: var(--blue); }
    ol.breadcrumb li a {
      color: var(--blue); }
    ol.breadcrumb li.active {
      color: var(--blue); }
    ol.breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
      color: var(--blue);
      content: "\203A"; }

button, .btn, *[role="button"] {
  border-radius: 10px; }

.btn-primary {
  background-color: var(--blue);
  padding: 8px 30px;
  border: 0;
  border-radius: 0; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #7db0e1; }
  .btn-primary.hasArrow {
    padding-right: 70px;
    position: relative; }
    .btn-primary.hasArrow::after {
      width: 40px;
      height: 100%;
      background-color: #79ade0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      position: absolute;
      right: 0;
      top: 0;
      content: "\f105";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      padding-left: 0;
      transition: padding-left cubic-bezier(0.19, 1, 0.22, 1) 1s; }
    .btn-primary.hasArrow:hover::after {
      padding-left: 10px; }

.accordion__group h2.c-accordion__title[role="button"],
.accordion__group h3.c-accordion__title[role="button"] {
  border-radius: 0;
  padding-right: 60px;
  background-color: white;
  border: 1px solid #ccc;
  font-size: 120%;
  margin-bottom: 15px;
  padding: 25px;
  width: 100%; }
  .accordion__group h2.c-accordion__title[role="button"]::after,
  .accordion__group h3.c-accordion__title[role="button"]::after {
    right: 60px; }
    @media (max-width: 991px) {
      .accordion__group h2.c-accordion__title[role="button"]::after,
      .accordion__group h3.c-accordion__title[role="button"]::after {
        right: 12px;
        font-size: 130%; } }
    @media (max-width: 768px) {
      .accordion__group h2.c-accordion__title[role="button"]::after,
      .accordion__group h3.c-accordion__title[role="button"]::after {
        right: 10px; } }
.accordion__group .c-accordion__content {
  padding: 15px;
  border-bottom: 1px solid #ccc; }

p.citations {
  line-height: 1.8;
  font-size: 0.7em; }
  p.citations a {
    display: inline-block;
    margin-bottom: 0.8rem; }

.country_factsheets {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .country_factsheets li {
    padding: 0 1rem 0; }
    .country_factsheets li img {
      box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25); }
    @media (min-width: 992px) {
      .country_factsheets li {
        max-width: 25%; } }

.country__header__gallery {
  overflow: hidden;
  z-index: -1;
  position: relative; }
  @media (min-width: 769px) {
    .country__header__gallery {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; } }
  @media (max-width: 768px) {
    .country__header__gallery {
      width: 100vw;
      margin-left: 50%;
      -webkit-transform: translateX(-50vw);
      -moz-transform: translateX(-50vw);
      -ms-transform: translateX(-50vw);
      -o-transform: translateX(-50vw);
      transform: translateX(-50vw);
      -webkit-flex-basis: 100vw;
      -moz-flex-basis: 100vw;
      -ms-flex-basis: 100vw;
      flex-basis: 100vw;
      max-width: none; } }
  .country__header__gallery + div.para {
    color: inherit;
    z-index: 2; }
    @media (min-width: 769px) {
      .country__header__gallery + div.para {
        color: white; } }
    @media (max-width: 768px) {
      .country__header__gallery + div.para {
        width: 100%;
        width: 100vw;
        padding-left: calc(15px + var(--gutter));
        padding-right: calc(15px + var(--gutter));
        left: -50vw;
        position: relative;
        margin-left: 50%;
        background: black;
        color: white;
        -webkit-flex-basis: 100vw;
        -moz-flex-basis: 100vw;
        -ms-flex-basis: 100vw;
        flex-basis: 100vw;
        max-width: none;
        padding-bottom: 15px; } }
  .country__header__gallery div {
    height: 100%; }
  .country__header__gallery::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0));
    content: ""; }
    @media (max-width: 768px) {
      .country__header__gallery::before {
        background: linear-gradient(to top, black 3%, rgba(0, 0, 0, 0) 40%); } }

.country__page__latest {
  padding: 5rem var(--gutter);
  background-color: var(--beige);
  width: 100vw;
  -webkit-transform: translateX(-50vw);
  -moz-transform: translateX(-50vw);
  -ms-transform: translateX(-50vw);
  -o-transform: translateX(-50vw);
  transform: translateX(-50vw);
  margin-left: 50%; }

img.country__page__logo {
  mix-blend-mode: multiply;
  max-width: 240px; }

dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: none;
  opacity: 1;
  transition: opacity ease 0.6s; }
  dialog div {
    opacity: 0.05; }

.fact_sheets_page li {
  position: relative;
  padding-left: 30px; }
  .fact_sheets_page li::before {
    left: -20px;
    top: -4px;
    position: relative;
    content: "\f105";
    font-family: FontAwesome; }

.fact_sheet_image_slider img {
  cursor: pointer;
  transition: transform 0.2s ease;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .fact_sheet_image_slider img.slick-center {
    -webkkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9); }

@media (min-width: 992px) {
  .featured__image__blob {
    width: 100%;
    max-width: 370px; } }
@media (min-width: 1200px) {
  .featured__image__blob {
    max-width: none; } }
@media (max-width: 991px) {
  .featured__image__blob {
    width: 100%; } }
@media (max-width: 768px) {
  .featured__image__blob {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50vw);
    -moz-transform: translateX(-50vw);
    -ms-transform: translateX(-50vw);
    -o-transform: translateX(-50vw);
    transform: translateX(-50vw); } }

@media (min-width: 992px) {
  .featured__image__full__width {
    max-width: 100%;
    -webkit-clip-path: url(#fullWidth);
    clip-path: url(#fullWidth); } }
@media (max-width: 991px) {
  .featured__image__full__width {
    width: 100%; } }
@media (max-width: 768px) {
  .featured__image__full__width {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50vw);
    -moz-transform: translateX(-50vw);
    -ms-transform: translateX(-50vw);
    -o-transform: translateX(-50vw);
    transform: translateX(-50vw); } }

@media (min-width: 992px) {
  .featured__image__container {
    display: block; } }
@media (min-width: 992px) {
  .featured__image__container.blob {
    -webkit-filter: drop-shadow(10px 10px 0px var(--blue));
    filter: drop-shadow(10px 10px 0px var(--blue)); } }
.featured__image__container.full__width {
  -webkit-filter: drop-shadow(0px 10px 0px var(--blue));
  filter: drop-shadow(0px 10px 0px var(--blue)); }

.fullWidth {
  width: 100%;
  width: 100vw;
  padding-left: calc(15px + var(--gutter));
  padding-right: calc(15px + var(--gutter));
  left: -50vw;
  position: relative;
  margin-left: 50%; }

@media (min-width: 992px) {
  .article__image + .article__content .full__width__page__section {
    width: calc(100% / 7 * 12); } }

#gallery {
  z-index: 1;
  min-height: 500px; }
  @media (min-width: 1200px) {
    #gallery {
      min-height: 500px; } }
  #gallery p.lead {
    font-size: 1.5rem;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      #gallery p.lead {
        font-size: 1.75rem; } }

.hasLine {
  position: relative;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .hasLine::before {
      content: "";
      height: 0%;
      position: absolute;
      width: 2px;
      left: -15px;
      background-color: #b7d3ef;
      top: 4%;
      transition: height cubic-bezier(0.19, 1, 0.22, 1) 2.3s;
      transition-delay: 1s; }
    .hasLine.loaded::before {
      height: 96%; } }

.has-medium-font-size {
  line-height: 1.9; }

.homepage__infographic {
  padding-top: 180px; }
  .homepage__infographic h2 {
    color: var(--blue);
    font-weight: 600;
    font-size: 3.2rem;
    margin-bottom: 45px; }
  .homepage__infographic img {
    width: 100%; }
  @media (min-width: 769px) {
    .homepage__infographic {
      text-align: center; } }
  @media (max-width: 768px) {
    .homepage__infographic {
      padding-top: 60px;
      margin-top: 60px;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .homepage__infographic a.btn {
        display: block;
        margin-top: 30px; } }

.homepage__land.sectionCurve {
  top: auto;
  bottom: -40px;
  transform: rotateY(180deg) rotate(180deg);
  width: 100%;
  overflow-x: hidden; }
  .homepage__land.sectionCurve svg {
    width: 150%; }
  .homepage__land.sectionCurve svg .a {
    fill: var(--beige); }
  @media (max-width: 991px) {
    .homepage__land.sectionCurve {
      position: relative;
      top: -130px;
      left: -15px;
      width: 100vw;
      margin-bottom: -130px;
      height: calc(100vw * 0.1344729); }
      .homepage__land.sectionCurve svg .a {
        fill: #fff; } }
  @media (max-width: 768px) {
    .homepage__land.sectionCurve {
      top: -30px;
      margin-bottom: -30px; } }

.homepage__landing__container {
  background-size: cover;
  background-position: bottom right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (min-width: 992px) {
    .homepage__landing__container {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 750px;
      height: calc(100vh - 60px);
      max-height: 800px;
      width: 100vw;
      margin-left: 50%;
      -webkit-transform: translateX(-50vw);
      -moz-transform: translateX(-50vw);
      -ms-transform: translateX(-50vw);
      -o-transform: translateX(-50vw);
      transform: translateX(-50vw);
      padding-top: 0px;
      padding-left: calc(15px + var(--gutter)); } }
  @media (max-width: 991px) {
    .homepage__landing__container {
      width: 100vw;
      margin-left: calc(-1 * var(--gutter));
      background-size: 100vw;
      background-repeat: no-repeat;
      background-position: top;
      padding-top: 70vw;
      padding-bottom: 60px; } }
  @media (max-width: 768px) {
    .homepage__landing__container {
      background-size: 140vw;
      padding-top: 90vw;
      background-image: var(--mobileBG) !important; } }

.homepage__landing__inner {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    .homepage__landing__inner {
      padding: 0 60px; } }
  @media (max-width: 768px) {
    .homepage__landing__inner {
      padding: 0 15px; } }

@media (max-width: 991px) {
  .homepage__latest__news {
    padding-top: 60px; } }
.homepage__latest__news h2 {
  color: var(--primaryColour);
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 3.2rem; }
@media (min-width: 992px) {
  .homepage__latest__news article {
    padding-right: 30px; } }
@media (max-width: 991px) {
  .homepage__latest__news article {
    margin-bottom: 30px; } }
.homepage__latest__news h3 {
  font-size: 1.35rem;
  letter-spacing: 1px;
  font-weight: 600; }
  @media (max-width: 991px) {
    .homepage__latest__news h3 {
      font-size: 1.2rem; } }
.homepage__latest__news .homepage__post_byline {
  font-size: 80%; }
  .homepage__latest__news .homepage__post_byline span.author {
    font-weight: 800; }

.homepage__notice__sparks {
  position: absolute;
  left: var(--gutter);
  top: 25%; }
  .homepage__notice__sparks.sparks_right {
    left: auto;
    right: calc(var(--gutter) - 30px);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  @media (max-width: 768px) {
    .homepage__notice__sparks {
      display: none; } }

.homepage__our_work {
  padding-bottom: 210px;
  background-color: var(--beige); }
  @media (max-width: 768px) {
    .homepage__our_work {
      padding-top: 75px;
      padding-bottom: 120px; } }

@media (min-width: 992px) {
  .homepage__work__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 45px; } }
.homepage__work__content h2 {
  color: var(--blue);
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 30px; }
.homepage__work__content p {
  font-size: 1.3rem;
  margin-bottom: 30px; }

.homepage__work__image {
  -webkit-filter: drop-shadow(10px 10px 0px var(--blue));
  filter: drop-shadow(10px 10px 0px var(--blue)); }
  .homepage__work__image img.blob {
    max-width: 90%; }
  @media (max-width: 991px) {
    .homepage__work__image {
      margin-bottom: 45px; } }

img[usemap], map area {
  outline: none; }

.image-map area:focus, .image-map area:active {
  outline: none;
  border: 0; }

.inline__logo {
  width: 150px;
  height: auto;
  padding-right: 15px; }

.internal_link {
  display: inline-block;
  transform: translateY(calc(-1 * var(--headerHeight))); }

.landing__page__heading {
  color: var(--primaryColour); }
  @media (min-width: 992px) {
    .landing__page__heading {
      font-size: 3.7rem;
      color: white; } }
  @media (min-width: 1200px) {
    .landing__page__heading {
      font-size: 4.4rem; } }
  .landing__page__heading span {
    white-space: nowrap; }
  @media (max-width: 991px) {
    .landing__page__heading {
      font-size: 4rem; } }
  @media screen and (max-width: 400px) {
    .landing__page__heading {
      font-size: 14vw; } }

@media (max-width: 991px) {
  img.landing__page__image {
    width: 100%;
    clip-path: url(#wave);
    margin-bottom: 45px;
    height: 400px;
    object-fit: cover;
    object-position: top center; } }
@media (max-width: 768px) {
  img.landing__page__image {
    width: 100vw;
    left: 50%;
    position: relative;
    margin-left: -50vw; } }
@media (min-width: 992px) {
  img.landing__page__image {
    clip-path: url(#blob);
    max-width: 130%; } }
@media (min-width: 1200px) {
  img.landing__page__image {
    max-width: 90%; } }

@media (max-width: 991px) {
  .landing__page__image__container {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    -webkit-filter: drop-shadow(0px 10px 0px var(--blue));
    filter: drop-shadow(0px 10px 0px var(--blue)); } }
@media (min-width: 992px) {
  .landing__page__image__container {
    -webkit-filter: drop-shadow(10px 10px 0px var(--blue));
    filter: drop-shadow(10px 10px 0px var(--blue)); } }

.landing__page__title {
  position: relative; }
  @media (min-width: 1050px) and (max-width: 1199px) {
    .landing__page__title::before {
      content: "";
      height: 0%;
      position: absolute;
      width: 2px;
      left: -45px;
      background-color: white;
      top: 4%;
      transition: height cubic-bezier(0.19, 1, 0.22, 1) 2.3s;
      transition-delay: 1s; }
    .landing__page__title.loaded::before {
      height: 96%; } }
  @media (min-width: 1293px) {
    .landing__page__title::before {
      content: "";
      height: 0%;
      position: absolute;
      width: 2px;
      left: -45px;
      background-color: white;
      top: 4%;
      transition: height cubic-bezier(0.19, 1, 0.22, 1) 2.3s;
      transition-delay: 1s; }
    .landing__page__title.loaded::before {
      height: 96%; } }

.landing__page__subtitle {
  font-size: 1.8rem;
  margin-top: 45px;
  line-height: 1.4;
  margin-bottom: 45px;
  color: var(--primaryColour); }
  @media (min-width: 992px) {
    .landing__page__subtitle {
      color: white; } }

.latest_post_page_post {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08); }

.lead {
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 30px; }

.library .wp-block-group {
  padding: 2rem 3rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08); }

img.member {
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.11); }

.our-approach__intro__buttons .wp-block-button,
.our-work__buttons .wp-block-button {
  display: block; }
.our-approach__intro__buttons a.wp-block-button__link,
.our-work__buttons a.wp-block-button__link {
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.025);
  border-radius: 0;
  padding-right: 45px;
  display: block;
  color: #222;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  background-image: url(images/right_arrow.jpg);
  background-size: auto 20px;
  background-position: calc(100% - 10px);
  background-repeat: no-repeat; }
  .our-approach__intro__buttons a.wp-block-button__link:hover,
  .our-work__buttons a.wp-block-button__link:hover {
    cursor: pointer;
    text-decoration: none;
    -webkit-transform: translateX(1px) translateY(1px);
    -moz-transform: translateX(1px) translateY(1px);
    -ms-transform: translateX(1px) translateY(1px);
    -o-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px); }
  .our-approach__intro__buttons a.wp-block-button__link::after,
  .our-work__buttons a.wp-block-button__link::after {
    color: var(--blue);
    position: absolute;
    right: 5px;
    content: ""; }
.our-approach__intro__buttons .back a.wp-block-button__link,
.our-work__buttons .back a.wp-block-button__link {
  padding-left: 60px;
  background-image: none; }
  .our-approach__intro__buttons .back a.wp-block-button__link::before,
  .our-work__buttons .back a.wp-block-button__link::before {
    content: "";
    width: 45px;
    height: 45px;
    background-image: url(images/right_arrow.jpg);
    position: absolute;
    left: 0;
    top: -6px;
    background-size: 30px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

img.page__featured__image,
img.our__work__image__1 {
  width: 100%;
  margin-top: -2rem;
  margin-bottom: 2rem; }
  @media (max-width: 768px) {
    img.page__featured__image,
    img.our__work__image__1 {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
      display: block; } }
  @media (min-width: 769px) {
    img.page__featured__image,
    img.our__work__image__1 {
      width: auto;
      max-width: 50%;
      margin-top: -5rem;
      margin-right: -3rem;
      float: right;
      margin: -5rem -3rem 5rem 2rem; } }

a.no-hover-underline {
  text-decoration: none; }
  a.no-hover-underline:hover {
    text-decoration: none;
    opacity: 0.9; }

.our-work__sidebar {
  background-color: #f1f1ed;
  padding: 2rem; }
  .our-work__sidebar h4 {
    border-bottom: 3pz solid var(--blue);
    margin-bottom: 15px;
    padding-bottom: 5px; }
  .our-work__sidebar ul {
    list-style: none;
    padding: 0; }

.page-content__inner {
  padding-top: 30px; }

.page-content__wrapper {
  padding-bottom: 45px; }

nav.page__links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  padding-bottom: 3rem; }
  nav.page__links .page-numbers {
    padding: 8px 5px;
    margin: 0 3px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #eee; }

#page-wrap {
  background-image: url(images/mosquitos_background.jpg);
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: auto;
  padding: calc(45px + var(--headerHeight)) var(--gutter) var(--footerHeight); }
  @media (max-width: 768px) {
    #page-wrap {
      background-size: 200%;
      background-position: top center;
      padding-top: var(--headerHeight); } }
  @media (max-width: 991px) {
    #page-wrap {
      padding-bottom: 30px; }
      #page-wrap.home {
        padding-top: var(--headerHeight); } }
  #page-wrap.home {
    padding-top: 0; }

.post__author__details {
  padding: 1.5rem;
  background-color: #f7f7f7;
  clear: both; }

.resource__carousel .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 0; }

.resource_page_container {
  background-color: var(--beige);
  border: 2px solid var(--primaryColour);
  border-radius: 15px;
  padding: 15px;
  margin-right: 15px;
  height: auto;
  min-height: 320px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .resource_page_container .resource_page_date {
    display: inline-flex;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end; }
  .resource_page_container::before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 35px;
    height: 35px;
    border: 2px solid var(--primaryColour);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-left-radius: 15px; }
  .resource_page_container::after {
    content: "";
    background-color: white;
    width: 35px;
    height: 49px;
    position: absolute;
    top: -16px;
    right: -36px;
    border-left: 2px solid var(--primaryColour);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-45deg);
    -mos-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .slick-initialized .resource_page_container.slick-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .slick-initialized .resource_page_container.slick-slide .resource_page_date {
      display: inline-flex;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -ms-flex-align: flex-end;
      align-items: flex-end; }

.sectionCurve {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }
  .sectionCurve svg {
    width: 100%; }
  .sectionCurve.bottom {
    top: auto;
    bottom: -1px; }
    .sectionCurve.bottom svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.single_post span[id] {
  display: block;
  position: relative;
  top: calc(-1 * var(--headerHeight));
  visibility: hidden; }

.country__header__gallery .slick-slide img {
  height: 100%;
  object-fit: cover;
  object-position: top center; }

.slick-next::before, .slick-prev::before {
  color: var(--blue); }

.slick-next.slick-disabled::before, .slick-prev.slick-disabled::before {
  opacity: 0; }

.slight__bottom-curve {
  width: 100vw;
  position: relative;
  left: calc(-1 * var(--gutter) - 15px);
  top: -1px;
  height: 90px;
  object-fit: cover;
  object-position: top; }

.slight__top-curve {
  height: 90px;
  width: 100vw;
  object-fit: cover;
  object-position: bottom;
  position: relative;
  bottom: -2px;
  left: calc(-1 * var(--gutter) - 15px); }

.v__curvy__bottom {
  object-fit: cover;
  width: 100vw;
  position: relative;
  left: calc(-1 * var(--gutter) - 15px);
  height: 190px !important;
  object-position: 0 -50px;
  margin-top: -50px;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5); }
  @media (max-width: 768px) {
    .v__curvy__bottom {
      margin-top: -54px; } }
  @media (min-width: 1200px) {
    .v__curvy__bottom {
      height: 255px !important;
      margin-top: -90px;
      -webkit-transform: scaleY(0.3);
      -moz-transform: scaleY(0.3);
      -ms-transform: scaleY(0.3);
      -o-transform: scaleY(0.3);
      transform: scaleY(0.3); } }

.v__curvy__top {
  object-fit: cover;
  width: 100vw;
  position: relative;
  left: calc(-1 * var(--gutter) - 15px);
  height: 160px;
  margin-top: -30px;
  object-position: top; }
  @media (min-width: 1200px) {
    .v__curvy__top {
      height: 180px;
      margin-top: -60px; } }
  @media (max-width: 768px) {
    .v__curvy__top {
      object-fit: contain;
      object-position: bottom;
      margin-top: -60px; } }

.video__container iframe {
  width: 100%;
  height: auto; }
  @media (min-width: 992px) {
    .video__container iframe {
      height: 255px; } }
  @media (min-width: 1200px) {
    .video__container iframe {
      height: 305px; } }

.wave__section {
  background-color: var(--beige);
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50vw);
  -moz-transform: translateX(-50vw);
  -ms-transform: translateX(-50vw);
  -o-transform: translateX(-50vw);
  transform: translateX(-50vw);
  padding: 60px var(--gutter);
  clear: both;
  margin-bottom: 0; }

@media (min-width: 992px) {
  .why_malaria_matters__image_2.wp-block-image {
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px);
    max-width: 90%; } }

@media (min-width: 992px) {
  .why_malaria_matters__image_3.wp-block-image {
    margin-top: 240px; } }

@media (min-width: 992px) {
  .why_malaria_matters__image_4.wp-block-image {
    margin-bottom: -90px;
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px); } }

.wp-block-cover,
.wp-block-cover-image {
  height: auto;
  background-position: Center center;
  min-height: 430px; }
  @media (max-width: 768px) {
    .wp-block-cover,
    .wp-block-cover-image {
      min-height: 80vw; } }

figure.wp-block-image figcaption {
  margin-bottom: 0;
  font-size: 80%; }
.approach__page__phases figure.wp-block-image {
  background-color: transparent; }
figure.wp-block-image .single_post {
  background: #f7f7f7;
  padding: 15px; }

.wp-block-image img {
  height: auto; }

@media (min-width: 992px) {
  .wwd-page__heading + .article__image {
    padding-top: 3rem; } }

.page__slick__slider {
  margin: 30px auto; }
  .page__slick__slider .slick-list {
    min-width: 100%; }
    @media (min-width: 1200px) {
      .page__slick__slider .slick-list .slick-slide {
        padding: 0 120px; } }

.who-we-are-team-photo {
  -webkit-transform: translateX(-50vw);
  transform: translateX(-50vw);
  margin-left: 50%; }

.wwd-page__second__section {
  background-color: var(--beige);
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50vw);
  -moz-transform: translateX(-50vw);
  -ms-transform: translateX(-50vw);
  -o-transform: translateX(-50vw);
  transform: translateX(-50vw);
  padding: 180px var(--gutter) 60px; }
  .wwd-page__second__section .sectionCurve {
    left: -7%;
    width: 120%; }
  @media (max-width: 991px) {
    .wwd-page__second__section {
      padding-top: 90px; } }

/* Translation */
.menu-translation-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

ul#menu-translation {
  font-size: 85%; }
  ul#menu-translation ul.sub-menu {
    margin: 0;
    padding: 0; }

@media (max-width: 767px) {
  .wpml-ls-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .wpml-ls-item a {
      font-size: 20px; }
    .wpml-ls-item ul.sub-menu li {
      padding-bottom: 0 !important; } }
