/*
Theme Name: IISD' SDG Knowledge Hub
Theme URI: various
Author: IISD & Vizzuality
Author URI: http://enb.iisd.org/; http://sdg.iisd.org; http://www.vizzuality.com/
Description: Custom theme by Vizuality and functionality by IISD for IISD's SDG Knowledge Hub website.
*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require normalize-css
 *= require_self
 *
 * used blankNOSPACEslate for initial work
 */
/* @import "compass"; @import "compass/reset"; */
/*
 * Settings
 */
/* FONTS */
.wf-loading {
  visibility: hidden; }

.wf-active {
  visibility: visible; }

.wf-inactive {
  visibility: visible; }

/* SCREENS */
/* GRID  */
/* COLORS */
/* THEME COLORS */
/* FONT COLORS */
* {
  box-sizing: border-box; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

body {
  font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif;
  background-color: #fbfbfb;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  color: #222222; }

li {
  list-style: none; }

html {
  overflow-x: hidden; }

a, li {
  /* Avoid important here because we do want underline styles for some links */
  text-decoration: none; }

p {
  font-size: 16px;
  font-weight: 300; }

button {
  cursor: pointer;
  border: 0; }

a {
  word-wrap: break-word; }

hr {
  position: relative;
  z-index: 2;
  color: #222222;
  opacity: .1;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    hr {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    hr {
      margin-bottom: 30px; } }

.has-no-scroll {
  overflow: hidden; }

/*
PROVISIONAL
 */
ul[role='tablist'] {
  display: none; }

#wizard h1 {
  display: none; }

.hidden {
  display: none; }

@media screen and (min-width: 768px) {
  .is-l-hidden {
    display: none; } }

.is-m-hidden {
  display: none; }
  @media screen and (min-width: 768px) {
    .is-m-hidden {
      display: block; } }

/*
 * FUNCTIONS
 */
/*
 * SHAPES
 */
.row:before, .c-post.post-search:before, .c-author:before, .c-author .author-header:before, .c-summary:before, .c-team:before, .row:after, .c-post.post-search:after, .c-author:after, .c-author .author-header:after, .c-summary:after, .c-team:after {
  display: table;
  content: ''; }
.row:after, .c-post.post-search:after, .c-author:after, .c-author .author-header:after, .c-summary:after, .c-team:after {
  clear: both; }

.c-selector {
  appearance: none;
  box-shadow: none;
  background: none;
  border: 0;
  text-decoration: none;
  outline: none;
  padding: 0; }

.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.c-filter-bar .dropdowns .see-more, .c-sdg-highlight .see-more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.c-ring svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

/* Fonts includer */
@font-face {
  font-family: "CamptonBold";
  src: url("assets/fonts/campton-bold.otf"), url("assets/fonts/campton-bold.ttf") format("woff2"), url("assets/fonts/campton-bold.ttf") format(".svg#campton-bold"), url();
  font-weight: 600;
  font-style: "normal"; }
@font-face {
  font-family: "CamptonLight";
  src: url("assets/fonts/campton-light.otf"), url("assets/fonts/campton-light.ttf") format("woff2"), url("assets/fonts/campton-light.ttf") format(".svg#campton-light"), url();
  font-weight: 300;
  font-style: "normal"; }
@font-face {
  font-family: "Plantin";
  src: url("assets/fonts/plantin.otf"), url("assets/fonts/plantin.ttf") format("woff2"), url("assets/fonts/plantin.ttf") format(".svg#plantin"), url();
  font-weight: 400;
  font-style: "normal"; }
/*
 * Here you should find all the types of text
 * for the project.
 *
 * There are some with colors and some without.
 * Those without color can be found with different
 * color along the project and setted with the apropiate
 * class.
 */
h1, h2, h3, h4, h5, h6 {
  color: #0c3169;
  font-weight: 600; }

h1 {
  font-size: 67px;
  line-height: 1.1;
  text-transform: uppercase; }

h2 {
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase; }

h3 {
  font-size: 23px;
  line-height: 1.2; }

h4 {
  font-size: 16px;
  line-height: 1.4; }

h5, h6 {
  font-size: 13px;
  line-height: 1.4; }

.text, p {
  font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  color: #222222;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  /*
   * WEIGHTS
   */
  /*
   * SIZES
   */
  /*
   * COLORS
   */
  /*
   * EXTRAS
   */ }
  .text.-bold, p.-bold {
    font-weight: 700; }
  .text.-semi-bold, p.-semi-bold {
    font-weight: 600; }
  .text.-normal, p.-normal {
    font-weight: 400; }
  .text.-small, p.-small {
    font-size: 13px; }
  .text.-medium, p.-medium {
    font-size: 20px; }
    @media screen and (min-width: 540px) {
      .text.-medium, p.-medium {
        font-size: 23px; } }
  .text.-large, p.-large {
    font-size: 26px; }
    @media screen and (min-width: 540px) {
      .text.-large, p.-large {
        font-size: 30px; } }
    @media screen and (min-width: 768px) {
      .text.-large, p.-large {
        font-size: 35px; } }
    @media screen and (min-width: 1024px) {
      .text.-large, p.-large {
        font-size: 40px; } }
  .text.-vlarge, p.-vlarge {
    font-size: 24px;
    line-height: 1.1; }
    @media screen and (min-width: 540px) {
      .text.-vlarge, p.-vlarge {
        font-size: 29px; } }
    @media screen and (min-width: 768px) {
      .text.-vlarge, p.-vlarge {
        font-size: 36px; } }
    @media screen and (min-width: 1024px) {
      .text.-vlarge, p.-vlarge {
        font-size: 51px; } }
  .text.-xlarge, p.-xlarge {
    font-size: 35px;
    line-height: 1.1; }
    @media screen and (min-width: 540px) {
      .text.-xlarge, p.-xlarge {
        font-size: 45px; } }
    @media screen and (min-width: 768px) {
      .text.-xlarge, p.-xlarge {
        font-size: 50px; } }
    @media screen and (min-width: 1024px) {
      .text.-xlarge, p.-xlarge {
        font-size: 65px; } }
  .text.-dark, p.-dark {
    color: #222222; }
  .text.-dark-alt, p.-dark-alt {
    color: #333333; }
  .text.-light, p.-light {
    color: #fbfbfb; }
  .text.-upper, p.-upper {
    text-transform: uppercase; }
  .text.-alt, p.-alt {
    font-family: "adobe-garamond-pro", Georgia, Times, Times New Roman, serif; }
  .text.-comp, p.-comp {
    line-height: 1; }
  .text.-blue, p.-blue {
    color: #0c3169; }
    .text.-blue a, p.-blue a {
      color: #0c3169; }

p {
  line-height: 1.6 !important; }

a {
  color: #222222; }
  a:hover {
    color: #0c3169; }
  a span:hover {
    color: #2ac3ed; }

/**
* Extends
* Place here in alphabetic order.
* Abstract classes to extend.
*/
.row:before, .c-post.post-search:before, .c-author:before, .c-author .author-header:before, .c-summary:before, .c-team:before, .row:after, .c-post.post-search:after, .c-author:after, .c-author .author-header:after, .c-summary:after, .c-team:after {
  display: table;
  content: ''; }
.row:after, .c-post.post-search:after, .c-author:after, .c-author .author-header:after, .c-summary:after, .c-team:after {
  clear: both; }

.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.c-filter-bar .dropdowns .see-more, .c-sdg-highlight .see-more {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.c-ring svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@-webkit-keyframes standard {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes standard {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*
 * THANK YOU FOR KEEPING ALPHABETICAL ORDER
 * Beyond this point, modules shouldn't have dependency among them.
 */
/*
 * Layouts
 */
.wrap {
  position: relative;
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 0 1.25rem; }
  @media screen and (min-width: 540px) {
    .wrap {
      padding: 0 1.875rem; } }
  @media screen and (min-width: 768px) {
    .wrap {
      padding: 0 2.5rem; } }
  @media screen and (min-width: 1280px) {
    .wrap {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .wrap.-full-width {
      padding: 0; } }

.row {
  position: relative;
  margin: 0 -1%; }

.grid-1,
.grid-s-1,
.grid-m-1,
.grid-l-1,
.grid-xl-1, .grid-2,
.grid-s-2,
.grid-m-2,
.grid-l-2,
.grid-xl-2, .grid-3,
.grid-s-3,
.grid-m-3,
.grid-l-3,
.grid-xl-3, .grid-4,
.grid-s-4,
.grid-m-4,
.grid-l-4,
.grid-xl-4, .grid-5,
.grid-s-5,
.grid-m-5,
.grid-l-5,
.grid-xl-5, .grid-6,
.grid-s-6,
.grid-m-6,
.grid-l-6,
.grid-xl-6, .grid-7,
.grid-s-7,
.grid-m-7,
.grid-l-7,
.grid-xl-7, .grid-8,
.grid-s-8,
.grid-m-8,
.grid-l-8,
.grid-xl-8, .grid-9,
.grid-s-9,
.grid-m-9,
.grid-l-9,
.grid-xl-9, .grid-10,
.grid-s-10,
.grid-m-10,
.grid-l-10,
.grid-xl-10, .grid-11,
.grid-s-11,
.grid-m-11,
.grid-l-11,
.grid-xl-11, .grid-12,
.grid-s-12,
.grid-m-12,
.grid-l-12,
.grid-xl-12 {
  float: left;
  padding: 0 1%;
  position: relative;
  min-height: 1px; }

/*
 * Use this one if you do not need adaptative grid
 */
.grid-1 {
  width: 8.33333%; }

.offset-1 {
  margin-left: 8.33333%; }

.grid-2 {
  width: 16.66667%; }

.offset-2 {
  margin-left: 16.66667%; }

.grid-3 {
  width: 25%; }

.offset-3 {
  margin-left: 25%; }

.grid-4 {
  width: 33.33333%; }

.offset-4 {
  margin-left: 33.33333%; }

.grid-5 {
  width: 41.66667%; }

.offset-5 {
  margin-left: 41.66667%; }

.grid-6 {
  width: 50%; }

.offset-6 {
  margin-left: 50%; }

.grid-7 {
  width: 58.33333%; }

.offset-7 {
  margin-left: 58.33333%; }

.grid-8 {
  width: 66.66667%; }

.offset-8 {
  margin-left: 66.66667%; }

.grid-9 {
  width: 75%; }

.offset-9 {
  margin-left: 75%; }

.grid-10 {
  width: 83.33333%; }

.offset-10 {
  margin-left: 83.33333%; }

.grid-11 {
  width: 91.66667%; }

.offset-11 {
  margin-left: 91.66667%; }

.grid-12 {
  width: 100%; }

.offset-12 {
  margin-left: 100%; }

/*
 * Use those ones if you need adaptative grid.
 * This is a mobile first grid.
 */
.grid-s-1 {
  width: 8.33333%; }

.offset-s-1 {
  margin-left: 8.33333%; }

.grid-s-2 {
  width: 16.66667%; }

.offset-s-2 {
  margin-left: 16.66667%; }

.grid-s-3 {
  width: 25%; }

.offset-s-3 {
  margin-left: 25%; }

.grid-s-4 {
  width: 33.33333%; }

.offset-s-4 {
  margin-left: 33.33333%; }

.grid-s-5 {
  width: 41.66667%; }

.offset-s-5 {
  margin-left: 41.66667%; }

.grid-s-6 {
  width: 50%; }

.offset-s-6 {
  margin-left: 50%; }

.grid-s-7 {
  width: 58.33333%; }

.offset-s-7 {
  margin-left: 58.33333%; }

.grid-s-8 {
  width: 66.66667%; }

.offset-s-8 {
  margin-left: 66.66667%; }

.grid-s-9 {
  width: 75%; }

.offset-s-9 {
  margin-left: 75%; }

.grid-s-10 {
  width: 83.33333%; }

.offset-s-10 {
  margin-left: 83.33333%; }

.grid-s-11 {
  width: 91.66667%; }

.offset-s-11 {
  margin-left: 91.66667%; }

.grid-s-12 {
  width: 100%; }

.offset-s-12 {
  margin-left: 100%; }

@media screen and (min-width: 768px) {
  .grid-m-1 {
    width: 8.33333%; }

  .offset-m-1 {
    margin-left: 8.33333%; } }
@media screen and (min-width: 768px) {
  .grid-m-2 {
    width: 16.66667%; }

  .offset-m-2 {
    margin-left: 16.66667%; } }
@media screen and (min-width: 768px) {
  .grid-m-3 {
    width: 25%; }

  .offset-m-3 {
    margin-left: 25%; } }
@media screen and (min-width: 768px) {
  .grid-m-4 {
    width: 33.33333%; }

  .offset-m-4 {
    margin-left: 33.33333%; } }
@media screen and (min-width: 768px) {
  .grid-m-5 {
    width: 41.66667%; }

  .offset-m-5 {
    margin-left: 41.66667%; } }
@media screen and (min-width: 768px) {
  .grid-m-6 {
    width: 50%; }

  .offset-m-6 {
    margin-left: 50%; } }
@media screen and (min-width: 768px) {
  .grid-m-7 {
    width: 58.33333%; }

  .offset-m-7 {
    margin-left: 58.33333%; } }
@media screen and (min-width: 768px) {
  .grid-m-8 {
    width: 66.66667%; }

  .offset-m-8 {
    margin-left: 66.66667%; } }
@media screen and (min-width: 768px) {
  .grid-m-9 {
    width: 75%; }

  .offset-m-9 {
    margin-left: 75%; } }
@media screen and (min-width: 768px) {
  .grid-m-10 {
    width: 83.33333%; }

  .offset-m-10 {
    margin-left: 83.33333%; } }
@media screen and (min-width: 768px) {
  .grid-m-11 {
    width: 91.66667%; }

  .offset-m-11 {
    margin-left: 91.66667%; } }
@media screen and (min-width: 768px) {
  .grid-m-12 {
    width: 100%; }

  .offset-m-12 {
    margin-left: 100%; } }
@media screen and (min-width: 1024px) {
  .grid-l-1 {
    width: 8.33333%; }

  .offset-l-1 {
    margin-left: 8.33333%; } }
@media screen and (min-width: 1024px) {
  .grid-l-2 {
    width: 16.66667%; }

  .offset-l-2 {
    margin-left: 16.66667%; } }
@media screen and (min-width: 1024px) {
  .grid-l-3 {
    width: 25%; }

  .offset-l-3 {
    margin-left: 25%; } }
@media screen and (min-width: 1024px) {
  .grid-l-4 {
    width: 33.33333%; }

  .offset-l-4 {
    margin-left: 33.33333%; } }
@media screen and (min-width: 1024px) {
  .grid-l-5 {
    width: 41.66667%; }

  .offset-l-5 {
    margin-left: 41.66667%; } }
@media screen and (min-width: 1024px) {
  .grid-l-6 {
    width: 50%; }

  .offset-l-6 {
    margin-left: 50%; } }
@media screen and (min-width: 1024px) {
  .grid-l-7 {
    width: 58.33333%; }

  .offset-l-7 {
    margin-left: 58.33333%; } }
@media screen and (min-width: 1024px) {
  .grid-l-8 {
    width: 66.66667%; }

  .offset-l-8 {
    margin-left: 66.66667%; } }
@media screen and (min-width: 1024px) {
  .grid-l-9 {
    width: 75%; }

  .offset-l-9 {
    margin-left: 75%; } }
@media screen and (min-width: 1024px) {
  .grid-l-10 {
    width: 83.33333%; }

  .offset-l-10 {
    margin-left: 83.33333%; } }
@media screen and (min-width: 1024px) {
  .grid-l-11 {
    width: 91.66667%; }

  .offset-l-11 {
    margin-left: 91.66667%; } }
@media screen and (min-width: 1024px) {
  .grid-l-12 {
    width: 100%; }

  .offset-l-12 {
    margin-left: 100%; } }
@media screen and (min-width: 1280px) {
  .grid-xl-1 {
    width: 8.33333%; }

  .offset-xl-1 {
    margin-left: 8.33333%; } }
@media screen and (min-width: 1280px) {
  .grid-xl-2 {
    width: 16.66667%; }

  .offset-xl-2 {
    margin-left: 16.66667%; } }
@media screen and (min-width: 1280px) {
  .grid-xl-3 {
    width: 25%; }

  .offset-xl-3 {
    margin-left: 25%; } }
@media screen and (min-width: 1280px) {
  .grid-xl-4 {
    width: 33.33333%; }

  .offset-xl-4 {
    margin-left: 33.33333%; } }
@media screen and (min-width: 1280px) {
  .grid-xl-5 {
    width: 41.66667%; }

  .offset-xl-5 {
    margin-left: 41.66667%; } }
@media screen and (min-width: 1280px) {
  .grid-xl-6 {
    width: 50%; }

  .offset-xl-6 {
    margin-left: 50%; } }
@media screen and (min-width: 1280px) {
  .grid-xl-7 {
    width: 58.33333%; }

  .offset-xl-7 {
    margin-left: 58.33333%; } }
@media screen and (min-width: 1280px) {
  .grid-xl-8 {
    width: 66.66667%; }

  .offset-xl-8 {
    margin-left: 66.66667%; } }
@media screen and (min-width: 1280px) {
  .grid-xl-9 {
    width: 75%; }

  .offset-xl-9 {
    margin-left: 75%; } }
@media screen and (min-width: 1280px) {
  .grid-xl-10 {
    width: 83.33333%; }

  .offset-xl-10 {
    margin-left: 83.33333%; } }
@media screen and (min-width: 1280px) {
  .grid-xl-11 {
    width: 91.66667%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
@media screen and (min-width: 1280px) {
  .grid-xl-12 {
    width: 100%; }

  .offset-xl-12 {
    margin-left: 100%; } }
.l-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.l-content {
  width: 100%;
  padding-top: 100px; }
  @media screen and (min-width: 768px) {
    .l-content {
      padding-top: 110px; } }

.l-footer {
  width: 100%; }

.l-page-header .home-title {
  border-bottom: solid 1px rgba(34, 34, 34, 0.1);
  padding-bottom: 15px;
  z-index: 100001; }

.l-page-content {
  position: relative;
  z-index: 100; }

.l-regions-map {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  margin-left: -50%;
  width: 200%;
  height: 50vh; }
  @media screen and (min-width: 540px) {
    .l-regions-map {
      height: 60vh; } }
  @media screen and (min-width: 768px) {
    .l-regions-map {
      height: 70vh; } }

.regions-header {
  position: absolute;
  top: 0;
  z-index: 999;
  margin-top: -20px;
  width: 100%; }

.selector-link {
  background: #fbfbfb;
  padding: 10px 15px;
  position: absolute;
  top: 30px;
  z-index: 999; }
  @media screen and (min-width: 768px) {
    .selector-link {
      top: 50px; } }
  @media screen and (min-width: 1024px) {
    .selector-link {
      top: 80px; } }
  .selector-link .icon {
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-left: 10px; }
    @media screen and (min-width: 540px) {
      .selector-link .icon {
        margin-left: 20px; } }
    @media screen and (min-width: 768px) {
      .selector-link .icon {
        margin-left: 30px; } }

.l-actors-title {
  margin-bottom: 20px;
  margin-top: 20px; }
  .l-actors-title h3:hover {
    color: #2ac3ed; }

@media screen and (min-width: 768px) {
  .l-actors-block .clear-mobile {
    clear: both; } }
@media screen and (min-width: 1024px) {
  .l-actors-block .clear-mobile {
    clear: none; }
  .l-actors-block .clear-desktop {
    clear: both; } }
.l-actors-block .tax-logo {
  display: flex;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-top: 10px; }
  .l-actors-block .tax-logo.sdgs {
    height: 120px;
    width: 120px;
    margin-right: 10px;
    margin-top: 5px;
    display: none; }
    @media screen and (min-width: 768px) {
      .l-actors-block .tax-logo.sdgs {
        margin-right: 20px;
        margin-top: 10px;
        display: flex; } }
    @media screen and (min-width: 1024px) {
      .l-actors-block .tax-logo.sdgs {
        margin-right: 30px; } }
  .l-actors-block .tax-logo.actors {
    height: 55px; }

.l-post-stack {
  margin-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    .l-post-stack {
      margin-bottom: 0px; } }

@media screen and (min-width: 768px) {
  .l-posts-wrap {
    display: flex;
    width: 100%; }
    .l-posts-wrap.block-type-1 {
      flex-direction: row-reverse; }
    .l-posts-wrap.block-type-2 {
      flex-direction: row; }
      .l-posts-wrap.block-type-2 .post-1 .post-title {
        left: 0;
        right: auto; }
      .l-posts-wrap.block-type-2 .post-1 .post-tag {
        left: 0;
        right: auto; } }
.l-posts-wrap.-search {
  display: block; }
  .l-posts-wrap.-search .grid-m-6:nth-child(2n + 1) {
    clear: both; }

.l-sdg-highlight {
  position: relative;
  padding-top: 50px;
  margin-bottom: 20px;
  height: 340px;
  overflow: hidden;
  padding-bottom: 70px; }
  @media screen and (min-width: 1024px) {
    .l-sdg-highlight {
      width: 200%;
      margin-left: -50%; } }
  .l-sdg-highlight.is-open {
    height: auto; }

.l-header {
  position: fixed;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 100000;
  width: 100%;
  transition: transform 0.5s ease;
  background-color: #fbfbfb; }
  .l-header.-hide {
    transform: translate(0, 0); }
  .l-header.-show {
    transform: translate(0, 70px); }
  .l-header .l-menus {
    height: 100%; }
    .l-header .l-menus .menus-wrapper {
      display: none; }
      @media screen and (min-width: 900px) {
        .l-header .l-menus .menus-wrapper {
          display: block;
          position: static;
          width: 100%;
          height: 100%;
          background-color: transparent;
          transform: translatex(0); } }
    @media screen and (min-width: 900px) {
      .l-header .l-menus .scroll-wrapper {
        display: flex;
        flex-direction: row;
        position: static;
        width: 100%;
        height: 100%;
        padding: 0; } }
    .l-header .l-menus .btn-mobile-menu {
      height: 100%;
      background-color: transparent; }
      @media screen and (min-width: 900px) {
        .l-header .l-menus .btn-mobile-menu {
          display: none; } }
      .l-header .l-menus .btn-mobile-menu svg {
        width: 1rem;
        height: 1rem;
        fill: #222222; }

.l-post-block-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: solid 2px #0c3169;
  margin-bottom: 20px;
  padding-top: 5px;
  margin-top: 10px; }
  @media screen and (min-width: 540px) {
    .l-post-block-header {
      margin-top: 20px; } }
  @media screen and (min-width: 768px) {
    .l-post-block-header {
      margin-top: 30px; } }
  .l-post-block-header > a {
    display: none; }
    @media screen and (min-width: 540px) {
      .l-post-block-header > a {
        display: inline-block; } }
    .l-post-block-header > a .icon {
      width: 10px;
      height: 10px;
      transform: rotate(-90deg);
      margin-left: 5px; }
      .l-post-block-header > a .icon.-white {
        fill: white; }
    .l-post-block-header > a:hover {
      color: #2ac3ed; }
      .l-post-block-header > a:hover .icon {
        fill: #2ac3ed; }
  .l-posts-events .l-post-block-header {
    border-top: none; }
    .l-posts-events .l-post-block-header > a:after {
      border-color: #fbfbfb; }

.l-posts-events {
  width: 100%;
  padding: 10px 0 20px 0;
  background-color: #0c3169;
  margin: 20px 0 10px 0; }
  @media screen and (min-width: 540px) {
    .l-posts-events {
      padding: 10px 0 30px 0;
      margin: 40px 0 10px; } }
  @media screen and (min-width: 768px) {
    .l-posts-events {
      padding: 10px 0 50px 0; } }
  @media screen and (min-width: 768px) {
    .l-posts-events .grid-m-6:nth-child(2n+1) {
      clear: both; } }
  @media screen and (min-width: 1024px) {
    .l-posts-events .grid-m-6:nth-child(2n+1) {
      clear: none; }
    .l-posts-events .grid-m-6:nth-child(3n+1) {
      clear: both; } }

/*
 * Components
 */
.c-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #0c3169;
  height: 70px;
  z-index: 100000; }
  .c-header .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
    .c-header .logo img {
      max-height: 40px; }
      .c-header .logo img.desktop {
        display: none; }
        @media screen and (min-width: 321px) {
          .c-header .logo img.desktop {
            display: flex; } }
      .c-header .logo img.mobile {
        display: flex; }
        @media screen and (min-width: 321px) {
          .c-header .logo img.mobile {
            display: none; } }
    .c-header .logo span {
      height: 30px;
      background-color: #222222;
      width: 1px;
      margin: 0 10px 0 12px;
      transform: rotate(20deg); }
      @media screen and (min-width: 540px) {
        .c-header .logo span {
          margin: 0 9px 0 9px; } }
      @media screen and (min-width: 768px) {
        .c-header .logo span {
          margin: 0 13px 0 13px; } }
    .c-header .logo .text {
      display: block; }
      .c-header .logo .text.-smaller {
        font-size: 10px;
        font-weight: 600; }
  .c-header .main-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 68px; }
    .c-header .main-menu li {
      cursor: pointer;
      margin-left: 20px;
      height: 68px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 1024px) {
        .c-header .main-menu li {
          margin-left: 30px; } }
      .c-header .main-menu li a {
        height: 68px;
        display: flex;
        align-items: center; }
      .c-header .main-menu li.-active {
        border-bottom: solid 8px #0c3169;
        margin-bottom: -8px;
        height: calc(100% - 4px); }
        .c-header .main-menu li.-active:hover {
          border-bottom: solid 8px #0c3169; }
      .c-header .main-menu li:hover {
        border-bottom: solid 8px rgba(34, 34, 34, 0.1);
        margin-bottom: -8px;
        height: calc(100% - 4px); }
    .c-header .main-menu .dropdown {
      cursor: pointer; }
      .c-header .main-menu .dropdown > div {
        padding: 0 5px;
        font-weight: 300; }
      .c-header .main-menu .dropdown > div span .icon {
        display: inline-block;
        height: 8px;
        width: 10px; }
      .c-header .main-menu .dropdown li,
      .c-header .main-menu .dropdown a {
        height: auto; }
      .c-header .main-menu .dropdown .sub-menu {
        display: none; }
      .c-header .main-menu .dropdown.-open {
        display: block;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        height: 200px;
        margin-top: 80px;
        background: #fff;
        z-index: 1000;
        padding: 52px 20px 0;
        margin-left: 0px;
        margin-right: -20px; }
        @media screen and (min-width: 1024px) {
          .c-header .main-menu .dropdown.-open {
            margin-left: 10px; } }
        .c-header .main-menu .dropdown.-open > div {
          padding-bottom: 15px; }
          .c-header .main-menu .dropdown.-open > div span .icon {
            transform: rotate(180deg); }
        .c-header .main-menu .dropdown.-open:hover {
          border: 0;
          margin-bottom: 0; }
        .c-header .main-menu .dropdown.-open.-active {
          border: 0;
          margin-bottom: 0; }
        .c-header .main-menu .dropdown.-open > .sub-menu {
          display: block;
          border-top: solid 1px rgba(34, 34, 34, 0.1);
          padding-top: 5px; }
          .c-header .main-menu .dropdown.-open > .sub-menu li {
            margin-left: 0;
            margin-top: 15px; }
            .c-header .main-menu .dropdown.-open > .sub-menu li a {
              font-weight: 600; }
            .c-header .main-menu .dropdown.-open > .sub-menu li:hover {
              border: none;
              opacity: 0.7;
              padding: 0;
              padding-bottom: 8px; }
            .c-header .main-menu .dropdown.-open > .sub-menu li.-active {
              border: 0;
              padding: 0;
              padding-bottom: 8px; }
    .c-header .main-menu .icon {
      width: 15px;
      height: 15px;
      fill: #0c3169; }
    .c-header .main-menu .menu-split {
      background-color: rgba(34, 34, 34, 0.3);
      height: 30px;
      width: 1px;
      margin-left: 19px; }
      .c-header .main-menu .menu-split:hover {
        height: 38px; }
      @media screen and (min-width: 1024px) {
        .c-header .main-menu .menu-split {
          margin-right: -10px; } }

.c-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-top: solid 2px #0c3169;
  margin-top: 30px; }
  .c-footer .footer-menu {
    padding: 30px 0 10px;
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .c-footer .footer-menu {
        text-align: left;
        padding: 30px 0; } }
    .c-footer .footer-menu li {
      padding-bottom: 15px; }
      .c-footer .footer-menu li a:hover {
        color: #2ac3ed; }
  .c-footer .footer-banner {
    padding: 20px 0;
    width: 100%;
    border-top: solid 2px rgba(34, 34, 34, 0.1);
    border-bottom: solid 2px rgba(34, 34, 34, 0.1);
    text-align: center;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .c-footer .footer-banner .text {
      margin-top: 20px;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .c-footer .footer-banner .text {
          margin-bottom: 0px; } }
    .c-footer .footer-banner img {
      margin: 0 10px;
      margin-bottom: 15px;
      width: auto;
      max-width: 150px; }
      @media screen and (min-width: 768px) {
        .c-footer .footer-banner img {
          width: 80px; } }
      @media screen and (min-width: 1024px) {
        .c-footer .footer-banner img {
          width: auto; } }
    @media screen and (min-width: 768px) {
      .c-footer .footer-banner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        padding: 35px 0; }
        .c-footer .footer-banner .text {
          margin-top: 0; }
        .c-footer .footer-banner img {
          margin: 0; } }
  .c-footer .footer-copyright {
    padding: 15px 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .c-footer .footer-copyright {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; } }

.c-pie-chart {
  height: 354px; }
  .c-pie-chart img {
    width: 100%; }

.c-post {
  position: relative;
  margin-bottom: 20px; }
  .c-post .post-image {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eee;
    height: 160px; }
    @media screen and (min-width: 540px) {
      .c-post .post-image {
        height: 220px; } }
    @media screen and (min-width: 768px) {
      .c-post .post-image {
        height: 400px; } }
  .c-post .view-large {
    display: none; }
    @media screen and (min-width: 768px) {
      .c-post .view-large {
        display: block; } }
  @media screen and (min-width: 768px) {
    .c-post .view-small {
      display: none; } }
  .c-post .post-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .c-post .tag {
    display: inline-block;
    padding: 10px 20px;
    color: #fbfbfb; }
  .c-post .post-title {
    position: relative;
    padding: 10px 15px;
    background-color: white;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .c-post .post-title {
        padding: 15px 20px;
        position: absolute;
        bottom: 0;
        left: 0; } }
    @media screen and (min-width: 1024px) {
      .c-post .post-title {
        background-color: #fbfbfb;
        padding: 20px 25px; } }
    .c-post .post-title .author-date-meta {
      margin-top: 5px; }
    .c-post .post-title a {
      color: #222222; }
    .c-post .post-title p {
      font-size: 14px;
      margin-top: 3px; }
  @media screen and (min-width: 768px) {
    .c-post.post-1 {
      height: 400px; }
      .c-post.post-1 .post-image {
        height: 400px; }
      .c-post.post-1 .title-wrap {
        position: absolute;
        right: 0;
        bottom: 10px;
        max-width: 400px; }
        .c-post.post-1 .title-wrap .post-tag {
          position: relative; }
        .c-post.post-1 .title-wrap .post-title {
          position: relative;
          font-size: 20px; } }
  @media screen and (min-width: 1024px) {
    .c-post.post-1 {
      height: 530px; }
      .c-post.post-1 .post-image {
        height: 530px; }
      .c-post.post-1 .title-wrap {
        max-width: 475px; } }
  @media screen and (min-width: 768px) {
    .c-post.post-2 {
      height: 220px;
      margin-bottom: 0px; }
      .c-post.post-2 .post-image {
        height: 120px; }
      .c-post.post-2 .post-title {
        position: relative;
        padding: 5px 0;
        background-color: transparent;
        font-size: 16px; }
        .c-post.post-2 .post-title.-long {
          font-size: 14px; } }
  @media screen and (min-width: 1024px) {
    .c-post.post-2 {
      height: 269px;
      margin-bottom: 20px; }
      .c-post.post-2 .post-image {
        height: 150px; }
      .c-post.post-2 .post-title {
        position: relative;
        padding: 10px 0;
        background-color: transparent;
        font-size: 20px; }
        .c-post.post-2 .post-title.-long {
          font-size: 18px; } }
  @media screen and (min-width: 768px) {
    .c-post.post-3 .post-image {
      height: 180px; }
    .c-post.post-3 .post-title {
      bottom: 10px;
      right: 20px;
      padding: 10px 15px 10px 0;
      font-size: 16px; }
      .c-post.post-3 .post-title.-long {
        font-size: 14px; } }
  @media screen and (min-width: 1024px) {
    .c-post.post-3 .post-image {
      height: 240px; }
    .c-post.post-3 .post-title {
      padding: 10px 15px 10px 0;
      font-size: 20px; }
      .c-post.post-3 .post-title.-long {
        font-size: 18px; } }
  .c-post.post-4 {
    height: 200px;
    margin-bottom: 0; }
    .c-post.post-4 .post-image {
      height: 100%; }
      .c-post.post-4 .post-image:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); }
    .c-post.post-4 .post-title {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 15px;
      background-color: transparent; }
  .c-post.post-lost .post-title {
    padding: 10px 15px; }
    @media screen and (min-width: 768px) {
      .c-post.post-lost .post-title {
        padding: 10px 0; } }
  .c-post.post-search {
    color: blue; }
    .c-post.post-search .post-image {
      float: left;
      width: 120px;
      height: 120px; }
    .c-post.post-search .post-title,
    .c-post.post-search .post-tag {
      display: none; }
    .c-post.post-search .title-wrap.view-large {
      display: block;
      width: calc(100% - 120px);
      margin-left: 120px; }
      .c-post.post-search .title-wrap.view-large .post-title {
        position: relative;
        font-size: 16px;
        padding: 0;
        padding-left: 10px;
        padding-top: 10px; }
        .c-post.post-search .title-wrap.view-large .post-title p {
          font-size: 12px; }
      .c-post.post-search .title-wrap.view-large .post-title,
      .c-post.post-search .title-wrap.view-large .post-tag {
        display: block; }
      .c-post.post-search .title-wrap.view-large .post-tag {
        position: relative; }
    .c-post.post-search .c-sdg-accordion .sdg span,
    .c-post.post-search .tag {
      padding: 5px 10px; }
    .c-post.post-search .c-sdg-accordion .sdg {
      height: 26px; }

@media screen and (min-width: 768px) {
  .-simple.grid-m-6:nth-child(2n + 1) {
    clear: both; } }
@media screen and (min-width: 1024px) {
  .-simple.grid-m-6:nth-child(2n + 1) {
    clear: none; }
  .-simple.grid-s-12:nth-child(3n + 2) {
    clear: both; } }
.-simple .post-image {
  height: 200px; }
.-simple .post-title {
  padding: 10px 5px;
  position: relative; }

.block-type-2 .title-wrap {
  left: 0; }

.no-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 80px 0; }

.lost-header {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 0 80px; }

.-tax {
  background-color: #0c3169;
  color: #0c3169; }

.sdg--500 {
  background-color: #0c3169; }
  .sdg--500 .item {
    color: #0c3169; }

.sdg-0 {
  background-color: #0c3169;
  color: #0c3169; }
  .sdg-0 .item {
    color: #0c3169; }

.sdg-1 {
  background-color: #e7223c;
  color: #e7223c; }
  .sdg-1 .item {
    color: #e7223c; }

.sdg-2 {
  background-color: #dea73a;
  color: #dea73a; }
  .sdg-2 .item {
    color: #dea73a; }

.sdg-3 {
  background-color: #4ca246;
  color: #4ca246; }
  .sdg-3 .item {
    color: #4ca246; }

.sdg-4 {
  background-color: #c7202f;
  color: #c7202f; }
  .sdg-4 .item {
    color: #c7202f; }

.sdg-5 {
  background-color: #f03f2e;
  color: #f03f2e; }
  .sdg-5 .item {
    color: #f03f2e; }

.sdg-6 {
  background-color: #26c0e7;
  color: #26c0e7; }
  .sdg-6 .item {
    color: #26c0e7; }

.sdg-7 {
  background-color: #fbc412;
  color: #fbc412; }
  .sdg-7 .item {
    color: #fbc412; }

.sdg-8 {
  background-color: #a41c45;
  color: #a41c45; }
  .sdg-8 .item {
    color: #a41c45; }

.sdg-9 {
  background-color: #f26a2f;
  color: #f26a2f; }
  .sdg-9 .item {
    color: #f26a2f; }

.sdg-10 {
  background-color: #df1568;
  color: #df1568; }
  .sdg-10 .item {
    color: #df1568; }

.sdg-11 {
  background-color: #f89d29;
  color: #f89d29; }
  .sdg-11 .item {
    color: #f89d29; }

.sdg-12 {
  background-color: #c08e2c;
  color: #c08e2c; }
  .sdg-12 .item {
    color: #c08e2c; }

.sdg-13 {
  background-color: #3f7f45;
  color: #3f7f45; }
  .sdg-13 .item {
    color: #3f7f45; }

.sdg-14 {
  background-color: #1f97d5;
  color: #1f97d5; }
  .sdg-14 .item {
    color: #1f97d5; }

.sdg-15 {
  background-color: #59bb47;
  color: #59bb47; }
  .sdg-15 .item {
    color: #59bb47; }

.sdg-16 {
  background-color: #126a9f;
  color: #126a9f; }
  .sdg-16 .item {
    color: #126a9f; }

.sdg-17 {
  background-color: #13486b;
  color: #13486b; }
  .sdg-17 .item {
    color: #13486b; }

.c-post-event {
  display: block;
  padding: 15px 0;
  border-top: 1px solid rgba(251, 251, 251, 0.1); }
  .c-post-event:hover h4, .c-post-event:hover p {
    color: #2ac3ed; }

.c-share-links.meta {
  border-top: solid 1px rgba(34, 34, 34, 0.1);
  padding-top: 9px; }
.c-share-links span {
  margin-bottom: 6px;
  text-transform: uppercase; }
.c-share-links .icons {
  margin-top: 6px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start; }
  .c-share-links .icons .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0c3169;
    padding: 7px;
    border-radius: 50%;
    margin-right: 10px;
    fill: #fbfbfb;
    cursor: pointer; }
    .c-share-links .icons .icon:hover {
      background-color: #2ac3ed; }
.c-share-links.-follow .icons {
  display: inline-block; }
  .c-share-links.-follow .icons .icon {
    display: inline-block; }
.c-share-links.-follow .text {
  position: relative;
  top: -10px;
  margin-right: 10px; }

.desktop {
  display: none; }
  @media screen and (min-width: 768px) {
    .desktop {
      display: block; } }

.mobile {
  display: block; }
  @media screen and (min-width: 768px) {
    .mobile {
      display: none; } }

.c-translate-widget {
  border-top: solid 1px rgba(34, 34, 34, 0.1);
  margin-top: 13px;
  padding-top: 12px; }
  .c-translate-widget div.text {
    margin: 0px 3px 3px 3px;
    text-transform: uppercase;
    display: table; }
    .c-translate-widget div.text img {
      height: 20px; }
    .c-translate-widget div.text span {
      vertical-align: middle;
      display: table-cell;
      padding: 0 3px 3px 6px; }
  .c-translate-widget .flags {
    margin: 0px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left; }
    .c-translate-widget .flags .flag {
      display: inline-block;
      width: 22px;
      height: 22px;
      margin: 2px;
      padding: 0px;
      border-radius: 50%;
      background-color: #0c3169;
      cursor: pointer;
      align-items: center;
      justify-content: center; }
      .c-translate-widget .flags .flag img {
        width: 18px;
        height: 18px;
        margin: 2px;
        padding: 0px;
        /*fill: $white;*/
        display: inline; }
      .c-translate-widget .flags .flag:hover {
        background-color: #2ac3ed; }
      .c-translate-widget .flags .flag.selected {
        background-color: #2ac3ed; }
  .c-translate-widget.-follow .icons {
    display: inline-block; }
    .c-translate-widget.-follow .icons img {
      display: inline-block; }
  .c-translate-widget.-follow .text {
    position: relative;
    top: -10px;
    margin-right: 10px; }

.desktop {
  display: none; }
  @media screen and (min-width: 768px) {
    .desktop {
      display: block; } }

.mobile {
  display: block; }
  @media screen and (min-width: 768px) {
    .mobile {
      display: none; } }

.c-sidebar-single .tax-section {
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  line-height: 1.4; }
  .c-sidebar-single .tax-section h4 {
    padding-bottom: 10px; }
.c-sidebar-single .logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0px; }
  .c-sidebar-single .logos a {
    padding: 0 10px;
    margin-bottom: 20px;
    max-width: 43.75rem;
    width: 33.33%;
    display: block;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .c-sidebar-single .logos a span {
      display: flex;
      height: 55px;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
.c-sidebar-single .sdg {
  width: 100%;
  padding: 7px 10px 5px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 13px; }
  .c-sidebar-single .sdg:hover {
    opacity: 0.7; }

.c-single-header {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .c-single-header {
      margin-bottom: 50px;
      flex-direction: row; } }
  .c-single-header .single-meta {
    display: block; }
    .c-single-header .single-meta > span {
      padding-bottom: 20px; }
      .c-single-header .single-meta > span.-last {
        border-bottom: solid 1px rgba(34, 34, 34, 0.1);
        margin-bottom: 15px;
        float: left;
        margin-top: 10px;
        width: 100%; }
    .c-single-header .single-meta .author-avatar {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 15px;
      border: solid 2px #ffffff; }
      @media screen and (min-width: 768px) {
        .c-single-header .single-meta .author-avatar {
          padding-top: 10px; } }
    .c-single-header .single-meta a .-normal {
      margin-bottom: 10px; }
    .c-single-header .single-meta h3 {
      margin-bottom: 5px; }
    .c-single-header .single-meta .date {
      padding: 15px 0;
      border-bottom: solid 1px rgba(34, 34, 34, 0.1);
      width: 100%;
      margin-bottom: 15px; }
    .c-single-header .single-meta .c-share-links {
      margin-top: 25px; }
  .c-single-header .single-title {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .c-single-header .single-title {
        padding-top: 0px;
        padding-left: 20px;
        padding-bottom: 0px; } }

.c-single-highlight {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .c-single-highlight {
      margin-bottom: 40px; } }
  @media screen and (min-width: 1024px) {
    .c-single-highlight {
      margin-bottom: 60px; } }
  .c-single-highlight .image-highlight {
    min-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    background-color: #eee; }
    @media screen and (min-width: 768px) {
      .c-single-highlight .image-highlight {
        min-height: 300px; } }
    @media screen and (min-width: 1024px) {
      .c-single-highlight .image-highlight {
        min-height: 350px; } }
    .c-single-highlight .image-highlight .caption {
      position: absolute;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.1);
      padding: 5px 10px;
      color: #fbfbfb; }
  .c-single-highlight .story-highlights {
    background-color: #0c3169;
    bottom: 0;
    padding: 20px 10px;
    display: flex;
    flex-direction: row; }
    @media screen and (min-width: 768px) {
      .c-single-highlight .story-highlights {
        padding: 30px 20px; } }
    @media screen and (min-width: 1024px) {
      .c-single-highlight .story-highlights {
        padding: 40px 70px; } }
    .c-single-highlight .story-highlights span {
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .c-single-highlight .story-highlights span {
          margin-bottom: 0px; } }
    .c-single-highlight .story-highlights p {
      position: relative;
      padding-bottom: 10px;
      margin-left: 30px; }
      .c-single-highlight .story-highlights p:before {
        content: "";
        position: absolute;
        top: 5px;
        left: -30px;
        transform: rotate(45deg);
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; }
        @media screen and (min-width: 768px) {
          .c-single-highlight .story-highlights p:before {
            width: 10px;
            height: 10px; } }

.c-single-content {
  padding-bottom: 20px; }
  .c-single-content .content {
    padding-right: 10px;
    padding-left: 10px;
    font-family: "adobe-garamond-pro", Georgia, Times, Times New Roman, serif; }
    @media screen and (min-width: 768px) {
      .c-single-content .content {
        padding-right: 20px;
        padding-left: 20px; } }
    @media screen and (min-width: 768px) {
      .c-single-content .content {
        padding-right: 40px;
        padding-left: 40px; } }
    @media screen and (min-width: 1024px) {
      .c-single-content .content {
        padding-right: 80px;
        padding-left: 80px; } }
    .c-single-content .content h1, .c-single-content .content h2, .c-single-content .content h3, .c-single-content .content h4, .c-single-content .content h5, .c-single-content .content h6 {
      margin-top: 30px;
      margin-bottom: 10px; }
    .c-single-content .content p:first-child img:first-child {
      display: none; }
    .c-single-content .content img {
      width: 114%;
      height: auto;
      margin-left: -7%;
      margin-bottom: 20px;
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        .c-single-content .content img {
          margin-left: -10%;
          width: 120%; } }
      @media screen and (min-width: 768px) {
        .c-single-content .content img {
          margin-left: -15%;
          width: 130%; } }
    .c-single-content .content p {
      padding: 10px 0;
      font-family: "adobe-garamond-pro", Georgia, Times, Times New Roman, serif;
      font-size: 20px;
      letter-spacing: normal;
      font-weight: 400; }
      .c-single-content .content p img.figure {
        width: auto;
        height: auto;
        margin-left: auto;
        margin-bottom: 20px;
        margin-top: 20px; }
        @media screen and (min-width: 768px) {
          .c-single-content .content p img.figure {
            margin-left: auto;
            width: auto; } }
        @media screen and (min-width: 768px) {
          .c-single-content .content p img.figure {
            margin-left: auto;
            width: auto; } }
    .c-single-content .content a {
      text-decoration: underline;
      color: #2ac3ed; }
      .c-single-content .content a:hover {
        color: #0c3169; }
    .c-single-content .content blockquote {
      position: relative;
      padding: 20px 20px;
      margin: 40px 0;
      border-top: 2px solid #222222;
      border-bottom: 2px solid #222222;
      text-align: center;
      margin-left: -20px;
      margin-right: -20px; }
      .c-single-content .content blockquote > p {
        font-size: 23px !important;
        line-height: 1.3 !important; }
      @media screen and (min-width: 768px) {
        .c-single-content .content blockquote {
          margin-left: -40px;
          margin-right: -40px;
          font-size: 20px;
          padding: 20px 40px; }
          .c-single-content .content blockquote > p {
            font-size: 28px !important; } }
      @media screen and (min-width: 1024px) {
        .c-single-content .content blockquote {
          margin-left: -80px;
          margin-right: -80px;
          font-size: 23px;
          padding: 20px 60px; }
          .c-single-content .content blockquote > p {
            font-size: 35px !important; } }
      .c-single-content .content blockquote > p {
        font-size: 35px;
        line-height: 40px;
        font-family: "adobe-garamond-pro", Georgia, Times, Times New Roman, serif;
        font-style: italic; }
      .c-single-content .content blockquote:before {
        content: "";
        position: absolute;
        top: -35px;
        left: -35px;
        width: 200px;
        height: 160px;
        background-image: url("./_img/icons/quote.svg");
        background-repeat: no-repeat; }
    .c-single-content .content ul, .c-single-content .content ol {
      margin-left: 20px;
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        .c-single-content .content ul, .c-single-content .content ol {
          margin-left: 40px;
          margin-top: 20px; } }
      .c-single-content .content ul li, .c-single-content .content ol li {
        position: relative;
        padding-bottom: 10px;
        line-height: 1.6;
        font-weight: 400;
        letter-spacing: normal;
        font-size: 20px; }
        .c-single-content .content ul li:before, .c-single-content .content ol li:before {
          content: "";
          position: absolute;
          top: 5px;
          left: -20px;
          transform: rotate(45deg);
          width: 6px;
          height: 6px;
          border-top: 2px solid #0c3169;
          border-right: 2px solid #0c3169; }
    .c-single-content .content table {
      text-align: left;
      max-width: 100%; }
    .c-single-content .content thead {
      border-bottom: solid 2px rgba(34, 34, 34, 0.1); }
    .c-single-content .content th, .c-single-content .content td {
      width: auto; }
    .c-single-content .content tr {
      border-bottom: solid 1px rgba(34, 34, 34, 0.1); }
    .c-single-content .content form {
      padding-top: 20px;
      display: block;
      max-width: 400px;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 40px; }
      .c-single-content .content form label {
        display: block;
        margin: 30px 0 10px;
        font-size: 13px;
        color: #0c3169;
        font-weight: bold;
        text-transform: uppercase; }
      .c-single-content .content form input {
        background: transparent;
        height: 45px;
        font-size: 16px;
        font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif;
        border: 0;
        border-bottom: solid 1px rgba(34, 34, 34, 0.1); }
        .c-single-content .content form input:focus {
          outline: none; }
      .c-single-content .content form input[type="text"] {
        min-width: 280px;
        max-width: 100%; }
      .c-single-content .content form textarea {
        background: transparent;
        border: 0;
        border: solid 1px rgba(34, 34, 34, 0.1);
        width: 100%;
        font-size: 16px;
        font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif;
        padding: 10px; }
        .c-single-content .content form textarea:focus {
          outline: none; }
      .c-single-content .content form input[type="radio"], .c-single-content .content form input[type="checkbox"] {
        display: inline-block;
        margin-right: 20px;
        height: 14px;
        margin-bottom: 15px;
        cursor: pointer; }
      .c-single-content .content form fieldset {
        border: solid 1px rgba(34, 34, 34, 0.1);
        margin: 0;
        padding: 15px; }
      .c-single-content .content form select {
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        background-color: transparent;
        border: 0;
        border-bottom: solid 1px rgba(34, 34, 34, 0.1);
        border-radius: 0;
        color: #0c3169;
        cursor: pointer;
        font-size: 16px;
        height: 40px;
        margin-bottom: 10px;
        outline: 0;
        padding: 10px;
        padding-right: 20px;
        padding-left: 0px;
        position: relative;
        background: url(/wp-content/themes/__sdg_iisd_org_v2/assets/images/chevron-down-small.svg) no-repeat 98% 18px; }
        .c-single-content .content form select option {
          color: #0c3169; }
        .c-single-content .content form select::-ms-expand {
          display: none; }
      .c-single-content .content form select[multiple] {
        width: auto;
        height: auto;
        min-width: 250px; }
      .c-single-content .content form button, .c-single-content .content form input[type="button"], .c-single-content .content form input[type="submit"], .c-single-content .content form input[type="reset"] {
        background-color: #0c3169;
        font-size: 15px;
        font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif;
        color: #fff;
        height: 45px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 20px;
        cursor: pointer;
        margin-top: 20px; }
        .c-single-content .content form button:hover, .c-single-content .content form input[type="button"]:hover, .c-single-content .content form input[type="submit"]:hover, .c-single-content .content form input[type="reset"]:hover {
          background-color: #2ac3ed; }
    .c-single-content .content .listselect {
      margin: 0 auto; }
    .c-single-content .content a[name^="fn_b"] {
      position: relative;
      top: -100px; }
    .c-single-content .content a[name^="fn_f"] {
      position: relative;
      top: -10px; }
    .c-single-content .content a[href^="#fn_b"], .c-single-content .content a[href^="#fn_f"] {
      padding: 4px;
      text-decoration: none;
      font-weight: bold;
      font-size: 16px;
      line-height: 16px;
      font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif; }
    .c-single-content .content a[href^="#fn_b"]:hover, .c-single-content .content .c-single-content .content a[href^="#fn_f"]:hover {
      background-color: #EEEEEE;
      color: #2ac3ed; }

.c-filter-bar {
  min-height: 90px;
  padding: 10px 0 5px; }
  @media screen and (min-width: 768px) {
    .c-filter-bar {
      margin-bottom: 20px; } }
  .c-filter-bar .sorting {
    display: block;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .c-filter-bar .sorting {
        margin-bottom: 25px;
        padding-bottom: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end; } }
    .c-filter-bar .sorting .sort-by {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 5px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .c-filter-bar .sorting .sort-by.date {
        margin-bottom: 2px; }
      @media screen and (min-width: 768px) {
        .c-filter-bar .sorting .sort-by {
          margin-left: 30px;
          width: auto; } }
      .c-filter-bar .sorting .sort-by .datedowns {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end; }
        .c-filter-bar .sorting .sort-by .datedowns select {
          max-width: 80px;
          font-size: 11px;
          color: #222222; }
        .c-filter-bar .sorting .sort-by .datedowns .chosen-container-single .chosen-single div b {
          display: none; }
        .c-filter-bar .sorting .sort-by .datedowns .icon {
          display: none;
          fill: #0c3169;
          width: 8px;
          height: 8px;
          margin-left: -15px; }
          @media screen and (min-width: 768px) {
            .c-filter-bar .sorting .sort-by .datedowns .icon {
              display: inline-block; } }
        .c-filter-bar .sorting .sort-by .datedowns .separator {
          margin-left: 0px;
          font-size: 16px;
          display: none; }
          @media screen and (min-width: 768px) {
            .c-filter-bar .sorting .sort-by .datedowns .separator {
              margin-left: 5px;
              display: inline-block;
              font-size: 20px; } }
        .c-filter-bar .sorting .sort-by .datedowns .chosen-container-single .chosen-single {
          position: relative;
          display: block;
          overflow: hidden;
          padding: 0 0 0 8px;
          height: 25px;
          border: 0;
          border-radius: 0;
          background: none;
          background-color: transparent;
          box-shadow: 0 0 0px white inset, 0 0px 0px rgba(0, 0, 0, 0.1);
          color: #222222;
          line-height: 24px; }
          .c-filter-bar .sorting .sort-by .datedowns .chosen-container-single .chosen-single span:hover {
            color: #222222; }
        .c-filter-bar .sorting .sort-by .datedowns .chosen-with-drop .chosen-single {
          border: 0 !important;
          box-shadow: none !important;
          background-color: transparent;
          background-image: none !important; }
        .c-filter-bar .sorting .sort-by .datedowns .chosen-container-single .chosen-drop {
          border-radius: 0 0 0px 0px; }
        .c-filter-bar .sorting .sort-by .datedowns .chosen-container .chosen-drop {
          border: 0px solid #aaa;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
    .c-filter-bar .sorting .date-range {
      display: inline-flex; }
      .c-filter-bar .sorting .date-range select {
        padding-left: 10px; }
    .c-filter-bar .sorting span {
      margin-right: 10px; }
    .c-filter-bar .sorting label {
      cursor: pointer;
      padding-bottom: 2px; }
      @media screen and (min-width: 768px) {
        .c-filter-bar .sorting label {
          padding-bottom: 5px; } }
      .c-filter-bar .sorting label.-active {
        border-bottom: solid 3px #0c3169; }
      .c-filter-bar .sorting label:checked {
        text-decoration: underline; }
    .c-filter-bar .sorting input[type="radio"] {
      display: none; }
  .c-filter-bar .dropdowns {
    height: 35px;
    overflow: hidden; }
    .c-filter-bar .dropdowns .see-more {
      z-index: 100;
      width: 100%;
      height: 40px;
      background: #fbfbfb;
      text-align: center;
      cursor: pointer; }
      .c-filter-bar .dropdowns .see-more .text {
        padding-top: 13px; }
      .c-filter-bar .dropdowns .see-more:focus {
        outline: none; }
      @media screen and (min-width: 768px) {
        .c-filter-bar .dropdowns .see-more {
          display: none; } }
      .c-filter-bar .dropdowns .see-more .icon {
        width: 10px;
        height: 10px; }
    .c-filter-bar .dropdowns.is-open {
      overflow: visible;
      height: 400px;
      padding-bottom: 50px; }
      .c-filter-bar .dropdowns.is-open .see-more {
        bottom: 0;
        background: transparent;
        height: 20px; }
    @media screen and (min-width: 768px) {
      .c-filter-bar .dropdowns {
        height: 130px;
        overflow: visible; } }
    @media screen and (min-width: 1024px) {
      .c-filter-bar .dropdowns {
        height: 80px; } }
    .c-filter-bar .dropdowns .select-container {
      display: inline-block; }
      .c-filter-bar .dropdowns .select-container > label {
        width: 100%;
        text-transform: uppercase; }
      .c-filter-bar .dropdowns .select-container::after {
        background: transparent;
        border-bottom: #0c3169 2px solid;
        border-left: #0c3169 2px solid;
        content: '';
        height: 5px;
        position: absolute;
        right: 16px;
        top: 30px;
        transform: rotate(-45deg);
        width: 5px; }
        @media screen and (min-width: 768px) {
          .c-filter-bar .dropdowns .select-container::after {
            top: 34px; } }
        @media screen and (min-width: 1024px) {
          .c-filter-bar .dropdowns .select-container::after {
            top: 38px; } }
      .c-filter-bar .dropdowns .select-container select {
        -moz-appearance: none;
        -webkit-appearance: none;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        color: #222222;
        opacity: 0.7;
        cursor: pointer;
        height: 40px;
        margin-bottom: 10px;
        outline: 0;
        padding: 10px 25px 10px 0;
        width: 100%;
        overflow-y: hidden; }
        .c-filter-bar .dropdowns .select-container select option {
          color: #999;
          display: none;
          font-size: 16px;
          font-family: "adobe-garamond-pro", Georgia, Times, Times New Roman, serif;
          line-height: 26px;
          height: 26px;
          padding-top: 3px;
          margin-left: -2px; }
        .c-filter-bar .dropdowns .select-container select::-ms-expand {
          display: none; }
      .c-filter-bar .dropdowns .select-container .select-selected {
        color: #0c3169; }
  .c-filter-bar .submit {
    display: none; }
  .c-filter-bar .ms-parent {
    width: 100% !important;
    padding: 5px 0px 5px 0; }
    @media screen and (min-width: 1024px) {
      .c-filter-bar .ms-parent {
        padding: 10px 0px 10px 0; } }
    .c-filter-bar .ms-parent .ms-choice {
      display: block;
      width: 100%;
      height: 26px;
      border: 0;
      line-height: 26px;
      color: #222222;
      border-radius: 0px;
      background-color: transparent;
      font-size: 15px;
      margin-bottom: 4px;
      outline: 0; }
      .c-filter-bar .ms-parent .ms-choice:focus {
        outline: none; }
      .c-filter-bar .ms-parent .ms-choice > div {
        background: none; }
      .c-filter-bar .ms-parent .ms-choice span {
        position: relative;
        color: #0c3169;
        padding-left: 0;
        padding-right: 15px;
        z-index: 1; }
        .c-filter-bar .ms-parent .ms-choice span.placeholder {
          color: #222222;
          opacity: 0.3; }
  .c-filter-bar .ms-drop {
    width: 100%;
    overflow: hidden;
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 0;
    position: absolute;
    z-index: 10001;
    background: #fff;
    color: #000;
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 768px) {
      .c-filter-bar .ms-drop {
        margin-left: -5px;
        width: auto; } }
    @media screen and (min-width: 1024px) {
      .c-filter-bar .ms-drop {
        margin-left: -5px; } }
    .c-filter-bar .ms-drop label {
      padding-bottom: 2px; }
    .c-filter-bar .ms-drop .lvl1 label {
      font-weight: 600; }
    .c-filter-bar .ms-drop .lvl2 {
      margin-left: 15px; }
      .c-filter-bar .ms-drop .lvl2 label {
        font-weight: 400; }
    .c-filter-bar .ms-drop .lvl3 {
      margin-left: 30px; }
    .c-filter-bar .ms-drop .optgroup {
      margin-left: -3px;
      margin-top: 5px;
      margin-bottom: 3px; }
    .c-filter-bar .ms-drop ul {
      overflow-y: auto;
      overflow-x: hidden;
      width: 100%;
      padding: 12px 15px; }
      .c-filter-bar .ms-drop ul li {
        line-height: 22px; }
    .c-filter-bar .ms-drop input[type="checkbox"] {
      margin-right: 10px; }
  @media screen and (min-width: 768px) {
    .c-filter-bar .regions .ms-drop {
      right: 0; }
    .c-filter-bar .globalpartnership .ms-drop {
      right: 0; } }
  @media screen and (min-width: 1024px) {
    .c-filter-bar .regions .ms-drop {
      right: 0; }
    .c-filter-bar .globalpartnership .ms-drop {
      left: 0;
      right: inherit; } }

.c-ajax-posts {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  width: 140px;
  position: relative; }
  .c-ajax-posts.-loading img {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 140px;
    padding: 30px; }
  .c-ajax-posts.-loading .show-more {
    opacity: 0.3; }
  .c-ajax-posts img {
    display: none;
    width: 140px;
    padding: 30px; }
  .c-ajax-posts .show-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid 2px #0c3169;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    cursor: pointer;
    color: #0c3169; }
    .c-ajax-posts .show-more .icon {
      width: 10px;
      height: 10px;
      margin-top: 15px;
      fill: #0c3169; }
    .c-ajax-posts .show-more:hover {
      background-color: #2ac3ed;
      border-color: #2ac3ed; }
      .c-ajax-posts .show-more:hover .text {
        color: #fbfbfb; }
      .c-ajax-posts .show-more:hover .icon {
        fill: #fbfbfb; }
  .c-ajax-posts.hidden {
    z-index: 1; }

.ajax-filter.-loading img {
  display: flex;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-top: 100px; }
.ajax-filter.-loading .l-posts-wrap {
  opacity: 0.3; }

.c-author {
  margin-bottom: 20px; }
  .c-author .author-header {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .c-author .author-header {
        margin-bottom: 30px; } }
    .c-author .author-header .text.-title {
      text-transform: none; }
    .c-author .author-header h1 {
      text-transform: none; }
    .c-author .author-header .author-avatar {
      border-radius: 50%;
      width: 80px;
      height: 80px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (min-width: 540px) {
        .c-author .author-header .author-avatar {
          width: 100px;
          height: 100px; } }
    .c-author .author-header img {
      max-width: 100%;
      border-radius: 50%;
      height: auto !important; }
  .c-author .author-desc {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .c-author .author-desc {
        margin-bottom: 80px; } }

.leaflet-container {
  background-color: transparent !important; }

.leaflet-pane {
  z-index: 1 !important; }

@media screen and (max-width: 768px) {
  .mobile-map {
    padding: 0; } }
.map-tooltip {
  pointer-events: none; }

.leaflet-popup-content-wrapper {
  border-radius: 0px !important;
  text-align: center !important; }

.c-search .search-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 10000; }
  @media screen and (min-width: 1024px) {
    .c-search .search-header {
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      margin-bottom: 30px; } }
  .c-search .search-header .search-bar {
    width: 100%;
    display: flex;
    flex-direction: row; }
  .c-search .search-header input {
    height: 50px;
    background-color: transparent;
    border: 0;
    line-height: 50px;
    font-size: 30px;
    border-bottom: solid 1px rgba(34, 34, 34, 0.1);
    width: 100%;
    color: #0c3169;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-appearance: none; }
    @media screen and (min-width: 1024px) {
      .c-search .search-header input {
        margin: 0 15px;
        margin-top: -5px;
        font-size: 45px; } }
    .c-search .search-header input:focus {
      outline: none; }
  .c-search .search-header .icon {
    width: 25px;
    height: 25px;
    fill: #0c3169; }
  .c-search .search-header button {
    background: transparent; }

.c-block-header {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  margin-top: 0px; }
  @media screen and (min-width: 768px) {
    .c-block-header {
      margin-top: 0px;
      display: flex;
      flex-direction: row; } }
  @media screen and (min-width: 1024px) {
    .c-block-header {
      margin-bottom: 30px; } }
  .c-block-header .-title {
    text-transform: none; }
  .c-block-header .trans {
    background: transparent; }

.-fixed {
  margin-top: -10px;
  margin-bottom: 20px;
  text-transform: none; }
  .-fixed p {
    font-size: 18px !important;
    line-height: 1.3 !important; }

.c-actor {
  margin-bottom: 36px;
  padding-top: 15px;
  border-top: 1px solid rgba(12, 49, 105, 0.1); }
  .c-actor .logo {
    display: block;
    height: 50px;
    margin-bottom: 15px; }
  .c-actor p {
    color: #222222; }
  .c-actor .post-title {
    margin-bottom: 6px; }
    .c-actor .post-title:hover {
      color: #0c3169; }

.c-selector .selector-header {
  border-top: solid 2px #0c3169;
  padding: 10px 0; }
.c-selector h3 {
  margin-bottom: 20px;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .c-selector h3 {
      margin-bottom: 20px;
      margin-top: 30px; } }
  .c-selector h3:hover {
    color: #2ac3ed; }
.c-selector li {
  margin-bottom: 10px; }
@media screen and (min-width: 768px) {
  .c-selector .clear-mobile {
    clear: both; } }
@media screen and (min-width: 1024px) {
  .c-selector .clear-mobile {
    clear: none; }
  .c-selector .clear-desktop {
    clear: both; } }

.c-summary {
  margin-bottom: 20px;
  text-align: center; }
  .c-summary .name {
    font-size: 12px; }
  .c-summary .item {
    float: left;
    display: flex;
    flex-direction: column;
    margin-right: 0px;
    background: transparent;
    text-align: center;
    width: 49%;
    margin-bottom: 40px; }
    .c-summary .item .name {
      text-align: center; }
    @media screen and (min-width: 540px) {
      .c-summary .item {
        margin-right: 25px;
        width: auto; } }
    @media screen and (min-width: 1024px) {
      .c-summary .item {
        margin-right: 60px; } }

.c-goal {
  color: #fbfbfb;
  margin-bottom: 36px;
  padding-top: 15px;
  border-top: 1px solid rgba(251, 251, 251, 0.1); }
  .c-goal .post-title {
    margin-bottom: 6px; }
  .c-goal span {
    display: block;
    font-weight: 700;
    margin-bottom: 26px; }

.c-calendar .fc-ltr {
  margin-top: 0px !important;
  margin-left: 0px !important; }
.c-calendar #calendar {
  max-width: 100%;
  display: none; }
  @media screen and (min-width: 540px) {
    .c-calendar #calendar {
      display: block; } }
.c-calendar #prev .icon, .c-calendar #prev-side .icon {
  width: 15px;
  height: 15px;
  transform: rotate(90deg); }
.c-calendar #next .icon, .c-calendar #next-side .icon {
  width: 15px;
  height: 15px;
  transform: rotate(-90deg); }
.c-calendar #next, .c-calendar #prev {
  display: none; }
  @media screen and (min-width: 540px) {
    .c-calendar #next, .c-calendar #prev {
      display: inline-block; } }
.c-calendar #next-side, .c-calendar #prev-side {
  display: inline-block; }
  @media screen and (min-width: 540px) {
    .c-calendar #next-side, .c-calendar #prev-side {
      display: none; } }
.c-calendar .main-calendar {
  cursor: pointer;
  padding-top: 15px; }
  @media screen and (min-width: 540px) {
    .c-calendar .main-calendar {
      display: block; } }
  .c-calendar .main-calendar .fc-day {
    margin: 0 2px;
    border-top: solid 2px rgba(34, 34, 34, 0.1); }
    .c-calendar .main-calendar .fc-day.-highlighted {
      background-color: transparent;
      border-top: 2px solid #222222 !important; }
  .c-calendar .main-calendar .calendar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; }
  .c-calendar .main-calendar .day {
    display: none; }
  .c-calendar .main-calendar .fc-title {
    display: none; }
  .c-calendar .main-calendar .fc-event {
    border: 0; }
  .c-calendar .main-calendar .fc-h-event {
    height: 7px;
    margin-bottom: 4px; }
.c-calendar .side-calendar {
  padding-top: 15px; }
  .c-calendar .side-calendar h2 {
    text-transform: none; }
  .c-calendar .side-calendar .day {
    display: none; }
  .c-calendar .side-calendar .fc-view.-loading img {
    display: flex;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: 100px; }
  .c-calendar .side-calendar .fc-view.-loading .fc-scroller {
    opacity: 0.3; }
  .c-calendar .side-calendar .fc-scroller {
    height: 100% !important; }
  .c-calendar .side-calendar .fc-list-view {
    border: 0; }
  .c-calendar .side-calendar .fc-list-heading {
    display: none; }
  .c-calendar .side-calendar .sdg--500 {
    display: block;
    height: 10px;
    width: 10px;
    background-color: #0c3169; }
.c-calendar .combodate {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .c-calendar .combodate select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: 15px;
    outline: 0;
    padding: 10px 10px 10px 30px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #222222; }
    .c-calendar .combodate select option {
      color: #222222; }
    .c-calendar .combodate select::-ms-expand {
      display: none; }
  .c-calendar .combodate .select-selected {
    color: #0c3169; }
  .c-calendar .combodate .arrow {
    height: 10px;
    width: 10px;
    position: relative;
    left: 10px;
    top: -2px;
    background: transparent;
    border-bottom: rgba(34, 34, 34, 0.3) 2px solid;
    border-left: rgba(34, 34, 34, 0.3) 2px solid;
    transform: rotate(-45deg);
    pointer-events: none; }

/*
 * Reset Full Calendar Styles
 */
.fc th,
.fc td {
  border: none;
  font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif; }

.fc-day-grid-container {
  height: auto !important; }

.fc-row .fc-content-skeleton {
  min-height: 100px; }

.fc-day-header {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 15px !important;
  text-align: right !important; }

.fc-day {
  border-top: 1px solid rgba(34, 34, 34, 0.1) !important;
  margin: 0 5px !important; }

.fc-day-number {
  margin: 10px 0;
  font-weight: 400;
  font-size: 15px; }

.fc td.fc-today {
  border: none; }

.fc-event,
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  border-radius: 0 !important; }

.fc-unthemed .fc-today {
  background-color: transparent; }

.fc-ltr {
  margin-top: 7px;
  margin-left: 10px; }

.fc-left h2 {
  font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px; }

.fc-list-table span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px; }

.fc-list-table a {
  display: block;
  position: relative;
  margin-top: 5px; }

.fc-list-empty-wrap1 {
  margin-bottom: 40px; }

.event-summary {
  margin-bottom: 40px;
  margin-left: 25px; }
  .event-summary .text {
    margin-top: -3px;
    margin-bottom: 7px; }

.tooltip {
  display: flex;
  width: auto;
  max-width: 400px;
  height: auto;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  z-index: 10001;
  padding: 20px 25px; }
  .tooltip:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border: solid 8px black;
    border-color: #fff transparent transparent  #fff;
    transform: rotate(45deg);
    left: 100px;
    box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, 0.1);
    top: -8px; }
  .tooltip .tooltip-text {
    margin-left: 10px;
    margin-top: -3px; }
    .tooltip .tooltip-text .text {
      margin-bottom: 5px; }
  .tooltip span {
    display: block;
    height: 10px;
    width: 10px; }

.c-sdg-accordion {
  width: 200%;
  height: 36px;
  overflow: hidden; }
  .c-sdg-accordion .sdg {
    float: left;
    width: 10px;
    height: 36px;
    overflow: hidden; }
    .c-sdg-accordion .sdg span {
      display: none;
      position: relative !important;
      padding: 10px 20px;
      color: #fbfbfb !important; }
    .c-sdg-accordion .sdg:first-child {
      width: auto; }
      .c-sdg-accordion .sdg:first-child span {
        display: block; }
    .c-sdg-accordion .sdg:nth-child(2) {
      margin-left: -5px; }
    .c-sdg-accordion .sdg:hover {
      width: auto; }
      .c-sdg-accordion .sdg:hover span {
        display: block; }

.c-sdg-highlight .-title {
  margin-bottom: 30px; }
.c-sdg-highlight .see-more {
  position: absolute;
  bottom: 10px;
  right: auto;
  z-index: 10;
  width: 100px;
  background-color: transparent; }
  .c-sdg-highlight .see-more:focus {
    outline: none; }
.c-sdg-highlight .shadow {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  z-index: 1; }
  .c-sdg-highlight .shadow.-sdg-1 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e7223c), color-stop(1, #e7223c));
    background-image: -o-linear-gradient(bottom, rgba(231, 34, 60, 0), #e7223c 100%);
    background-image: -moz-linear-gradient(bottom, rgba(231, 34, 60, 0), #e7223c 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(231, 34, 60, 0), #e7223c 100%);
    background-image: -ms-linear-gradient(bottom, rgba(231, 34, 60, 0), #e7223c 100%);
    background-image: linear-gradient(to bottom, rgba(231, 34, 60, 0), #e7223c 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-2 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dea73a), color-stop(1, #dea73a));
    background-image: -o-linear-gradient(bottom, rgba(222, 167, 58, 0), #dea73a 100%);
    background-image: -moz-linear-gradient(bottom, rgba(222, 167, 58, 0), #dea73a 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(222, 167, 58, 0), #dea73a 100%);
    background-image: -ms-linear-gradient(bottom, rgba(222, 167, 58, 0), #dea73a 100%);
    background-image: linear-gradient(to bottom, rgba(222, 167, 58, 0), #dea73a 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-3 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4ca246), color-stop(1, #4ca246));
    background-image: -o-linear-gradient(bottom, rgba(76, 162, 70, 0), #4ca246 100%);
    background-image: -moz-linear-gradient(bottom, rgba(76, 162, 70, 0), #4ca246 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(76, 162, 70, 0), #4ca246 100%);
    background-image: -ms-linear-gradient(bottom, rgba(76, 162, 70, 0), #4ca246 100%);
    background-image: linear-gradient(to bottom, rgba(76, 162, 70, 0), #4ca246 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-4 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c7202f), color-stop(1, #c7202f));
    background-image: -o-linear-gradient(bottom, rgba(199, 32, 47, 0), #c7202f 100%);
    background-image: -moz-linear-gradient(bottom, rgba(199, 32, 47, 0), #c7202f 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(199, 32, 47, 0), #c7202f 100%);
    background-image: -ms-linear-gradient(bottom, rgba(199, 32, 47, 0), #c7202f 100%);
    background-image: linear-gradient(to bottom, rgba(199, 32, 47, 0), #c7202f 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-5 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f03f2e), color-stop(1, #f03f2e));
    background-image: -o-linear-gradient(bottom, rgba(240, 63, 46, 0), #f03f2e 100%);
    background-image: -moz-linear-gradient(bottom, rgba(240, 63, 46, 0), #f03f2e 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(240, 63, 46, 0), #f03f2e 100%);
    background-image: -ms-linear-gradient(bottom, rgba(240, 63, 46, 0), #f03f2e 100%);
    background-image: linear-gradient(to bottom, rgba(240, 63, 46, 0), #f03f2e 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-6 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #26c0e7), color-stop(1, #26c0e7));
    background-image: -o-linear-gradient(bottom, rgba(38, 192, 231, 0), #26c0e7 100%);
    background-image: -moz-linear-gradient(bottom, rgba(38, 192, 231, 0), #26c0e7 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(38, 192, 231, 0), #26c0e7 100%);
    background-image: -ms-linear-gradient(bottom, rgba(38, 192, 231, 0), #26c0e7 100%);
    background-image: linear-gradient(to bottom, rgba(38, 192, 231, 0), #26c0e7 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-7 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fbc412), color-stop(1, #fbc412));
    background-image: -o-linear-gradient(bottom, rgba(251, 196, 18, 0), #fbc412 100%);
    background-image: -moz-linear-gradient(bottom, rgba(251, 196, 18, 0), #fbc412 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(251, 196, 18, 0), #fbc412 100%);
    background-image: -ms-linear-gradient(bottom, rgba(251, 196, 18, 0), #fbc412 100%);
    background-image: linear-gradient(to bottom, rgba(251, 196, 18, 0), #fbc412 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-8 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a41c45), color-stop(1, #a41c45));
    background-image: -o-linear-gradient(bottom, rgba(164, 28, 69, 0), #a41c45 100%);
    background-image: -moz-linear-gradient(bottom, rgba(164, 28, 69, 0), #a41c45 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(164, 28, 69, 0), #a41c45 100%);
    background-image: -ms-linear-gradient(bottom, rgba(164, 28, 69, 0), #a41c45 100%);
    background-image: linear-gradient(to bottom, rgba(164, 28, 69, 0), #a41c45 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-9 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f26a2f), color-stop(1, #f26a2f));
    background-image: -o-linear-gradient(bottom, rgba(242, 106, 47, 0), #f26a2f 100%);
    background-image: -moz-linear-gradient(bottom, rgba(242, 106, 47, 0), #f26a2f 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(242, 106, 47, 0), #f26a2f 100%);
    background-image: -ms-linear-gradient(bottom, rgba(242, 106, 47, 0), #f26a2f 100%);
    background-image: linear-gradient(to bottom, rgba(242, 106, 47, 0), #f26a2f 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-10 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #df1568), color-stop(1, #df1568));
    background-image: -o-linear-gradient(bottom, rgba(223, 21, 104, 0), #df1568 100%);
    background-image: -moz-linear-gradient(bottom, rgba(223, 21, 104, 0), #df1568 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(223, 21, 104, 0), #df1568 100%);
    background-image: -ms-linear-gradient(bottom, rgba(223, 21, 104, 0), #df1568 100%);
    background-image: linear-gradient(to bottom, rgba(223, 21, 104, 0), #df1568 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-11 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f89d29), color-stop(1, #f89d29));
    background-image: -o-linear-gradient(bottom, rgba(248, 157, 41, 0), #f89d29 100%);
    background-image: -moz-linear-gradient(bottom, rgba(248, 157, 41, 0), #f89d29 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(248, 157, 41, 0), #f89d29 100%);
    background-image: -ms-linear-gradient(bottom, rgba(248, 157, 41, 0), #f89d29 100%);
    background-image: linear-gradient(to bottom, rgba(248, 157, 41, 0), #f89d29 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-12 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c08e2c), color-stop(1, #c08e2c));
    background-image: -o-linear-gradient(bottom, rgba(192, 142, 44, 0), #c08e2c 100%);
    background-image: -moz-linear-gradient(bottom, rgba(192, 142, 44, 0), #c08e2c 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(192, 142, 44, 0), #c08e2c 100%);
    background-image: -ms-linear-gradient(bottom, rgba(192, 142, 44, 0), #c08e2c 100%);
    background-image: linear-gradient(to bottom, rgba(192, 142, 44, 0), #c08e2c 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-13 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3f7f45), color-stop(1, #3f7f45));
    background-image: -o-linear-gradient(bottom, rgba(63, 127, 69, 0), #3f7f45 100%);
    background-image: -moz-linear-gradient(bottom, rgba(63, 127, 69, 0), #3f7f45 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(63, 127, 69, 0), #3f7f45 100%);
    background-image: -ms-linear-gradient(bottom, rgba(63, 127, 69, 0), #3f7f45 100%);
    background-image: linear-gradient(to bottom, rgba(63, 127, 69, 0), #3f7f45 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-14 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1f97d5), color-stop(1, #1f97d5));
    background-image: -o-linear-gradient(bottom, rgba(31, 151, 213, 0), #1f97d5 100%);
    background-image: -moz-linear-gradient(bottom, rgba(31, 151, 213, 0), #1f97d5 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(31, 151, 213, 0), #1f97d5 100%);
    background-image: -ms-linear-gradient(bottom, rgba(31, 151, 213, 0), #1f97d5 100%);
    background-image: linear-gradient(to bottom, rgba(31, 151, 213, 0), #1f97d5 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-15 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #59bb47), color-stop(1, #59bb47));
    background-image: -o-linear-gradient(bottom, rgba(89, 187, 71, 0), #59bb47 100%);
    background-image: -moz-linear-gradient(bottom, rgba(89, 187, 71, 0), #59bb47 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(89, 187, 71, 0), #59bb47 100%);
    background-image: -ms-linear-gradient(bottom, rgba(89, 187, 71, 0), #59bb47 100%);
    background-image: linear-gradient(to bottom, rgba(89, 187, 71, 0), #59bb47 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-16 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #126a9f), color-stop(1, #126a9f));
    background-image: -o-linear-gradient(bottom, rgba(18, 106, 159, 0), #126a9f 100%);
    background-image: -moz-linear-gradient(bottom, rgba(18, 106, 159, 0), #126a9f 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(18, 106, 159, 0), #126a9f 100%);
    background-image: -ms-linear-gradient(bottom, rgba(18, 106, 159, 0), #126a9f 100%);
    background-image: linear-gradient(to bottom, rgba(18, 106, 159, 0), #126a9f 100%);
    pointer-events: none; }
  .c-sdg-highlight .shadow.-sdg-17 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #13486b), color-stop(1, #13486b));
    background-image: -o-linear-gradient(bottom, rgba(19, 72, 107, 0), #13486b 100%);
    background-image: -moz-linear-gradient(bottom, rgba(19, 72, 107, 0), #13486b 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(19, 72, 107, 0), #13486b 100%);
    background-image: -ms-linear-gradient(bottom, rgba(19, 72, 107, 0), #13486b 100%);
    background-image: linear-gradient(to bottom, rgba(19, 72, 107, 0), #13486b 100%);
    pointer-events: none; }

.c-ring {
  position: relative;
  height: 300px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 40px;
  margin-top: 30px;
  -webkit-tap-highlight-color: transparent; }
  .c-ring .ring {
    z-index: 1000; }
  .c-ring .shadow {
    z-index: 999; }
  @media screen and (min-width: 768px) {
    .c-ring {
      margin-bottom: 40px;
      margin-top: 40px; } }
  .c-ring svg {
    left: -350px; }
    .c-ring svg:first-child {
      z-index: 1; }
  .c-ring .grey {
    opacity: 0.1; }
  .c-ring .light-grey {
    fill: #d2d2d2; }

.select-all {
  fill: #0c3169;
  font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px; }

.select-icon {
  -moz-transform: rotate(90deg);
  /* FF3.5/3.6 */
  -ms-transform: rotate(90deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(90deg);
  /* Saf3.1+ */
  transform: rotate(90deg);
  fill: #0c3169; }

.place-holder {
  margin-top: -25px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%; }
  @media screen and (min-width: 768px) {
    .place-holder {
      flex-direction: row;
      position: absolute;
      left: 20px;
      top: 0; } }
  .place-holder .text {
    font-size: 18px;
    line-height: 1.3;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .place-holder .text {
        font-size: 18px;
        text-align: left; } }
    @media screen and (min-width: 1024px) {
      .place-holder .text {
        font-size: 24px; } }
  .place-holder .icon {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .place-holder .icon {
        transform: rotate(90deg);
        width: 25px;
        height: 25px;
        margin-right: 20px; } }
  .place-holder.is-hidden {
    display: none; }

.unscaled {
  transform: scale(1); }

.scaleRing {
  -ms-transform: scale(1.2);
  -ms-transform-origin: 0% 0%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transform-origin: center;
  opacity: 1 !important;
  -moz-transform: scale(1);
  -moz-transform-origin: 0% 0%; }

.c-sdg-info-panel {
  position: relative;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    .c-sdg-info-panel {
      margin-top: 40px; } }
  .c-sdg-info-panel.is-hidden {
    display: none; }
  .c-sdg-info-panel .info-panel {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 22px;
    z-index: 1001; }
    @media screen and (min-width: 768px) {
      .c-sdg-info-panel .info-panel {
        padding: 30px;
        display: flex; } }
    @media screen and (min-width: 1280px) {
      .c-sdg-info-panel .info-panel {
        padding: 40px; } }
  .c-sdg-info-panel .head {
    padding-bottom: 10px;
    padding-right: 20px; }
    @media screen and (min-width: 768px) {
      .c-sdg-info-panel .head {
        padding-bottom: 0px; } }
    .c-sdg-info-panel .head .sdg-logo {
      width: 120px;
      height: 120px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: 122px 122px; }
      .c-sdg-info-panel .head .sdg-logo.sdg-0 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg0.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-1 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg01.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-2 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg02.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-3 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg03.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-4 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg04.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-5 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg05.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-6 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg06.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-7 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg07.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-8 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg08.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-9 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg09.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-10 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg10.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-11 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg11.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-12 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg12.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-13 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg13.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-14 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg14.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-15 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg15.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-16 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg16.png"); }
      .c-sdg-info-panel .head .sdg-logo.sdg-17 {
        background-image: url("/wp-content/themes/__sdg_iisd_org_v2/assets/images/sdgs/sdg17.png"); }
    .c-sdg-info-panel .head .title {
      display: block;
      color: #fbfbfb;
      text-transform: uppercase;
      margin-bottom: 10px; }
  .c-sdg-info-panel .desc {
    color: #fbfbfb;
    font-size: 30px;
    padding-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .c-sdg-info-panel .desc {
        max-width: 60%;
        padding-bottom: 0px; } }
    @media screen and (min-width: 1024px) {
      .c-sdg-info-panel .desc {
        font-size: 35px; } }
    @media screen and (min-width: 1280px) {
      .c-sdg-info-panel .desc {
        max-width: 70%;
        font-size: 40px; } }
  .c-sdg-info-panel .info-list {
    display: inline-block;
    background-color: transparent;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .c-sdg-info-panel .info-list {
        display: flex;
        justify-content: space-between; } }
  .c-sdg-info-panel .info-item {
    display: inline-block;
    color: inherit;
    text-align: center;
    width: 49%;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .c-sdg-info-panel .info-item {
        display: flex;
        flex-direction: column; } }
    @media screen and (min-width: 1024px) {
      .c-sdg-info-panel .info-item {
        text-align: left; } }
    @media screen and (min-width: 1024px) {
      .c-sdg-info-panel .info-item .item {
        font-size: 60px; } }
    .c-sdg-info-panel .info-item span {
      text-transform: uppercase;
      color: #222222 !important; }
  .c-sdg-info-panel .sdg-link {
    color: #fbfbfb;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px; }
    .c-sdg-info-panel .sdg-link .icon {
      transform: rotate(-90deg);
      width: 10px;
      height: 10px;
      fill: #fbfbfb;
      margin-left: 5px;
      margin-top: 5px; }
    @media screen and (min-width: 768px) {
      .c-sdg-info-panel .sdg-link {
        bottom: 50%;
        right: 30px; } }

.c-results {
  position: relative;
  margin-top: 5px;
  border-top: 2px solid #0c3169;
  padding: 15px 0; }
  .c-results .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }
  @media screen and (min-width: 768px) {
    .c-results {
      top: -20px; } }
  @media screen and (min-width: 1024px) {
    .c-results {
      top: -30px;
      padding: 10px 0 0; } }
  .c-results .filter {
    margin-right: 5px; }

.c-newsletter {
  position: relative;
  padding: 20px 0 20px;
  margin: 65px 0 0;
  border-top: 2px solid #0c3169; }
  @media screen and (min-width: 768px) {
    .c-newsletter {
      padding: 20px 0 40px;
      margin: 65px 0 0; }
      .c-newsletter p {
        width: 80%; } }
  .c-newsletter h3 {
    padding-bottom: 12px; }
  .c-newsletter:before {
    content: "";
    position: absolute;
    top: -45px;
    left: -35px;
    width: 200px;
    height: 160px;
    background-image: url("./_img/icons/quote.svg");
    background-repeat: no-repeat; }
  .c-newsletter .show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #0c3169;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    cursor: pointer;
    margin: auto;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .c-newsletter .show-more {
        margin: inherit;
        margin-top: 25px; } }
    .c-newsletter .show-more .text {
      margin-right: 10px; }
    .c-newsletter .show-more .icon {
      width: 10px;
      height: 10px;
      transform: rotate(-90deg); }
    .c-newsletter .show-more:hover {
      border: solid 2px #2ac3ed;
      background-color: #2ac3ed; }
      .c-newsletter .show-more:hover .text {
        color: #fbfbfb; }
      .c-newsletter .show-more:hover .icon {
        fill: #fbfbfb; }

.c-mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100002;
  width: 90%;
  background-color: #fbfbfb;
  transition: all 0.3s ease-in 0.2s;
  transform: translatex(100%); }
  .c-mobile-menu .c-site-navigation {
    height: 90vh; }
    .c-mobile-menu .c-site-navigation ul li {
      text-align: center;
      margin-top: 1.875rem; }
      .c-mobile-menu .c-site-navigation ul li:first-child {
        margin-top: 2.1875rem; }
      .c-mobile-menu .c-site-navigation ul li.group {
        padding-bottom: 1.75rem; }
        .c-mobile-menu .c-site-navigation ul li.group:after {
          content: '';
          display: block;
          position: relative;
          bottom: -20px;
          width: 50%;
          height: 0.1875rem;
          background-color: #222222;
          margin: 1rem auto;
          margin-bottom: 0px; }
  .c-mobile-menu .scroll-wrapper {
    position: absolute;
    top: 1.25rem;
    bottom: 3.75rem;
    left: 0;
    right: 0;
    padding: 0 2.5rem;
    overflow-y: auto; }
  .c-mobile-menu .btn-close-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-right: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    cursor: pointer;
    width: 1.125rem;
    height: 1.125rem; }
    .c-mobile-menu .btn-close-menu svg {
      width: 1.125rem;
      height: 1.125rem; }
  .c-mobile-menu.is-open {
    transform: translatex(0);
    transition: all 0.3s ease-in 0.2s; }

.menu-background {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100001;
  background: #fbfbfb;
  opacity: 0.9; }
  .menu-background.is-open {
    display: block; }

#infowindow {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 10000;
  color: red; }

.c-modal-window {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.1);
  z-index: 1000;
  cursor: pointer; }
  .c-modal-window.is-hidden {
    display: none; }

.modal-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

.modal-wrapper {
  box-sizing: border-box;
  z-index: 1001;
  width: 90%;
  max-width: 920px;
  border: solid 1px rgba(34, 34, 34, 0.1);
  background-color: #fbfbfb;
  height: 90vh; }
  @media screen and (min-width: 540px) {
    .modal-wrapper {
      height: auto; } }
  @media screen and (min-width: 1024px) {
    .modal-wrapper {
      width: 75%;
      height: auto; } }

.modal-container {
  padding: 30px;
  text-align: center;
  overflow-x: scroll;
  height: 90vh; }
  @media screen and (min-width: 540px) {
    .modal-container {
      height: auto;
      overflow-x: hidden; } }
  @media screen and (min-width: 768px) {
    .modal-container {
      padding: 60px; } }
  @media screen and (min-width: 1024px) {
    .modal-container {
      top: 100px;
      bottom: 100px;
      left: 100px;
      right: 100px;
      padding: 80px; } }
  .modal-container .fade-out {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    z-index: 50;
    background-image: linear-gradient(to bottom, transparent, #fbfbfb); }
  .modal-container h3 {
    margin-bottom: 30px; }
  .modal-container .close {
    margin-top: 30px;
    color: #2ac3ed; }

.btn-close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  font-size: 32px;
  line-height: .5em; }

.c-sdg-tiles {
  margin: 20px 0; }
  .c-sdg-tiles .tile {
    margin-bottom: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 103%;
    border: 15px;
    border-style: solid; }
    @media screen and (min-width: 321px) {
      .c-sdg-tiles .tile {
        margin-bottom: 10px; } }
    @media screen and (min-width: 768px) {
      .c-sdg-tiles .tile {
        margin-bottom: 20px; } }
    .c-sdg-tiles .tile:hover {
      opacity: 0.7; }
    .c-sdg-tiles .tile.-zero {
      background-color: rgba(34, 34, 34, 0.05);
      border-color: transparent; }
      .c-sdg-tiles .tile.-zero:hover {
        opacity: 1; }

.c-multi-author {
  position: relative;
  width: 100%;
  height: 55px; }
  .c-multi-author .default {
    display: block;
    left: 0;
    top: 70px;
    position: absolute; }
  .c-multi-author .author-block .title {
    left: 0;
    top: 60px;
    position: absolute;
    display: none;
    background: white;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    z-index: 100; }
    .c-multi-author .author-block .title:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border: solid 8px black;
      border-color: #fff transparent transparent  #fff;
      transform: rotate(45deg);
      left: 15px;
      box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, 0.1);
      top: -8px; }
    .c-multi-author .author-block .title h3 {
      margin-bottom: 5px; }
  .c-multi-author .author-block .author-avatar {
    position: absolute;
    z-index: 10;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    border: solid 2px #ffffff; }
  .c-multi-author .author-block.index-2 .author-avatar {
    left: 45px;
    z-index: 20; }
  .c-multi-author .author-block.index-2 .title:before {
    left: 60px; }
  .c-multi-author .author-block.index-3 .author-avatar {
    left: 90px;
    z-index: 30; }
  .c-multi-author .author-block.index-3 .title:before {
    left: 105px; }
  .c-multi-author .author-block.index-5 .author-avatar {
    left: 45px;
    z-index: 20; }
  .c-multi-author .author-block.index-5 .title:before {
    left: 60px; }
  .c-multi-author .author-block.index-6 .author-avatar {
    left: 90px;
    z-index: 30; }
  .c-multi-author .author-block.index-6 .title:before {
    left: 105px; }
  .c-multi-author .author-block.index-8 .author-avatar {
    left: 45px;
    z-index: 20; }
  .c-multi-author .author-block.index-8 .title:before {
    left: 60px; }
  .c-multi-author .author-block.index-9 .author-avatar {
    left: 90px;
    z-index: 30; }
  .c-multi-author .author-block.index-9 .title:before {
    left: 105px; }
  .c-multi-author .author-block.-active .title {
    display: block; }
  .c-multi-author .author-block.-active .author-avatar {
    z-index: 50; }
  .c-multi-author.-active .default {
    display: none; }

.c-sdg-nav {
  margin-bottom: 15px; }
  .c-sdg-nav .sdg-nav {
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(34, 34, 34, 0.1);
    padding-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .c-sdg-nav .sdg-nav {
        margin-top: 15px; } }

.tax-header {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .tax-header {
      flex-direction: row; } }
  .tax-header h2 > p {
    font-size: 18px;
    line-height: 1.3; }

.c-page {
  padding-bottom: 20px; }
  .c-page .page-header {
    border-bottom: solid 1px rgba(12, 49, 105, 0.1);
    padding-bottom: 30px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .c-page .page-header {
        margin-bottom: 40px; } }
  .c-page .content {
    font-family: "adobe-garamond-pro", Georgia, Times, Times New Roman, serif; }
    @media screen and (min-width: 768px) {
      .c-page .content .clear-mobile {
        clear: both; } }
    @media screen and (min-width: 1024px) {
      .c-page .content .clear-mobile {
        clear: none; }
      .c-page .content .clear-desktop {
        clear: both; } }
    .c-page .content h1, .c-page .content h2, .c-page .content h3, .c-page .content h4, .c-page .content h5, .c-page .content h6 {
      margin-top: 30px;
      margin-bottom: 10px; }
    .c-page .content img {
      width: 114%;
      height: auto;
      margin-left: -7%;
      margin-bottom: 20px;
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        .c-page .content img {
          margin-left: -10%;
          width: 120%; } }
      @media screen and (min-width: 768px) {
        .c-page .content img {
          margin-left: -15%;
          width: 130%; } }
    .c-page .content p {
      padding: 10px 0;
      font-family: "adobe-garamond-pro", Georgia, Times, Times New Roman, serif;
      font-size: 20px;
      letter-spacing: normal;
      font-weight: 400; }
    .c-page .content > a {
      text-decoration: underline;
      color: #2ac3ed; }
      .c-page .content > a:hover {
        color: #0c3169; }
    .c-page .content blockquote {
      position: relative;
      padding: 20px 20px;
      margin: 40px 0;
      border-top: 2px solid #222222;
      border-bottom: 2px solid #222222;
      text-align: center;
      margin-left: -20px;
      margin-right: -20px; }
      .c-page .content blockquote > p {
        font-size: 23px !important;
        line-height: 1.3 !important; }
      @media screen and (min-width: 768px) {
        .c-page .content blockquote {
          margin-left: -40px;
          margin-right: -40px;
          font-size: 20px;
          padding: 20px 40px; }
          .c-page .content blockquote > p {
            font-size: 28px !important; } }
      @media screen and (min-width: 1024px) {
        .c-page .content blockquote {
          margin-left: -80px;
          margin-right: -80px;
          font-size: 23px;
          padding: 20px 60px; }
          .c-page .content blockquote > p {
            font-size: 35px !important; } }
      .c-page .content blockquote > p {
        font-size: 35px;
        line-height: 40px;
        font-family: "adobe-garamond-pro", Georgia, Times, Times New Roman, serif;
        font-style: italic; }
      .c-page .content blockquote:before {
        content: "";
        position: absolute;
        top: -35px;
        left: -35px;
        width: 200px;
        height: 160px;
        background-image: url("./_img/icons/quote.svg");
        background-repeat: no-repeat; }
    .c-page .content ul, .c-page .content ol {
      margin-left: 20px;
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        .c-page .content ul, .c-page .content ol {
          margin-left: 40px;
          margin-top: 20px; } }
      .c-page .content ul li, .c-page .content ol li {
        position: relative;
        padding-bottom: 10px;
        line-height: 1.6;
        font-weight: 400;
        letter-spacing: normal;
        font-size: 20px; }
        .c-page .content ul li:before, .c-page .content ol li:before {
          content: "";
          position: absolute;
          top: 5px;
          left: -20px;
          transform: rotate(45deg);
          width: 6px;
          height: 6px;
          border-top: 2px solid #0c3169;
          border-right: 2px solid #0c3169; }
    .c-page .content table {
      text-align: left;
      max-width: 100%; }
    .c-page .content thead {
      border-bottom: solid 2px rgba(34, 34, 34, 0.1); }
    .c-page .content th, .c-page .content td {
      width: auto; }
    .c-page .content tr {
      border-bottom: solid 1px rgba(34, 34, 34, 0.1); }
    .c-page .content form {
      padding-top: 10px;
      display: block;
      max-width: 400px;
      margin: 0 auto;
      margin-top: 10px;
      margin-bottom: 30px; }
      .c-page .content form label {
        display: block;
        margin: 30px 0 10px;
        font-size: 13px;
        color: #0c3169;
        font-weight: bold;
        text-transform: uppercase; }
      .c-page .content form input {
        background: transparent;
        height: 45px;
        font-size: 16px;
        font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif;
        border: 0;
        border-bottom: solid 1px rgba(34, 34, 34, 0.1); }
        .c-page .content form input:focus {
          outline: none; }
      .c-page .content form input[type="text"] {
        min-width: 280px;
        max-width: 100%; }
      .c-page .content form textarea {
        background: transparent;
        border: 0;
        border: solid 1px rgba(34, 34, 34, 0.1);
        width: 100%;
        font-size: 16px;
        font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif;
        padding: 10px; }
        .c-page .content form textarea:focus {
          outline: none; }
      .c-page .content form input[type="radio"], .c-page .content form input[type="checkbox"] {
        display: inline-block;
        margin-right: 20px;
        height: 14px;
        margin-bottom: 15px;
        cursor: pointer; }
      .c-page .content form fieldset {
        border: solid 1px rgba(34, 34, 34, 0.1);
        margin: 0;
        padding: 15px; }
      .c-page .content form select {
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        background-color: transparent;
        border: 0;
        border-bottom: solid 1px rgba(34, 34, 34, 0.1);
        border-radius: 0;
        color: #0c3169;
        cursor: pointer;
        font-size: 16px;
        height: 40px;
        margin-bottom: 10px;
        outline: 0;
        padding: 10px;
        padding-right: 20px;
        padding-left: 0px;
        position: relative;
        background: url(/wp-content/themes/__sdg_iisd_org_v2/assets/images/chevron-down-small.svg) no-repeat 98% 18px; }
        .c-page .content form select option {
          color: #0c3169; }
        .c-page .content form select::-ms-expand {
          display: none; }
      .c-page .content form select[multiple] {
        width: auto;
        height: auto;
        min-width: 250px; }
      .c-page .content form button, .c-page .content form input[type="button"], .c-page .content form input[type="submit"], .c-page .content form input[type="reset"] {
        background-color: #0c3169;
        font-size: 15px;
        font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif;
        color: #fff;
        height: 45px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 20px;
        cursor: pointer;
        margin-top: 20px; }
        .c-page .content form button:hover, .c-page .content form input[type="button"]:hover, .c-page .content form input[type="submit"]:hover, .c-page .content form input[type="reset"]:hover {
          background-color: #2ac3ed; }
    .c-page .content .listselect {
      margin: 0 auto; }
    .c-page .content a[name^="fn_b"] {
      position: relative;
      top: -100px; }
    .c-page .content a[name^="fn_f"] {
      position: relative;
      top: -10px; }
    .c-page .content a[href^="#fn_b"], .c-page .content a[href^="#fn_f"] {
      padding: 4px;
      text-decoration: none;
      font-weight: bold;
      font-size: 16px;
      line-height: 16px;
      font-family: "proxima-nova-alt", Arial, Helvetica Neue, Helvetica, sans-serif; }
    .c-page .content a[href^="#fn_b"]:hover, .c-page .content .c-single-content .content a[href^="#fn_f"]:hover {
      background-color: #EEEEEE;
      color: #2ac3ed; }

.c-team {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0; }
  .c-team .author-avatar {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .c-team .text {
    text-align: center;
    padding: 10px 10px 0;
    text-decoration: none; }
  .c-team .name:hover {
    color: #2ac3ed; }

/* ADMIN-DEBBUGGER */
#admdeb {
  position: fixed;
  bottom: 0px;
  right: 0px;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 35px;
  width: 90%;
  cursor: pointer;
  z-index: 999999;
  background-color: #F0F0F0;
  color: #000000;
  font-weight: normal;
  font-size: 8pt; }

#admdeb div:first-child {
  float: left;
  font-weight: bold;
  font-size: 30px;
  z-index: 1;
  width: 100%;
  height: 30px; }

#admdeb:hover {
  height: 100%;
  width: 90%;
  overflow-y: visible; }

#admdeb table {
  font-family: "Courier New", Courier, monospace;
  width: 100%;
  display: table;
  border: 3px solid #000066;
  border-spacing: 10px;
  border-collapse: separate; }

#admdeb strong {
  display: block;
  font-size: 30px !important; }

.adminarr {
  max-width: 850px;
  width: 100%;
  height: auto;
  word-wrap: break-word;
  text-align: left; }

#wpdb-profiling {
  font: normal 8pt "Courier New", Courier, monospace;
  width: 99% !important; }

/*# sourceMappingURL=style.css.map */
