@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600");
body {
  background-color: #f9f9f8;
  font-family: "Lato", sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 300; }

h2 {
  color: #56616f; }

h3 a {
  text-decoration: none; }

p {
  font-family: "Lato", sans-serif;
  font-weight: 400; }

strong, b {
  font-family: "Lato", sans-serif;
  font-weight: 600; }

section {
  position: relative;
  display: block; }

mark {
  padding: 0.3em 0.5em;
  margin-left: 15px;
  background-color: rgba(56, 62, 70, 0.2);
  font-family: "montserrat-bold", sans-serif; }

button,
.button {
  font-family: "Lato", sans-serif;
  font-weight: 400; }
  button:visited,
  .button:visited {
    font-family: "Lato", sans-serif;
    font-weight: 400; }
  button i,
  .button i {
    padding-right: 15px; }
  button.bg-grey,
  .button.bg-grey {
    background-color: #383e46; }
    button.bg-grey:hover,
    .button.bg-grey:hover {
      background-color: #465d6d; }
  button.text-white,
  .button.text-white {
    color: #fff; }
  button.hover-text-white:hover,
  .button.hover-text-white:hover {
    color: #fff; }

.row.flex {
  display: flex;
  align-items: center; }

[class*="column"] + [class*="column"]:last-child,
[class*="column"] + [class*="column"] .end {
  float: left; }

.bg-slider {
  height: 100%; }
  .bg-slider .slick-track,
  .bg-slider .slick-list {
    height: 100%; }
  .bg-slider .slide {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

#orange {
  background: rgba(70, 38, 26, 0.8); }

header .logo a {
  color: #e2dbd2; }

.nav li a {
  color: #e2dbd2;
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  -ms-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out; }

#nav.nav-left {
  background-color: #383e46; }

footer {
  background-image: url(../img/footer-bg.jpg);
  background-position: bottom center;
  color: #e2dbd2; }
  footer a {
    color: #e2dbd2; }
  footer .footer-logo a img {
    width: auto;
    height: auto;
    max-width: 300px; }

.fullscreen-content {
  min-height: 100vh; }

.section-container {
  position: relative; }

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  /*@include grid-media($break-retina) {
    background-size: 100% auto;
    background-attachment: scroll;
  }
  
  @media	only screen and (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 1.3),
  	only screen and (min-width: 2000px) and (-o-min-device-pixel-ratio: 13/10),
  	only screen and (min-width: 2000px) and (min-resolution: 120dpi)
  	{
    
    background-size: 100% auto;
  }*/ }

.header-intro {
  right: auto;
  width: 100%;
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%); }

.section-header {
  position: relative;
  z-index: 90; }
  .section-header .section-bg {
    background-attachment: fixed; }
  .section-header .section-title {
    position: relative;
    width: 70%;
    padding: 120px 0; }
    .section-header .section-title h1 {
      font-family: "montserrat-regular", sans-serif;
      line-height: 0.8;
      color: rgba(226, 219, 210, 0.9);
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: normal; }

#hero {
  min-height: 100vh; }
  #hero .section-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #hero .explore-link {
    display: block;
    width: 60px;
    margin: 0 auto; }

#page-subpage #hero h2 {
  font-family: "montserrat-regular", sans-serif;
  line-height: 0.8;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #e2dbd2; }

#page-home h3 {
  margin: 0 0 30px 0;
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 300;
  color: inherit; }
#page-home #hero {
  display: block;
  position: relative;
  min-height: 100vh;
  background-color: #46261a;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../video/splash.jpg); }
  #page-home #hero h1 {
    color: #e2dbd2; }
    #page-home #hero h1 mark {
      margin-left: 0;
      padding: 0.1em 0.3em;
      background-color: rgba(56, 62, 70, 0.6);
      color: #e2dbd2; }
  #page-home #hero h2 {
    color: #e2dbd2; }
  #page-home #hero p {
    color: #e2dbd2;
    font-family: "Lato", sans-serif;
    font-size: 1.2em; }
  #page-home #hero .columns {
    padding: 0; }
  #page-home #hero .fullscreen-content {
    padding: 240px 0 100px 0;
    background-color: transparent; }
  #page-home #hero .video-wrap {
    background-color: #56616f; }
  #page-home #hero .video_background {
    opacity: 0.2; }
  #page-home #hero .hero-text {
    width: 60%;
    margin: 40px 0 30px 15%; }
  #page-home #hero #explore-summary {
    font-family: "Lato", sans-serif;
    font-weight: 300; }
  #page-home #hero .button {
    background: rgba(213, 68, 39, 0.8); }
    #page-home #hero .button:hover {
      background: #d54427; }
#page-home #hero-menu {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  #page-home #hero-menu .jump-menu {
    background-color: rgba(56, 62, 70, 0.6);
    margin: 0;
    padding: 16px; }
    #page-home #hero-menu .jump-menu ul {
      font-size: 0.8em; }
  #page-home #hero-menu h5 {
    margin-bottom: 20px;
    color: #e2dbd2; }
  #page-home #hero-menu a {
    color: #e2dbd2; }
  #page-home #hero-menu .jump-head {
    color: #d54427; }
    #page-home #hero-menu .jump-head i {
      width: 20px;
      margin-right: 10px; }
#page-home #key-messages {
  padding: 140px 0; }
  #page-home #key-messages .bg-slider-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #page-home #key-messages .message-slider-wrap {
    position: relative;
    z-index: 2; }
  #page-home #key-messages .button {
    font-size: 1.2em;
    padding: 8px 20px; }
#page-home #key-messages-head {
  position: relative;
  margin-bottom: 50px;
  z-index: 3; }
  #page-home #key-messages-head h2 {
    color: #d54427;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
#page-home #key-messages-video {
  position: relative;
  z-index: 4; }
#page-home #intro-video-trigger {
  position: relative;
  height: 0;
  padding: 0 0 60% 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  /*@include grid-media($break-retina) {
    background-size: 100% auto;
    background-attachment: scroll;
  }
  
  @media	only screen and (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 1.3),
  	only screen and (min-width: 2000px) and (-o-min-device-pixel-ratio: 13/10),
  	only screen and (min-width: 2000px) and (min-resolution: 120dpi)
  	{
    
    background-size: 100% auto;
  }*/
  background-image: url(../img/home_video-poster.jpg);
  border: 1px solid #6d6e70;
  text-align: center;
  font-size: 1.3em; }
  #page-home #intro-video-trigger a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #e2dbd2; }
    #page-home #intro-video-trigger a span {
      display: block;
      margin-top: 12px; }
#page-home #map {
  background-image: url(../img/home_map-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #465d6d;
  color: #fff;
  z-index: 2; }
  #page-home #map h2 {
    color: #fff; }
  #page-home #map p {
    color: #fff; }
#page-home #map-text {
  padding: 40px 0 30px 0; }
#page-home #map-img img {
  margin: -140px 0 -180px;
  transition: 0.5s ease-in-out; }
#page-home #map-img a:hover img {
  transform: rotate(3deg) translate(-2%, -5%) scale(1.05); }
#page-home .chapter-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #page-home .chapter-bg.bg-right {
    background-size: 50% auto;
    background-position: right center; }
  #page-home .chapter-bg.bg-left {
    background-size: 50% auto;
    background-position: left center; }
#page-home #summary {
  background: #e8e7ec; }
  #page-home #summary h1 {
    font-family: "Lato", sans-serif; }
  #page-home #summary p {
    font-family: "Lato", sans-serif;
    font-weight: 400; }
  #page-home #summary .executive-summary {
    position: relative;
    padding: 140px 0; }
    #page-home #summary .executive-summary:last-child {
      padding-bottom: 200px; }
      #page-home #summary .executive-summary:last-child .chapter-bg {
        background-attachment: fixed; }
  #page-home #summary .button {
    margin: 0;
    padding: 12px 30px;
    font-size: 20px;
    line-height: 1.2; }
    #page-home #summary .button:hover {
      background: #d54427; }
    #page-home #summary .button:visited {
      font: inherit; }
#page-home #chapters {
  margin-top: -120px; }
  #page-home #chapters h3 a {
    color: #fff; }
    #page-home #chapters h3 a:hover {
      color: #fff; }
  #page-home #chapters .chapter {
    margin-bottom: 60px; }
  #page-home #chapters .chapter-container {
    padding: 80px 0;
    background: #56616f;
    color: #fff; }
  #page-home #chapters .chapter-content {
    margin-left: calc(10% + 18px); }
  #page-home #chapters .chapter-link {
    text-align: right; }
    #page-home #chapters .chapter-link .button {
      padding: 12px 30px; }

#partners h4 {
  font-family: "Lato", sans-serif; }

#partners-content {
  padding: 40px;
  border-top: none; }
  #partners-content #partners-logos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    #partners-content #partners-logos img {
      width: auto;
      height: auto;
      max-width: 120px; }

#features .video-wrap {
  background-color: #2f3233; }

/*
.chapter-summary {
  padding: 100px 0;
  background-color: #f5f5f3;
  
  &.even {
    background: #eeeeea;
  }
  
  &.executive-summary {
    background-position: bottom center;
    background-attachment: fixed;
    background-size: cover;
    
    p {
      text-align: left;
    }
  }
}
*/
.content {
  background-color: #f9f9f8; }
  .content h1 {
    font-family: "Lato", sans-serif;
    font-weight: 300; }
  .content li {
    font-family: "Lato", sans-serif;
    font-weight: 400; }
  .content .heading h4 {
    margin-top: 0;
    font-family: "Lato", sans-serif;
    font-weight: 300; }

.box-content {
  background-color: #e8e7ec; }
  .box-content h2 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #56616f; }

.vimeo-embed {
  background-color: #e8e7ec; }

#page-subpage .type-introduction .content .heading {
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(109, 110, 112, 0.4); }
#page-subpage .type-image.fullsize .box-header {
  margin-bottom: 30px; }
  #page-subpage .type-image.fullsize .box-header h3, #page-subpage .type-image.fullsize .box-header h5 {
    width: auto;
    margin: 0 0 12px 0;
    text-align: left; }
#page-subpage .type-image.fullsize .content {
  background-color: #e8e7ec; }

.figure-notes {
  background-color: rgba(56, 62, 70, 0.1); }

.type-box .box-header {
  position: relative;
  height: auto;
  padding: 0;
  background-color: #dad9e1; }
  .type-box .box-header h2 {
    margin: 0;
    padding: 15px 20px;
    color: #383e46; }
    .type-box .box-header h2::after {
      clear: both;
      content: "";
      display: block; }
    .type-box .box-header h2 .share-me {
      margin-left: 20px; }
  .type-box .box-header.has-image {
    height: 0;
    padding-bottom: 40%; }
    .type-box .box-header.has-image h2 {
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.9); }

#progress .bar span {
  background-color: rgba(56, 62, 70, 0.2); }

#mapsvg-data-form-view {
  display: none; }

.mapsvg-with-filter {
  width: 100% !important;
  height: 100% !important;
  left: unset !important; }

.mapsvg-filter-tag {
  display: none !important; }

.map-section .mapsvg-wrap {
  padding-left: 0 !important; }
  .map-section .mapsvg-wrap .mapsvg-directory {
    display: none !important;
    position: absolute;
    left: 65%;
    right: auto;
    width: 20%;
    top: 20%;
    height: 60%;
    background-color: transparent;
    overflow: auto;
    z-index: 101; }
    .map-section .mapsvg-wrap .mapsvg-directory h4 {
      padding-left: 30px;
      font-family: "montserrat-bold", sans-serif;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
    .map-section .mapsvg-wrap .mapsvg-directory .mapsvg-directory-item {
      position: relative;
      padding-left: 30px;
      transition: 0.25s; }
      .map-section .mapsvg-wrap .mapsvg-directory .mapsvg-directory-item:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        border: 0px solid transparent;
        border-left-color: #b1aaaa;
        transition: 0.25s;
        transform: translateY(-50%); }
      .map-section .mapsvg-wrap .mapsvg-directory .mapsvg-directory-item:hover {
        background: transparent !important; }
      .map-section .mapsvg-wrap .mapsvg-directory .mapsvg-directory-item.selected {
        background: transparent !important;
        font-weight: bold;
        color: #46261a; }
        .map-section .mapsvg-wrap .mapsvg-directory .mapsvg-directory-item.selected:before {
          border-width: 14px; }
.map-section .mapsvg-buttons {
  left: 20px;
  top: auto;
  bottom: 70%;
  margin: 0;
  box-shadow: none; }
  .map-section .mapsvg-buttons.left {
    left: 20px; }
.map-section .mapsvg-btn-zoom, .map-section .mapsvg-btn {
  width: 40px;
  height: 40px;
  background-color: transparent; }
  .map-section .mapsvg-btn-zoom.in, .map-section .mapsvg-btn-zoom.out, .map-section .mapsvg-btn.in, .map-section .mapsvg-btn.out {
    border-bottom: none; }
    .map-section .mapsvg-btn-zoom.in:before, .map-section .mapsvg-btn-zoom.out:before, .map-section .mapsvg-btn.in:before, .map-section .mapsvg-btn.out:before {
      top: 50%;
      left: 50%;
      width: 20px;
      height: 4px;
      background-color: #56616f;
      transform: translate(-50%, -50%); }
  .map-section .mapsvg-btn-zoom.in:after, .map-section .mapsvg-btn.in:after {
    top: 50%;
    left: 50%;
    width: 4px;
    height: 20px;
    background-color: #56616f;
    transform: translate(-50%, -50%); }
.map-section .mapsvg-details-container {
  background: rgba(232, 231, 236, 0.75); }
  .map-section .mapsvg-details-container.top {
    z-index: 100; }
  .map-section .mapsvg-details-container .mapsvg-controller-view-toolbar {
    position: absolute;
    width: 100%; }
  .map-section .mapsvg-details-container .mapsvg-controller-view {
    top: 20%;
    left: 15%;
    width: 50% !important;
    height: 60%;
    background-color: rgba(240, 243, 246, 0.95);
    border: 4px solid #b1aaaa;
    border-radius: 0;
    box-shadow: none;
    font-family: "Lato", sans-serif;
    font-size: 12px; }
    .map-section .mapsvg-details-container .mapsvg-controller-view:before {
      bottom: -44px;
      margin-left: -10px;
      border: 20px solid transparent;
      border-top-color: #e2dbd2; }
    .map-section .mapsvg-details-container .mapsvg-controller-view .mapsvg-controller-view-content {
      padding: 0; }
    .map-section .mapsvg-details-container .mapsvg-controller-view .country-head {
      text-align: center; }
    .map-section .mapsvg-details-container .mapsvg-controller-view .country-title {
      padding: 0 30px; }
    .map-section .mapsvg-details-container .mapsvg-controller-view .country-meta {
      margin: 20px 0;
      font-size: 1.2em;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
      .map-section .mapsvg-details-container .mapsvg-controller-view .country-meta .meta-item {
        display: inline-block;
        padding: 6px 20px; }
        .map-section .mapsvg-details-container .mapsvg-controller-view .country-meta .meta-item.country {
          border-right: 1px solid rgba(56, 62, 70, 0.5);
          color: #d54427; }
    .map-section .mapsvg-details-container .mapsvg-controller-view .country-excerpt {
      padding: 0 30px 30px 30px;
      font-size: 1.2em; }
    .map-section .mapsvg-details-container .mapsvg-controller-view .country-footer {
      padding: 0 30px; }
      .map-section .mapsvg-details-container .mapsvg-controller-view .country-footer::after {
        clear: both;
        content: "";
        display: block; }
      .map-section .mapsvg-details-container .mapsvg-controller-view .country-footer .country-theme {
        float: left;
        padding: 12px 0;
        font-family: "montserrat-bold", sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #ff1100; }
      .map-section .mapsvg-details-container .mapsvg-controller-view .country-footer .country-link {
        float: right;
        margin: 0;
        padding: 12px 30px;
        font-size: 1.6em;
        background-color: #e2dbd2;
        color: #383e46; }
        .map-section .mapsvg-details-container .mapsvg-controller-view .country-footer .country-link i {
          line-height: inherit;
          vertical-align: middle;
          color: #d54427; }

#map-themes {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10; }
  #map-themes h4 {
    padding: 0 30px 0 64px;
    font-size: 1em;
    font-family: "montserrat-regular", sans-serif;
    text-transform: uppercase; }
  #map-themes ul {
    background-color: rgba(240, 243, 246, 0.8);
    padding: 20px 30px;
    font-family: "montserrat-bold", sans-serif;
    text-transform: uppercase;
    white-space: nowrap; }
    #map-themes ul li {
      margin: 8px 0; }
    #map-themes ul a {
      display: block;
      color: #6d6e70;
      line-height: 20px; }
      #map-themes ul a:before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 20px;
        border: 4px solid #6d6e70;
        border-radius: 50%;
        vertical-align: middle; }
      #map-themes ul a.selected {
        color: #ff1100; }
        #map-themes ul a.selected:before {
          border-color: #ff1100; }

#sectortabs {
  margin: 0;
  padding: 0;
  background-color: #e3e3e4; }
  #sectortabs ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0.8em;
    font-family: "montserrat-bold", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  #sectortabs li {
    display: inline-block; }
  #sectortabs a {
    display: block;
    padding: 15px 20px;
    color: #383e46; }
    #sectortabs a.selected {
      background-color: #edeeef;
      color: #d54427; }

#page-map #hero {
  min-height: 0; }
  #page-map #hero .section-container {
    position: relative;
    height: auto;
    padding: 280px 0 100px 0; }
  #page-map #hero .header-intro {
    position: relative;
    transform: none; }

#chapter-map #sectortabs {
  display: none; }

/*
@media (min-width: 812px) {
  #page-map {
    .mapsvg-directory {
      position: absolute;
      left: -9999px;
    }
  }
  
  #map-themes {
    display: block;
  }
}
*/
.footnote-content {
  border-radius: 0;
  box-shadow: 0 8px 12px rgba(56, 62, 70, 0.2); }
  .footnote-content p {
    font-family: "Lato", sans-serif; }
  .footnote-content .tooltip {
    background: #e2dbd2; }

.footnote-main-wrapper {
  border-radius: 0; }

.footnote-content-wrapper {
  background: #e2dbd2;
  border-radius: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider .slick-dots {
  margin: 0; }
  .slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 10px 0 0; }
  .slick-slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    border-radius: 50%;
    background-color: #6d6e70;
    outline: none; }
  .slick-slider .slick-dots .slick-active button {
    background-color: #d54427; }

.video-wrap {
  position: relative;
  overflow: hidden; }

.video-element {
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translate(-50%, -50%);
  visibility: visible;
  transition: opacity 0.5s;
  opacity: 0; }

.video-control {
  display: block;
  position: absolute;
  left: 50%;
  top: 85%;
  transform: translateX(-50%); }

.video-wrap.type-inline {
  width: 50%; }
  .video-wrap.type-inline .video-element {
    position: static;
    transform: none;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0; }

.video-wrap.type-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(56, 62, 70, 0.8);
  z-index: 500; }
  .video-overlay .video-wrap {
    position: absolute;
    left: 30px;
    top: 30px;
    width: calc(100% - 30px * 2);
    height: calc(100% - 30px * 2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    /*@include grid-media($break-retina) {
      background-size: 100% auto;
      background-attachment: scroll;
    }
    
    @media	only screen and (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 1.3),
    	only screen and (min-width: 2000px) and (-o-min-device-pixel-ratio: 13/10),
    	only screen and (min-width: 2000px) and (min-resolution: 120dpi)
    	{
      
      background-size: 100% auto;
    }*/
    opacity: 0;
    transform: scale(0.75);
    transition: 0.5s; }
  .video-overlay .video-element {
    opacity: 1;
    transition: opacity 0.5s;
    background-color: #000; }

body.video-overlay-open .video-wrap {
  opacity: 1;
  transform: scale(1); }
body.video-loaded .video-element {
  opacity: 1; }

@media (max-width: 640px) {
  .video-overlay .video-wrap {
    top: 50%;
    height: 0;
    padding: 0 0 50% 0;
    transform: translateY(-50%); }

  body.video-overlay-open .video-wrap {
    transform: translateY(-50%) scale(1); } }
.video-overlay .btn {
  width: 48px;
  height: 48px;
  padding: 0;
  box-shadow: none;
  border-radius: 0; }
  .video-overlay .btn:before, .video-overlay .btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 36px;
    height: 2px;
    left: 50%;
    top: 50%;
    background: #f9f9f8;
    transform: translate(-50%, -50%) rotate(45deg); }
  .video-overlay .btn:before {
    transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 1024px) {
  #page-home #hero .fullscreen-content {
    background-image: none; }
  #page-home #key-messages {
    padding: 80px 0; }
  #page-home #summary .executive-summary {
    padding: 100px 0; }
  #page-home #summary .heading {
    width: 40%;
    margin-left: 12%; } }
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
    line-height: 28px; }

  .section-header .section-bg {
    background-attachment: scroll; }
  .section-header .section-title {
    width: 80%;
    padding: 100px 0; }

  #page-home #hero {
    height: auto;
    min-height: 0;
    background-position: center;
    background-size: auto 100%;
    background-attachment: scroll; }
    #page-home #hero .fullscreen-content {
      min-height: 0; }
  #page-home #hero-menu {
    width: 33.3333%; }
  #page-home #key-messages .row.flex {
    display: block; }
  #page-home #key-messages .message-slider-wrap {
    width: 83.33333%;
    margin-bottom: 40px; }
  #page-home #key-messages-head {
    margin-bottom: 0; }
  #page-home #key-messages-video {
    width: 83.33333% !important;
    float: none;
    margin: 0 auto; }
  #page-home #map {
    background-attachment: fixed; }
  #page-home #map-text {
    width: 41.66667%;
    margin-left: 8.33333%; }
  #page-home #map-img {
    width: 50%; }
    #page-home #map-img img {
      margin: 0; }
  #page-home .chapter-bg.bg-right {
    background-size: 95% auto;
    background-position: 45vw 50%; }
  #page-home #summary .executive-summary:last-child .chapter-bg {
    background-attachment: scroll;
    background-size: auto 100%; }
  #page-home #summary .heading {
    width: 41.66667;
    margin-left: 8.33333%; }
  #page-home #summary .intro-text {
    width: auto;
    margin: 0; }
  #page-home #chapters .chapter-content {
    width: 66.66667%; }

  #map-themes {
    display: none; } }
@media (max-width: 640px) {
  .row.flex {
    display: block; }

  #page-home #hero .columns {
    padding: 0 20px; }
  #page-home #hero .hero-text {
    width: 80%;
    margin-left: 0; }
  #page-home #hero-menu {
    margin-bottom: 40px; }
  #page-home #key-messages-video {
    float: none; }
  #page-home #map-text {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px; }
  #page-home #map-img img {
    margin-top: -50px; }
  #page-home #summary .heading {
    margin-left: 0; }
  #page-home #summary .chapter-bg {
    opacity: 0.2; }
  #page-home #summary .executive-summary:last-child .chapter-bg {
    background-size: auto 100%;
    background-position: center; }
  #page-home #chapters .chapter {
    margin: 20px; }
  #page-home #chapters .chapter-container {
    padding: 40px 20px; }
    #page-home #chapters .chapter-container .row {
      margin: 0 -18px; }
  #page-home #chapters .chapter-content {
    margin-left: 0; }

  #hero .section-container {
    position: relative;
    height: auto;
    padding: 250px 0 40px 0; }

  #page-subpage #hero .header-intro {
    transform: none; }
  #page-subpage .type-box .box-header {
    padding-bottom: 0; }
    #page-subpage .type-box .box-header.has-image {
      padding-bottom: 120%; }

  footer {
    background-position: center;
    background-size: auto 100%; } }
@media (max-width: 400px) {
  .search-wrap .search-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 16px;
    line-height: 48px; }

  .search-form {
    right: 48px;
    height: 48px; }
    .search-form input {
      height: 28px; }

  #page-home h3 {
    font-size: 2em; } }
@supports (-webkit-overflow-scrolling: touch) {
  @media (min-width: 1000px) {
    #page-home #hero,
    #page-home #map,
    .section-header .section-bg,
    footer {
      background-attachment: scroll; } } }
/*
#page-map .mapsvg-directory {
   position: fixed;
   left: 0;
   top: 140px;
   height: 300px;
   overflow: auto;
}
*/
/*
#mapsvg-controller-undefined {
   width: 50%;
   left: 20%;
}
*/

/*# sourceMappingURL=child_style.css.map */
