@import "../bower_components/normalize-css/normalize.css";
.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@font-face {
  font-family: 'Unna';
  src: url('fonts/Unna-Regular.eot');
  src: url('fonts/Unna-Regular.eot#iefix') format('embedded-opentype'), url('fonts/Unna-Regular.woff2') format('woff2'), url('fonts/Unna-Regular.ttf') format('truetype'), url('fonts/Unna-Regular.woff') format('woff'), url('fonts/Unna-Regular.svg#Unna-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Unna';
  src: url('fonts/Unna-Bold.eot');
  src: url('fonts/Unna-Bold.eot#iefix') format('embedded-opentype'), url('fonts/Unna-Bold.woff2') format('woff2'), url('fonts/Unna-Bold.ttf') format('truetype'), url('fonts/Unna-Bold.woff') format('woff'), url('fonts/Unna-Bold.svg#Unna-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Unna';
  src: url('fonts/Unna-Italic.eot');
  src: url('fonts/Unna-Italic.eot#iefix') format('embedded-opentype'), url('fonts/Unna-Italic.woff2') format('woff2'), url('fonts/Unna-Italic.ttf') format('truetype'), url('fonts/Unna-Italic.woff') format('woff'), url('fonts/Unna-Italic.svg#Unna-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Unna';
  src: url('fonts/Unna-BoldItalic.eot');
  src: url('fonts/Unna-BoldItalic.eot#iefix') format('embedded-opentype'), url('fonts/Unna-BoldItalic.woff2') format('woff2'), url('fonts/Unna-BoldItalic.ttf') format('truetype'), url('fonts/Unna-BoldItalic.woff') format('woff'), url('fonts/Unna-BoldItalic.svg#Unna-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
}
.icomoon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
html {
  box-sizing: border-box;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
/**
* Hide elements visually, but keep them available for screen-readers.
*
* Used for information required for screen-reader users to understand and use
* the site where visual display is undesirable. Information provided in this
* manner should be kept concise, to avoid unnecessary burden on the user.
* "!important" is used to prevent unintentional overrides.
*/
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.show-mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .show-mobile {
    display: none;
  }
}
.show-desktop {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .show-desktop {
    display: none;
  }
}
a {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 16px/1.5em 'Open Sans', sans-serif;
  color: #000;
  background: #fff;
  border: none;
  padding: 0;
  margin: 0;
}
.animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slower {
  -webkit-animation-duration: 1500ms;
  -moz-animation-duration: 1500ms;
  -ms-animation-duration: 1500ms;
  -o-animation-duration: 1500ms;
}
.slowest {
  -webkit-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -ms-animation-duration: 2000ms;
  -o-animation-duration: 2000ms;
}
.faster {
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -ms-animation-duration: 500ms;
  -o-animation-duration: 500ms;
}
.fastest {
  -webkit-animation-duration: 250ms;
  -moz-animation-duration: 250ms;
  -ms-animation-duration: 250ms;
  -o-animation-duration: 250ms;
}
.delay {
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
  -o-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.delay-250 {
  -webkit-animation-delay: 250ms;
  -moz-animation-delay: 250ms;
  -ms-animation-delay: 250ms;
  -o-animation-delay: 250ms;
  animation-delay: 250ms;
}
.delay-500 {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
}
.delay-750 {
  -webkit-animation-delay: 750ms;
  -moz-animation-delay: 750ms;
  -ms-animation-delay: 750ms;
  -o-animation-delay: 750ms;
  animation-delay: 750ms;
}
.delay-1000 {
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
  -o-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.delay-1250 {
  -webkit-animation-delay: 1250ms;
  -moz-animation-delay: 1250ms;
  -ms-animation-delay: 1250ms;
  -o-animation-delay: 1250ms;
  animation-delay: 1250ms;
}
.delay-1500 {
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: 1500ms;
  -ms-animation-delay: 1500ms;
  -o-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.delay-1750 {
  -webkit-animation-delay: 1750ms;
  -moz-animation-delay: 1750ms;
  -ms-animation-delay: 1750ms;
  -o-animation-delay: 1750ms;
  animation-delay: 1750ms;
}
.delay-2000 {
  -webkit-animation-delay: 2000ms;
  -moz-animation-delay: 2000ms;
  -ms-animation-delay: 2000ms;
  -o-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.delay-2500 {
  -webkit-animation-delay: 2500ms;
  -moz-animation-delay: 2500ms;
  -ms-animation-delay: 2500ms;
  -o-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.delay-3000 {
  -webkit-animation-delay: 3000ms;
  -moz-animation-delay: 3000ms;
  -ms-animation-delay: 3000ms;
  -o-animation-delay: 3000ms;
  animation-delay: 3000ms;
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.fadeIn {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media only screen and (max-width: 767px) {
  .fadeInDown,
  .fadeInLeft,
  .fadeInRight,
  .fadeInUp {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
  .fadeInDown.animated,
  .fadeInLeft.animated,
  .fadeInRight.animated,
  .fadeInUp.animated {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}
@media only screen and (min-width: 768px) {
  .fadeInUp {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
  .fadeInUp.animated {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .fadeInDown {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
  .fadeInDown.animated {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  .fadeInLeft {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
  .fadeInLeft.animated {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .fadeInRight {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
  .fadeInRight.animated {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}
#site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
#site-header .site-name a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  height: 80px;
  width: 280px;
}
html.svg.backgroundsize #site-header .site-name a {
  background: url("../img/logo-tab-save.svg") no-repeat 0 0;
  background-size: 100%;
}
.slide {
  position: relative;
}
.slide .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50% top;
  background-size: cover;
}
.slide .wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .slide .wrapper {
    padding: 0 40px;
  }
}
#slide-intro {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #slide-intro {
    height: auto !important;
    padding: 120px 0 170px;
  }
}
@media only screen and (min-width: 768px) {
  #slide-intro {
    min-height: 650px;
  }
  #slide-intro .wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#slide-intro h2 {
  color: #e03128;
  font: 700 10vw/1.1em 'Unna', serif;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  #slide-intro h2 {
    font-size: 3.75vw;
  }
}
@media only screen and (min-width: 1600px) {
  #slide-intro h2 {
    font-size: 60px;
  }
}
#slide-intro .inner {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  #slide-intro .inner {
    width: 46%;
  }
}
@media only screen and (min-width: 768px) {
  #slide-intro .background {
    background-position: left top;
    background-image: url("../img/background-intro.gif");
  }
}
#slide-intro .instruction {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#slide-intro .instruction .label {
  color: #223166;
  text-align: center;
  margin: 0 auto 4px;
  font: 700 14px/36px 'Open Sans', sans-serif;
}
#slide-intro .instruction .dot {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  display: block;
  width: 2px;
  height: 2px;
  background: #223166;
  margin: 0 auto 4px;
}
#slide-countries {
  background: #edebe0;
  position: relative;
}
#slide-countries:before {
  content: '';
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 50%;
  border-right: 2px solid #e03128;
  margin-left: -1px;
}
#slide-countries .dots .dot {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  display: block;
  width: 2px;
  height: 2px;
  background: #c4c2b8;
  margin: 0 auto 4px;
}
#slide-countries .section-a {
  padding: 20px 0;
  background: #edebe0;
  margin: 0 0 120px;
  text-align: center;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
}
#slide-countries .section-a h2 {
  background: #edebe0;
  border-top: 2px solid #223166;
  border-bottom: 2px solid #223166;
  color: #e03128;
  font: 700 italic 36px/32px 'Unna', serif;
  padding: 17px 0;
  display: inline-block;
  margin: 0 auto 20px;
}
#slide-countries .section-a p {
  background: #edebe0;
  max-width: 540px;
  margin: 0 auto;
}
#slide-countries .section-b {
  padding: 20px 0 12px;
  background: #edebe0;
  max-width: 600px;
  margin: 0 auto 60px;
  text-align: center;
}
#slide-countries .section-b strong {
  display: block;
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (min-width: 768px) {
  #slide-countries .section-b {
    font-size: 18px;
    line-height: 32px;
    margin: 0 auto 40px;
  }
  #slide-countries .section-b strong {
    display: block;
    font-size: 36px;
    line-height: 46px;
  }
}
#slide-countries .section-b p {
  background: #edebe0;
  padding: 0 0 12px;
}
#slide-countries .section-b h3 {
  text-align: center;
  background: #edebe0;
  margin: 0 auto;
  padding: 0 0 20px;
  text-transform: uppercase;
  color: #223166;
  font-size: 21px;
  line-height: 36px;
}
#slide-countries .section-c .countries {
  max-width: 1100px;
  margin: 0 auto;
}
#slide-countries .section-c .countries .country {
  width: 50%;
  padding: 0 2.5vw;
  position: relative;
}
#slide-countries .section-c .countries .country.left {
  margin: 0 0 7.5vw;
  float: left;
}
#slide-countries .section-c .countries .country.left .inner {
  right: 0;
  text-align: right;
  padding-right: 3.75vw;
}
#slide-countries .section-c .countries .country.left .inner:before {
  right: 0;
}
#slide-countries .section-c .countries .country.right {
  margin: 10vw 0;
  float: right;
}
#slide-countries .section-c .countries .country.right .inner {
  left: 0;
  text-align: left;
  padding-left: 3.75vw;
}
#slide-countries .section-c .countries .country.right .inner:before {
  left: 0;
}
#slide-countries .section-c .countries .country.right.somalia {
  padding: 0 5.625vw;
}
#slide-countries .section-c .countries .country img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=(30));
  opacity: 0.3;
}
#slide-countries .section-c .countries .country .inner {
  position: absolute;
  top: 5vw;
}
#slide-countries .section-c .countries .country .inner:before {
  content: '';
  position: absolute;
  top: 4.5vw;
  width: 2vw;
  border-top: 2px solid #e03128;
}
@media only screen and (min-width: 768px) {
  #slide-countries .section-c .countries .country .inner:before {
    top: 2.25vw;
  }
}
#slide-countries .section-c .countries .country .inner .count {
  color: #223166;
  font: 700 7.5vw/1.2em 'Open Sans', sans-serif;
}
@media only screen and (min-width: 768px) {
  #slide-countries .section-c .countries .country .inner .count {
    font-size: 3.75vw;
  }
}
#slide-countries .section-c .countries .country .inner h4 {
  font: 700 6.75vw/1em 'Unna', serif;
  color: #e03128;
}
@media only screen and (min-width: 768px) {
  #slide-countries .section-c .countries .country .inner h4 {
    font-size: 2.25vw;
  }
}
#slide-victims {
  position: relative;
  background: #e03128;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #slide-victims {
    font-size: 21px;
    line-height: 28px;
  }
}
#slide-victims .background {
  background-image: url("../img/background-800.gif");
}
#slide-victims .wrapper {
  padding: 13.75vw 0;
}
#slide-victims .wrapper .inner {
  margin: 0 0 36px;
}
@media only screen and (max-width: 767px) {
  #slide-victims .wrapper .inner {
    margin: 0 0 12px;
    padding: 0 24px;
  }
}
#slide-victims .wrapper .inner h2 {
  font: 700 15vw/0.8em 'Unna', serif;
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  #slide-victims .wrapper .inner h2 {
    margin-top: 12px;
  }
}
#slide-victims .wrapper .inner h2 .counter {
  display: inline-block;
  position: relative;
  text-align: right;
  margin-right: 12px;
}
#slide-victims .wrapper .inner h2 .counter .count-original {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
#slide-victims .wrapper .inner h2 .counter #count-up {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#slide-victims .wrapper .inner p {
  margin: 0 auto 12px;
  max-width: 800px;
}
#slide-victims .wrapper .inner p strong {
  display: block;
  font-size: 32px;
  line-height: 42px;
}
@media only screen and (min-width: 768px) {
  #slide-victims .wrapper .inner p strong {
    font-size: 40px;
    line-height: 46px;
  }
}
#slide-victims .wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  height: 0;
  left: 50%;
  margin-left: -1px;
  border-right: 2px solid #fff;
  -webkit-transition: height 4000ms;
  -moz-transition: height 4000ms;
  -o-transition: height 4000ms;
  -ms-transition: height 4000ms;
  transition: height 4000ms;
}
#slide-victims .wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 50%;
  margin-left: -1px;
  border-right: 2px solid #fff;
  -webkit-transition: height 4000ms;
  -moz-transition: height 4000ms;
  -o-transition: height 4000ms;
  -ms-transition: height 4000ms;
  transition: height 4000ms;
}
#slide-victims .wrapper.animated:after,
#slide-victims .wrapper.animated:before {
  height: 13.75vw;
}
#slide-why {
  background: #fff;
  position: relative;
}
#slide-why .dots .dot {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  display: block;
  width: 2px;
  height: 2px;
  background: #c4c2b8;
  margin: 0 auto 4px;
}
#slide-why .section-d {
  padding: 20px 0;
  margin: 0 0 106px;
  text-align: center;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #slide-why .section-d {
    margin: 0 24px 40px;
  }
}
#slide-why .section-d h2 {
  border-top: 2px solid #223166;
  border-bottom: 2px solid #223166;
  color: #e03128;
  font: 700 italic 36px/32px 'Unna', serif;
  padding: 17px 0;
  display: inline-block;
  margin: 0 auto 20px;
}
#slide-why .section-e {
  position: relative;
  max-width: 780px;
  height: 820px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #slide-why .section-e {
    height: auto;
    overflow: hidden;
    padding: 0 24px;
  }
}
#slide-why .section-e > p {
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  #slide-why .section-e > p {
    width: 35.897435897%;
  }
}
#slide-why .section-e .circle {
  position: relative;
  width: 180px;
  height: 180px;
}
@media only screen and (min-width: 768px) {
  #slide-why .section-e .circle {
    position: absolute;
  }
}
#slide-why .section-e .circle .circle-inner {
  position: absolute;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  font: 700 14px/20px 'Open Sans', sans-serif;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  z-index: 10;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  -ms-transition: all 1000ms;
  transition: all 1000ms;
}
#slide-why .section-e .circle .circle-inner img {
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  width: 180px;
  height: 180px;
}
#slide-why .section-e .circle .circle-inner p {
  position: absolute;
  width: 180px;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  -webkit-transition: opacity 1000ms;
  -moz-transition: opacity 1000ms;
  -o-transition: opacity 1000ms;
  -ms-transition: opacity 1000ms;
  transition: opacity 1000ms;
}
@media only screen and (min-width: 768px) {
  #slide-why .section-e .circle.circle-a {
    top: 56px;
    right: 254px;
  }
}
#slide-why .section-e .circle.circle-b {
  width: 400px;
  height: 400px;
}
@media only screen and (min-width: 768px) {
  #slide-why .section-e .circle.circle-b {
    width: 600px;
    height: 600px;
    top: 210px;
    right: -200px;
  }
}
@media only screen and (max-width: 767px) {
  #slide-why .section-e .circle.circle-b {
    margin-bottom: 120px;
  }
  #slide-why .section-e .circle.circle-b .label {
    top: 100%;
    width: 272px;
  }
}
#slide-why .section-e .circle.circle-b .label {
  position: absolute;
  font-size: 14px;
  line-height: 20px;
}
#slide-why .section-e .circle.circle-b .label strong {
  color: #223166;
  text-transform: uppercase;
  display: block;
  font-size: 40px;
  line-height: 44px;
}
@media only screen and (min-width: 768px) {
  #slide-why .section-e .circle.circle-b .label {
    width: 180px;
    -webkit-transform: translate(-100px, -54px);
    -moz-transform: translate(-100px, -54px);
    -ms-transform: translate(-100px, -54px);
    -o-transform: translate(-100px, -54px);
    transform: translate(-100px, -54px);
    left: -380px;
    top: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -o-transition: all 1000ms;
    -ms-transition: all 1000ms;
    transition: all 1000ms;
  }
  #slide-why .section-e .circle.circle-b .label:after {
    top: 54px;
    width: 0;
    left: 100%;
    margin-left: 10px;
    position: absolute;
    content: '';
    border-top: 1px solid #223166;
    display: block;
    -webkit-transition: width 1000ms;
    -moz-transition: width 1000ms;
    -o-transition: width 1000ms;
    -ms-transition: width 1000ms;
    transition: width 1000ms;
  }
}
#slide-why .section-e .circle.circle-b .circle-inner img {
  height: 600px;
  width: 600px;
}
#slide-why .section-e .circle.animated .circle-inner {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
#slide-why .section-e .circle.animated p {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=(100)) !important;
  opacity: 1 !important;
  -webkit-transition: opacity 1000ms 1000ms;
  -moz-transition: opacity 1000ms 1000ms;
  -o-transition: opacity 1000ms 1000ms;
  -ms-transition: opacity 1000ms 1000ms;
  transition: opacity 1000ms 1000ms;
}
@media only screen and (min-width: 768px) {
  #slide-why .section-e .circle.animated .label {
    -webkit-transform: translate(0, -54px);
    -moz-transform: translate(0, -54px);
    -ms-transform: translate(0, -54px);
    -o-transform: translate(0, -54px);
    transform: translate(0, -54px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
  }
  #slide-why .section-e .circle.animated .label:after {
    width: 158px;
  }
}
#slide-why .section-f {
  position: relative;
  background: #edebe0;
  margin: 32px 0 0;
  padding: 0 0 80px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #edebe0 320px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #edebe0 320px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #edebe0 320px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#edebe0', GradientType=0);
  /* IE6-9 */
}
@media only screen and (min-width: 768px) {
  #slide-why .section-f {
    padding: 142px 0 0;
    height: 1460px;
  }
}
#slide-why .section-f .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  /*
      &:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        border-left: 1px solid @red;
        content: '';
      }
      */
}
#slide-why .section-f .background img {
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-2336px);
  -moz-transform: translateX(-2336px);
  -ms-transform: translateX(-2336px);
  -o-transform: translateX(-2336px);
  transform: translateX(-2336px);
  margin: 0 auto;
  width: auto;
  height: 2000px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #slide-why .section-f .background img {
    display: none;
  }
}
#slide-why .section-f p {
  position: relative;
  max-width: 840px;
  text-align: center;
  margin: 0 auto 12px;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  #slide-why .section-f p {
    padding: 0 40px;
    font-size: 18px;
    line-height: 28px;
  }
}
#slide-why .section-f p.paragraph-b {
  max-width: 820px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #slide-why .section-f p.paragraph-b {
    font: 700 21px/32px 'Open Sans', sans-serif;
    margin: 12px auto 0;
  }
}
#slide-why .section-f p.paragraph-b em {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  #slide-why .section-f p.paragraph-b em {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #slide-why .section-f .countries .country {
    margin: 80px 24px 0;
  }
  #slide-why .section-f .countries .country img {
    display: block;
    margin: 0 auto 24px;
    width: 200px;
    height: auto;
  }
  #slide-why .section-f .countries .country p {
    text-align: left;
    padding: 0;
  }
  #slide-why .section-f .countries .country h3 {
    color: #e03128;
    font: 700 36px/42px 'Unna', serif;
    margin: 0 0 24px;
  }
  #slide-why .section-f .countries .country h4 {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #slide-why .section-f .countries {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 980px;
    margin: 0 auto;
  }
  #slide-why .section-f .countries .country {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 200px;
  }
  #slide-why .section-f .countries .country img {
    width: 100%;
    height: auto;
    display: block;
  }
  #slide-why .section-f .countries .country h3 {
    color: #223166;
    font: 700 21px/32px 'Unna', serif;
    position: absolute;
    white-space: nowrap;
  }
  #slide-why .section-f .countries .country .inner {
    color: #fff;
    background: #000;
    padding: 60px 30px 36px;
    width: 320px;
    text-align: left;
    z-index: 15;
    position: absolute;
    top: 0;
    pointer-events: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    transition: opacity 500ms;
  }
  #slide-why .section-f .countries .country .inner h4 {
    font: 700 36px/36px 'Unna', serif;
    margin: 0 0 24px;
  }
  #slide-why .section-f .countries .country .inner p {
    text-align: left;
    margin: 0 0 24px;
    padding: 0;
  }
  #slide-why .section-f .countries .country:hover .inner {
    pointer-events: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
  }
  #slide-why .section-f .countries .country.afghanistan {
    top: 592px;
    right: 86px;
    width: 166px;
  }
  #slide-why .section-f .countries .country.afghanistan .inner {
    left: 66px;
    top: -72px;
  }
  #slide-why .section-f .countries .country.afghanistan .inner:after {
    right: 100%;
    top: 120px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000000;
    border-width: 14px;
    border-right-width: 18px;
  }
  #slide-why .section-f .countries .country.afghanistan h3 {
    padding-right: 40px;
    right: 168px;
    top: 80px;
  }
  #slide-why .section-f .countries .country.afghanistan h3:after {
    position: absolute;
    content: '';
    border-top: 2px solid #223166;
    width: 30px;
    right: 0;
    top: 50%;
    margin-top: -1px;
  }
  #slide-why .section-f .countries .country.south-sudan {
    top: 986px;
    left: 280px;
    width: 157px;
  }
  #slide-why .section-f .countries .country.south-sudan h3 {
    padding-bottom: 36px;
    right: 25px;
    bottom: 114px;
  }
  #slide-why .section-f .countries .country.south-sudan h3:after {
    position: absolute;
    content: '';
    border-left: 2px solid #223166;
    height: 30px;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
  }
  #slide-why .section-f .countries .country.south-sudan .inner {
    right: 154px;
    top: auto;
    bottom: -72px;
  }
  #slide-why .section-f .countries .country.south-sudan .inner:after {
    left: 100%;
    bottom: 140px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000000;
    border-width: 14px;
    border-left-width: 18px;
  }
  #slide-why .section-f .countries .country.syria {
    top: 612px;
    left: 417px;
    width: 79px;
  }
  #slide-why .section-f .countries .country.syria h3 {
    padding-top: 36px;
    right: 3px;
    top: 70px;
  }
  #slide-why .section-f .countries .country.syria h3:after {
    position: absolute;
    content: '';
    border-left: 2px solid #223166;
    height: 30px;
    top: 0;
    left: 50%;
    margin-left: -1px;
  }
  #slide-why .section-f .countries .country.syria .inner {
    right: 84px;
    top: -124px;
  }
  #slide-why .section-f .countries .country.syria .inner:after {
    left: 100%;
    top: 140px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000000;
    border-width: 14px;
    border-left-width: 18px;
  }
  #slide-why .section-f .countries .country.somalia {
    top: 989px;
    right: 338px;
    width: 137px;
  }
  #slide-why .section-f .countries .country.somalia h3 {
    padding-left: 40px;
    left: 58px;
    bottom: 12px;
  }
  #slide-why .section-f .countries .country.somalia h3:after {
    position: absolute;
    content: '';
    border-top: 2px solid #223166;
    width: 30px;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  #slide-why .section-f .countries .country.somalia .inner {
    right: 136px;
    top: auto;
    bottom: -114px;
  }
  #slide-why .section-f .countries .country.somalia .inner:after {
    left: 100%;
    bottom: 140px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000000;
    border-width: 14px;
    border-left-width: 18px;
  }
}
#slide-learned {
  background: #fff;
  position: relative;
  padding: 0 0 138px;
}
#slide-learned .dots .dot {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  display: block;
  width: 2px;
  height: 2px;
  background: #c4c2b8;
  margin: 0 auto 4px;
}
#slide-learned .section-g {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  max-width: 820px;
}
#slide-learned .section-g p {
  margin: 0 0 20px;
}
#slide-learned .section-g p strong {
  font-size: 21px;
  line-height: 32px;
}
#slide-learned .section-g h2 {
  border-top: 2px solid #223166;
  border-bottom: 2px solid #223166;
  color: #e03128;
  font: 700 italic 36px/32px 'Unna', serif;
  padding: 17px 0;
  display: inline-block;
  margin: 0 auto 20px;
}
#slide-learned .wrapper {
  max-width: 1020px;
}
#slide-learned .section-h {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
#slide-learned .section-h .arrow {
  margin: 24px 0 0 132px;
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  -ms-transition: all 1000ms;
  transition: all 1000ms;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  border-left: 2px solid #223166;
}
#slide-learned .section-h .arrow.animated {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  height: 110px;
}
#slide-learned .section-h .pattern {
  position: relative;
}
#slide-learned .section-h .pattern .graphic {
  position: absolute;
  width: 284px;
  height: 284px;
}
#slide-learned .section-h .pattern .graphic img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
}
#slide-learned .section-h .pattern .graphic img.pin {
  width: 30px;
}
#slide-learned .section-h .pattern .inner {
  position: relative;
  padding: 0 0 0 120px;
  z-index: 5;
}
#slide-learned .section-h .pattern .inner .number {
  position: absolute;
  top: -28px;
  left: 0;
  color: #e03128;
  font: 700 180px/180px 'Unna', serif;
  text-align: center;
  width: 86px;
}
@media only screen and (max-width: 767px) {
  #slide-learned .section-h .pattern .inner {
    padding: 0 0 0 100px;
  }
  #slide-learned .section-h .pattern .inner .number {
    top: -16px;
    font: 700 120px/120px 'Unna', serif;
  }
}
#slide-learned .section-h .pattern .inner h3 {
  font: 700 36px/42px 'Unna', serif;
  color: #223166;
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  #slide-learned .section-h .pattern .inner h3 {
    font: 700 28px/36px 'Unna', serif;
  }
}
#slide-learned .section-h .pattern .inner p {
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  #slide-learned .section-h .pattern.pattern-1,
  #slide-learned .section-h .pattern.pattern-3 {
    margin: 0 0 0 50%;
    width: 396px;
  }
  #slide-learned .section-h .pattern.pattern-2,
  #slide-learned .section-h .pattern.pattern-4 {
    width: 396px;
  }
}
@media only screen and (max-width: 767px) {
  #slide-learned .section-h .pattern {
    padding-top: 213px;
    margin-bottom: 40px;
  }
  #slide-learned .section-h .pattern .graphic {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#slide-learned .section-h .pattern.pattern-1 .pin {
  top: 128px;
  left: 92px;
}
@media only screen and (min-width: 768px) {
  #slide-learned .section-h .pattern.pattern-1 {
    padding-top: 110px;
  }
  #slide-learned .section-h .pattern.pattern-1 .graphic {
    top: 0;
    left: -120px;
  }
}
#slide-learned .section-h .pattern.pattern-2 .pin-1 {
  top: 48px;
  left: 136px;
}
#slide-learned .section-h .pattern.pattern-2 .pin-2 {
  top: 70px;
  left: 200px;
}
@media only screen and (min-width: 768px) {
  #slide-learned .section-h .pattern.pattern-2 .graphic {
    top: -36px;
    left: 300px;
  }
}
#slide-learned .section-h .pattern.pattern-3 .pin-1 {
  top: 36px;
  left: 94px;
}
#slide-learned .section-h .pattern.pattern-3 .pin-2 {
  top: 18px;
  left: 150px;
}
#slide-learned .section-h .pattern.pattern-3 .pin-3 {
  top: 44px;
  left: 190px;
}
#slide-learned .section-h .pattern.pattern-3 .pin-4 {
  top: 77px;
  left: 230px;
}
@media only screen and (min-width: 768px) {
  #slide-learned .section-h .pattern.pattern-3 .graphic {
    top: -150px;
    left: 176px;
  }
}
#slide-learned .section-h .pattern.pattern-4 .pin-1 {
  top: 32px;
  left: 100px;
}
#slide-learned .section-h .pattern.pattern-4 .pin-2 {
  top: 24px;
  left: 152px;
}
#slide-learned .section-h .pattern.pattern-4 .pin-3 {
  top: 46px;
  left: 140px;
}
#slide-learned .section-h .pattern.pattern-4 .pin-4 {
  top: 48px;
  left: 118px;
}
@media only screen and (min-width: 768px) {
  #slide-learned .section-h .pattern.pattern-4 .graphic {
    top: -150px;
    left: 220px;
  }
}
.cd-image-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.cd-image-container img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .cd-image-container .cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    border-right: 2px solid #fff;
    width: 50%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-image-container .cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .cd-image-container img {
    display: none;
  }
  .cd-image-container .cd-resize-img img {
    display: block;
  }
}
.cd-handle {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  margin-left: -21px;
  margin-top: -20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  background: url("../img/coveragemaps-slider.svg") no-repeat center center;
  cursor: move;
}
@media only screen and (max-width: 767px) {
  .cd-handle {
    display: none;
  }
}
#slide-coverage {
  background: #edebe0;
  padding: 2px 0 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #slide-coverage {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #slide-coverage.top .legend {
    position: fixed;
  }
  #slide-coverage.bottom .legend {
    top: auto;
    bottom: 0;
    position: absolute;
  }
}
#slide-coverage .legend {
  font: 700 14px/30px 'Open Sans', sans-serif;
  color: #223166;
  background: #fff;
  z-index: 50;
}
@media only screen and (min-width: 1024px) {
  #slide-coverage .legend {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    transition: opacity 500ms;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #slide-coverage .legend.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  #slide-coverage .legend {
    height: 30px;
  }
}
#slide-coverage .legend h4 {
  background: #223166;
  color: #fff;
  padding: 0 16px;
  margin: 0;
  font: 700 14px/30px 'Open Sans', sans-serif;
}
@media only screen and (min-width: 768px) {
  #slide-coverage .legend h4 {
    float: left;
    width: 240px;
  }
}
#slide-coverage .legend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  #slide-coverage .legend ul {
    margin: 0 0 0 240px;
  }
}
#slide-coverage .legend ul li {
  margin: 0;
  padding: 0 16px;
  float: left;
  width: 16.666666667%;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #slide-coverage .legend ul li {
    font-size: 12px;
    padding: 0;
    text-align: center;
  }
}
#slide-coverage .legend ul li.range-1 {
  background: #fbe2e2;
}
#slide-coverage .legend ul li.range-2 {
  background: #f8d3cb;
}
#slide-coverage .legend ul li.range-3 {
  background: #f3b4ae;
}
#slide-coverage .legend ul li.range-4 {
  background: #ed938d;
}
#slide-coverage .legend ul li.range-5 {
  color: #fff;
  background: #ee736e;
}
#slide-coverage .legend ul li.range-6 {
  color: #fff;
  background: #ea534b;
}
#slide-coverage .legend ul li.range-7 {
  color: #fff;
  background: #e13129;
}
#slide-coverage .legend.afghanistan ul li {
  width: 14.285714286%;
}
@media only screen and (max-width: 767px) {
  #slide-coverage .legend.afghanistan ul li {
    font-size: 9px;
  }
}
#slide-coverage .legend.south-sudan ul li {
  width: 20%;
}
#slide-coverage .country {
  max-width: 1260px;
  padding: 0;
  margin: 80px 0 0;
}
@media only screen and (max-width: 767px) {
  #slide-coverage .country .inner {
    padding: 0 24px;
  }
}
#slide-coverage .country .inner h3 {
  color: #e03128;
  font: 700 36px/42px 'Unna', serif;
  margin: 0 0 24px;
}
#slide-coverage .country .inner p {
  margin: 0 0 24px;
}
#slide-coverage .country .inner .key-wrapper h4 {
  font: 700 14px/20px 'Open Sans', sans-serif;
  margin: 0 0 16px;
}
#slide-coverage .country .inner .key-wrapper h4 small {
  font-size: 12px;
  font-weight: 400;
}
#slide-coverage .country .inner .key-wrapper .instruction {
  font: italic 400 14px/20px 'Open Sans', sans-serif;
}
@media only screen and (max-width: 767px) {
  #slide-coverage .country .inner .key-wrapper .instruction {
    display: none;
  }
}
#slide-coverage .country .inner .key-wrapper .key {
  margin: 0 0 16px;
  color: #e03128;
  font: 700 12px/14px 'Open Sans', sans-serif;
}
#slide-coverage .country .inner .key-wrapper .key img,
#slide-coverage .country .inner .key-wrapper .key span {
  float: left;
  display: block;
}
#slide-coverage .country .inner .key-wrapper .key span {
  max-width: 150px;
  padding-left: 10px;
}
#slide-coverage .country .inner .key-wrapper .key.limited-response img {
  width: 84px;
}
#slide-coverage .country .inner .key-wrapper .key.coverage img {
  width: 136px;
}
#slide-coverage .country .inner .key-wrapper .key.coverage span {
  width: 64px;
}
#slide-coverage .country .inner .key-wrapper .key.coverage span.less {
  padding: 0 10px 0 0;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  #slide-coverage .country {
    padding: 0 40px;
    margin: 0 0 210px;
  }
  #slide-coverage .country .inner {
    width: 280px;
  }
  #slide-coverage .country.afghanistan .map,
  #slide-coverage .country.south-sudan .map {
    margin-left: 300px;
  }
  #slide-coverage .country.afghanistan .inner,
  #slide-coverage .country.south-sudan .inner {
    float: left;
  }
  #slide-coverage .country.somalia .map,
  #slide-coverage .country.syria .map {
    margin-right: 300px;
  }
  #slide-coverage .country.somalia .inner,
  #slide-coverage .country.syria .inner {
    float: right;
  }
}
#slide-footer {
  padding: 80px 0 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #slide-footer {
    padding: 316px 0 84px;
  }
  #slide-footer .background {
    background-position: 50% top;
    background-image: url("../img/background-end.gif");
    background-size: 130%;
  }
}
#slide-footer .logos {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#slide-footer .logos li {
  margin: 0 0 40px;
  padding: 0 3px;
  font-size: 10px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #slide-footer .logos li {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
#slide-footer .logos li img {
  padding: 0 5px;
  display: block;
  height: 36px;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #slide-footer .logos li img.gppi {
    height: 48px;
  }
}
#slide-footer .logos li img.ukaid {
  height: 90px;
}
#slide-footer .section-i {
  position: relative;
  padding: 0 24px;
  margin: 0 auto 80px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  max-width: 760px;
}
@media only screen and (min-width: 768px) {
  #slide-footer .section-i {
    padding: 0 40px;
    margin: 0 auto 220px;
  }
}
#slide-footer .section-i p {
  font-size: 21px;
  line-height: 32px;
  margin: 0 0 24px;
  font-weight: 700;
}
#slide-footer .section-i h2 {
  border-top: 2px solid #223166;
  border-bottom: 2px solid #223166;
  color: #e03128;
  font: 700 italic 36px/32px 'Unna', serif;
  padding: 17px 0;
  display: inline-block;
  margin: 0 auto 20px;
}
#slide-footer .section-i a.button {
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  background: #e03128;
  font-weight: 700;
  line-height: 30px;
  font-size: 21px;
  padding: 12px 36px;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #slide-footer .section-i a.button {
    height: 54px;
  }
}
.footer-bar {
  background: #fff;
  border-top: 1px solid #d2d0c3;
  padding: 12px 20px;
  z-index: 200;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.footer-bar a {
  margin-left: 10px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #e03128;
}
.footer-bar img {
  margin: 16px auto;
  height: 26px;
  width: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer-bar {
    text-align: right;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -51px;
    height: 51px;
    -webkit-transition: bottom 500ms;
    -moz-transition: bottom 500ms;
    -o-transition: bottom 500ms;
    -ms-transition: bottom 500ms;
    transition: bottom 500ms;
  }
  body.scrolled .footer-bar {
    bottom: 0;
  }
  .footer-bar img {
    margin: 0 auto;
    float: left;
    height: 26px;
    width: auto;
    display: block;
  }
}
