/*
  Authors: Sergey Loysha (sergey@loysha.com)
*/

@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,700");

@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";

.inittext p,
.inittext li {
  color: #363636 !important;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*
  Proxima Nova
*/

@font-face {
  font-family: "Proxima Nova";
  src: local("Proxima Nova"), url("../fonts/proxima-nova/ProximaNova-Light.woff2"), url("../fonts/proxima-nova/ProximaNova-Light.woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: local("Proxima Nova"), url("../fonts/proxima-nova/ProximaNova-LightIt.woff2"), url("../fonts/proxima-nova/ProximaNova-LightIt.woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Proxima Nova";
  src: local("Proxima Nova"), url("../fonts/proxima-nova/ProximaNova-Regular.woff2"), url("../fonts/proxima-nova/ProximaNova-Regular.woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: local("Proxima Nova"), url("../fonts/proxima-nova/ProximaNova-RegularIt.woff2"), url("../fonts/proxima-nova/ProximaNova-RegularIt.woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Proxima Nova";
  src: local("Proxima Nova"), url("../fonts/proxima-nova/ProximaNova-Semibold.woff2"), url("../fonts/proxima-nova/ProximaNova-Semibold.woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: local("Proxima Nova"), url("../fonts/proxima-nova/ProximaNova-SemiboldIt.woff2"), url("../fonts/proxima-nova/ProximaNova-SemiboldIt.woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Proxima Nova";
  src: local("Proxima Nova"), url("../fonts/proxima-nova/ProximaNova-Bold.woff2"), url("../fonts/proxima-nova/ProximaNova-Bold.woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: local("Proxima Nova"), url("../fonts/proxima-nova/ProximaNova-Extrabld.woff2"), url("../fonts/proxima-nova/ProximaNova-Extrabld.woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: local("Proxima Nova"), url("../fonts/proxima-nova/ProximaNova-Black.woff2"), url("../fonts/proxima-nova/ProximaNova-Black.woff");
  font-weight: 900;
  font-style: normal;
}

/*
  Brown
*/

@font-face {
  font-family: 'Brown';
  font-style: normal;
  font-weight: 300;
  src: local("Brown Light"), local("Brown-Light"), url("../fonts/brown/brown-light.woff2") format("woff2"), url("../fonts/brown/brown-light.woff") format("woff");
}

@font-face {
  font-family: 'Brown';
  font-style: normal;
  font-weight: 400;
  src: local("Brown"), local("Brown-Regular"), url("../fonts/brown/brown-regular.woff2") format("woff2"), url("../fonts/brown/brown-regular.woff") format("woff");
}

@font-face {
  font-family: 'Brown';
  font-style: normal;
  font-weight: 700;
  src: local("Brown Bold"), local("Brown-Bold"), url("../fonts/brown/brown-bold.woff2") format("woff2"), url("../fonts/brown/brown-bold.woff") format("woff");
}

/*
Monserrat
*/

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/font-montserrat/Montserrat-ExtraBold.eot");
  src: url("../fonts/font-montserrat/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/font-montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/font-montserrat/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/font-montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/font-montserrat/Montserrat-Bold.eot");
  src: url("../fonts/font-montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/font-montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/font-montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/font-montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/font-montserrat/Montserrat-Black.eot");
  src: url("../fonts/font-montserrat/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/font-montserrat/Montserrat-Black.woff2") format("woff2"), url("../fonts/font-montserrat/Montserrat-Black.woff") format("woff"), url("../fonts/font-montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/font-montserrat/Montserrat-Regular.eot");
  src: url("../fonts/font-montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/font-montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/font-montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/font-montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
  Droid Serif
 */

/*
  Font Awesome
*/

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
  src: url("../fonts/Montserrat-Light.woff") format("woff");
  font-style: normal;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

html {
  height: 100%;
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  position: relative;
  font: 1.6rem/1.5 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #fff;
  color: #414141;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page__header .container {
  margin: 0 auto;
  padding: 0 20px;
}

a {
  color: #003F6A;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.ndc-container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ndc-logo__source {
  display: block;
  width: 100%;
  height: auto;
}

.ndc-section {
  padding: 10rem 0;
}

.ndc-page-ndc-toolbox .ndc-section {
  padding: 0;
}

.ndc-section_small {
  padding: 6rem 0;
}

.ndc-section_nope {
  padding: 0;
}

.ndc-section__head {
  text-align: center;
  margin-bottom: 5rem;
}

.ndc-section__heading {
  position: relative;
  font-family: 'Brown', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 2.8rem;
  padding-bottom: 1rem;
  color: #000;
  margin: 0 0 2rem 0;
}

.ndc-section__heading:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5rem;
  height: .2rem;
  background: #0265B5;
  -webkit-transition: width 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: width 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: width 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-section__sub-heading {
  font-size: 1.6rem;
  color: #414141;
}

.ndc-section__description {
  text-align: center;
}

.ndc-section__description p {
  font-size: 1.6rem;
  color: #5D5D5D;
  line-height: 1.5;
  margin: 1rem 0 0;
}

.ndc-section:hover .ndc-section__heading:after {
  width: 8rem;
}

.ndc-section__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.ndc-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ndc-content__page {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  position: relative;
}

.ndc-content__page p {
  margin: 0 0 2rem 0;
}

.ndc-content__sidebar {
  display: none;
}

.page {
  overflow-x: hidden;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.h1,
.ndc-home-hero__title {
  font-weight: 600;
  font-size: 3.3rem;
  line-height: 1.3;
  letter-spacing: 0.031rem;
  margin: 0 0 3rem;
}

.ndc-article {
  --base-margin: 1rem;
}

.ndc-article > * + * {
  margin-top: var(--base-margin);
}

.ndc-article > h2 + * {
  margin-top: calc(var(--base-margin) * 0.5);
}

.ndc-article > h3 + * {
  margin-top: calc(var(--base-margin) * 0.333);
}

.ndc-article > figure + * {
  margin-top: calc(var(--base-margin) * 2);
}

.ndc-article > blockquote + * {
  margin-top: calc(var(--base-margin) * 1.666);
}

.ndc-article > * + h2 {
  margin-top: calc(var(--base-margin) * 3);
}

.ndc-article > * + h3 {
  margin-top: calc(var(--base-margin) * 1.666);
}

.ndc-article > * + figure {
  margin-top: calc(var(--base-margin) * 2);
}

.ndc-article > * + blockquote {
  margin-top: calc(var(--base-margin) * 1.666);
}

.ndc-article > h2 + h3 {
  margin-top: calc(var(--base-margin) * 1.333);
}

.ndc-article > h2 + figure {
  margin-top: calc(var(--base-margin) * 0.833);
}

.ndc-article > figure + figure {
  margin-top: calc(var(--base-margin) * 1.333);
}

.ndc-article p {
  text-align: center;
  font-size: 1.6rem;
  color: #5D5D5D;
  margin: var(--base-margin) 0 0;
}

.visuallyhidden:not(:focus):not(:active),
.ndc-header-social__text:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.__hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.hidden,
.page-compare #comparison-table .compare-field-row .field {
  display: none;
}

.ndc-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  background: #0265B5;
  color: #fff;
  padding: 1.4rem 4rem;
  border-radius: 0.2rem;
  border: 1px solid #0265B5;
  text-decoration: none !important;
  text-align: center;
  -webkit-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-btn:hover,
.ndc-btn:focus {
  background: #0273ce;
  border-color: #0273ce;
  text-decoration: none;
  color: #fff;
}

.ndc-btn:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.ndc-btn:hover,
.ndc-btn:focus,
.ndc-btn:active {
  outline: none;
}

.ndc-btn i {
  margin-right: 1.5rem;
}

.ndc-btn_small {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.ndc-btn_white {
  background: #fff;
  color: #414141;
  border-color: rgba(65, 65, 65, 0.2);
}

.ndc-btn_white:hover,
.ndc-btn_white:focus {
  background: rgba(255, 255, 255, 0.95);
  color: #414141;
  border-color: rgba(65, 65, 65, 0.4);
}

.ndc-btn_outline {
  background: transparent;
  color: #0265B5;
}

.ndc-btn_outline:hover,
.ndc-btn_outline:focus {
  background: #0265B5;
  color: #fff;
  border-color: #0265B5;
}

.ndc-btn_outline-white {
  background: transparent;
  color: #fff;
  border: 1px solid currentColor;
}

.ndc-btn_outline-white:hover,
.ndc-btn_outline-white:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}

.ndc-btn_full {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*
  Links
*/

.link {
  outline: none;
  text-decoration: none;
  position: relative;
  line-height: 1.6;
  color: #414141;
  display: inline-block;
}

.link:hover {
  color: currentColor;
  text-decoration: none;
}

.link-animation {
  padding: 0 2px;
  line-height: 1.6;
  color: #414141;
}

.link-animation span {
  display: block;
  position: relative;
  z-index: 2;
}

.link-animation svg {
  margin-left: 8px;
}

.link-animation path {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link-animation:hover {
  color: #0265B5;
}

.link-animation:hover:after {
  height: 100%;
  background: #e9f7ff;
  border-radius: 4px;
}

.link-animation:hover path {
  fill: #33a4ec;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link-animation:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  border-radius: 2px;
}

.link-animation.blue:hover:after {
  height: 100%;
  background: #e9f7ff;
  border-radius: 4px;
}

.link-animation.blue:after {
  background: #0265B5;
}

.link-animation.grey path {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link-animation.grey:hover {
  color: #687289;
}

.link-animation.grey:hover:after {
  height: 100%;
  background: #f8f9fc;
  border-radius: 4px;
}

.link-animation.grey:hover path {
  fill: #687289;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link-animation.grey:after {
  background: #e7eaf3;
}

.link-animation.white path {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link-animation.white:hover {
  color: #fff;
}

.link-animation.white:hover:after {
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.link-animation.white:hover path {
  fill: #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link-animation.white:after {
  background: rgba(255, 255, 255, 0.5);
}

.link-animation.dark path {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link-animation.dark:hover {
  color: #fff;
}

.link-animation.dark:hover:after {
  height: 100%;
  background: #0071aa;
  border-radius: 4px;
}

.link-animation.dark:hover path {
  fill: #77d1ff;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link-animation.dark:after {
  background: #0071aa;
  z-index: -1;
}

.link-animation-big:after {
  height: 4px;
}

.link-animation-small:after {
  height: 1px;
}

.owl-dots {
  display: block;
  text-align: center;
  padding-top: 6rem;
}

.owl-dot {
  width: 1.4rem;
  height: 1.4rem;
  background: #003F6A;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  position: relative;
}

.owl-dot:last-of-type {
  margin-right: 0;
}

.owl-dot.active {
  width: 1.4rem;
  height: 1.4rem;
  background: transparent;
  border: 3px solid #003F6A;
}

.ndc-videos__carousel .owl-dot:not(.active) {
  border: 3px solid #F5F9FC;
}

.form {
  margin: 0;
}

.form__group {
  margin-bottom: 1.5rem;
}

.form__group:last-child,
.form__group_last {
  margin-bottom: 0;
}

.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .5rem;
  color: #0265B5;
}

.form__label span {
  font-size: 1.3rem;
  font-weight: 600;
  cursor: default;
}

.form__label i {
  display: block;
  width: 1.3rem;
  height: 1.8rem;
  margin-left: .8rem;
  opacity: .1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  cursor: pointer;
}

.form__label i svg {
  display: block;
  width: 1.2rem;
  height: 100%;
  fill: #414141;
}

.form__input {
  display: block;
  width: 100%;
  padding: 1.1rem 1.5rem;
  background: transparent;
  border: 1px solid rgba(65, 65, 65, 0.2);
  border-radius: 0.2rem;
  font-family: "Proxima Nova";
  outline: none;
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.form__input:hover,
.form__input:focus {
  border-color: rgba(65, 65, 65, 0.35);
}

.form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__check-label {
  font-size: 1.4rem;
  font-weight: 400;
}

.form__check-input {
  display: inline-block;
  margin: 0 1rem 0 0 !important;
}

.ndc-section__partners {
  background: #f7f7f7;
}

.ndc-section-partners {
  position: relative;
}

.ndc-section-partners:hover .ndc-section-partners__overlay {
  visibility: visible;
}

.ndc-section-partners:hover .ndc-section-partners__overlay .ndc-btn {
  top: 0;
  opacity: 1;
}

.ndc-section-partners:hover .ndc-section-partners__list {
  opacity: .3;
}

.ndc-section-partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ndc-section-partners__item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .7;
}

.ndc-section-partners__overlay {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: visibility 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: visibility 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: visibility 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-section-partners__overlay .ndc-btn {
  position: relative;
  top: -3rem;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-section-partners__list {
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.partners-map {
  padding-bottom: 5rem;
}

.partners-map__img {
  display: block;
  width: 100%;
  height: auto;
}

.ndc-header {
  position: relative;
  z-index: 100;
}

.ndc-header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: 99;
}

.ndc-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ndc-header__bar {
  background: #F5F9FC;
}

.ndc-header__main {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.ndc-header__main.__stuck {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.ndc-header__logo {
  display: block;
  width: 100%;
  max-width: 13rem;
}

.ndc-header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.ndc-header-social__item:last-of-type {
  margin-left: 2rem;
  padding-left: 2rem;
  position: relative;
}

.ndc-header-social__item:last-of-type::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6rem;
  bottom: .6rem;
  display: block;
  width: 1px;
  background: #979797;
  opacity: .39;
}

.ndc-header-social__item:last-of-type .ndc-header-social__link {
  width: auto;
}

.ndc-header-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: .7rem 1rem;
  width: 3rem;
  background: transparent;
  color: #003F6A;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-header-social__link:hover {
  background: #F5F9FC;
  color: #005d9d;
  text-decoration: none;
}

.ndc-header-social__link-text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
}

.ndc-subnav {
  padding: 1.5rem 0;
}

.ndc-subnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ndc-subnav__item {
  margin: 0 1rem;
}

.ndc-subnav__link {
  display: block;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: #003F6A;
  text-decoration: none;
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  border: 1px solid transparent;
  border-radius: .2rem;
}

.ndc-subnav__link:hover {
  border-color: rgba(2, 101, 181, 0.2);
  background: #F5F9FC;
  text-decoration: none;
}

.ndc-nav-products {
  padding: 1rem 0;
}

.ndc-nav-products__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-stretch;
  -ms-flex-align: flex-stretch;
  align-items: flex-stretch;
}

.ndc-nav-products__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ndc-nav-products__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1.5rem;
  text-decoration: none;
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  border: 1px solid transparent;
  border-radius: .2rem;
}

.ndc-nav-products__link:hover {
  border-color: rgba(2, 101, 181, 0.2);
  background: #F5F9FC;
  text-decoration: none;
}

.ndc-nav-product__name {
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  color: #003F6A;
  padding-bottom: .6rem;
  margin-bottom: 1rem;
}

.ndc-nav-product__name:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: .2rem;
  background: #0265B5;
  -webkit-transition: width 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: width 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: width 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-nav-product__description {
  font-size: 1.2rem;
  color: #777;
  letter-spacing: .02rem;
}

.ndc-nav-product:hover .ndc-nav-product__name::after {
  width: 5rem;
}

.ndc-navigation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.ndc-navigation__button {
  padding: 1rem;
  width: 1.8rem;
  height: 1.2rem;
  background-image: url("../images/icons/menu@2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.2rem;
  cursor: pointer;
}

.ndc-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

.ndc-navigation__item {
  background: #fff;
  padding: 0 1.5rem;
}

.ndc-navigation__item:hover .ndc-navigation__link {
  color: #0265B5;
}

.ndc-navigation__link {
  position: relative;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  padding: 2rem 0;
  text-decoration: none;
  color: #003F6A;
  -webkit-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-navigation__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: .4rem;
  background: transparent;
  -webkit-transition: background 0.125s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: background 0.125s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: background 0.125s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-navigation__link:hover {
  text-decoration: none;
}

.ndc-navigation__dropdown {
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1rem 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -webkit-box-shadow: inset 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  border-bottom: 1px solid #ececec;
}

.__mask {
  position: relative;
}

.__mask::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  -webkit-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-header__search {
  margin-left: 2rem;
}

.ndc-header__search-button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}

.ndc-header__search-button svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  fill: #000;
}

.overlay-search {
  opacity: 0;
  height: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 0;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: height 0s .2s,opacity .2s ease-in,visibility .2s,width 0s .2s,-webkit-transform .2s ease-in;
  transition: height 0s .2s,opacity .2s ease-in,visibility .2s,width 0s .2s,-webkit-transform .2s ease-in;
  -o-transition: height 0s .2s,opacity .2s ease-in,transform .2s ease-in,visibility .2s,width 0s .2s;
  transition: height 0s .2s,opacity .2s ease-in,transform .2s ease-in,visibility .2s,width 0s .2s;
  transition: height 0s .2s,opacity .2s ease-in,transform .2s ease-in,visibility .2s,width 0s .2s,-webkit-transform .2s ease-in;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  cursor: pointer;
  z-index: 200;
}

.overlay-search.__active {
  background: rgba(0, 0, 0, 0.9);
  opacity: .99;
  height: 100%;
  width: 100%;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: height 0s 0s,opacity .2s ease-out,visibility 0s,width 0s,-webkit-transform .2s ease-out;
  transition: height 0s 0s,opacity .2s ease-out,visibility 0s,width 0s,-webkit-transform .2s ease-out;
  -o-transition: height 0s 0s,opacity .2s ease-out,transform .2s ease-out,visibility 0s,width 0s;
  transition: height 0s 0s,opacity .2s ease-out,transform .2s ease-out,visibility 0s,width 0s;
  transition: height 0s 0s,opacity .2s ease-out,transform .2s ease-out,visibility 0s,width 0s,-webkit-transform .2s ease-out;
  visibility: visible;
}

.ndc-impact-card,
.ndc-impact-card__counter {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.overlay-search-input {
  font-family: 'Proxima Nova';
  font-weight: 300;
  display: block;
  width: 100%;
  background: 0 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  outline: 0;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.overlay-search-form {
  padding: 15rem 0 0;
  position: relative;
  margin: 0 auto;
  width: 80%;
}

.search-close {
  border: 0;
  font-size: 42px;
  color: #fff;
  top: 11px;
  right: 12px;
  position: absolute;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.ndc-header__bar {
  background: #F5F9FC;
}

.ndc-header__main {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.ndc-header__main.__stuck {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.ndc-header__logo {
  display: block;
  width: 100%;
  max-width: 13rem;
}

.ndc-header-social {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.ndc-header-social__item:last-of-type {
  margin-left: 2rem;
  padding-left: 2rem;
  position: relative;
}

.ndc-header-social__item:last-of-type::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6rem;
  bottom: .6rem;
  display: none;
  /*temporary off*/
  width: 1px;
  background: #979797;
  opacity: .39;
}

.ndc-nav-product__name:after,
.ndc-navigation__link::after {
  bottom: 0;
  content: "";
  left: 0;
}

.ndc-header-social__item:last-of-type .ndc-header-social__link {
  width: auto;
}

.ndc-header-social__link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: .7rem 1rem;
  width: 3rem;
  background: 0 0;
  color: #003F6A;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-nav-products__link,
.ndc-subnav__link {
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  text-decoration: none;
}

.ndc-header-social__link:hover {
  background: #F5F9FC;
  color: #005d9d;
  text-decoration: none;
}

.ndc-header-social__link-text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
  display: none;
  /*temporary off*/
}

.ndc-subnav {
  padding: 1.5rem 0;
}

.ndc-subnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.ndc-subnav__item {
  margin: 0 1rem;
}

.ndc-subnav__list_same .ndc-subnav__item {
  -ms-flex: 1 0 0px;
  -webkit-box-flex: 1;
  flex: 1 0 0;
  margin: 0 1rem;
}

.ndc-subnav__link {
  display: block;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: #003F6A;
  border: 1px solid transparent;
  border-radius: .2rem;
}

.ndc-subnav__link:hover {
  border-color: rgba(2, 101, 181, 0.2);
  background: #F5F9FC;
  text-decoration: none;
}

.ndc-nav-products {
  padding: 1rem 0;
}

.ndc-nav-products__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-stretch;
  -webkit-box-align: flex-stretch;
  align-items: flex-stretch;
}

.ndc-nav-products__item {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ndc-nav-products__link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  padding: 1.5rem;
  border: 1px solid transparent;
  border-radius: .2rem;
}

.ndc-nav-products__link:hover {
  border-color: rgba(2, 101, 181, 0.2);
  background: #F5F9FC;
  text-decoration: none;
}

.ndc-nav-product__name {
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  color: #003F6A;
  padding-bottom: .6rem;
  margin-bottom: 1rem;
}

.ndc-nav-product__name:after {
  position: absolute;
  width: 3rem;
  height: .2rem;
  background: #0265B5;
  -webkit-transition: width 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: width 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: width 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-nav-product__description {
  font-size: 1.2rem;
  color: #777;
  letter-spacing: .02rem;
}

.ndc-nav-product:hover .ndc-nav-product__name::after {
  width: 5rem;
}

.ndc-navigation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.ndc-navigation__button {
  padding: 1rem;
  width: 1.8rem;
  height: 1.2rem;
  background-image: url(../images/icons/menu@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.2rem;
  cursor: pointer;
}

.not-logged-in .ndc-navigation__item:nth-of-type(2) .ndc-subnav__list .ndc-subnav__item,
.logged-in .ndc-navigation__item:nth-of-type(3) .ndc-subnav__list .ndc-subnav__item {
  width: 25%;
}

.ndc-home-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.ndc-home-hero::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35)));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.ndc-home-hero__action {
  margin: 0;
}

.ndc-home-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 6rem 0;
}

.ndc-home-hero .ndc-container {
  position: relative;
  z-index: 2;
}

.ndc-home-hero__title {
  font-family: 'Droid Serif';
  font-weight: 400;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.ndc-impact-card {
  text-align: center;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-impact-card:hover .ndc-impact-card__counter {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ndc-impact-card__icon {
  margin: 0;
  padding: 0;
}

.ndc-impact-card__icon-image {
  vertical-align: top;
  width: 100%;
  max-width: 17rem;
}

.ndc-impact-card__counter {
  display: block;
  margin: -3rem auto 2.2rem;
  position: relative;
  z-index: 2;
  width: 6.8rem;
  height: 6.8rem;
  line-height: 6.8rem;
  border-radius: 50%;
  background: rgba(74, 164, 30, 0.8);
  color: #fff;
  font-size: 3rem;
  font-family: 'Droid Serif', serif;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-impact-card__title {
  font-weight: 700;
  font-size: 2.2rem;
  color: #000;
  margin: 0 0 2.7rem;
}

.ndc-impact-card__text {
  font-size: 1.6rem;
  color: #414141;
  line-height: 1.375;
}

.ndc-country-engagement {
  position: relative;
  display: none;
  display: none;
}

.ndc-country-engagement-mobile {
  display: none !important;
}

.ndc-country-engagement::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  background: rgba(2, 101, 181, 0.2);
  width: 100%;
  max-width: 75rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ndc-country-engagement__tab-img {
  display: block;
  width: 100%;
  height: auto;
}

.ndc-country-engagement__tab-item {
  position: relative;
  padding: 0;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.ndc-country-engagement__tab-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.ndc-country-engagement__tab-item.active .ndc-country-engagement__tab-link::after {
  height: 0;
}

.ndc-country-engagement__tab-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 2rem 3rem 2rem;
}

.ndc-country-engagement__tab-content h4 {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  letter-spacing: .11rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
}

.ndc-country-engagement__tab-content h4:before {
  content: '';
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-country-engagement__tab-content p {
  max-height: 0;
  max-width: 20rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: .019rem;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-country-engagement__tab-link {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 60%;
  min-height: 21rem;
  -webkit-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-country-engagement__tab-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rem;
  background: #fff;
  -webkit-transition: height 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: height 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: height 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-country-engagement__tab-link:hover,
.ndc-country-engagement__tab-item.active .ndc-country-engagement__tab-link {
  background: rgba(2, 101, 181, 0.5);
}

.ndc-country-engagement__tab-link:hover h4::before,
.ndc-country-engagement__tab-item.active .ndc-country-engagement__tab-link h4::before {
  width: 4rem;
}

.ndc-country-engagement__tab-link:hover p,
.ndc-country-engagement__tab-item.active .ndc-country-engagement__tab-link p {
  max-height: 10rem;
  padding-top: 20px;
  opacity: 1;
  -webkit-transform: matrix3d(0, 0, 0);
  transform: matrix3d(0, 0, 0);
}

.ndc-country-engagement__content {
  padding: 10rem 0;
  display: none;
}

.ndc-country-engagement__content.active {
  display: block;
}

.ndc-country-engagement__content p {
  font-size: 2.2rem;
  color: #414141;
  line-height: 1.3;
  margin: 0 0 5rem;
}

.ndc-country-engagement__content p:last-of-type {
  margin: 0;
}

.ndc-country-engagement__content-action {
  margin-top: 5rem;
  text-align: center;
}

.ndc-country-engagement__content-action a {
  margin-left: 1.5rem;
}

.ndc-country-engagement-mobile {
  padding: 3rem 0 0 0;
}

[v-cloak] {
  display: none;
}

.ce-mobile {
  position: relative;
  width: 100vw;
  height: calc(100vh - 11.4rem);
  background-image: url("/sites/all/themes/ndcp_v2/images/country-engagement-bg@2x.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  z-index: 300;
}

.ce-mobile-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3rem;
}

.ce-mobile-home__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ce-mobile-home__bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ce-mobile-home__title {
  margin: 0 0 1rem 0;
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff;
}

.ce-mobile-home__short {
  font-size: 1.2rem;
  color: #fff;
}

.ce-mobile-home__info {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ce-mobile-home__info::before {
  content: 'i';
  font-size: 2rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #000;
}

.ce-mobile-home__info.__show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.ce-mobile-home__start {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  opacity: 0;
}

.ce-mobile-home__start::after {
  width: 4rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 2px solid #ececec;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: intervalHamburgerBorder;
  animation-name: intervalHamburgerBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ce-mobile-home__start svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #000;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ce-mobile-home__start.__show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.ce-mobile-info {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fafafa;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.ce-mobile-info.__active {
  left: 0;
}

.ce-mobile-info__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 3rem;
}

.ce-mobile-info__page {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: scroll;
}

.ce-mobile-info__close {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 110;
  border-radius: 50%;
  pointer-events: auto;
  border: 1px solid rgba(0, 63, 106, 0.2);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  visibility: hidden;
}

.ce-mobile-info__close svg {
  width: 2rem;
  height: 2rem;
  fill: #003F6A;
}

.ce-mobile-info__close.__show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.ce-mobile-section {
  padding: 3rem 0 5rem 0;
}

.ce-mobile-section__title {
  font-weight: 700;
  font-size: 3.8rem;
  color: #003F6A;
  letter-spacing: 0.66px;
  margin: 0 0 4rem 0;
}

.ce-mobile-section h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 5rem 0 3rem 0;
  color: #003F6A;
}

.ce-mobile-section p {
  margin: 0 0 3rem 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.ce-mobile-section ul {
  font-size: 1.5rem;
  line-height: 1.5;
  list-style: none;
  margin: 3rem 0 3rem 0;
  padding: 0;
}

.ce-mobile-section ul .ce-head {
  display: block;
  margin: 0 0 1rem 0;
}

.ce-mobile-section ul .ce-head strong {
  font-weight: 600;
}

.ce-mobile-section ul li {
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 3rem;
}

.ce-mobile-section ul li:last-child {
  margin-bottom: 0;
}

.ce-mobile-section ul li::after {
  content: '';
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: .6rem;
  height: .6rem;
  border-radius: 100%;
  background: #003F6A;
}

.ce-mobile-section strong {
  font-weight: 600;
}

.ce-mobile-section figure {
  margin: 2rem;
}

.ce-mobile-section figure img {
  display: block;
  width: 100%;
  height: auto;
}

.ce-mobile-section figure figcaption {
  text-align: center;
  margin: 1rem 0;
  color: #003F6A;
}

.ce-mobile-section table {
  width: 100%;
  border: 1px solid rgba(0, 63, 106, 0.2);
  margin: 3rem 0;
}

.ce-mobile-section table tr,
.ce-mobile-section table td {
  border: 1px solid rgba(0, 63, 106, 0.2);
  font-size: 1.4rem;
}

.ce-mobile-section table td {
  padding: 2rem;
}

.ce-mobile-section table td:first-child {
  width: 40%;
}

.ce-mobile-section table td:last-child {
  width: 60%;
}

.ce-mobile-content {
  position: absolute;
  top: 0;
  left: -100%;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3rem;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.ce-mobile-content.__active {
  left: 0;
}

.ce-mobile-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ce-mobile-content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 3rem;
}

.ce-mobile-content__close {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  pointer-events: auto;
  border: 1px solid rgba(0, 63, 106, 0.2);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  visibility: hidden;
}

.ce-mobile-content__close svg {
  width: 2rem;
  height: 2rem;
  fill: #003F6A;
}

.ce-mobile-content__close.__show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.ce-mobile-content__menu {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  pointer-events: auto;
  border: 1px solid rgba(0, 63, 106, 0.2);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  visibility: hidden;
}

.ce-mobile-content__menu svg {
  width: 2rem;
  height: 2rem;
  fill: #003F6A;
}

.ce-mobile-content__menu.__show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.ce-mobile-content__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: scroll;
}

.ce-mobile-content__outer {
  width: 100%;
  height: 100%;
}

.ce-mobile-tabs {
  position: absolute;
  top: 0;
  left: -18rem;
  width: 18rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
  z-index: 10;
  -webkit-box-shadow: 5px 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.ce-mobile-tabs.__active {
  left: 0;
}

.ce-mobile-tab {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 2rem;
  cursor: pointer;
}

.ce-mobile-tab__title {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
}

.ce-mobile-tab_theory {
  background-color: #003F6A;
}

.ce-mobile-tab_stages {
  background-color: #0092CD;
}

.ce-mobile-tab_plan {
  background-color: #008237;
}

.ce-mobile-tab_facilitation {
  background-color: #F8AA00;
}

.ce-mobile-tab_value {
  background-color: #BBBDC0;
}

.ce-mobile-tab_action {
  background-color: #CD772C;
}

.ce-mobile .nano-pane {
  display: none;
  opacity: 0 !important;
  visibility: hidden;
}

.ndc-news {
  padding: 10rem 0;
}

.ndc-news__col {
  float: left;
  min-height: 1px;
  width: 50%;
}

.ndc-news__col--left {
  padding-right: 1.5rem;
}

.ndc-news__col--right {
  padding-left: 1.5rem;
}

.ndc-news__item {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #414141;
  border-radius: 2px;
}

.ndc-news__item--1x1 {
  width: 100%;
  padding-top: 100%;
}

.ndc-news__item--2x1 {
  width: 100%;
  padding-top: calc(50% - 1.5rem);
  margin-bottom: 3rem;
}

.ndc-news__item-image {
  height: 100%;
  position: relative;
  height: 100%;
  background: #000;
  overflow: hidden;
  transition: transform 1.75s linear , -webkit-transform 1.75s linear;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ndc-news__item-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

.ndc-news__item-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

.ndc-news__item-link:hover .ndc-news__item-image {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.ndc-news__item-label {
  position: absolute;
  left: 3rem;
  top: 3rem;
  background: #0265B5;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: .5rem 1.2rem;
  z-index: 2;
}

.ndc-news__item-description {
  position: absolute;
  left: 3rem;
  right: 3rem;
  bottom: 3rem;
  z-index: 2;
}

.ndc-news__item-description a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-news__item-description a:hover {
  color: #cdcdcd;
}

.ndc-news__item-description h3 {
  margin: 0;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ndc-news__item-description p {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: .05rem;
  line-height: 1.3;
  margin: 1rem 0 0 0;
}

.ndc-news__item-share {
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 3;
  color: #fff;
  font-size: 2rem;
}

.ndc-news__action {
  margin: 0;
  padding-top: 5rem;
  text-align: center;
}

.ndc-videos {
  background: #F5F9FC;
  padding: 10rem 0;
}

.ndc-videos__carousel-item-title {
  font-weight: 800;
  font-size: 2rem;
  color: #000;
  line-height: 1.31;
  margin: 0;
  -webkit-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-videos__carousel-item-thumbnail {
  margin: 0 0 2rem;
  position: relative;
  border-radius: 2px;
}

.ndc-videos__carousel-item-thumbnail::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3) url(../images/icon-play.png) 50% 56%/2.5rem auto no-repeat;
  z-index: 2;
  display: block;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ndc-videos__carousel-item-thumbnail img {
  width: 100%;
  vertical-align: top;
}

.ndc-videos__carousel-item-link {
  text-decoration: none;
}

.ndc-videos__carousel-item-link:hover {
  text-decoration: none;
}

.ndc-videos__carousel-item-link:hover .ndc-videos__carousel-item-thumbnail::before {
  -webkit-transform: scale(1.3) translate(-50%, -50%);
  -ms-transform: scale(1.3) translate(-50%, -50%);
  transform: scale(1.3) translate(-50%, -50%);
}

.ndc-videos__carousel-item-link:hover .ndc-videos__carousel-item-title {
  color: #0265B5;
}

.ndc-videos__carousel-item-link:hover,
.ndc-videos__carousel-item-link:focus {
  outline: none;
}

.ndc-section__expert-perspectives {
  position: relative;
}

.ndc-section__expert-perspectives::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  background: rgba(2, 101, 181, 0.2);
  width: 100%;
  max-width: 75rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.expert-perspectives__carousel-item-row {
  padding-bottom: 3rem;
}

.expert-perspectives__carousel-item-row:last-of-type {
  padding-bottom: 0;
}

.expert-perspectives__card {
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 2px;
  overflow: hidden;
  height: 20rem;
}

.expert-perspectives__card-link {
  display: block;
  text-decoration: none;
  border-radius: 2px;
}

.expert-perspectives__card-link::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.expert-perspectives__card-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: .4rem;
  background: #0265B5;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  z-index: 3;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.expert-perspectives__card-link:hover::before {
  background: rgba(0, 0, 0, 0.5);
}

.expert-perspectives__card-link:hover::after {
  background: #0273ce;
  height: .8rem;
}

.expert-perspectives__card-link:hover h4 {
  bottom: 4.4rem;
}

.expert-perspectives__card-link h4 {
  position: absolute;
  z-index: 2;
  left: 3rem;
  bottom: 3rem;
  right: 3rem;
  margin: 0;
  font-weight: 800;
  font-size: 2.1rem;
  color: #fff;
  line-height: 1.36;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: bottom 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: bottom 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: bottom 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.guiding-principles__table-box {
  width: 100%;
  overflow: hidden;
}

.guiding-principles__table {
  border: 1px solid #E6EDF5;
  border-collapse: collapse;
  border-radius: 2px;
  width: 100%;
  min-width: 46rem;
}

.guiding-principles__table td {
  vertical-align: top;
  border: 1px solid #E6EDF5;
  width: 50%;
  padding: 1.5rem 1.5rem 1.5rem 7.5rem;
  font-size: 1.6rem;
  color: #5B5B5B;
  background: url(../images/icon-checkmark-green.png) 3rem 1.8rem/2.1rem auto no-repeat;
  -webkit-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-section-join {
  padding: 6rem 4.5rem;
  position: relative;
}

.ndc-section-join .ndc-section__heading {
  color: #fff;
}

.ndc-section-join .ndc-section__sub-heading {
  color: #fff;
}

.ndc-section-signup {
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #F5F9FC;
}

.ndc-section-signup::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #F5F9FC;
  display: block;
}

.ndc-section-signup .ndc-container {
  position: relative;
  z-index: 1;
}

.ndc-section-signup .ndc-section__heading {
  text-align: left;
}

.ndc-section-signup .ndc-section__heading::after {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.ndc-section-signup .ndc-section__sub-heading {
  text-align: left;
  display: block;
}

.ndc-section-signup__action {
  margin: 0;
  text-align: left;
}

.ndc-home-events__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ndc-home-events__item {
  margin-bottom: 1rem;
}

.ndc-home-event__date {
  font-size: 1.6rem;
  color: rgba(65, 65, 65, 0.5);
}

.ndc-home-event__link {
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 63, 106, 0.15);
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-home-event__link:hover {
  color: #0265B5;
  border-color: rgba(2, 101, 181, 0.4);
}

.ndc-quotes__icon {
  margin: 0 auto 5rem;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../images/icon-quote.png) 50%/contain no-repeat;
}

.ndc-quotes__quotes-carousel {
  margin: 0 0 4.5rem;
}

.ndc-quotes__quotes-carousel-item {
  text-align: center;
}

.ndc-quotes__quotes-carousel-item blockquote {
  margin: 0 auto;
  padding: 0;
  font-family: 'Droid Serif', Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  color: #333;
  line-height: 1.8;
  border-left: 0;
}

.ndc-quotes__persons-carousel-item {
  text-align: center;
  cursor: pointer;
}

.ndc-quotes__persons-carousel-name {
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.22);
  letter-spacing: 0.19px;
  line-height: 3rem;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  white-space: nowrap;
}

.ndc-quotes__persons-carousel-company {
  margin: 0;
  opacity: 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: #0265B5;
  letter-spacing: 0.19px;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-quotes__persons-carousel .owl-item.center .ndc-quotes__persons-carousel-name {
  font-size: 2rem;
  color: #000;
  letter-spacing: 0.33px;
}

.ndc-quotes__persons-carousel .owl-item.center .ndc-quotes__persons-carousel-company {
  opacity: 1;
}

.container.bg-brown-1 ul li {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ndc-inner-hero {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #0265B5;
}

.ndc-inner-hero::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
}

.ndc-inner-hero::after {
  content: "";
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ndc-inner-hero__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 32rem;
}

.ndc-inner-hero__heading {
  font-family: 'Droid Serif';
  font-weight: 500;
  font-size: 4rem;
  color: #fff;
  padding: 0 0 3rem 0;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ndc-inner-hero__breadcrumbs {
  margin-bottom: 3rem;
}

.ndc-inner-hero__breadcrumbs .breadcrumb {
  background-color: rgba(0, 0, 0, 0.25) !important;
  color: #fff;
  border-radius: 0.2rem;
  margin-bottom: 0 !important;
}

.ndc-inner-hero__breadcrumbs .breadcrumb a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: border-color 0.25s ease-out;
  -o-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
}

.ndc-inner-hero__breadcrumbs .breadcrumb a:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.ndc-article__grid {
  padding-top: 5rem;
}

.ndc-article__grid .row {
  padding-bottom: 3rem;
}

.ndc-article__grid .row:last-of-type {
  padding-bottom: 0;
}

.ndc-team-menu {
  border-bottom: 1px solid #EBEBEB;
}

.ndc-team-menu__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.ndc-team-menu__nav-item {
  display: inline-block;
  margin: 0 4.5rem;
  position: relative;
}

.ndc-team-menu__nav-item.active::before {
  content: '';
  width: 100%;
  height: .4rem;
  background: #0265B5;
  position: absolute;
  display: block;
  left: 0;
  bottom: -0.1rem;
}

.ndc-team-menu__nav-item a {
  position: relative;
  display: block;
  padding: 3rem 0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #0265B5;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  text-decoration: none;
}

.ndc-team-menu__nav-item a::before {
  content: '';
  width: 100%;
  height: 0rem;
  background: #0265B5;
  position: absolute;
  display: block;
  left: 0;
  bottom: -0.1rem;
  -webkit-transition: height 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: height 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: height 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-team-menu__nav-item a:hover::before {
  content: '';
  width: 100%;
  height: .4rem;
  background: #0265B5;
  position: absolute;
  display: block;
  left: 0;
  bottom: -0.1rem;
}

.ndc-team__grid {
  padding-top: 8rem;
}

.ndc-team__grid .row {
  padding-bottom: 6rem;
}

.ndc-team__grid .row:last-of-type {
  padding-bottom: 0;
}

.ndc-team__link {
  display: block;
  text-decoration: none;
  border-radius: .2rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-team__link:hover {
  background: #F5F9FC;
  border-color: rgba(2, 101, 181, 0.2);
}

.ndc-team__card {
  padding: 2rem;
  min-height: 25rem;
  text-align: center;
}

.ndc-team__card-image {
  margin: 0;
  padding: 0;
}

.ndc-team__card-image img {
  vertical-align: top;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  border: 1px solid #E9ECEF;
}

.ndc-team__card-name {
  font-weight: 600;
  font-size: 2.2rem;
  color: #0265B5;
  margin: 1rem 0 0;
}

.ndc-team__card-position {
  font-size: 1.6rem;
  color: rgba(65, 65, 65, 0.7);
  margin: 0 auto;
  max-width: 20rem;
}

.ndc-team-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(2, 101, 181, 0.1);
  border-radius: .2rem;
}

.ndc-team-join__text {
  color: rgba(65, 65, 65, 0.7);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  padding: 2rem;
  padding-right: 1rem;
  text-align: center;
}

.ndc-team-join__text strong {
  color: #0265B5;
}

.ndc-team-join__control {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 2rem 2rem 2rem;
}

.ndc-knowledge__grid {
  padding-top: 5rem;
}

.ndc-knowledge__card {
  background: #fff;
  border: 1px solid #E2ECF6;
  border-radius: 6px;
  text-align: center;
}

.ndc-knowledge__card a {
  text-decoration: none;
  display: block;
  padding: 3rem 3rem 5rem;
  min-height: 30rem;
  position: relative;
}

.ndc-knowledge__card-image {
  margin: 0;
  padding: 0;
  min-height: 8rem;
}

.ndc-knowledge__card-image img {
  vertical-align: top;
  width: 100%;
  max-width: 8rem;
}

.ndc-knowledge__card-title {
  font-weight: 600;
  font-size: 1.8rem;
  color: #505050;
  margin: 1rem auto;
  line-height: 2.4rem;
  min-height: 4.8rem;
  text-transform: uppercase;
  max-width: 24rem;
}

.ndc-knowledge__card-content {
  font-size: 1.4rem;
  color: #9A9FA6;
  line-height: 1.4;
}

.ndc-knowledge__card-badge {
  margin: 0;
  padding: 1rem;
  background: #D4D4D4;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 0 0 4px 4px;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.ndc-partners-content__description {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 5rem;
}

.ndc-partners-content__description p {
  margin: 0;
}

.ndc-partners-content__filter {
  padding-top: 6rem;
}

.ndc-partners-content__filter-search {
  background: #FFFFFF;
  border: 1px solid #D1DCE8;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 1.6rem;
  color: #A6A6A6;
  height: 5rem;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  display: block;
  padding: 0 2rem;
}

.ndc-partners-content__filter-search::-webkit-input-placeholder {
  color: #A6A6A6;
}

.ndc-partners-content__filter-search:-ms-input-placeholder {
  color: #A6A6A6;
}

.ndc-partners-content__filter-search::-ms-input-placeholder {
  color: #A6A6A6;
}

.ndc-partners-content__filter-search::placeholder {
  color: #A6A6A6;
}

.ndc-partners-content__filter-search:focus {
  outline: none;
}

.ndc-partners-content__section-heading {
  border-bottom: 1px solid rgba(2, 101, 181, 0.1);
  padding: 0 0 2rem 0;
  margin: 0 0 5rem 0;
}

.ndc-partners-content__section-heading h2 {
  font-family: "Droid Serif";
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 2.8rem;
  color: #414141;
}

.ndc-partners-content__countries-subtitle {
  font-family: "Droid Serif";
  font-weight: 700;
  font-size: 2.2rem;
  color: #0265B5;
  margin: 0 0 2rem;
}

.ndc-partners-content__countries-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ndc-partners-content__countries-list-item {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}

.ndc-partners-content__countries-list-item:last-of-type {
  margin-bottom: 0;
}

.ndc-partners-content__countries-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: .2rem;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-partners-content__countries-list-item a:hover {
  background: #F5F9FC;
  border-color: rgba(2, 101, 181, 0.2);
}

.ndc-partners-content__countries-list-item a:hover span {
  color: #0265B5;
}

.ndc-partners-content__countries-list-item a span {
  font-weight: 700;
  color: #414141;
  -webkit-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-partners-content__countries-list .icon-flag {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4.2rem;
  height: 3rem;
  background: transparent;
  margin-right: 1rem;
  border-radius: .2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4.2rem 3rem;
}

.ndc-partners-content__countries-list .icon-flag_mh {
  background-image: url("../images/icons/countries/MH@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_uk {
  background-image: url("../images/icons/countries/UK@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_bi {
  background-image: url("../images/icons/countries/BI@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_ci {
  background-image: url("../images/icons/countries/CI@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_cd {
  background-image: url("../images/icons/countries/CD@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_et {
  background-image: url("../images/icons/countries/ET@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_gh {
  background-image: url("../images/icons/countries/GH@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_ke {
  background-image: url("../images/icons/countries/KE@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_ml {
  background-image: url("../images/icons/countries/ML@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_mw {
  background-image: url("../images/icons/countries/MW@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_ma {
  background-image: url("../images/icons/countries/MA@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_mz {
  background-image: url("../images/icons/countries/MZ@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_na {
  background-image: url("../images/icons/countries/NA@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_st {
  background-image: url("../images/icons/countries/ST@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_sc {
  background-image: url("../images/icons/countries/SC@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_so {
  background-image: url("../images/icons/countries/SO@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_za {
  background-image: url("../images/icons/countries/ZA@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_tn {
  background-image: url("../images/icons/countries/TN@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_ug {
  background-image: url("../images/icons/countries/UG@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_zm {
  background-image: url("../images/icons/countries/ZM@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_zw {
  background-image: url("../images/icons/countries/ZW@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_jp {
  background-image: url("../images/icons/countries/JP@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_bd {
  background-image: url("../images/icons/countries/BD@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_ge {
  background-image: url("../images/icons/countries/GE@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_id {
  background-image: url("../images/icons/countries/ID@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_jo {
  background-image: url("../images/icons/countries/JO@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_kg {
  background-image: url("../images/icons/countries/KG@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_mv {
  background-image: url("../images/icons/countries/MV@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_mn {
  background-image: url("../images/icons/countries/MN@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_pk {
  background-image: url("../images/icons/countries/PK@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_vn {
  background-image: url("../images/icons/countries/VN@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_sg {
  background-image: url("../images/icons/countries/SG@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_be {
  background-image: url("../images/icons/countries/BE@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_dk {
  background-image: url("../images/icons/countries/DK@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_eu {
  background-image: url("../images/icons/countries/EU@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_fr {
  background-image: url("../images/icons/countries/FR@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_de {
  background-image: url("../images/icons/countries/DE@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_it {
  background-image: url("../images/icons/countries/IT@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_nl {
  background-image: url("../images/icons/countries/NL@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_no {
  background-image: url("../images/icons/countries/NO@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_es {
  background-image: url("../images/icons/countries/ES@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_se {
  background-image: url("../images/icons/countries/SE@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_ca {
  background-image: url("../images/icons/countries/CA@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_us {
  background-image: url("../images/icons/countries/US@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_br {
  background-image: url("../images/icons/countries/BR@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_bo {
  background-image: url("../images/icons/countries/BO@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_co {
  background-image: url("../images/icons/countries/CO@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_cr {
  background-image: url("../images/icons/countries/CR@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_cl {
  background-image: url("../images/icons/countries/CL@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_sv {
  background-image: url("../images/icons/countries/SV@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_gt {
  background-image: url("../images/icons/countries/GT@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_ht {
  background-image: url("../images/icons/countries/HT@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_hn {
  background-image: url("../images/icons/countries/HN@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_mx {
  background-image: url("../images/icons/countries/MX@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_pa {
  background-image: url("../images/icons/countries/PA@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_pe {
  background-image: url("../images/icons/countries/PE@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_lc {
  background-image: url("../images/icons/countries/LC@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_au {
  background-image: url("../images/icons/countries/AU@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_nz {
  background-image: url("../images/icons/countries/NZ@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_fj {
  background-image: url("../images/icons/countries/FJ@2x.png");
}

.ndc-partners-content__countries-list .icon-flag_vu {
  background-image: url("../images/icons/countries/VU@2x.png");
}

.ndc-partners-content__cards-grid {
  margin-bottom: 5rem;
}

.ndc-partners-content__cards-grid .row {
  padding-bottom: 3rem;
}

.ndc-partners-content__cards-grid .row:last-of-type {
  padding-bottom: 0;
}

.ndc-partners-content__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  border: 1px solid rgba(2, 101, 181, 0.1);
  border-radius: .2rem;
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-partners-content__card:hover {
  border-color: rgba(2, 101, 181, 0.2);
}

.ndc-partners-content__card:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.ndc-partners-content__card img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  opacity: .8;
}

.ndc-partners-content__join {
  padding: 10rem 0 0;
  text-align: center;
}

.ndc-partners-content__join p {
  margin: 0 auto;
  max-width: 63rem;
  font-size: 2.8rem;
  color: #003F6A;
}

.ndc-partners-content__join a {
  position: relative;
  margin: 2.5rem auto 0;
  display: inline-block;
  width: auto;
  font-weight: 600;
  font-size: 2.7rem;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
  padding: 0 6px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.ndc-partners-content__join a span {
  position: relative;
  display: block;
  z-index: 2;
}

.ndc-partners-content__join a::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  border-radius: 2px;
  height: 4px;
  background: #0265B5;
}

.ndc-partners-content__join a:hover::after {
  height: 100%;
  background: rgba(2, 101, 181, 0.1);
  border-radius: 4px;
}

.ndc-partners-group .ndc-partners-content__card {
  margin-bottom: 5rem;
}

.ndc-sidebar__block {
  margin-bottom: 5rem;
}

.ndc-sidebar-block__title {
  font-family: 'Droid Serif';
  font-weight: 600;
  font-size: 2.4rem;
  color: #414141;
  margin-bottom: 1rem;
}

.ndc-sidebar-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ndc-sidebar-block__item {
  margin-bottom: 1.5rem;
}

.ndc-sidebar-block-news__date {
  color: rgba(65, 65, 65, 0.5);
}

.ndc-sidebar-block-news__title a {
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 63, 106, 0.15);
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-sidebar-block-news__title a:hover {
  color: #0265B5;
  border-color: rgba(2, 101, 181, 0.4);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: block;
  margin: 0 1rem 0 0;
}

.pagination li span,
.pagination li a {
  display: block;
  font-weight: 600;
  color: #fff;
  padding: .8rem 1.4rem;
  border-radius: .2rem;
}

.pagination li span {
  background: transparent;
}

.pagination li a {
  background: #F5F9FC;
  color: #0265B5;
  text-decoration: none;
  border: 1px solid rgba(2, 101, 181, 0.1);
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.pagination li a:hover {
  border-color: rgba(2, 101, 181, 0.3);
}

.pagination li.active span {
  background: #0265B5;
}

.__hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

.ndc-global-tooltip {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: .4rem 1rem;
  background: rgba(0, 0, 0, 0.75);
  border-radius: .2rem;
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
}

.ndc-navigator__map {
  display: none;
}

.ndc-navigator-map__legend {
  position: absolute;
  bottom: 5rem;
  left: 2rem;
}

.ndc-navigator-map__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
}

.ndc-navigator-map__legend-item::before {
  content: '';
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  margin-right: 1rem;
}

.ndc-navigator-map__legend-item_1::before {
  background: #B3C6D7;
}

.ndc-navigator-map__legend-item_2::before {
  background: #D7DFE6;
}

.ndc-navigator-map__container {
  position: relative;
  max-width: 118rem;
  width: 100%;
  height: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.ndc-navigator-map__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke-linejoin: round;
  stroke: #fafafa;
}

.ndc-navigator-map__layer path {
  fill: #D7DFE6;
  -webkit-transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-navigator-map__layer path.__selected {
  fill: #0265B5 !important;
}

.ndc-navigator-map__layer path.__available {
  fill: #B3C6D7;
  cursor: pointer;
  -webkit-transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-navigator-map-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 30rem;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale3d(0.8, 0.8, 1);
  transform: translate(-50%, -50%) scale3d(0.8, 0.8, 1);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border-radius: .2rem;
}

.ndc-navigator-map-popup.__active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1) translate(-50%, -50%);
  transform: scale3d(1, 1, 1) translate(-50%, -50%);
}

.ndc-navigator-map-popup.__active .ndc-navigator-map-popup__button {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.ndc-navigator-map-popup__content {
  padding: 5rem 4rem;
  color: #fff;
}

.ndc-navigator-map-popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ndc-navigator-map-popup__flag {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 6.4rem;
  margin-right: 2rem;
}

.ndc-navigator-map-popup__flag img {
  display: block;
  width: 100%;
  height: auto;
}

.ndc-navigator-map-popup__title {
  font-size: 2.2rem;
  font-weight: 600;
}

.ndc-navigator-map-popup__link {
  margin-top: 2rem;
  text-align: center;
}

.ndc-navigator-map-popup__link a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-navigator-map-popup__link a:hover {
  border-color: #fff;
}

.ndc-navigator-map-popup__button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  outline: 0;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.ndc-navigator-map-popup__button svg {
  display: block;
  width: 3rem;
  height: 3rem;
  fill: #fff;
}

.ndc-section-join {
  background: transparent;
  text-align: center;
}

.ndc-section-join__heading {
  font-family: "Droid Serif";
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 3rem 0;
}

.ndc-section-join__link {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 0.2rem solid rgba(2, 101, 181, 0.3);
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  text-decoration: none;
}

.ndc-section-join__link:hover {
  border-color: #0265B5;
}

.popup {
  width: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  padding: 1.5rem;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  position: relative;
  width: 100%;
}

.popup_login .popup-content {
  min-width: 28rem;
  padding: 4rem 2rem;
}

.popup_navigator {
  overflow-y: auto;
  max-height: 100%;
}

.popup_navigator .popup-content {
  min-width: 28rem;
  padding: 4rem 2rem;
}

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(14, 20, 25, 0.85);
  pointer-events: none;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  z-index: 999;
}

.popup-content {
  padding: 4rem;
  background: #fff;
  border-radius: 0.2rem;
  min-height: 40rem;
  overflow-y: auto;
}

.popup-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 1rem;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}

.popup-close svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: rgba(65, 65, 65, 0.5);
  -webkit-transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.popup-close:hover svg {
  fill: rgba(65, 65, 65, 0.8);
}

.popup-title {
  text-align: center;
  margin-bottom: 3rem;
}

.popup-title h3 {
  font-weight: 500;
  font-size: 2.2rem;
  margin: 0;
}

#modalContent {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto !important;
  width: 90vw;
  max-width: 58rem;
  z-index: 999924;
}

#modalContent #modal-content {
  padding: 0 !important;
  width: auto !important;
}

#modalContent .alert {
  word-break: break-all;
}

#modalContent .popups-container {
  padding: 4rem;
  height: auto;
  max-height: 90vh;
  position: relative;
  overflow-y: auto;
}

#modalContent .ctools-modal-content {
  width: auto !important;
  height: auto !important;
}

#modalContent .modal-forms-modal-content {
  font-family: 'Proxima Nova', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.4rem;
}

#modalContent .modal-forms-modal-content .modal-header {
  padding: 0;
  min-height: 1px;
}

#modalContent .modal-forms-modal-content .modal-header.popups-title {
  margin-top: 0;
  padding-bottom: 3rem;
}

#modalContent .modal-forms-modal-content .modal-header .popups-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-position: 50% !important;
  background-size: 1.4rem auto !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQCkAAAABnRSTlMABFalqfv/WUKQAAAAWElEQVR42t3TSQ4AIAgDQBbt/58sJziU9AF6cZmENAHNPMOWFellBzcWuzhuCZQuBmRtrPM4yjZHNlZxVYVkBBm+bdO2TdtY2zTqsjoQW3zbIzmacqjld3h7AwX5NrNAmwAAAABJRU5ErkJggg==) !important;
  opacity: .5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#modalContent .modal-forms-modal-content .modal-header .popups-close:hover {
  opacity: 1;
}

#modalContent .modal-title {
  font-weight: 500;
  font-size: 2.2rem !important;
  line-height: 1 !important;
}

#modalContent .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#modalContent .ctools-modal-content .modal-content {
  overflow: inherit;
}

#modalContent .webform-client-form {
  margin-bottom: 0;
}

#modalContent .webform-client-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

#modalContent .webform-client-form > div .form-group {
  margin-bottom: 0;
}

#modalContent .webform-client-form > div > .form-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 50%;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
}

#modalContent .webform-client-form > div > .form-item.webform-component-textarea,
#modalContent .webform-client-form > div > .form-item.webform-component-checkboxes {
  width: 100%;
}

#modalContent .webform-client-form > div > .form-item.webform-component-textarea .form-item,
#modalContent .webform-client-form > div > .form-item.webform-component-checkboxes .form-item {
  width: 100%;
}

#modalContent .webform-client-form > div > .form-item .control-label {
  font-size: 1.4rem;
}

#modalContent .webform-client-form > div > .form-item .control-label.element-invisible {
  margin: 0 !important;
}

#modalContent .webform-client-form > div > .form-item .form-type-checkbox .control-label {
  font-weight: 400;
  color: #414141;
}

#modalContent .webform-client-form > div > .form-item > input[type='email'],
#modalContent .webform-client-form > div > .form-item > input[type='text'],
#modalContent .webform-client-form > div > .form-item > select,
#modalContent .webform-client-form > div > .form-item > textarea {
  line-height: 1.15;
  width: 100%;
  padding: 1.1rem 1.5rem;
  height: 4rem;
  background: 0 0;
  border: 1px solid rgba(65, 65, 65, 0.2);
  border-radius: .2rem;
  font-family: 'Proxima Nova';
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

#modalContent .webform-client-form > div > .form-item > input[type='email']:focus,
#modalContent .webform-client-form > div > .form-item > input[type='text']:focus,
#modalContent .webform-client-form > div > .form-item > select:focus,
#modalContent .webform-client-form > div > .form-item > textarea:focus {
  border-color: rgba(65, 65, 65, 0.35);
}

#modalContent .webform-client-form > div > .form-item textarea {
  height: 5.6rem;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#modalContent .webform-client-form > div > .form-item textarea:focus {
  outline: none;
}

#modalContent .webform-client-form > div > .form-item .chosen-container {
  width: 100% !important;
  height: 4rem !important;
  border: 1px solid rgba(65, 65, 65, 0.2) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: .2rem !important;
  padding: 0 !important;
}

#modalContent .webform-client-form > div > .form-item .chosen-container-active {
  border-color: rgba(65, 65, 65, 0.35) !important;
}

#modalContent .webform-client-form > div > .form-item .chosen-container-active .chosen-drop {
  border-color: rgba(65, 65, 65, 0.35) !important;
}

#modalContent .webform-client-form > div > .form-item .chosen-container-single .chosen-single {
  height: 3.8rem;
  line-height: 3.8rem;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  padding: 0 1.5rem;
  color: #414141;
}

#modalContent .webform-client-form > div > .form-item .chosen-container-single .chosen-single div {
  top: 50%;
  right: .5rem;
  margin-top: -.5rem;
}

#modalContent .webform-client-form > div > .form-item .chosen-container-single .chosen-single div b {
  width: 1rem;
  height: 1rem;
  background-position: 50% !important;
  background-size: 1rem auto !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAMAAAAYGszCAAAAJ1BMVEUAAABVVVVJSUlGRkZAQEBCQkJDQ0NCQkJCQkJERERERERDQ0NCQkLwR2XiAAAADXRSTlMABgcLGFlfYGFiaXaAtRBh1gAAAE1JREFUeNptyDESACEIQ1FQRFHuf96l0EmKTZP5T/5no3G2YWUno5FFHhPPJNWodOm7bum1VbG7QMmuTi2bz6AwqDsMCoPCSGGsMFLYB2DuBAReCvO7AAAAAElFTkSuQmCC) !important;
}

#modalContent .webform-client-form > div > .form-item .chosen-search input[type="text"] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: rgba(65, 65, 65, 0.35) !important;
}

#modalContent .webform-client-form > div .form-actions {
  padding: 0 1.5rem;
}

#modalContent .webform-client-form > div .form-actions button {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 1rem 2rem;
  border-radius: .2rem;
}

.ndc-tool__content-tables .field-group-div .field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding-bottom: 3rem;
}

.ndc-tool__content-tables .field-group-div .field-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 27%;
  text-align: right;
  padding: 0;
}

.ndc-tool__content-tables .field-group-div .field-items {
  padding: 0 0 0 1rem !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 73%;
  text-align: left;
  font-size: 1.6rem;
  word-break: break-all;
}

.ndc-tool__content-tables .field-group-div .field-items h2 {
  margin-top: .4rem;
}

.ndc-tool__content-tables .field-group-div .field-items p {
  font-size: 1.6rem;
  word-break: normal;
}

.stay-in-the-know-wrapper {
  background: #8d2b8b;
  padding-top: 50px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 35px;
}

.stay-in-the-know-wrapper #group-stay-in-the-know {
  min-height: 300px;
  width: calc(100% - 42px);
  margin: 0 auto;
}

.stay-in-the-know-wrapper #group-stay-in-the-know .webform-progressbar {
  display: none;
}

.stay-in-the-know-wrapper #group-stay-in-the-know h4 {
  color: white;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
}

.stay-in-the-know-wrapper #group-stay-in-the-know h5 {
  color: white;
  font-size: 16px;
  font-weight: 100;
  margin-top: -10px;
  max-width: 600px;
  margin-bottom: 45px;
}

.stay-in-the-know-wrapper #group-stay-in-the-know input {
  background: #8d2b8b;
  border: none;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  padding-left: 0;
  padding-top: 5px;
}

.stay-in-the-know-wrapper #group-stay-in-the-know input::-webkit-input-placeholder {
  color: white;
  opacity: 1;
  /* Firefox */
}

.stay-in-the-know-wrapper #group-stay-in-the-know input:-ms-input-placeholder {
  color: white;
  opacity: 1;
  /* Firefox */
}

.stay-in-the-know-wrapper #group-stay-in-the-know input::-ms-input-placeholder {
  color: white;
  opacity: 1;
  /* Firefox */
}

.stay-in-the-know-wrapper #group-stay-in-the-know input::placeholder {
  color: white;
  opacity: 1;
  /* Firefox */
}

.stay-in-the-know-wrapper #group-stay-in-the-know .webform-client-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 10px);
  overflow: hidden;
  margin-top: -20px;
}

.stay-in-the-know-wrapper #group-stay-in-the-know .webform-client-form > div .form-item {
  color: white;
  border-bottom: 1px solid white;
  min-width: 100%;
  margin-bottom: 35px;
}

.stay-in-the-know-wrapper #group-stay-in-the-know .webform-client-form .form-actions button {
  padding: unset;
  margin-top: 25px;
  padding: .5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #8d2b8b;
  width: 100%;
  position: relative;
  top: 5px;
}

.stay-in-the-know-wrapper #group-stay-in-the-know div.form-actions button.webform-submit {
  border: none;
  border-radius: 0;
  background: white;
  color: #8d2b8b;
  display: block;
  text-align: center;
  width: 105px;
  width: 100%;
  font-size: 14px;
  padding: 11px 20px;
  margin-bottom: 25px;
  margin-top: -5px;
}

.stay-in-the-know-wrapper.interior-pages {
  padding-top: 20px;
  padding-bottom: 20px;
}

.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages {
  display: block;
  min-height: 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 20px;
}

.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages h5 {
  color: white;
  line-height: 20px;
  margin-bottom: 18px;
}

.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 .form-item {
  margin-bottom: 36px;
}

.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid white;
  padding: 0;
  padding-top: 6px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input::-webkit-input-placeholder {
  color: white;
}

.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input:-ms-input-placeholder {
  color: white;
}

.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input::-ms-input-placeholder {
  color: white;
}

.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input::placeholder {
  color: white;
}

.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input.form-control {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: white;
}

.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 label.control-label {
  color: white;
}

.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 .form-actions {
  width: 100%;
}

.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 .form-actions button.webform-submit {
  border: none;
  border-radius: 0;
  background: white;
  color: #8d2b8b;
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 11px 20px;
  margin-bottom: 5px;
  margin-top: -11px;
}

.ndc-country-hero {
  padding: 5rem 0;
}

.ndc-country-hero__home {
  padding-bottom: 8.2rem;
  color: #fff;
  background-color: #dddad3;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ndc-country-hero__home::before,
.ndc-country-hero__home::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  display: block;
  height: 3.2rem;
  background: #FAFAFA;
}

.ndc-country-hero__home::before {
  right: calc(50% + 15rem);
}

.ndc-country-hero__home::after {
  left: calc(50% + 15rem);
}

.ndc-country-hero__home .ndc-container {
  position: relative;
}

.ndc-country-hero__home .ndc-container::before,
.ndc-country-hero__home .ndc-container::after {
  content: '';
  position: absolute;
  width: 0;
  bottom: -8.2rem;
  display: block;
  height: 0;
  border-style: solid;
}

.ndc-country-hero__home .ndc-container::before {
  right: 50%;
  border-width: 3.2rem 0 0 15rem;
  border-color: transparent transparent transparent #FAFAFA;
}

.ndc-country-hero__home .ndc-container::after {
  left: 50%;
  border-width: 0 0 3.2rem 15rem;
  border-color: transparent transparent #FAFAFA transparent;
}

.ndc-country-hero__home .ndc-country-hero__image {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
}

.ndc-country-hero__home .ndc-country-hero__title {
  margin: 0 0 2.4rem;
  font-family: 'Droid Serif', sans-serif;
  font-size: 3.6rem;
  color: #003F6A;
}

.ndc-country-hero__home .ndc-country-hero__description {
  color: #000;
}

.ndc-country-hero__home .ndc-country-hero__description p {
  font-size: 2rem;
  line-height: 1.3;
}

.ndc-country-hero__home .ndc-country-hero__description p:not(:last-of-type) {
  margin: 0 0 2.4rem;
}

.ndc-country-hero__profile {
  background: #F5F9FC;
  position: relative;
  border-bottom: 1px solid #C9D5DE;
}

.ndc-country-hero__profile::before,
.ndc-country-hero__profile::after {
  content: '';
  position: absolute;
  bottom: -3.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}

.ndc-country-hero__profile::before {
  right: 50%;
  border-width: 0 15rem 3.2rem 0;
  border-color: transparent #C9D5DE transparent transparent;
}

.ndc-country-hero__profile::after {
  left: 50%;
  border-width: 3.2rem 15rem 0 0;
  border-color: #C9D5DE transparent transparent transparent;
}

.ndc-country-hero__profile .ndc-container {
  position: relative;
}

.ndc-country-hero__profile .ndc-container::before,
.ndc-country-hero__profile .ndc-container::after {
  content: '';
  position: absolute;
  width: 0;
  bottom: -8.1rem;
  display: block;
  height: 0;
  border-style: solid;
  z-index: 2;
}

.ndc-country-hero__profile .ndc-container::before {
  right: 50%;
  border-width: 0 15rem 3.2rem 0;
  border-color: transparent #F5F9FC transparent transparent;
}

.ndc-country-hero__profile .ndc-container::after {
  left: 50%;
  border-width: 3.2rem 15rem 0 0;
  border-color: #F5F9FC transparent transparent transparent;
}

.ndc-country-hero__profile .ndc-container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ndc-country-hero__profile .ndc-container .row .col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.ndc-country-hero__profile .ndc-country-hero__title {
  margin: 0 0 2.4rem;
  font-family: 'Droid Serif', sans-serif;
  font-size: 3.6rem;
  color: #003F6A;
}

.ndc-country-hero__profile .ndc-country-hero__description p {
  font-size: 2rem;
  line-height: 1.3;
  color: #000;
}

.ndc-country-hero__profile .ndc-country-hero__description p:not(:last-of-type) {
  margin: 0 0 2.4rem;
}

.ndc-country-hero__profile .ndc-country-hero__map {
  margin: 0 0 0 auto;
  max-width: 90%;
  display: block;
}

.ndc-country-content {
  background: #FAFAFA;
  padding: 8rem 0;
}

.ndc-country-card {
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #E2ECF6;
  border-radius: 6px;
  padding: 2rem;
  text-decoration: none;
}

.ndc-country-card__icon {
  display: block;
  max-width: 12.6rem;
  margin: -5rem auto 2rem;
}

.ndc-country-card__title {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-size: 1.8rem;
  color: #003F6A;
  margin: 0 0 1.8rem;
  text-transform: uppercase;
}

.ndc-country-card__description {
  font-family: 'Proxima Nova';
  font-size: 1.4rem;
  color: #9A9FA6;
  line-height: 1.3;
}

.ndc-country-nav {
  background: #FAFAFA;
  border-bottom: 1px solid #C9D5DE;
  padding: 8rem 0 5rem;
}

.ndc-country-nav__title {
  font-family: 'Droid Serif', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #0265B5;
  margin: 0 auto 6rem;
  text-align: center;
}

.ndc-country-nav__item {
  margin-bottom: 1rem;
  position: relative;
  display: block;
}

.ndc-country-nav__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 1rem;
  border: 1px solid transparent;
  border-radius: .2rem;
  text-decoration: none;
}

.ndc-country-nav__item a:hover {
  background: #F5F9FC;
  border-color: rgba(2, 101, 181, 0.2);
}

.ndc-country-nav__item a:hover span {
  color: #0265B5;
}

.ndc-country-nav__item a span {
  font-weight: 700;
  color: #414141;
  -webkit-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-country-nav__item a .icon-flag {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4.2rem;
  height: 3rem;
  background: center no-repeat;
  margin-right: 1rem;
  border-radius: .2rem;
  background-size: 4.2rem 3rem;
}

.ndc-country-profile {
  padding: 8rem 0;
  border-bottom: 1px solid #C9D5DE;
  background: #fff;
}

.ndc-country-profile__title {
  font-family: 'Brown', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #000;
  margin: 0 0 4rem;
}

.ndc-country-profile__title::after {
  content: '';
  display: block;
  width: 5.4rem;
  height: 0;
  border: 2px solid #0265B5;
}

.ndc-country-profile__description p {
  font-size: 1.8rem;
  color: #444;
  line-height: 1.6;
  margin: 0 0 2.4rem;
}

.ndc-country-profile__description p:last-of-type {
  margin: 0;
}

.ndc-country-profile__icon {
  display: block;
  width: 100%;
  max-width: 9.2rem;
  margin: 4rem auto 7rem;
}

.ndc-country-profile__action {
  text-align: center;
}

.ndc-country-profile__action .ndc-btn {
  display: inline-block;
  min-width: 16rem;
  margin: 0 1.2rem;
  text-align: center;
  font-weight: 600;
}

.node-type-toolbox .breadcrumb,
.node-type-toolbox-platforms .breadcrumb,
.node-type-toolbox-sources-of-support .breadcrumb,
.node-type-experience-profiles .breadcrumb {
  background-color: transparent !important;
}

.breadcrumbs,
.pane-page-breadcrumb {
  visibility: hidden;
  width: 100%;
  margin: 17px auto 6px auto;
  color: lightgray;
  font-size: 10px;
  line-height: 10px;
  font-weight: 900;
  padding: 0 0 0 20px;
  text-transform: uppercase;
}

.breadcrumbs .breadcrumb,
.pane-page-breadcrumb .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  padding: 0;
  margin-bottom: 20px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.breadcrumbs .breadcrumb .delimiter,
.pane-page-breadcrumb .breadcrumb .delimiter {
  margin: 0 0.5rem;
  position: relative;
  top: 1px;
  display: inline-block;
  font-size: 1px;
  letter-spacing: -1px;
  color: transparent;
}

.breadcrumbs .breadcrumb .delimiter:before,
.pane-page-breadcrumb .breadcrumb .delimiter:before {
  content: "\e258";
  font-size: 10px;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: lightgray;
  letter-spacing: normal;
}

.breadcrumbs a,
.pane-page-breadcrumb a {
  color: #337ab7;
  opacity: 1;
}

.breadcrumbs a:hover,
.pane-page-breadcrumb a:hover {
  opacity: 0.7;
}

.accordion {
  overflow: hidden;
  padding: 1.5rem;
}

.accordion-section {
  margin-bottom: 1.5rem;
}

/*----- Section Titles -----*/

.accordion-section-title {
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  padding: 1.5rem;
  display: block;
  background: #F5F9FC;
  border: 1px solid rgba(2, 101, 181, 0.2);
  border-radius: 0.2rem;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  text-decoration: none;
  position: relative;
}

.accordion-section-title.active,
.accordion-section-title:hover,
.accordion-section-title:active,
.accordion-section-title:focus {
  background: #e1edf6;
  text-decoration: none;
}

/*----- Section Content -----*/

.accordion-section-content {
  padding: 15px;
  font-size: 1.5rem;
  display: none;
  background: #fff;
}

.__active {
  background: #e1edf6;
}

.__active,
.__open {
  display: block;
}

.arrow {
  border-top: 4px solid #0265B5;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  float: right;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
}

.accordion-section-title.__active .arrow {
  border-top: 4px solid transparent;
  border-bottom: 4px solid #0265B5;
  margin-top: -7px;
}

#sliding-popup {
  background: #000;
  width: 100%;
}

#sliding-popup .eu-cookie-compliance-banner {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
}

#sliding-popup .eu-cookie-compliance-banner .popup-content.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  background: #000;
  min-height: auto;
}

#sliding-popup .eu-cookie-compliance-banner .popup-content.info div {
  float: none !important;
  max-width: none !important;
}

#sliding-popup .eu-cookie-compliance-banner .popup-content.info #popup-text {
  margin-right: 20px;
}

#sliding-popup .eu-cookie-compliance-banner .popup-content.info #popup-text h2 {
  font-size: 16px;
  line-height: 24px;
}

#sliding-popup .eu-cookie-compliance-banner .popup-content.info .agree-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  text-transform: uppercase;
  border-radius: 4px;
  display: block;
  text-align: center;
  font-size: 1.35rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
  cursor: pointer;
  background-color: #008237;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#sliding-popup .eu-cookie-compliance-banner .popup-content.info .agree-button:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

#sliding-popup .eu-cookie-compliance-banner .popup-content.info .agree-button:hover {
  color: #fff;
}

.ndc-news-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ndc-news-list__title {
  font-family: "Droid Serif";
  font-size: 2.4rem;
  margin: 0 0 5rem 0;
  border-bottom: 1px solid rgba(2, 101, 181, 0.1);
  padding-bottom: 1rem;
}

.ndc-news-list__item {
  margin-bottom: 5rem;
}

.ndc-news-list-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ndc-news-list-short__thumb {
  display: none;
}

.ndc-news-list-short__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ndc-news-list-short__title {
  font-family: "Droid Serif";
  font-size: 2.4rem;
  margin: 0 0 1rem 0;
}

.ndc-news-list-short__link {
  color: #0265B5;
  text-decoration: none;
  -webkit-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-news-list-short__link:hover {
  color: #003F6A;
}

.ndc-news-list-short__description {
  margin-bottom: 1rem;
}

.ndc-news-list-short__description p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: rgba(65, 65, 65, 0.7);
  margin: 0;
}

.ndc-news-list-short__attrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.ndc-news-list-short__label {
  background: #0265B5;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: .5rem 1.2rem;
  margin-right: 2rem;
}

.ndc-news-list-short__date {
  color: rgba(65, 65, 65, 0.5);
}

.ndc-news-list-short__event-date {
  font-size: 1.8rem;
  color: rgba(65, 65, 65, 0.5);
}

.ndc-news-list-short__more {
  font-size: 1.5rem;
}

.ndc-news-single__title {
  margin-bottom: 2rem;
}

.ndc-news-single__title h2 {
  font-family: "Droid Serif";
  font-size: 3.2rem;
  color: #003F6A;
  margin: 0;
}

.ndc-news-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}

.ndc-news-single__label {
  background: #0265B5;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: .5rem 1.2rem;
  margin-right: 2rem;
}

.ndc-news-single__date {
  color: rgba(65, 65, 65, 0.5);
}

.ndc-news-single__body {
  font-size: 1.6rem;
  line-height: 1.5;
}

.ndc-news-single__image {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

.ndc-news-single__image img {
  display: block;
  width: 100%;
  height: auto;
}

.ndc-news-single__event-date {
  font-size: 1.8rem;
  color: rgba(65, 65, 65, 0.5);
}

.ndc-videos-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ndc-videos-list__item {
  width: 50%;
}

.ndc-videos-list__item_first {
  width: 100%;
}

.ndc-video-block {
  display: block;
  text-decoration: none;
  padding: 2rem;
  background: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  border-radius: .2rem;
  outline: 0;
}

.ndc-video-block:hover {
  border-color: rgba(2, 101, 181, 0.2);
  background: #F5F9FC;
}

.ndc-video-block:hover .ndc-video-block__name {
  color: #003F6A;
}

.ndc-video-block__thumb {
  position: relative;
  margin: 0 0 1.5rem 0;
}

.ndc-video-block__thumb:hover::before {
  -webkit-transform: scale(1.3) translate(-50%, -50%);
  -ms-transform: scale(1.3) translate(-50%, -50%);
  transform: scale(1.3) translate(-50%, -50%);
}

.ndc-video-block__thumb::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/sites/all/themes/ndcp_v2/images/icon-play.png") 50% 56%/2.5rem auto no-repeat rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: block;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ndc-video-block__thumb-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .2rem;
}

.ndc-video-block__name {
  font-size: 2.2rem;
  color: #0265B5;
  margin: 0 0 .5rem 0;
  -webkit-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ndc-video-block__position {
  color: rgba(65, 65, 65, 0.5);
}

.ndc-page-contact-us article {
  width: 100%;
}

.ndc-ce {
  overflow-x: hidden;
  height: calc(100vh - 11.4rem);
  min-height: 69rem;
  background: #eee;
  background-image: url("/sites/all/themes/ndcp_v2/images/country-engagement-bg@2x.jpg");
  background-position: center;
  background-size: cover;
}

.ndc-ce-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ndc-ce-cards__card {
  width: 50%;
  height: 33.333332%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 3rem;
}

.ndc-ce-container {
  position: relative;
  height: 100%;
}

.ndc-ce-preview {
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ndc-ce-preview.__hide .ce-home__title {
  left: 10rem;
  opacity: 0;
}

.ndc-ce-preview.__hide .ce-home__short {
  left: 10rem;
  opacity: 0;
}

.ce-card {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0.3rem;
  color: #fff;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform,box-shadow;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0;
}

.ce-card_theory {
  background-color: #003F6A;
}

.ce-card_theory .ce-card__step {
  color: #00365b;
}

.ce-card_theory .ce-card__more {
  background-color: #003051;
}

.ce-card_stages {
  background-color: #0092CD;
}

.ce-card_stages .ce-card__step {
  color: #0087be;
}

.ce-card_stages .ce-card__more {
  background-color: #0080b4;
}

.ce-card_plan {
  background-color: #008237;
}

.ce-card_plan .ce-card__step {
  color: #007331;
}

.ce-card_plan .ce-card__more {
  background-color: #00692c;
}

.ce-card_facilitation {
  background-color: #F8AA00;
}

.ce-card_facilitation .ce-card__step {
  color: #e9a000;
}

.ce-card_facilitation .ce-card__more {
  background-color: #df9900;
}

.ce-card_value {
  background-color: #BBBDC0;
}

.ce-card_value .ce-card__step {
  color: #aeb0b4;
}

.ce-card_value .ce-card__more {
  background-color: #aeb0b4;
}

.ce-card_action {
  background-color: #CD772C;
}

.ce-card_action .ce-card__step {
  color: #b86b27;
}

.ce-card_action .ce-card__more {
  background-color: #b86b27;
}

.ce-card__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.ce-card__title {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  font-size: 2.2rem;
  line-height: 1.3;
  padding: 1.5rem 3rem 3rem 3rem;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ce-card__icon {
  position: absolute;
  bottom: 10rem;
  left: 0;
  padding: 0 0 0 3rem;
  -webkit-transition: all 0.2s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.2s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.2s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  opacity: .8;
}

.ce-card__step {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3rem 3rem 0 0;
  font-family: 'Brown';
  font-weight: 700;
  font-size: 3.2rem;
  -webkit-transition: all 0.15s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.15s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.15s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ce-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.ce-card__subtitle {
  position: absolute;
  top: 4rem;
  left: 0;
  padding: 2.5rem 2rem 1rem 2rem;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
}

.ce-card__description {
  position: absolute;
  top: 8rem;
  left: 0;
  width: 100%;
  padding: 0 2rem 2rem 2rem;
  font-size: 1.3rem;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  opacity: 0;
  color: rgba(255, 255, 255, 0.9);
}

.ce-card__more {
  position: absolute;
  left: 0;
  bottom: 0;
  height: .5rem;
  width: 100%;
  -webkit-transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ce-card__action {
  position: absolute;
  padding: 0 2rem 1rem 2rem;
  text-transform: uppercase;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ce-card__action span {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ce-card:hover .ce-card__icon {
  opacity: 0;
  bottom: 12rem;
}

.ce-card:hover .ce-card__step {
  opacity: 0;
}

.ce-card:hover .ce-card__title {
  opacity: 0;
  bottom: 2rem;
}

.ce-card:hover .ce-card__subtitle {
  opacity: 1;
  top: 0;
}

.ce-card:hover .ce-card__description {
  top: 5.5rem;
  opacity: 1;
}

.ce-card:hover .ce-card__more {
  height: 4rem;
}

.ce-card:hover .ce-card__action {
  opacity: 1;
}

.ce-card:hover .ce-card__action span {
  border-color: rgba(255, 255, 255, 0.6);
}

.ce-card.__show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

.ce-card.__hide {
  opacity: 0;
  -webkit-transform: translateX(20rem);
  -ms-transform: translateX(20rem);
  transform: translateX(20rem);
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.ce-home {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ce-home__start {
  position: absolute;
  bottom: 6rem;
  left: 6rem;
  width: 5.2rem;
  height: 5.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  opacity: 0;
}

.ce-home__start::after {
  width: 5.2rem;
  height: 5.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 3px solid #ececec;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: intervalHamburgerBorder;
  animation-name: intervalHamburgerBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ce-home__start svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #000;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ce-home__start.__show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.ce-home__title {
  position: relative;
  left: 0;
  font-weight: 700;
  font-size: 4.2rem;
  color: #fff;
  letter-spacing: 0.9px;
  margin: 0 0 2rem 0;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
}

.ce-home__title.__show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ce-home__title.__hide {
  -webkit-transform: translateX(20rem);
  -ms-transform: translateX(20rem);
  transform: translateX(20rem);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ce-home__short {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 56rem;
  font-size: 1.6rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 2rem 0;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -webkit-transition-delay: .05s;
  -o-transition-delay: .05s;
  transition-delay: .05s;
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
}

.ce-home__short.__show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ce-home__short.__hide {
  -webkit-transform: translateX(20rem);
  -ms-transform: translateX(20rem);
  transform: translateX(20rem);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

@-webkit-keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

@keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

.ce-info {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 5.2rem;
  height: 5.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 110;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ce-info::before {
  content: 'i';
  font-size: 2.4rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #000;
}

.ce-info.__show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.ce-close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 5.2rem;
  height: 5.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 110;
  border-radius: 50%;
  pointer-events: auto;
  border: 1px solid rgba(0, 63, 106, 0.2);
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: all 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  z-index: 11;
  visibility: hidden;
}

.ce-close svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #003F6A;
}

.ce-close.__show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.ce-content {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  visibility: hidden;
  opacity: 0;
}

.ce-content.__show {
  opacity: 1;
  visibility: visible;
}

.ce-content__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ce-content__content {
  padding-right: 8rem;
}

.ce-content__cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 22rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 3;
  opacity: 0;
}

.ce-content__cards.__show {
  opacity: 1;
}

.ce-content__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 4rem 9rem;
  background: #fff;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  z-index: 4;
  opacity: 0;
  -webkit-transform: translateX(-10rem);
  -ms-transform: translateX(-10rem);
  transform: translateX(-10rem);
}

.ce-content__page.__show {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.ce-content__page.__hide {
  -webkit-transform: translateX(-10rem);
  -ms-transform: translateX(-10rem);
  transform: translateX(-10rem);
  opacity: 0;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.ce-card-small {
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  padding: 2rem;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  margin-top: 2rem;
  -webkit-transform: translateX(22rem);
  -ms-transform: translateX(22rem);
  transform: translateX(22rem);
  opacity: 1;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}

.ce-card-small:hover .ce-card-small__inner {
  opacity: 1;
}

.ce-card-small::after {
  content: '';
  position: absolute;
  right: -2rem;
  top: 3.5rem;
  width: 2rem;
  height: 2rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  opacity: 0;
}

.ce-card-small.__active {
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  left: -1rem;
}

.ce-card-small.__active .ce-card-small__inner {
  opacity: 1;
}

.ce-card-small.__active::after {
  opacity: 1;
  right: -1.5rem;
}

.ce-card-small.__show {
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.ce-card-small_theory {
  background-color: #003F6A;
}

.ce-card-small_stages {
  background-color: #0092CD;
}

.ce-card-small_plan {
  background-color: #008237;
}

.ce-card-small_facilitation {
  background-color: #F8AA00;
}

.ce-card-small_value {
  background-color: #BBBDC0;
}

.ce-card-small_action {
  background-color: #CD772C;
}

.ce-card-small__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: .6;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.ce-card-small__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  margin-right: 2rem;
}

.ce-card-small__icon img {
  height: 3rem;
}

.ce-card-small__title {
  font-size: 1.6rem;
  color: #fff;
  height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/** initial setup **/

.nano {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 63, 106, 0.1);
  position: absolute;
  width: .8rem;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-radius: 0.3rem;
}

.nano > .nano-pane_theory {
  background: rgba(0, 63, 106, 0.2);
}

.nano > .nano-pane_theory > .nano-slider {
  background: rgba(0, 63, 106, 0.7) !important;
}

.nano > .nano-pane_stages {
  background: rgba(0, 146, 205, 0.2);
}

.nano > .nano-pane_stages > .nano-slider {
  background: rgba(0, 146, 205, 0.7) !important;
}

.nano > .nano-pane_plan {
  background: rgba(0, 130, 55, 0.2);
}

.nano > .nano-pane_plan > .nano-slider {
  background: rgba(0, 130, 55, 0.7) !important;
}

.nano > .nano-pane_facilitation {
  background: rgba(248, 170, 0, 0.2);
}

.nano > .nano-pane_facilitation > .nano-slider {
  background: rgba(248, 170, 0, 0.7) !important;
}

.nano > .nano-pane_value {
  background: rgba(187, 189, 192, 0.2);
}

.nano > .nano-pane_value > .nano-slider {
  background: rgba(187, 189, 192, 0.7) !important;
}

.nano > .nano-pane_action {
  background: rgba(205, 119, 44, 0.2);
}

.nano > .nano-pane_action > .nano-slider {
  background: rgba(205, 119, 44, 0.7) !important;
}

.nano > .nano-pane > .nano-slider {
  background: rgba(0, 63, 106, 0.7);
  position: relative;
  border-radius: 0.3rem;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

.ce-section {
  padding: 3rem 0 5rem 0;
}

.ce-section > *:last-child {
  margin-bottom: 0;
}

.ce-section__title {
  font-weight: 700;
  font-size: 3.8rem;
  color: #003F6A;
  letter-spacing: 0.66px;
  margin: 0 0 4rem 0;
}

.ce-section h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 5rem 0 3rem 0;
  color: #003F6A;
}

.ce-section p {
  margin: 0 0 3rem 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.ce-section ul {
  font-size: 1.5rem;
  line-height: 1.5;
  list-style: none;
  margin: 3rem 0 3rem 0;
  padding: 0;
}

.ce-section ul .ce-head {
  display: block;
  margin: 0 0 1rem 0;
}

.ce-section ul .ce-head strong {
  font-weight: 600;
}

.ce-section ul li {
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 3rem;
}

.ce-section ul li:last-child {
  margin-bottom: 0;
}

.ce-section ul li::after {
  content: '';
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: .6rem;
  height: .6rem;
  border-radius: 100%;
  background: #003F6A;
}

.ce-section strong {
  font-weight: 600;
}

.ce-section figure {
  margin: 3rem 4rem;
}

.ce-section figure img {
  display: block;
  width: 100%;
  height: auto;
}

.ce-section figure figcaption {
  text-align: center;
  margin: 1rem 0;
  color: #003F6A;
}

.ce-section table {
  width: 100%;
  border: 1px solid rgba(0, 63, 106, 0.2);
  margin: 3rem 0;
}

.ce-section table tr,
.ce-section table td {
  border: 1px solid rgba(0, 63, 106, 0.2);
  font-size: 1.4rem;
}

.ce-section table td {
  padding: 2rem;
}

.ce-section table td:first-child {
  width: 40%;
}

.ce-section table td:last-child {
  width: 60%;
}

.ce-section-tab {
  margin-bottom: 1rem;
}

.ce-section-tab__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 1.5rem;
  background: #F5F9FC;
  color: #003F6A;
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 63, 106, 0.1);
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  cursor: pointer;
}

.ce-section-tab__header:hover {
  border-color: rgba(0, 63, 106, 0.3);
}

.ce-section-tab__header .icon-flag {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4.2rem;
  height: 3rem;
  background: center no-repeat;
  margin-right: 1rem;
  border-radius: .2rem;
  background-size: 4.2rem 3rem;
}

.ce-section-tab__body {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.ce-section-tab__body p {
  margin: 2rem 0;
}

.ce-section-tab.__active .ce-section-tab__header {
  background: #ddebf5;
}

.ce-section-tab.__active .ce-section-tab__body {
  height: auto;
}

.ce-desc {
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 100%;
  padding: 2rem 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ce-desc.__show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ce-desc__wrapper {
  background: #fff;
  border-radius: 0.3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5rem 14rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ce-desc__innder {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ce-desc__content {
  max-width: 64rem;
  margin: 0 auto;
}

.ce-link {
  display: inline;
  color: #003F6A;
  border-bottom: 1px solid rgba(0, 63, 106, 0.3);
  -webkit-transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  text-decoration: none;
  cursor: pointer;
}

.ce-link:hover,
.ce-link:active,
.ce-link:focus {
  text-decoration: none;
  border-color: rgba(0, 63, 106, 0.5);
}

.ce-link:hover {
  border-color: rgba(0, 63, 106, 0.5);
}

.ce-pdf {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.ce-pdf i {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: .5rem;
  background-image: url("/sites/all/themes/ndcp_v2/images/icons/icon-pdf.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.4rem;
}

.ce-pdf span {
  color: #003F6A;
  -webkit-transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.ce-pdf:hover,
.ce-pdf:active,
.ce-pdf:focus {
  text-decoration: none;
}

.ce-pdf:hover span,
.ce-pdf:active span,
.ce-pdf:focus span {
  border-color: rgba(0, 63, 106, 0.5);
}

.ce-pdf:hover span {
  border-color: rgba(0, 63, 106, 0.5);
}

.ce-clear-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ce-clear-list li {
  padding: 0 !important;
}

.ce-clear-list li::after {
  display: none;
}

#theory,
#m-theory {
  border-top: 4px solid rgba(0, 63, 106, 0.5);
}

#theory .ce-section__title,
#m-theory .ce-section__title {
  color: #003F6A;
}

#stages,
#m-stages {
  border-top: 4px solid rgba(0, 146, 205, 0.5);
}

#stages .ce-section__title,
#m-stages .ce-section__title {
  color: #0092CD;
}

#plan,
#m-plan {
  border-top: 4px solid rgba(0, 130, 55, 0.5);
}

#plan .ce-section__title,
#m-plan .ce-section__title {
  color: #008237;
}

#facilitation,
#m-facilitation {
  border-top: 4px solid rgba(248, 170, 0, 0.5);
}

#facilitation .ce-section__title,
#m-facilitation .ce-section__title {
  color: #F8AA00;
}

#value,
#m-value {
  border-top: 4px solid rgba(187, 189, 192, 0.5);
}

#value .ce-section__title,
#m-value .ce-section__title {
  color: #BBBDC0;
}

#action,
#m-action {
  border-top: 4px solid rgba(205, 119, 44, 0.5);
}

#action .ce-section__title,
#m-action .ce-section__title {
  color: #CD772C;
}

.ce-documents {
  border: 1px solid rgba(0, 63, 106, 0.1);
  background: #F5F9FC;
}

.ce-definition {
  padding: 2rem;
  margin: 0 0 3rem 0;
  background: #F5F9FC;
  border: 1px solid rgba(0, 63, 106, 0.1);
  border-radius: 0.3rem;
}

.ce-definition_transparent {
  background: transparent;
}

.ce-definition__title {
  font-size: 1.6rem;
  font-weight: 600;
}

.ce-definition dt {
  margin: 0 0 2rem 0;
}

.ce-definition dd {
  margin: 0;
  padding: 0;
}

.ce-footnote__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.ce-footnote span {
  font-weight: 400;
  font-size: 1.3rem;
  font-style: italic;
}

.page-ndc-toolbox-navigator .ndc-content,
.page-ndc-toolbox .ndc-content {
  width: 100%;
}

.page-ndc-toolbox-navigator,
.page-ndc-toolbox {
  padding: 0;
}

.page-ndc-toolbox-navigator p,
.page-ndc-toolbox p {
  font-size: 1.4rem;
}

.page-ndc-toolbox-navigator .breadcrumb,
.page-ndc-toolbox .breadcrumb {
  margin-bottom: 0 !important;
  padding: 20px;
}

.page-ndc-toolbox-navigator .ndc-filters,
.page-ndc-toolbox .ndc-filters {
  padding: 20px;
}

.page-ndc-toolbox-navigator .ndc-page-case_studies_page,
.page-ndc-toolbox .ndc-page-case_studies_page {
  padding: 0;
}

.page-ndc-toolbox-navigator .panel-pane.pane-custom.pane-1,
.page-ndc-toolbox .panel-pane.pane-custom.pane-1 {
  position: relative;
  z-index: 2;
}

.page-ndc-toolbox-navigator .panels-flexible-navi_panel_with_landing,
.page-ndc-toolbox .panels-flexible-navi_panel_with_landing {
  display: block;
}

.page-ndc-toolbox-navigator .panels-flexible-navi_panel_with_landing:before,
.page-ndc-toolbox .panels-flexible-navi_panel_with_landing:before {
  display: block;
}

.page-ndc-toolbox-navigator .panels-flexible-navi_panel_with_landing:after,
.page-ndc-toolbox .panels-flexible-navi_panel_with_landing:after {
  display: block;
}

.page-ndc-toolbox-navigator .ndc-content .ndc-container,
.page-ndc-toolbox .ndc-content .ndc-container {
  margin: 0 auto;
  padding: 0;
}

.page-ndc-toolbox-navigator .navicontent .panels-flexible-row-inside,
.page-ndc-toolbox .navicontent .panels-flexible-row-inside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

.page-ndc-toolbox-navigator .navicontent .cs_back_btn,
.page-ndc-toolbox .navicontent .cs_back_btn {
  display: inline-block;
  font-size: 28px;
  text-decoration: none;
  padding-left: 15px;
  color: #003F6A;
  font-family: 'Proxima Nova',Helvetica,'Helvetica Neue',Arial,sans-serif;
  margin: 0;
}

.page-ndc-toolbox-navigator .ndc-container .ndc-section__breadcrumbs,
.page-ndc-toolbox .ndc-container .ndc-section__breadcrumbs {
  display: none;
}

.page-ndc-toolbox-navigator .ndc-container .ndc-content__page,
.page-ndc-toolbox .ndc-container .ndc-content__page {
  width: 100%;
}

.page-ndc-toolbox-navigator .navlanding,
.page-ndc-toolbox .navlanding {
  display: block;
  width: 100%;
  max-width: 1180px;
  min-height: 580px;
  margin: 0 auto 4em;
  position: relative;
}

.page-ndc-toolbox-navigator .navlanding .breadcrumbs,
.page-ndc-toolbox .navlanding .breadcrumbs {
  padding: 20px;
  margin-top: 0;
}

.page-ndc-toolbox-navigator .navlanding .breadcrumb,
.page-ndc-toolbox .navlanding .breadcrumb {
  background-color: transparent !important;
  width: auto;
}

.page-ndc-toolbox-navigator .navlanding div.form,
.page-ndc-toolbox .navlanding div.form {
  width: 520px;
  padding: 0 20px 0;
  position: relative;
  top: 2rem;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.page-ndc-toolbox-navigator .navlanding div.form h2,
.page-ndc-toolbox .navlanding div.form h2 {
  color: #fff;
  font-size: 4.2rem;
  line-height: 1;
  width: 50%;
  margin-bottom: 1rem;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
}

.page-ndc-toolbox-navigator .navlanding div.form p,
.page-ndc-toolbox .navlanding div.form p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 8rem;
  padding: 12px 10px 0 0;
  font-family: 'Montserrat-Light';
  width: 89%;
  font-weight: 600;
}

.page-ndc-toolbox-navigator .navlanding div.form .smallh,
.page-ndc-toolbox .navlanding div.form .smallh {
  font-size: 1.5rem;
  color: black;
  padding: 40px 0 12px 3px;
  display: block;
  font-family: 'Montserrat-Light';
}

.page-ndc-toolbox-navigator .navlanding div.form .smallh span,
.page-ndc-toolbox .navlanding div.form .smallh span {
  display: inline;
  font-family: 'Montserrat-Regular';
}

.page-ndc-toolbox-navigator .navlanding div.form .navigator__btn,
.page-ndc-toolbox .navlanding div.form .navigator__btn {
  width: 85%;
  background: #008237;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 13px;
  position: relative;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  padding: 1.1rem 0 0 0;
  height: 4rem;
  border-radius: 0 !important;
  font-size: 13.5px;
}

.page-ndc-toolbox-navigator .navlanding div.form .navigator__btn:hover,
.page-ndc-toolbox .navlanding div.form .navigator__btn:hover {
  background: #fff;
  border: 2px solid #008237;
  color: #008237;
}

.page-ndc-toolbox-navigator .navlanding div.form .navigator__btn:hover:after,
.page-ndc-toolbox .navlanding div.form .navigator__btn:hover:after {
  background: url(/sites/all/themes/ndcp_v2/images/doublecaretgreen.png) no-repeat center/cover;
}

.page-ndc-toolbox-navigator .navlanding div.form .navigator__btn:after,
.page-ndc-toolbox .navlanding div.form .navigator__btn:after {
  content: "";
  background: url(/sites/all/themes/ndcp_v2/images/doublecaret.png) no-repeat center/cover;
  display: inline-block;
  width: 18px;
  height: 13px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-ndc-toolbox-navigator .navlanding div.form div.navigator-search,
.page-ndc-toolbox-navigator .navlanding div.form form.navigator-search,
.page-ndc-toolbox .navlanding div.form div.navigator-search,
.page-ndc-toolbox .navlanding div.form form.navigator-search {
  display: block;
  position: relative;
  width: 85%;
}

.page-ndc-toolbox-navigator .navlanding div.form div.navigator-search input,
.page-ndc-toolbox-navigator .navlanding div.form form.navigator-search input,
.page-ndc-toolbox .navlanding div.form div.navigator-search input,
.page-ndc-toolbox .navlanding div.form form.navigator-search input {
  outline: none !important;
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 2px solid #d8e2e8;
  font-size: 15px;
  padding: 0;
  overflow: visible;
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
}

.page-ndc-toolbox-navigator .navlanding div.form div.navigator-search input::-webkit-input-placeholder,
.page-ndc-toolbox-navigator .navlanding div.form form.navigator-search input::-webkit-input-placeholder,
.page-ndc-toolbox .navlanding div.form div.navigator-search input::-webkit-input-placeholder,
.page-ndc-toolbox .navlanding div.form form.navigator-search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.page-ndc-toolbox-navigator .navlanding div.form div.navigator-search input:-ms-input-placeholder,
.page-ndc-toolbox-navigator .navlanding div.form form.navigator-search input:-ms-input-placeholder,
.page-ndc-toolbox .navlanding div.form div.navigator-search input:-ms-input-placeholder,
.page-ndc-toolbox .navlanding div.form form.navigator-search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.page-ndc-toolbox-navigator .navlanding div.form div.navigator-search input::-ms-input-placeholder,
.page-ndc-toolbox-navigator .navlanding div.form form.navigator-search input::-ms-input-placeholder,
.page-ndc-toolbox .navlanding div.form div.navigator-search input::-ms-input-placeholder,
.page-ndc-toolbox .navlanding div.form form.navigator-search input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.page-ndc-toolbox-navigator .navlanding div.form div.navigator-search input::placeholder,
.page-ndc-toolbox-navigator .navlanding div.form form.navigator-search input::placeholder,
.page-ndc-toolbox .navlanding div.form div.navigator-search input::placeholder,
.page-ndc-toolbox .navlanding div.form form.navigator-search input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.page-ndc-toolbox-navigator .navlanding div.form div.navigator-search button,
.page-ndc-toolbox-navigator .navlanding div.form form.navigator-search button,
.page-ndc-toolbox .navlanding div.form div.navigator-search button,
.page-ndc-toolbox .navlanding div.form form.navigator-search button {
  width: 40px;
  height: 40px;
  border: none;
  background: url(/sites/all/themes/ndcp_v2/images/search.png) no-repeat 50%;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}

.page-ndc-toolbox-navigator .navlanding div.form .ui-autocomplete,
.page-ndc-toolbox .navlanding div.form .ui-autocomplete {
  border: 1px solid #f5f9fc;
  border-radius: 0;
  border-top: 2px solid #008237;
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  max-height: 350px;
  overflow-y: auto;
  margin-top: -1px;
}

.page-ndc-toolbox-navigator .navlanding div.form .ui-autocomplete li,
.page-ndc-toolbox .navlanding div.form .ui-autocomplete li {
  padding: 10px 32px;
  list-style: none;
  font-size: 16px;
  color: #525354;
}

.page-ndc-toolbox-navigator .navlanding div.form .ui-autocomplete li:hover,
.page-ndc-toolbox .navlanding div.form .ui-autocomplete li:hover {
  background: #f5f9fc;
  cursor: pointer;
}

.page-ndc-toolbox-navigator .navlanding div.form .ui-autocomplete li a,
.page-ndc-toolbox .navlanding div.form .ui-autocomplete li a {
  border: none;
  background: transparent;
  color: #898b8c;
}

.page-ndc-toolbox-navigator .navlanding div.form .ui-autocomplete li a .ui-autocomplete-field-title,
.page-ndc-toolbox .navlanding div.form .ui-autocomplete li a .ui-autocomplete-field-title {
  font-size: 16px;
}

.page-ndc-toolbox-navigator .navlanding div.form .ui-autocomplete li a .ui-autocomplete-field-field_support_type,
.page-ndc-toolbox .navlanding div.form .ui-autocomplete li a .ui-autocomplete-field-field_support_type {
  font-size: 12px;
}

.page-ndc-toolbox-navigator .navlanding .right,
.page-ndc-toolbox .navlanding .right {
  width: 50%;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  position: absolute;
  top: 0;
  right: 0;
  left: -15px;
  background: #52b4d8;
  color: #fff;
}

.page-ndc-toolbox-navigator .navlanding .right h2,
.page-ndc-toolbox-navigator .navlanding .right h3,
.page-ndc-toolbox .navlanding .right h2,
.page-ndc-toolbox .navlanding .right h3 {
  position: relative;
  z-index: 10;
  margin-left: 60px;
  padding: 0;
  letter-spacing: .2px;
}

.page-ndc-toolbox-navigator .navlanding .right h2,
.page-ndc-toolbox .navlanding .right h2 {
  font-size: 5.4rem;
  margin-bottom: 0;
  font-weight: 700;
}

.page-ndc-toolbox-navigator .navlanding .right h3,
.page-ndc-toolbox .navlanding .right h3 {
  font-size: 3.6rem;
  margin-top: 0;
}

.page-ndc-toolbox-navigator .navlanding .right .count1,
.page-ndc-toolbox-navigator .navlanding .right .count2,
.page-ndc-toolbox .navlanding .right .count1,
.page-ndc-toolbox .navlanding .right .count2 {
  width: 131px;
  font-size: 115px;
  line-height: 1;
  font-weight: 700;
  margin-left: 110px;
  float: left;
  position: relative;
  z-index: 5;
  padding-top: 20px;
}

.page-ndc-toolbox-navigator .navlanding .right .count1 span,
.page-ndc-toolbox-navigator .navlanding .right .count2 span,
.page-ndc-toolbox .navlanding .right .count1 span,
.page-ndc-toolbox .navlanding .right .count2 span {
  background: #7a515c;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  font-size: 15px;
  display: block;
  text-align: center;
}

.page-ndc-toolbox-navigator .navlanding .right .count1,
.page-ndc-toolbox .navlanding .right .count1 {
  margin-left: 60px;
}

.page-ndc-toolbox-navigator .navlanding .right .count1 span,
.page-ndc-toolbox .navlanding .right .count1 span {
  background: black;
  color: white;
}

.page-ndc-toolbox-navigator .navlanding .right .count2,
.page-ndc-toolbox .navlanding .right .count2 {
  color: #b2c8dfb8;
}

.page-ndc-toolbox-navigator .navlanding .right .count2 span,
.page-ndc-toolbox .navlanding .right .count2 span {
  background: black;
  color: #b2c8dfb8;
}

.page-ndc-toolbox-navigator .navlanding .right .text,
.page-ndc-toolbox .navlanding .right .text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  clear: both;
  position: relative;
  z-index: 10;
  max-width: 530px;
  padding: 125px 0 40px 110px;
}

.page-ndc-toolbox-navigator .navlanding .right .index__logos_v2,
.page-ndc-toolbox .navlanding .right .index__logos_v2 {
  margin-bottom: 30px;
  padding-top: 0;
}

.page-ndc-toolbox-navigator .navlanding .right .index__logos_v2 img,
.page-ndc-toolbox .navlanding .right .index__logos_v2 img {
  opacity: .5;
}

.page-ndc-toolbox-navigator .navlanding .right .index__logos_v2 .logoh,
.page-ndc-toolbox .navlanding .right .index__logos_v2 .logoh {
  display: inline;
  margin-left: 40px;
  margin-top: 20px;
  color: white;
  font-size: 1.8rem;
}

.page-ndc-toolbox-navigator .navlanding .right .index__logos_v2 .logoh_images,
.page-ndc-toolbox .navlanding .right .index__logos_v2 .logoh_images {
  margin-left: 4rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-ndc-toolbox-navigator .navlanding .right .index__logos_v2 .logoh_images a,
.page-ndc-toolbox .navlanding .right .index__logos_v2 .logoh_images a {
  margin-right: 20px;
}

.page-ndc-toolbox-navigator .navlanding .right .index__logos_v2 .logodesc,
.page-ndc-toolbox .navlanding .right .index__logos_v2 .logodesc {
  display: block;
  margin-left: 90px;
  margin-top: 20px;
  color: #c3daed;
}

.page-ndc-toolbox-navigator .navlanding .right .index__logos,
.page-ndc-toolbox .navlanding .right .index__logos {
  padding: 10px;
  padding-top: 10px;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.page-ndc-toolbox-navigator .navlanding .right .index__logos img,
.page-ndc-toolbox .navlanding .right .index__logos img {
  width: 60px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  opacity: 1;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.page-ndc-toolbox-navigator .navlanding .right .step2__logos,
.page-ndc-toolbox .navlanding .right .step2__logos {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.page-ndc-toolbox-navigator .navlanding .img1,
.page-ndc-toolbox-navigator .navlanding .img2,
.page-ndc-toolbox-navigator .navlanding .img3,
.page-ndc-toolbox-navigator .navlanding .img4,
.page-ndc-toolbox .navlanding .img1,
.page-ndc-toolbox .navlanding .img2,
.page-ndc-toolbox .navlanding .img3,
.page-ndc-toolbox .navlanding .img4 {
  position: relative;
  z-index: 10;
  margin: 10px 0 10px 70px;
  display: block;
  float: left;
}

.page-ndc-toolbox-navigator .navlanding .img2,
.page-ndc-toolbox .navlanding .img2 {
  margin-left: 80px;
}

.page-ndc-toolbox-navigator .ndc_toolbox .breadcrumb,
.page-ndc-toolbox .ndc_toolbox .breadcrumb {
  padding: 20px !important;
}

.page-ndc-toolbox-navigator .navfilters,
.page-ndc-toolbox .navfilters {
  display: none;
  background: #f5f9fc;
  padding-bottom: 30px;
  margin-top: 0;
  padding-top: 3rem;
  margin-right: 1.3rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2rem;
  min-height: 1px;
}

.page-ndc-toolbox-navigator .navfilters:before,
.page-ndc-toolbox .navfilters:before {
  content: "";
  position: absolute;
  top: 0;
  right: 360px;
  width: 100vw;
  height: 100%;
  background: #f5f9fc;
  z-index: -1;
}

.page-ndc-toolbox-navigator .navfilters .filtooltip .glyphicon,
.page-ndc-toolbox .navfilters .filtooltip .glyphicon {
  opacity: 0.1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
  margin-left: 7px;
  color: #414141;
}

.page-ndc-toolbox-navigator .navfilters .filtooltip .glyphicon:hover,
.page-ndc-toolbox .navfilters .filtooltip .glyphicon:hover {
  opacity: 0.6;
}

.page-ndc-toolbox-navigator .navfilters .inside,
.page-ndc-toolbox .navfilters .inside {
  margin: 0;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-form,
.page-ndc-toolbox .navfilters .inside .views-exposed-form {
  margin-bottom: 200px;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-form fieldset.panel,
.page-ndc-toolbox .navfilters .inside .views-exposed-form fieldset.panel {
  padding: 0;
  border: 0;
  background: inherit;
  width: 350px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-form fieldset.panel.collapsed,
.page-ndc-toolbox .navfilters .inside .views-exposed-form fieldset.panel.collapsed {
  height: inherit;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-form fieldset.panel legend,
.page-ndc-toolbox .navfilters .inside .views-exposed-form fieldset.panel legend {
  padding: 0;
  margin: 0;
  background: inherit;
  border: none;
  position: relative;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-form fieldset.panel legend a,
.page-ndc-toolbox .navfilters .inside .views-exposed-form fieldset.panel legend a {
  font-size: 13.5px;
  margin: 0;
  padding: 20px 0;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  padding-right: 90px;
  border: none;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-form fieldset.panel legend a:before,
.page-ndc-toolbox .navfilters .inside .views-exposed-form fieldset.panel legend a:before {
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  /*right: 42px;*/
  right: 0px;
  border-bottom: 2px solid #013f6a;
  border-right: 2px solid #013f6a;
  margin-right: 1rem;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 4px;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-form fieldset.panel legend a.collapsed:before,
.page-ndc-toolbox .navfilters .inside .views-exposed-form fieldset.panel legend a.collapsed:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-form fieldset.panel .panel-body,
.page-ndc-toolbox .navfilters .inside .views-exposed-form fieldset.panel .panel-body {
  padding: 0;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget {
  width: 100%;
  padding-right: 0;
  padding-bottom: 24px;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget #edit-field-basics-understand-ndc-tid-wrapper label,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget #edit-field-basics-understand-ndc-tid-wrapper label {
  display: none;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget #edit-field-basics-understand-ndc-tid-wrapper .form-item label,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget #edit-field-basics-understand-ndc-tid-wrapper .form-item label {
  display: unset;
  padding-left: 0.5rem;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget label,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget label {
  display: block;
  text-transform: none;
  font-size: 15px;
  line-height: 1.2;
  max-width: 360px;
  color: #0165b5;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget label .tooltip,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget label .tooltip {
  font-size: 15px;
  color: #fff;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .views-widget,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .views-widget {
  max-width: 347px;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .views-widget .selectric-scroll,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .views-widget .selectric-scroll {
  background: #ffffff !important;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .views-widget .selectric-items li,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .views-widget .selectric-items li {
  font-size: 1.4rem !important;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .views-widget .selectric,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .views-widget .selectric {
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .views-widget .selectric .label,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .views-widget .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 1.6rem;
  line-height: 38px;
  color: #444;
  height: 38px;
  padding: 0;
  font-weight: normal;
  text-align: left;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .views-widget .selectric .button,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .views-widget .selectric .button {
  background: #fff url(/sites/all/themes/ndcp_v2/images/filtarr.png) no-repeat 50% 50%;
  color: #BBB;
  top: 1px;
  height: 36px;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .views-widget .selectric .button:after,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .views-widget .selectric .button:after {
  display: none;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .views-widget .selectric-items .disabled,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .views-widget .selectric-items .disabled {
  display: none;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .views-widget #edit-title,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .views-widget #edit-title {
  background: #e0edf6;
  border-style: none;
  width: 100%;
  padding: 1rem 0 1rem 3rem;
  padding-left: 3rem;
  border-radius: 50px;
  font-size: 1.4rem;
  position: relative;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .views-widget #edit-title:after,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .views-widget #edit-title:after {
  content: 'Search';
  position: absolute;
  left: 5px;
  top: 0;
  color: #bbb;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .views-widget .bef-select-as-radios,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .views-widget .bef-select-as-radios {
  padding-left: 14px;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .chosen-container,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .chosen-container {
  width: 100% !important;
  padding: 0px;
  background-color: initial;
  border: none;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .chosen-container .chosen-single,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .chosen-container .chosen-single {
  min-width: 150px;
  position: relative;
  border: solid 1px #BBB;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  height: 35px;
  max-width: 100%;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .chosen-container .chosen-single span,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .chosen-container .chosen-single span {
  padding: 0 8px 0 21px;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  margin-left: -13px;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .filter-selected-options,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .filter-selected-options {
  margin-right: 40px;
  max-width: 347px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 100;
  font-size: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .filter-selected-options .filter-selected-options__unit,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .filter-selected-options .filter-selected-options__unit {
  position: relative;
  background: #7a9bb3;
  margin: 1rem .5rem 0 0;
  padding: .5rem 3rem .5rem 1rem;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 400;
}

.page-ndc-toolbox-navigator .navfilters .inside .views-exposed-widget .filter-selected-options .filter-selected-options__unit .close,
.page-ndc-toolbox .navfilters .inside .views-exposed-widget .filter-selected-options .filter-selected-options__unit .close {
  display: block;
  position: absolute;
  right: 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 1;
  background-size: contain;
  top: 4px;
}

.page-ndc-toolbox-navigator .navfilters .pane-node-compare-node-compare-items #node-compare-items .filters__notification,
.page-ndc-toolbox .navfilters .pane-node-compare-node-compare-items #node-compare-items .filters__notification {
  display: block;
  bottom: 40px;
  background: #0165b5;
  color: #fff;
  right: 50px;
  height: auto;
  -webkit-transition: bottom .5s ease-in-out;
  -o-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
  z-index: 50;
  font-family: sans-serif;
  width: 290px;
  position: fixed;
  padding: 5px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  text-align: center;
}

.page-ndc-toolbox-navigator .navfilters .pane-node-compare-node-compare-items #node-compare-items .filters__notification .notification__title,
.page-ndc-toolbox .navfilters .pane-node-compare-node-compare-items #node-compare-items .filters__notification .notification__title {
  font-size: 18px;
  font-weight: 300;
  margin: 15px 0 22px;
}

.page-ndc-toolbox-navigator .navfilters .pane-node-compare-node-compare-items #node-compare-items .filters__notification .notification__text,
.page-ndc-toolbox .navfilters .pane-node-compare-node-compare-items #node-compare-items .filters__notification .notification__text {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 15px;
}

.page-ndc-toolbox-navigator .navfilters .pane-node-compare-node-compare-items #node-compare-items .filters__notification .notification__btn,
.page-ndc-toolbox .navfilters .pane-node-compare-node-compare-items #node-compare-items .filters__notification .notification__btn {
  background: #fff;
  color: #0165b5;
  border: 1px solid #0165b5;
  font-weight: 100;
  display: block;
  padding: 10px 0;
  width: 100%;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.page-ndc-toolbox-navigator .navcontent,
.page-ndc-toolbox .navcontent {
  /*margin-left: 15px;*/
  margin-top: 15px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.page-ndc-toolbox-navigator .navcontent .pane-page-breadcrumb .breadcrumb,
.page-ndc-toolbox .navcontent .pane-page-breadcrumb .breadcrumb {
  padding-left: 20px !important;
}

.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .pane-title,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .pane-title,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .pane-title,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .pane-title {
  display: none;
}

.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field {
  margin-top: .7rem;
}

.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-row,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .views-row,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-row,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .views-row {
  margin: 0;
  position: relative;
}

.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-title,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-title,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-title,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-title {
  margin-top: 1.4rem;
  margin-right: 120px;
  line-height: 1;
}

.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-title a,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-title a,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-title a,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-title a {
  text-decoration: none;
  font-size: 24px;
  padding-top: 4px;
  color: #152864;
}

.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-field-toolbox-sector,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-field-evaluate-potential-develop,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-field-toolbox-sector,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-field-evaluate-potential-develop,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-field-toolbox-sector,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-field-evaluate-potential-develop,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-field-toolbox-sector,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-field-evaluate-potential-develop {
  display: none;
}

.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-node-compare-link,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-node-compare-link,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-node-compare-link,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-node-compare-link {
  position: absolute;
  right: 0;
  top: 8px;
}

.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-node-compare-link a,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-node-compare-link a,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-node-compare-link a,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-node-compare-link a {
  font-size: 13px;
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-node-compare-link a:before,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-node-compare-link a:before,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-node-compare-link a:before,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-node-compare-link a:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #0165b5;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 12px;
  margin-top: -5px;
  text-align: center;
}

.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-node-compare-link a.remove:before,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-node-compare-link a.remove:before,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-node-compare-link a.remove:before,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-node-compare-link a.remove:before {
  content: '\00AC';
  background: #0165b5;
  color: #fff;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  font-size: 3rem;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .3rem .3rem 0rem 0rem;
}

.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .smfield,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .smfield,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .smfield,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .smfield {
  font-size: 13px;
}

.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .smfield .field-content,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .smfield .field-content,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .smfield .field-content,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .smfield .field-content {
  color: #287dc0;
}

.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-body,
.page-ndc-toolbox-navigator .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-body,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-navigator-panel-pane-1 .views-field-body,
.page-ndc-toolbox .navcontent .pane-ndc-toolbox-panel-pane-1 .views-field-body {
  margin-bottom: 2.8rem;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.3;
}

.page-ndc-toolbox-navigator .filter-counter,
.page-ndc-toolbox .filter-counter {
  z-index: 49;
  background: #f5f9fc;
  max-width: 36%;
  border: none;
  overflow: hidden;
  padding: 0;
  width: 99%;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-ndc-toolbox-navigator .filter-counter .container,
.page-ndc-toolbox .filter-counter .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem 25px;
  width: 100%;
  position: relative;
}

.page-ndc-toolbox-navigator .filter-counter .container:before,
.page-ndc-toolbox .filter-counter .container:before {
  content: "";
  width: 1000px;
  height: 1px;
  border-top: 1px solid #edeef1;
  background: #f5f9fc;
  position: absolute;
  top: 0;
  left: -100px;
}

.page-ndc-toolbox-navigator .filter-counter .container .filter-counter__result,
.page-ndc-toolbox .filter-counter .container .filter-counter__result {
  position: relative;
  margin-right: 103px;
  float: left;
  line-height: 41px;
  font-size: 1.8rem;
  float: right;
  margin-right: 108px;
  font-family: "Proxima Nova";
  font-weight: 700;
}

.page-ndc-toolbox-navigator .filter-counter .container .filter-counter__clear,
.page-ndc-toolbox .filter-counter .container .filter-counter__clear {
  width: 125px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #18a5d8;
  border-radius: 3px;
  display: block;
  text-align: center;
  color: #18a5d8;
  padding: 0;
  margin-right: 20px;
  float: right;
  text-decoration: none;
}

.page-ndc-toolbox-navigator .filter-counter .container .filter-counter__clear a,
.page-ndc-toolbox .filter-counter .container .filter-counter__clear a {
  background-color: transparent;
}

.page-ndc-toolbox-navigator .panels-flexible-navi_panel_with_landing .panels-flexible-row,
.page-ndc-toolbox .panels-flexible-navi_panel_with_landing .panels-flexible-row {
  padding: 0;
}

.page-ndc-toolbox-navigator .view-content,
.page-ndc-toolbox .view-content {
  position: relative;
}

#customPreLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 50;
}

.toolbox_icon {
  z-index: 1;
  position: relative;
}

.toolbox_icon img {
  display: block;
  width: 100px;
  margin: 2%;
  margin-left: auto;
}

.logoh_images--small {
  height: 60px !important;
  width: auto !important;
}

.ndc-results__table .ndc-table__row {
  padding-left: 20px;
}

.node-type-toolbox .ndc-section {
  padding-top: 0;
}

.node-type-toolbox .ndc-tool__section {
  padding: 0;
  border: none;
}

.node-type-toolbox .breadcrumbs a {
  color: #337ab7;
}

.node-type-toolbox .ndc-section_small {
  padding: 0;
}

.node-type-toolbox .fund__back {
  margin: 2.5rem 1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.node-type-toolbox .fund__back .fund__return {
  font-size: 1.2rem;
  color: #013f6a;
  text-decoration: none;
  border: none;
  background: none;
  padding: 0;
}

.node-type-toolbox .fund__back .fund__return:before {
  content: "";
  display: inline-block;
  width: .7rem;
  height: .7rem;
  border-bottom: 2px solid #013f6a;
  border-right: 2px solid #013f6a;
  margin-right: 1rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.node-type-toolbox h1 {
  color: #0165b5;
  font-size: 4.2rem;
  font-weight: 400;
  font-family: inherit;
}

.node-type-toolbox .ndc-content__main {
  border: none;
  padding-bottom: 50px;
}

.node-type-toolbox .ndc-content__main a {
  color: #0165b5;
}

.node-type-toolbox .ndc-content__main a.ndc-btn_blue {
  color: white;
}

.node-type-toolbox .ndc-content__main fieldset.collapsible {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 2.5rem;
  margin-bottom: 0;
}

.node-type-toolbox .ndc-content__main fieldset.collapsible legend {
  background-color: transparent;
  border-bottom: 1px dotted #e5ebf0;
  padding: 2.6rem 0;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-bottom: 0;
}

.node-type-toolbox .ndc-content__main fieldset.collapsible legend a {
  font-size: 1.6rem;
  color: #000;
  margin-left: -3.5rem;
  text-decoration: none;
}

.node-type-toolbox .ndc-content__main fieldset.collapsible legend a:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 2px solid #013f6a;
  border-right: 2px solid #013f6a;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-right: 2rem;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.node-type-toolbox .ndc-content__main fieldset.collapsible legend a.collapsed:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.node-type-toolbox .ndc-content__main fieldset.collapsible .panel-body .field-items {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: max-height .2s ease-out;
  -o-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
  color: black;
}

.node-type-toolbox .ndc-content__main fieldset.collapsed {
  height: inherit;
}

.node-type-toolbox .ndc-content__main fieldset .panel-body {
  padding: 15px 0;
  border-bottom: 1px solid #cbd8e1;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.node-type-toolbox .group-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.node-type-toolbox .group-support .field-name-field-support-provider,
.node-type-toolbox .group-support .field-name-field-funds-purpose-of-support {
  padding: 15px;
  background: #eeeeee;
  margin-bottom: 4.2rem;
  margin-top: 2rem;
  margin-right: 80px;
  font-size: 14px;
  line-height: 15px;
  display: block;
}

.node-type-toolbox .group-support .field-name-field-support-provider h2,
.node-type-toolbox .group-support .field-name-field-funds-purpose-of-support h2 {
  font-size: 1.6rem;
  font-weight: normal;
}

.node-type-toolbox .group-support .field-name-field-support-provider .field-label,
.node-type-toolbox .group-support .field-name-field-funds-purpose-of-support .field-label {
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 15px;
  width: 100%;
  text-align: left;
}

.node-type-toolbox .group-support .field-name-field-support-provider .field-items,
.node-type-toolbox .group-support .field-name-field-funds-purpose-of-support .field-items {
  padding: 0 !important;
  width: 100%;
}

.node-type-toolbox .group-support .field-name-field-support-provider .field-items p,
.node-type-toolbox .group-support .field-name-field-funds-purpose-of-support .field-items p {
  color: inherit;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  text-decoration: none;
  color: #0165b5;
  text-decoration: underline;
  cursor: pointer;
}

.node-type-toolbox .group-support .field-name-field-support-provider .field-items p:hover,
.node-type-toolbox .group-support .field-name-field-funds-purpose-of-support .field-items p:hover {
  border-bottom: 1px solid #0164b500;
}

.node-type-toolbox .field-name-field-funds-eligible-countries-t {
  margin-top: 15px;
}

.node-type-toolbox .field-name-field-steps-to-access {
  padding-top: 4.8rem;
}

.node-type-toolbox .field-name-field-steps-to-access .field-label {
  margin-bottom: 3.7rem;
  font-weight: 700;
  font-size: 2.2rem;
}

.node-type-toolbox .field-name-field-steps-to-access .fund-steps__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.node-type-toolbox .field-name-field-steps-to-access .fund-steps__inner .fund-steps__unit {
  background: #fff;
  border: 1px solid #e5ebf0;
  border-radius: 5px;
  padding: 2.4rem 1.6rem;
  margin: 0 2.8rem 2.8rem 0;
  min-height: 24.5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.node-type-toolbox .field-name-field-steps-to-access .fund-steps__inner .fund-steps__unit .fund-steps__num {
  padding-left: 35px;
  background: url(../images/arrow5.png) no-repeat 0 14px;
  position: relative;
  border-bottom: none;
  margin-bottom: 2rem;
  color: #0165b5;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 900;
  border-bottom: 1px solid #0165b5;
  width: 25%;
  margin-bottom: 1.5rem;
}

.node-type-toolbox .field-name-field-steps-to-access .fund-steps__inner .fund-steps__unit .fund-steps__num:after {
  left: 35px;
  width: calc(100% - 35px);
  content: "";
  width: 45px;
  height: 2px;
  background: #0165b5;
  display: block;
  position: absolute;
  top: 106%;
  left: 0;
}

.node-type-toolbox .field-name-field-steps-to-access .fund-steps__inner .fund-steps__unit .fund-steps__description {
  padding-left: 35px;
  font-size: 16px;
  margin-right: 60px;
  line-height: 1.2;
  color: #000;
}

.node-type-toolbox .field-name-field-funds-relevant-resources {
  background: #f5f9fc;
  padding: 40px 20px;
  color: #000;
  margin-bottom: 47px;
}

.node-type-toolbox .field-name-field-funds-relevant-resources .field-label {
  font-weight: 700;
  font-size: 2.2rem;
}

.node-type-toolbox .field-name-field-funds-relevant-resources ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.node-type-toolbox .field-name-field-funds-relevant-resources ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 55px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1.15;
}

.node-type-toolbox .field-name-field-funds-relevant-resources ul li:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/globe2.png) no-repeat;
  float: left;
  margin-right: 1rem;
}

.node-type-toolbox .field-name-field-funds-relevant-resources ul li:last-child {
  margin-right: 20px;
}

.node-type-toolbox .field-name-field-funds-relevant-resources ul li,
.node-type-toolbox .field-name-field-funds-relevant-resources ul a {
  text-decoration: underline;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
}

.node-type-toolbox .ndc-content__side .field-item {
  padding: 0;
  font-size: 15px;
}

.node-type-toolbox .ndc-content__side .field-item h2 {
  font-size: 15px;
  font-weight: normal;
}

.node-type-toolbox .ndc-content__side .field-item a {
  color: #0165b5;
  text-decoration: none;
}

.node-type-toolbox .ndc-content__side .field-name-field-official-website a,
.node-type-toolbox .ndc-content__side .field-name-field-organizational-information a,
.node-type-toolbox .ndc-content__side .field-name-field-contact-information-other a {
  color: #0165b5;
  text-decoration: none;
}

.node-type-toolbox .ndc-content__side .field-name-field-sector-topic .field-item {
  margin: 0;
  background-color: inherit;
}

.node-type-toolbox .ndc-content__side .ndc-btn_small {
  margin-top: 2rem;
  border-radius: 4px;
}

.node-type-toolbox .fund__steps {
  padding-top: 4.8rem;
}

.node-type-toolbox .fund__steps .fund__subheader {
  margin-bottom: 3.7rem;
}

.node-type-toolbox .fund__steps .field-label {
  margin-bottom: 3.7rem;
  font-weight: 600;
  font-size: 2.2rem;
}

.node-type-toolbox .fund__steps .fund-steps__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  /*margin-bottom: 2.5rem;*/
}

.node-type-toolbox .fund__steps .fund-steps__unit {
  background: #fff;
  border: 1px solid #e5ebf0;
  border-radius: 5px;
  padding: 2.4rem 1.6rem;
  margin: 0 2.8rem 2.8rem 0;
  min-height: 24.5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.node-type-toolbox .fund__steps .fund-steps__unit:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.node-type-toolbox .fund__steps .fund-steps__num {
  position: relative;
  border-bottom: none;
  margin-bottom: 2rem;
  padding-left: 35px;
  background: url(/sites/all/themes/ndcp_v2/images/arrow5.png) no-repeat 0 14px;
  width: 25%;
  color: #0165b5;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 400;
}

.node-type-toolbox .fund__steps .fund-steps__num:after {
  content: "";
  height: 2px;
  background: #0165b5;
  display: block;
  position: absolute;
  top: 106%;
  left: 35px;
  width: calc(100% - 20px);
}

.node-type-toolbox .fund__steps .fund-steps__unit:nth-child(3n) .fund-steps__description {
  margin-right: 0;
}

.node-type-toolbox .fund__steps .fund-steps__description {
  word-wrap: break-word;
  font-size: 16px;
  margin-right: 30px;
  line-height: 1.2;
  padding-left: 35px;
}

.node-type-toolbox .fund__steps .steps__popup {
  position: fixed;
  width: 80vw;
  height: 90vh;
  left: 10vw;
  top: 5vh;
  overflow: auto;
  padding: 90px 70px 30px;
  z-index: 151;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

.node-type-toolbox .fund__steps .steps__popup .close {
  background: url(/sites/all/themes/ndcp_v2/images/close1.png) no-repeat 0 0;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.node-type-toolbox .fund__steps .steps__popup .title {
  font-size: 3em;
  color: #0165b5;
  text-transform: uppercase;
  padding-bottom: 17px;
}

.node-type-toolbox .fund__steps .steps__popup .item:before {
  clear: both;
}

.node-type-toolbox .fund__steps .steps__popup .item .top {
  padding: 28px 17px;
  font-size: 2em;
  line-height: 42px;
  position: relative;
  cursor: pointer;
  border-top: 1px dotted #e5ebf0;
}

.node-type-toolbox .fund__steps .steps__popup .item .top .st_arrow {
  background: url(/sites/all/themes/ndcp_v2/images/arrow3.png) no-repeat 0 0;
  position: absolute;
  top: 39px;
  right: 21px;
  width: 23px;
  height: 12px;
}

.node-type-toolbox .fund__steps .steps__popup .item .top[aria-expanded="true"] {
  background: #f5f9fc;
  border-top-color: transparent;
}

.node-type-toolbox .fund__steps .steps__popup .item .top[aria-expanded="true"] .st_arrow {
  background: url(/sites/all/themes/ndcp_v2/images/arrow2.png) no-repeat 0 0;
}

.node-type-toolbox .fund__steps .steps__popup .item .top .num {
  color: #0165b5;
  font-weight: 500;
  display: block;
  float: left;
  margin-right: 32px;
}

.node-type-toolbox .fund__steps .steps__popup .item .text {
  opacity: 1;
  padding: 28px 0 0 85px;
  padding-bottom: 20px;
}

.node-type-toolbox .fund__steps .steps__popup .item .text .col1 {
  width: 90%;
}

.node-type-toolbox .fund__steps .steps__popup .item .text .col1 .h {
  position: relative;
  cursor: pointer;
  margin-top: 30px;
  font-size: 22px;
  padding-bottom: 12px;
}

.node-type-toolbox .fund__steps .steps__popup .item .text .col1 .h:before {
  content: "";
  position: absolute;
  left: -57px;
  top: -6px;
  display: block;
  width: 29px;
  height: 29px;
  background: url(/sites/all/themes/ndcp_v2/images/bg.png) no-repeat 0 0;
}

.node-type-toolbox .fund__steps .steps__popup .item .text .col1 .more {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

.node-type-toolbox .fund__steps .steps__popup .item .text .col1 .more .gray {
  font-size: 14px;
  color: #797979;
  margin-bottom: 55px;
  line-height: 1.4;
}

.node-type-toolbox .fund__steps .steps__popup .item .text .col2 {
  width: 220px;
  float: left;
}

.node-type-toolbox .fund__steps .steps__popup .item .text .col2 a {
  padding-left: 38px;
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  color: #0165b5;
  line-height: 1.4;
  margin-bottom: 15px;
}

.node-type-toolbox .fund__steps .steps__popup .item .text .col2 a:before {
  content: "\e144";
  position: relative;
  top: 1px;
  left: -10px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.node-type-toolbox .fund__steps .steps__popup .item .text:after {
  content: "";
  display: block;
  clear: both;
}

.node-type-toolbox .fund__steps .steps__popup .item:after {
  content: "";
  display: block;
  clear: both;
}

.node-type-toolbox .fund__steps .mask {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.node-type-toolbox .fund__steps .field-label {
  color: #000;
}

.node-type-toolbox .field-items .field-expander {
  margin-right: 7rem;
}

.node-type-toolbox .field-items .field-expander p {
  letter-spacing: 0.41px;
  line-height: 1.2;
  margin-bottom: 9.3rem;
  margin-bottom: 2.3rem;
  font-size: 17px;
  color: #000;
}

.node-type-case-study {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 100 !important;
}

.node-type-case-study .ndc-section_small {
  padding: 0;
  font: 1.4rem/1.4 'Montserrat-Light',Helvetica,'Helvetica Neue',Arial,sans-serif;
}

.node-type-case-study .fund__back {
  margin: 4.5rem 1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.node-type-case-study .fund__back .fund__return {
  font-size: 1.2rem;
  color: #013f6a;
  text-decoration: none;
  border: none;
  background: none;
  padding: 0;
}

.node-type-case-study .fund__back .fund__return:before {
  content: "";
  display: inline-block;
  width: .7rem;
  height: .7rem;
  border-bottom: 2px solid #013f6a;
  border-right: 2px solid #013f6a;
  margin-right: 1rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.node-type-case-study .ndc-content__main {
  width: 100%;
  border: none;
}

.node-type-case-study .ndc-content__main ul {
  margin-left: -26px;
}

.node-type-case-study .ndc-content__main ul li {
  padding-bottom: 20px;
  color: #7C6E66;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 1.4rem;
}

.node-type-case-study .leftcol .cs-field-group-div h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #152864;
  text-decoration: underline;
  padding: 2rem;
}

.node-type-case-study .leftcol fieldset.collapsible {
  padding: 0;
  border: none;
  margin: 0;
}

.node-type-case-study .leftcol fieldset.collapsible.collapsed {
  height: inherit;
}

.node-type-case-study .leftcol fieldset.collapsible .field {
  padding: 0;
}

.node-type-case-study .leftcol fieldset.collapsible legend {
  background: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 2rem;
}

.node-type-case-study .leftcol fieldset.collapsible legend a {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #414141;
  text-decoration: none;
  outline: 0;
  position: relative;
}

.node-type-case-study .leftcol fieldset.collapsible legend a:before {
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 0;
  border-bottom: 2px solid #013f6a;
  border-right: 2px solid #013f6a;
  margin-right: 1rem;
  -ms-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  top: 35%;
}

.node-type-case-study .leftcol fieldset.collapsible legend a[aria-expanded="true"] {
  color: #0165b5;
}

.node-type-case-study .leftcol fieldset.collapsible legend a[aria-expanded="true"]:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.node-type-case-study .leftcol fieldset.collapsible legend:has(a[aria-expanded="true"]) {
  background: #f4f8fb;
}

.node-type-case-study .leftcol .field-name-title {
  /*margin-left: 105px;*/
  margin-right: 50px;
  display: block;
}

.node-type-case-study .leftcol .field {
  font-size: 16px;
  padding: 0 0 30px 0;
}

.node-type-case-study .leftcol .field .field-items .field-item h2 {
  margin-top: 0;
  color: #152864;
  font-size: 4.1rem;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.node-type-case-study .leftcol .field .field-items .field-item p,
.node-type-case-study .leftcol .field .field-items .field-item ul,
.node-type-case-study .leftcol .field .field-items .field-item li {
  color: #333333;
  line-height: 1.5;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.node-type-case-study .leftcol .field .field-items .field-item a {
  color: #008237;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.node-type-case-study .leftcol .field-label,
.node-type-case-study .leftcol .label-above {
  font-weight: 500;
  font-size: 22.5px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #152864;
  margin-bottom: 30px;
}

.node-type-case-study .leftcol .field-name-field-download,
.node-type-case-study .leftcol .field-name-field-cs-pdf-linking-method {
  margin-bottom: 25px;
}

.node-type-case-study .leftcol .field-name-field-download a.dllink,
.node-type-case-study .leftcol .field-name-field-cs-pdf-linking-method a.dllink {
  display: block;
  width: calc(100% - 5px);
  height: 40px;
  line-height: 40px;
  border: 1px solid #0165b5;
  color: #0165b5;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 25px;
  font-size: 14px;
  background: #0165b5;
  color: #fff;
}

.node-type-case-study .leftcol .field-name-field-download #fileslist,
.node-type-case-study .leftcol .field-name-field-cs-pdf-linking-method #fileslist {
  padding: 10px;
}

.node-type-case-study .leftcol .field-name-field-download #fileslist .field,
.node-type-case-study .leftcol .field-name-field-cs-pdf-linking-method #fileslist .field {
  padding: 2px;
}

.node-type-case-study .leftcol .field-name-field-image-text-link .glyphicon,
.node-type-case-study .leftcol .field-name-field-image-text-link-2 .glyphicon,
.node-type-case-study .leftcol .field-name-field-image-text-link-3 .glyphicon {
  margin-right: 10px;
}

.node-type-case-study .leftcol .field-name-field-image-text-link a,
.node-type-case-study .leftcol .field-name-field-image-text-link-2 a,
.node-type-case-study .leftcol .field-name-field-image-text-link-3 a {
  text-decoration: none;
}

.node-type-case-study .leftcol .field-name-field-image-text-link img,
.node-type-case-study .leftcol .field-name-field-image-text-link-2 img,
.node-type-case-study .leftcol .field-name-field-image-text-link-3 img {
  width: 150px;
}

.node-type-case-study .leftcol .less-link,
.node-type-case-study .leftcol .more-link {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #0165b5;
  color: #0165b5;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 45px;
  font-size: 14px;
}

.node-type-case-study .leftcol .less-link:hover,
.node-type-case-study .leftcol .more-link:hover {
  background: #0165b5;
  color: #fff;
}

.node-type-case-study .leftcol .field-name-field-case-summary {
  background: #f5f9fc;
  padding: 20px;
}

.node-type-case-study .leftcol .field-name-field-case-summary a {
  outline: none;
}

.node-type-case-study .leftcol .field-name-field-case-summary img {
  max-width: 100%;
}

.node-type-case-study .leftcol .field-name-field-case-summary .cs_images {
  margin-top: 14px;
}

.node-type-case-study .leftcol .field-name-field-case-summary .cs_img {
  width: 100%;
  margin-bottom: 10px;
}

.node-type-case-study .leftcol .group-further-information .field-label,
.node-type-case-study .leftcol .group-further-information .label-above {
  font-size: 20px;
  margin-bottom: 5px;
}

.node-type-case-study .leftcol .group-further-information .field-items {
  margin-bottom: 30px;
}

.node-type-case-study .leftcol .group-further-information .field-items .field-item > * :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.node-type-case-study .rightcol .field {
  font-size: 15px;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 2.5rem;
}

.node-type-case-study .rightcol .field-label {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #152864;
  font-weight: 900;
  margin-bottom: 1rem;
  font-size: 16px;
}

.node-type-case-study .rightcol .field-name-field-countryfield img {
  display: inline;
  width: 30px;
  margin-right: 10px;
}

.panels-flexible-row-inside-last,
.panels-flexible-row-last,
.panel-flexible {
  width: 100%;
}

.page-climate-finance-explorer,
.page-good-practice-database {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.ndc-page-climate-finance-explorer {
  padding: 0 !important;
}

.ndc-page-climate-finance-explorer .panels-flexible-row {
  padding: 0 !important;
}

.ndc-page-climate-finance-explorer .views-row {
  position: relative;
}

.ndc-page-climate-finance-explorer .navlanding {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 4em;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.ndc-page-climate-finance-explorer .navlanding #mini-panel-funds_landing .panels-flexible-3-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ndc-page-climate-finance-explorer .navlanding .breadcrumb {
  background-color: transparent !important;
  width: auto;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first {
  padding-top: 7rem;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator__header_v2 {
  width: 80%;
  margin: 0 0 2rem;
  font-size: 4.1rem;
  text-transform: uppercase;
  color: #7dafca;
  line-height: 1;
  font-family: "Montserrat-Bold";
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator__description {
  margin: 35px 0 40px;
  width: 80%;
  letter-spacing: 0.52px;
  line-height: 1.3;
  color: #000;
  font-family: "Montserrat-Light";
  font-size: 1.6rem;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator__description a {
  color: #008237;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator__button {
  width: 100%;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator__button .navigator__btn {
  display: block;
  text-transform: uppercase;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  padding: 1.1rem 0;
  font-size: 13.5px;
  position: relative;
  border-style: none;
  background: #008237;
  color: #fff;
  font-family: "Montserrat-Bold";
  outline: none;
  z-index: 1;
  text-decoration: none;
  border: 2px solid #008237 !important;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator__button .navigator__btn:hover {
  background: #fff;
  color: #008237;
  border: 2px solid #008237 !important;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator__button .navigator__btn:hover:after {
  background: url(/sites/all/themes/ndcp_v2/images/doublecaretgreen.png) no-repeat center/cover;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator__button .navigator__btn:after {
  content: "";
  background: url(/sites/all/themes/ndcp_v2/images/doublecaret.png) no-repeat center/cover;
  display: inline-block;
  width: 18px;
  height: 13px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-subhead {
  margin-bottom: 0.3rem;
  font-size: 15px;
  line-height: 1;
  font-family: "Montserrat-Light";
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-subhead span {
  font-family: "Montserrat-Regular";
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search {
  width: 80%;
  position: relative;
  margin-bottom: 1.2rem;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search input {
  outline: none !important;
  width: 100%;
  height: 50px;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 2px solid #dedad3;
  font-size: 15px;
  padding: 0;
  overflow: visible;
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search input::-webkit-input-placeholder {
  color: lightgrey;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search input:-ms-input-placeholder {
  color: lightgrey;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search input::-ms-input-placeholder {
  color: lightgrey;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search input::placeholder {
  color: lightgrey;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search button {
  background: #fff;
  border: none;
  width: 40px;
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search #autocomplete {
  position: absolute;
  z-index: 100;
  border: 1px solid #f5f9fc !important;
  border-radius: 0;
  border-top: 2px solid #339b5f;
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  max-height: 350px;
  overflow-y: auto;
  margin-top: -1px;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search #autocomplete .live-result-search-item-wrapper {
  white-space: normal;
  padding: 10px 32px;
  list-style: none;
  font-size: 16px;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search #autocomplete li {
  padding: 10px 32px;
  list-style: none;
  font-size: 16px;
  color: #525354;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search #autocomplete li:hover {
  background: #f5f9fc;
  cursor: pointer;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search #autocomplete li a {
  border: none;
  background: transparent;
  color: #898b8c;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search #autocomplete li a .ui-autocomplete-field-title {
  font-size: 16px;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search #autocomplete li a .ui-autocomplete-field-field_support_type {
  font-size: 12px;
}

.ndc-page-climate-finance-explorer .navlanding .fund_icon img,
.ndc-page-climate-finance-explorer .navlanding .case_studies_icon img {
  width: 50%;
  margin: 15% auto;
  display: block;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last {
  position: relative;
  min-height: 664px;
  width: 50%;
  background: #7dafca;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .count1,
.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .count2 {
  width: 131px;
  font-size: 115px;
  line-height: 1;
  font-weight: 700;
  margin-left: 110px;
  position: relative;
  z-index: 5;
  padding-top: 20px;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .count1 span,
.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .count2 span {
  background: #0b2439;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  font-size: 15px;
  display: block;
  text-align: center;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .count1 {
  color: white;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .count2 {
  color: #b2c8dfb8;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .count2 span {
  color: #b2c8dfb8;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .navigator__desc_v2 {
  color: #fff;
  position: relative;
  max-width: 42rem;
  margin: 10rem 0 0 10rem;
  line-height: 1.3;
  opacity: 0.85;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .navigator__desc_v2 a {
  display: block;
  margin-top: 20px;
  width: 340px;
  margin-right: 20px;
  margin-bottom: 11px;
  border: 1px solid #5799ce;
  border-radius: 5px;
  background: url(../images/arrow6.png) no-repeat 95% 50%;
  padding: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 64px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  color: #c3daed;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .navigator__desc_v2 a span {
  font-weight: 700;
  color: #fff;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .navigator__desc_v2 a:last-child {
  margin-right: 0;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .index__logos_v2 {
  margin-bottom: 30px;
  padding-top: 0;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .index__logos_v2 img {
  opacity: 0.5;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .index__logos_v2 .logoh {
  display: inline;
  margin-left: 40px;
  color: white;
  font-size: 1.8rem;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .index__logos_v2 .logoh else {
  margin-left: 2rem;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .index__logos_v2 .logodesc {
  display: block;
  margin-left: 90px;
  margin-top: 20px;
  color: #c3daed;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .index__logos {
  padding: 10px;
  padding-top: 10px;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .index__logos img {
  width: 138px;
  height: auto;
  margin-bottom: 0;
  margin-left: 2rem;
  margin-top: 0.5rem;
  opacity: 1;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .step2__logos {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  /*margin-bottom: 200px;*/
  /*margin-left: 5rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ndc-page-climate-finance-explorer .navicontent .hide-data-total {
  display: none;
}

.ndc-page-climate-finance-explorer .views-exposed-widgets,
.ndc-page-climate-finance-explorer .ndc-container {
  width: 100%;
}

.ndc-page-climate-finance-explorer .view-filters {
  position: relative;
}

.ndc-page-climate-finance-explorer .view-filters:before {
  content: "";
  top: -74px;
  position: absolute;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: calc(100% + 74px);
  background: #f5f9fc;
  z-index: 0;
  display: block;
}

.ndc-page-climate-finance-explorer .view-filters #edit-search-api-views-fulltext {
  background: #e0edf6;
  border-style: none;
  width: 100%;
  padding: 1rem 0 1rem 3rem;
  padding-left: 3rem;
  border-radius: 50px;
  font-size: 1.4rem;
  position: relative;
}

.ndc-page-climate-finance-explorer .view-filters #edit-search-api-views-fulltext:after {
  content: "Search";
  position: absolute;
  left: 5px;
  top: 0;
  color: #bbb;
}

.ndc-page-climate-finance-explorer .inittext h3 {
  color: #152864;
  font-size: 2.25rem;
  margin-bottom: 2rem;
  font-family: "Montserrat-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.ndc-page-climate-finance-explorer .inittext p {
  color: #7c6e66;
  line-height: 1.5;
}

.ndc-page-climate-finance-explorer .inittext ul li {
  color: #7c6e66;
  line-height: 1.5;
}

.ndc-page-climate-finance-explorer .inittext a {
  color: #008237;
}

.ndc-page-climate-finance-explorer .navicontent > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.ndc-page-climate-finance-explorer .navicontent > div:first-child .panel-pane.pane-page-breadcrumb {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.ndc-page-climate-finance-explorer .panels-flexible-region-19-filters_and_content-inside.content-visible {
  display: block;
}

.ndc-page-climate-finance-explorer .panels-flexible-region-19-filters_and_content-inside.content-visible div:first-child {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.ndc-page-climate-finance-explorer .view-content,
.ndc-page-climate-finance-explorer .view-empty {
  margin-top: 3rem;
  position: relative;
}

.ndc-page-climate-finance-explorer .view-content .node h2,
.ndc-page-climate-finance-explorer .view-empty .node h2 {
  width: calc(100% - 100px);
}

.ndc-page-climate-finance-explorer .view-content.invisible {
  height: 0;
}

.ndc-page-climate-finance-explorer .view-footer {
  clear: both;
}

.ndc-page-climate-finance-explorer .pane-node-compare-node-compare-items #node-compare-items .filters__notification {
  display: block;
  bottom: 40px;
  background: #0165b5;
  color: #fff;
  right: 50px;
  height: auto;
  -webkit-transition: bottom 0.5s ease-in-out;
  -o-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
  z-index: 50;
  font-family: sans-serif;
  width: 290px;
  position: fixed;
  padding: 5px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  text-align: center;
}

.ndc-page-climate-finance-explorer .pane-node-compare-node-compare-items #node-compare-items .filters__notification .notification__title {
  font-size: 18px;
  font-weight: 300;
  margin: 15px 0 22px;
}

.ndc-page-climate-finance-explorer .pane-node-compare-node-compare-items #node-compare-items .filters__notification .notification__text {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 15px;
}

.ndc-page-climate-finance-explorer .pane-node-compare-node-compare-items #node-compare-items .filters__notification .notification__btn {
  background: #fff;
  color: #0165b5;
  border: 1px solid #0165b5;
  font-weight: 100;
  display: block;
  padding: 10px 0;
  width: 100%;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ndc-page-climate-finance-explorer .views-exposed-form {
  margin-bottom: 200px;
}

.ndc-page-climate-finance-explorer .views-exposed-form fieldset.panel {
  padding: 0;
  border: 0;
  background: inherit;
  width: 350px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ndc-page-climate-finance-explorer .views-exposed-form fieldset.panel.collapsed {
  height: inherit;
}

.ndc-page-climate-finance-explorer .views-exposed-form fieldset.panel legend {
  padding: 0;
  margin: 0;
  background: inherit;
  border: none;
  position: relative;
}

.ndc-page-climate-finance-explorer .views-exposed-form fieldset.panel legend a {
  font-size: 13.5px;
  margin: 0;
  padding: 20px 0;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  padding-right: 90px;
  border: none;
}

.ndc-page-climate-finance-explorer .views-exposed-form fieldset.panel legend a:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  /*right: 42px;*/
  right: 0px;
  border-bottom: 2px solid #013f6a;
  border-right: 2px solid #013f6a;
  margin-right: 1rem;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 4px;
}

.ndc-page-climate-finance-explorer .views-exposed-form fieldset.panel legend a.collapsed:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ndc-page-climate-finance-explorer .views-exposed-form fieldset.panel .panel-body {
  padding: 0;
}

.ndc-page-climate-finance-explorer .views-exposed-form .container-clear-filters {
  margin: 0 auto;
  padding: 2rem 25px 2rem 5px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ndc-page-climate-finance-explorer .views-exposed-form .container-clear-filters .filter-counter__result {
  position: relative;
  display: inline-block;
  line-height: 41px;
  font-size: 1.8rem;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  margin: 0 auto 0 0;
}

.ndc-page-climate-finance-explorer .views-exposed-form .container-clear-filters .filter-counter__clear {
  width: 125px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #18a5d8;
  border-radius: 3px;
  display: block;
  float: left;
  text-align: center;
  color: #18a5d8;
  padding: 0;
  text-decoration: none;
}

.ndc-page-climate-finance-explorer .views-exposed-form .container-clear-filters .filter-counter__clear a {
  background-color: transparent;
}

.ndc-page-climate-finance-explorer .views-exposed-widget {
  width: 100%;
  padding-right: 0;
  padding-bottom: 24px;
}

.ndc-page-climate-finance-explorer .views-exposed-widget label {
  font-size: 15px;
  line-height: 1.2;
  max-width: 360px;
  color: #0165b5;
  font-weight: 600;
  margin-bottom: 0.5rem;
  z-index: 2;
  position: relative;
}

.ndc-page-climate-finance-explorer .views-exposed-widget label .tooltip {
  font-size: 15px;
  color: #fff;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .views-widget {
  max-width: 347px;
  margin: 0 auto;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .views-widget .selectric-scroll {
  background: #ffffff !important;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .views-widget .selectric-items li {
  font-size: 1.4rem !important;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .views-widget .selectric {
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .views-widget .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 1.6rem;
  line-height: 38px;
  color: #444;
  height: 38px;
  padding: 0;
  font-weight: normal;
  text-align: left;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .views-widget .selectric .button {
  background: #fff url(/sites/all/themes/ndcp_v2/images/filtarr.png) no-repeat 50% 50%;
  color: #bbb;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .views-widget .selectric .button:after {
  display: none;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .views-widget .selectric-items .disabled {
  display: none;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .views-widget #edit-title,
.ndc-page-climate-finance-explorer .views-exposed-widget .views-widget #edit-combine {
  background: #e0edf6;
  border-style: none;
  width: 100%;
  padding: 1rem 0 1rem 3rem;
  padding-left: 3rem;
  border-radius: 50px;
  font-size: 1.4rem;
  position: relative;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .views-widget #edit-title:after,
.ndc-page-climate-finance-explorer .views-exposed-widget .views-widget #edit-combine:after {
  content: "Search";
  position: absolute;
  left: 5px;
  top: 0;
  color: #bbb;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .chosen-container {
  width: 100% !important;
  padding: 0px;
  background-color: initial;
  border: none;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .chosen-container .chosen-single {
  min-width: 150px;
  position: relative;
  border: solid 1px #bbb;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  height: 35px;
  max-width: 100%;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
}

.ndc-page-climate-finance-explorer .views-exposed-widget .chosen-container .chosen-single span {
  padding: 0 8px 0 21px;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  margin-left: -13px;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .filter-selected-options {
  margin-right: 40px;
  max-width: 347px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 100;
  font-size: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .filter-selected-options .filter-selected-options__unit {
  position: relative;
  background: #7a9bb3;
  margin: 1rem 0.5rem 0 0;
  padding: 0.5rem 3rem 0.5rem 1rem;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 400;
}

.ndc-page-climate-finance-explorer .views-exposed-widget .filter-selected-options .filter-selected-options__unit .close {
  display: block;
  position: absolute;
  right: 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 1;
  background-size: contain;
  top: 4px;
}

.ndc-page-climate-finance-explorer .navigator__header_v2 {
  width: 80%;
  margin: 0 0 2rem;
  font-size: 4.1rem;
  text-transform: uppercase;
  color: #7dafca;
  line-height: 1;
  font-family: "Montserrat-Bold";
}

.ndc-page-climate-finance-explorer .submitted {
  display: none;
}

.ndc-page-climate-finance-explorer .field-name-body {
  margin-bottom: 2.8rem;
  font-size: 1.4rem;
  color: #7c6e66;
}

.ndc-page-climate-finance-explorer .field-name-body p {
  line-height: 1.5;
  margin-top: 2em;
}

.ndc-page-climate-finance-explorer .field-name-body a {
  color: #008237 !important;
}

.ndc-page-climate-finance-explorer .navigator__description {
  margin: 35px 0 40px;
  width: 80%;
  letter-spacing: 0.52px;
  line-height: 1.3;
  color: #000;
  font-family: "Montserrat-Light";
  font-size: 1.6rem;
}

.ndc-page-climate-finance-explorer .navigator__description a {
  color: #008237;
}

.ndc-page-climate-finance-explorer .compare-toggle {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
}

.ndc-page-climate-finance-explorer a.compare-toggle {
  font-size: 13px;
  text-decoration: none;
  color: #008237;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ndc-page-climate-finance-explorer a.compare-toggle:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #0165b5;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 12px;
  margin-top: -5px;
  text-align: center;
}

.ndc-page-climate-finance-explorer a.compare-toggle.remove:before {
  content: "\00AC";
  background: #0165b5;
  color: #fff;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  font-size: 3rem;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.3rem 0.3rem 0rem 0rem;
}

.ndc-page-climate-finance-explorer .filter__counter.filter-counter {
  width: 100%;
  background: #f5f9fc;
  z-index: 2;
}

.ndc-page-climate-finance-explorer #edit-submit-funds-navi-v2,
.ndc-page-climate-finance-explorer #edit-submit-case-studies-v2 {
  display: none;
}

.ndc-page-climate-finance-explorer .filters__data-action {
  overflow: hidden;
  padding-left: 62px;
  padding-bottom: 6.4rem;
}

.ndc-page-climate-finance-explorer .filters__data-action a {
  margin: 0 auto;
  display: inline-block;
  width: 260px;
  height: 40px;
  background: #1375cb;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 20px;
  text-decoration: none;
}

.ndc-page-good-practice-database {
  padding: 0 !important;
}

.ndc-page-good-practice-database .panels-flexible-row {
  padding: 0 !important;
}

.ndc-page-good-practice-database .views-row {
  position: relative;
}

.ndc-page-good-practice-database .navlanding {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 4em;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.ndc-page-good-practice-database .navlanding #mini-panel-funds_landing .panels-flexible-3-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ndc-page-good-practice-database .navlanding .breadcrumb {
  background-color: transparent !important;
  width: auto;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first {
  padding-top: 7rem;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator__header_v2 {
  width: 80%;
  margin: 0 0 2rem;
  font-size: 4.1rem;
  text-transform: uppercase;
  color: #339b5f;
  line-height: 1;
  font-family: "Montserrat-Bold";
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator__description {
  margin: 35px 0 40px;
  width: 80%;
  letter-spacing: 0.52px;
  line-height: 1.3;
  color: #000;
  font-family: "Montserrat-Light";
  font-size: 1.6rem;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator__description a {
  color: #23527c;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator__button {
  width: 100%;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator__button .navigator__btn {
  display: block;
  text-transform: uppercase;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  padding: 1.1rem 0;
  font-size: 13.5px;
  position: relative;
  border-style: none;
  background: #008237;
  color: #fff;
  font-family: "Montserrat-Bold";
  outline: none;
  z-index: 1;
  text-decoration: none;
  border: 2px solid #008237 !important;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator__button .navigator__btn:hover {
  background: #fff;
  color: #008237;
  border: 2px solid #008237 !important;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator__button .navigator__btn:hover:after {
  background: url(/sites/all/themes/ndcp_v2/images/doublecaretgreen.png) no-repeat center/cover;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator__button .navigator__btn:after {
  content: "";
  background: url(/sites/all/themes/ndcp_v2/images/doublecaret.png) no-repeat center/cover;
  display: inline-block;
  width: 18px;
  height: 13px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-subhead {
  margin-bottom: 0.3rem;
  font-size: 15px;
  line-height: 1;
  font-family: "Montserrat-Light";
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-subhead span {
  font-family: "Montserrat-Regular";
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search {
  width: 80%;
  position: relative;
  margin-bottom: 1.2rem;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search input {
  outline: none !important;
  width: 100%;
  height: 50px;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 2px solid #dedad3;
  font-size: 15px;
  padding: 0;
  overflow: visible;
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search input::-webkit-input-placeholder {
  color: lightgrey;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search input:-ms-input-placeholder {
  color: lightgrey;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search input::-ms-input-placeholder {
  color: lightgrey;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search input::placeholder {
  color: lightgrey;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search button {
  background: #fff;
  border: none;
  width: 40px;
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search #autocomplete {
  position: absolute;
  z-index: 100;
  border: 1px solid #f5f9fc !important;
  border-radius: 0;
  border-top: 2px solid #339b5f;
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  max-height: 350px;
  overflow-y: auto;
  margin-top: -1px;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search #autocomplete .live-result-search-item-wrapper {
  white-space: normal;
  padding: 10px 32px;
  list-style: none;
  font-size: 16px;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search #autocomplete li {
  padding: 10px 32px;
  list-style: none;
  font-size: 16px;
  color: #525354;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search #autocomplete li:hover {
  background: #f5f9fc;
  cursor: pointer;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search #autocomplete li a {
  border: none;
  background: transparent;
  color: #898b8c;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search #autocomplete li a .ui-autocomplete-field-title {
  font-size: 16px;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search #autocomplete li a .ui-autocomplete-field-field_support_type {
  font-size: 12px;
}

.ndc-page-good-practice-database .navlanding .fund_icon img,
.ndc-page-good-practice-database .navlanding .case_studies_icon img {
  width: 50%;
  margin: 15% auto;
  display: block;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last {
  position: relative;
  min-height: 641px;
  width: 50%;
  background: #339b5f;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .count1,
.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .count2 {
  width: 131px;
  font-size: 115px;
  line-height: 1;
  font-weight: 700;
  margin-left: 110px;
  position: relative;
  z-index: 5;
  padding-top: 20px;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .count1 span,
.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .count2 span {
  background: #0b2439;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  font-size: 15px;
  display: block;
  text-align: center;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .count1 {
  color: white;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .count2 {
  color: #b2c8dfb8;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .count2 span {
  color: #b2c8dfb8;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .navigator__desc_v2 {
  color: #fff;
  position: relative;
  max-width: 42rem;
  margin: 10rem 0 0 10rem;
  line-height: 1.3;
  opacity: 0.85;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .navigator__desc_v2 a {
  display: block;
  margin-top: 20px;
  width: 340px;
  margin-right: 20px;
  margin-bottom: 11px;
  border: 1px solid #5799ce;
  border-radius: 5px;
  background: url(../images/arrow6.png) no-repeat 95% 50%;
  padding: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 64px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  color: #c3daed;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .navigator__desc_v2 a span {
  font-weight: 700;
  color: #fff;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .navigator__desc_v2 a:last-child {
  margin-right: 0;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .index__logos_v2 {
  margin-bottom: 30px;
  padding-top: 0;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .index__logos_v2 img {
  opacity: 0.5;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .index__logos_v2 .logoh {
  display: inline;
  color: white;
  font-size: 1.8rem;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .index__logos_v2 .logoh else {
  margin-left: 2rem;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .index__logos_v2 .logoh_images {
  margin-top: 2rem;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .index__logos_v2 .logodesc {
  display: block;
  margin-left: 90px;
  margin-top: 20px;
  color: #c3daed;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .index__logos {
  padding: 10px;
  padding-top: 10px;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .index__logos img {
  margin-left: 2rem;
  margin-top: 0.5rem;
  opacity: 1;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.ndc-page-good-practice-database .navlanding .panels-flexible-column-last .step2__logos {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  /*margin-bottom: 200px;*/
  /*margin-left: 5rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ndc-page-good-practice-database .navicontent .hide-data-total {
  display: none;
}

.ndc-page-good-practice-database .views-exposed-widgets,
.ndc-page-good-practice-database .ndc-container {
  width: 100%;
}

.ndc-page-good-practice-database .view-filters {
  position: relative;
}

.ndc-page-good-practice-database .view-filters:before {
  content: "";
  top: -74px;
  position: absolute;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: calc(100% + 74px);
  background: #f5f9fc;
  z-index: 0;
  display: block;
}

.ndc-page-good-practice-database .view-filters #edit-search-api-views-fulltext {
  background: #e0edf6;
  border-style: none;
  width: 100%;
  padding: 1rem 0 1rem 3rem;
  padding-left: 3rem;
  border-radius: 50px;
  font-size: 1.4rem;
  position: relative;
}

.ndc-page-good-practice-database .view-filters #edit-search-api-views-fulltext:after {
  content: "Search";
  position: absolute;
  left: 5px;
  top: 0;
  color: #bbb;
}

.ndc-page-good-practice-database .inittext h3 {
  color: #152864;
  font-size: 2.25rem;
  margin-bottom: 2rem;
  font-family: "Montserrat-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.ndc-page-good-practice-database .inittext p {
  color: #7c6e66;
  line-height: 1.5;
}

.ndc-page-good-practice-database .inittext ul li {
  color: #7c6e66;
  line-height: 1.5;
}

.ndc-page-good-practice-database .inittext a {
  color: #008237;
}

.ndc-page-good-practice-database .navicontent > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.ndc-page-good-practice-database .navicontent > div:first-child .panel-pane.pane-page-breadcrumb {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.ndc-page-good-practice-database .panels-flexible-region-19-filters_and_content-inside.content-visible {
  display: block;
}

.ndc-page-good-practice-database .panels-flexible-region-19-filters_and_content-inside.content-visible div:first-child {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.ndc-page-good-practice-database .view-content,
.ndc-page-good-practice-database .view-empty {
  position: relative;
}

.ndc-page-good-practice-database .view-content .node h2,
.ndc-page-good-practice-database .view-empty .node h2 {
  width: 100%;
}

.ndc-page-good-practice-database .view-content.invisible {
  height: 0;
}

.ndc-page-good-practice-database .view-footer {
  clear: both;
}

.ndc-page-good-practice-database .pane-node-compare-node-compare-items #node-compare-items .filters__notification {
  display: block;
  bottom: 40px;
  background: #0165b5;
  color: #fff;
  right: 50px;
  height: auto;
  -webkit-transition: bottom 0.5s ease-in-out;
  -o-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
  z-index: 50;
  font-family: sans-serif;
  width: 290px;
  position: fixed;
  padding: 5px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  text-align: center;
}

.ndc-page-good-practice-database .pane-node-compare-node-compare-items #node-compare-items .filters__notification .notification__title {
  font-size: 18px;
  font-weight: 300;
  margin: 15px 0 22px;
}

.ndc-page-good-practice-database .pane-node-compare-node-compare-items #node-compare-items .filters__notification .notification__text {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 15px;
}

.ndc-page-good-practice-database .pane-node-compare-node-compare-items #node-compare-items .filters__notification .notification__btn {
  background: #fff;
  color: #0165b5;
  border: 1px solid #0165b5;
  font-weight: 100;
  display: block;
  padding: 10px 0;
  width: 100%;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ndc-page-good-practice-database .views-exposed-form {
  margin-bottom: 200px;
}

.ndc-page-good-practice-database .views-exposed-form fieldset.panel {
  padding: 0;
  border: 0;
  background: inherit;
  width: 350px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ndc-page-good-practice-database .views-exposed-form fieldset.panel.collapsed {
  height: inherit;
}

.ndc-page-good-practice-database .views-exposed-form fieldset.panel legend {
  padding: 0;
  margin: 0;
  background: inherit;
  border: none;
  position: relative;
}

.ndc-page-good-practice-database .views-exposed-form fieldset.panel legend a {
  font-size: 13.5px;
  margin: 0;
  padding: 20px 0;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  padding-right: 90px;
  border: none;
}

.ndc-page-good-practice-database .views-exposed-form fieldset.panel legend a:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  /*right: 42px;*/
  right: 0px;
  border-bottom: 2px solid #013f6a;
  border-right: 2px solid #013f6a;
  margin-right: 1rem;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 4px;
}

.ndc-page-good-practice-database .views-exposed-form fieldset.panel legend a.collapsed:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ndc-page-good-practice-database .views-exposed-form fieldset.panel .panel-body {
  padding: 0;
}

.ndc-page-good-practice-database .views-exposed-form .container-clear-filters {
  margin: 0 auto;
  padding: 2rem 25px 2rem 5px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ndc-page-good-practice-database .views-exposed-form .container-clear-filters .filter-counter__result {
  position: relative;
  display: inline-block;
  line-height: 41px;
  font-size: 1.8rem;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  margin: 0 auto 0 0;
}

.ndc-page-good-practice-database .views-exposed-form .container-clear-filters .filter-counter__clear {
  width: 125px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #18a5d8;
  border-radius: 3px;
  display: block;
  float: left;
  text-align: center;
  color: #18a5d8;
  padding: 0;
  text-decoration: none;
}

.ndc-page-good-practice-database .views-exposed-form .container-clear-filters .filter-counter__clear a {
  background-color: transparent;
}

.ndc-page-good-practice-database .views-exposed-widget {
  width: 100%;
  padding-right: 0;
  padding-bottom: 24px;
}

.ndc-page-good-practice-database .views-exposed-widget label {
  font-size: 15px;
  line-height: 1.2;
  max-width: 360px;
  color: #0165b5;
  font-weight: 600;
  margin-bottom: 0.5rem;
  z-index: 2;
  position: relative;
}

.ndc-page-good-practice-database .views-exposed-widget label .tooltip {
  font-size: 15px;
  color: #fff;
}

.ndc-page-good-practice-database .views-exposed-widget .views-widget {
  max-width: 347px;
  margin: 0 auto;
}

.ndc-page-good-practice-database .views-exposed-widget .views-widget .selectric-scroll {
  background: #ffffff !important;
}

.ndc-page-good-practice-database .views-exposed-widget .views-widget .selectric-items li {
  font-size: 1.4rem !important;
}

.ndc-page-good-practice-database .views-exposed-widget .views-widget .selectric {
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.ndc-page-good-practice-database .views-exposed-widget .views-widget .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 1.6rem;
  line-height: 38px;
  color: #444;
  height: 38px;
  padding: 0;
  font-weight: normal;
  text-align: left;
}

.ndc-page-good-practice-database .views-exposed-widget .views-widget .selectric .button {
  background: #fff url(/sites/all/themes/ndcp_v2/images/filtarr.png) no-repeat 50% 50%;
  color: #bbb;
}

.ndc-page-good-practice-database .views-exposed-widget .views-widget .selectric .button:after {
  display: none;
}

.ndc-page-good-practice-database .views-exposed-widget .views-widget .selectric-items .disabled {
  display: none;
}

.ndc-page-good-practice-database .views-exposed-widget .views-widget #edit-title,
.ndc-page-good-practice-database .views-exposed-widget .views-widget #edit-combine {
  background: #e0edf6;
  border-style: none;
  width: 100%;
  padding: 1rem 0 1rem 3rem;
  padding-left: 3rem;
  border-radius: 50px;
  font-size: 1.4rem;
  position: relative;
}

.ndc-page-good-practice-database .views-exposed-widget .views-widget #edit-title:after,
.ndc-page-good-practice-database .views-exposed-widget .views-widget #edit-combine:after {
  content: "Search";
  position: absolute;
  left: 5px;
  top: 0;
  color: #bbb;
}

.ndc-page-good-practice-database .views-exposed-widget .chosen-container {
  width: 100% !important;
  padding: 0px;
  background-color: initial;
  border: none;
}

.ndc-page-good-practice-database .views-exposed-widget .chosen-container .chosen-single {
  min-width: 150px;
  position: relative;
  border: solid 1px #bbb;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  height: 35px;
  max-width: 100%;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
}

.ndc-page-good-practice-database .views-exposed-widget .chosen-container .chosen-single span {
  padding: 0 8px 0 21px;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  margin-left: -13px;
}

.ndc-page-good-practice-database .views-exposed-widget .filter-selected-options {
  margin-right: 40px;
  max-width: 347px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 100;
  font-size: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ndc-page-good-practice-database .views-exposed-widget .filter-selected-options .filter-selected-options__unit {
  position: relative;
  background: #7a9bb3;
  margin: 1rem 0.5rem 0 0;
  padding: 0.5rem 3rem 0.5rem 1rem;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 400;
}

.ndc-page-good-practice-database .views-exposed-widget .filter-selected-options .filter-selected-options__unit .close {
  display: block;
  position: absolute;
  right: 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 1;
  background-size: contain;
  top: 4px;
}

.ndc-page-good-practice-database .navigator__header_v2 {
  width: 80%;
  margin: 0 0 2rem;
  font-size: 4.1rem;
  text-transform: uppercase;
  color: #7dafca;
  line-height: 1;
  font-family: "Montserrat-Bold";
}

.ndc-page-good-practice-database .submitted {
  display: none;
}

.ndc-page-good-practice-database .field-name-body {
  margin-bottom: 2.8rem;
  font-size: 1.4rem;
  color: #7c6e66;
}

.ndc-page-good-practice-database .field-name-body p {
  line-height: 1.5;
  margin-top: 2em;
}

.ndc-page-good-practice-database .field-name-body a {
  color: #008237 !important;
}

.ndc-page-good-practice-database .navigator__description {
  margin: 35px 0 40px;
  width: 80%;
  letter-spacing: 0.52px;
  line-height: 1.3;
  color: #000;
  font-family: "Montserrat-Light";
  font-size: 1.6rem;
}

.ndc-page-good-practice-database .navigator__description a {
  color: #008237;
}

.ndc-page-good-practice-database .views-row .node {
  margin: 2em 0;
}

.ndc-page-good-practice-database .node-teaser header h2 {
  margin-bottom: 12px;
}

.ndc-page-good-practice-database .node-teaser header h2 a {
  font-size: 24px;
  color: #152864;
}

.ndc-page-good-practice-database .node-teaser header h2 a:focus {
  text-decoration: none;
}

.ndc-page-good-practice-database .field-name-field-case-summary {
  color: #7C6E66;
}

.ndc-page-good-practice-database .cs_images {
  display: none;
}

.ndc-page-good-practice-database .field-name-field-cs-sectors-and-themes .field-items {
  color: #7C6E66;
  font-size: 12px;
  margin-bottom: 1em;
}

.ndc-page-good-practice-database .field-name-field-cs-sectors-and-themes .field-items:before {
  content: 'Sectors and Themes: ';
  display: inline;
}

.ndc-page-good-practice-database .field-name-field-cs-sectors-and-themes .field-items div {
  display: inline;
}

.ndc-page-good-practice-database .field-name-field-cs-sectors-and-themes .field-items div:after {
  content: ',';
}

.ndc-page-good-practice-database .field-name-field-cs-sectors-and-themes .field-items div:last-child:after {
  content: '';
}

.ndc-page-good-practice-database .field-name-field-countryfield {
  margin-bottom: 1em;
}

.ndc-page-good-practice-database .field-name-field-countryfield .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ndc-page-good-practice-database .countryicon {
  display: block;
  max-width: 40px;
  height: 40px;
  margin: 0 1rem 0 -2.3rem;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.75);
  border: solid 2px #ffffff;
  border-radius: 50px;
}

.ndc-page-good-practice-database .compare-toggle {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
}

.ndc-page-good-practice-database a.compare-toggle {
  font-size: 13px;
  text-decoration: none;
  color: #008237;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ndc-page-good-practice-database a.compare-toggle:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #0165b5;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 12px;
  margin-top: -5px;
  text-align: center;
}

.ndc-page-good-practice-database a.compare-toggle.remove:before {
  content: "\00AC";
  background: #0165b5;
  color: #fff;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  font-size: 3rem;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.3rem 0.3rem 0rem 0rem;
}

.ndc-page-good-practice-database .filter__counter.filter-counter {
  width: 100%;
  background: #f5f9fc;
  z-index: 2;
}

.ndc-page-good-practice-database #edit-submit-funds-navi-v2,
.ndc-page-good-practice-database #edit-submit-case-studies-v2 {
  display: none;
}

.ndc-page-good-practice-database .filters__data-action {
  overflow: hidden;
  padding-left: 62px;
  padding-bottom: 6.4rem;
}

.ndc-page-good-practice-database .filters__data-action a {
  margin: 0 auto;
  display: inline-block;
  width: 260px;
  height: 40px;
  background: #1375cb;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 20px;
  text-decoration: none;
}

.node-type-initiative .ndc-section {
  padding-top: 0;
}

.node-type-initiative .ndc-content__side .field-label {
  color: #152864 !important;
}

.node-type-initiative .ndc-content__side .field-item {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.node-type-initiative .ndc-content__side a {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.node-type-initiative .ndc-tool__section {
  padding: 0;
  border: none;
}

.node-type-initiative .ndc-tool__section .panel-title.fieldset-legend.collapsed {
  color: #152864 !important;
}

.node-type-initiative .ndc-tool__section h1 {
  color: #152864;
  font-size: 22.5px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.node-type-initiative .ndc-tool__section p,
.node-type-initiative .ndc-tool__section ul,
.node-type-initiative .ndc-tool__section li {
  color: #333333;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 16px;
}

.node-type-initiative .ndc-tool__section a {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #008237 !important;
  opacity: 1;
}

.node-type-initiative .ndc-tool__section a:hover {
  opacity: 0.7;
}

.node-type-initiative .breadcrumb a {
  color: #337ab7;
  text-decoration: none;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.node-type-initiative .breadcrumb span {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.node-type-initiative .ndc-section_small {
  padding: 0;
}

.node-type-initiative .fund__back {
  margin: 2.5rem 1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.node-type-initiative .fund__back .fund__return {
  font-size: 1.2rem;
  color: #013f6a;
  text-decoration: none;
  border: none;
  background: none;
  padding: 0;
}

.node-type-initiative .fund__back .fund__return:before {
  content: "";
  display: inline-block;
  width: .7rem;
  height: .7rem;
  border-bottom: 2px solid #013f6a;
  border-right: 2px solid #013f6a;
  margin-right: 1rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.node-type-initiative h1 {
  color: #0165b5;
  font-size: 4.2rem;
  font-weight: 400;
  font-family: inherit;
}

.node-type-initiative .ndc-content__main {
  border: none;
  padding-bottom: 50px;
}

.node-type-initiative .ndc-content__main a {
  color: #0165b5;
}

.node-type-initiative .ndc-content__main a.ndc-btn_a {
  text-decoration: none;
  width: 100%;
}

.node-type-initiative .ndc-content__main a.ndc-btn_a .ndc-btn {
  margin-bottom: 25px;
}

.node-type-initiative .ndc-content__main fieldset.collapsible {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 2.5rem;
  margin-bottom: 0;
}

.node-type-initiative .ndc-content__main fieldset.collapsible legend {
  background-color: transparent;
  border-bottom: 1px dotted #e5ebf0;
  padding: 2.6rem 0;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-bottom: 0;
}

.node-type-initiative .ndc-content__main fieldset.collapsible legend a {
  font-size: 1.6rem;
  color: #000 !important;
  margin-left: -3.5rem;
  text-decoration: none;
}

.node-type-initiative .ndc-content__main fieldset.collapsible legend a:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 2px solid #013f6a;
  border-right: 2px solid #013f6a;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-right: 2rem;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.node-type-initiative .ndc-content__main fieldset.collapsible legend a.collapsed:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.node-type-initiative .ndc-content__main fieldset.collapsible .panel-body .field-items {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: max-height .2s ease-out;
  -o-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
  color: black;
}

.node-type-initiative .ndc-content__main fieldset.collapsed {
  height: inherit;
}

.node-type-initiative .ndc-content__main fieldset .panel-body {
  padding: 15px 0;
  border-bottom: 1px solid #cbd8e1;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.node-type-initiative .group-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.node-type-initiative .group-support .field {
  padding: 15px;
  background: #eee;
  margin: 2rem 0 4.2rem;
  font-size: 14px;
  line-height: 15px;
  display: block;
}

.node-type-initiative .group-support .field:first-child {
  margin-right: 20px;
}

.node-type-initiative .group-support .field h2 {
  font-size: 1.6rem;
  font-weight: normal;
}

.node-type-initiative .group-support .field .field-label {
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 15px;
  width: 100%;
  text-align: left;
}

.node-type-initiative .group-support .field .field-items {
  padding: 0 !important;
  width: 100%;
  word-wrap: break-word;
}

.node-type-initiative .group-support .field .field-items .field-item {
  word-break: break-word;
  line-height: 2rem;
  margin-bottom: 10px;
}

.node-type-initiative .group-support .field .field-items p {
  display: inline-block;
  margin-bottom: 10px;
  color: #0165b5;
  text-decoration: underline;
  cursor: pointer;
  word-break: break-word;
  line-height: 2rem;
}

.node-type-initiative .group-support .field .field-items p:hover {
  border-bottom: 1px solid #0164b500;
}

.node-type-initiative .field-name-field-funds-eligible-countries-t {
  margin-top: 15px;
}

.node-type-initiative .fund-steps .field-label {
  color: #152864 !important;
}

.node-type-initiative .field-name-field-steps-to-access {
  padding-top: 4.8rem;
}

.node-type-initiative .field-name-field-steps-to-access .field-label {
  margin-bottom: 3.7rem;
  font-weight: 700;
  font-size: 2.2rem;
}

.node-type-initiative .field-name-field-steps-to-access .fund-steps__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-align: left;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.node-type-initiative .field-name-field-steps-to-access .fund-steps__inner .fund-steps__unit {
  background: #fff;
  border: 1px solid #e5ebf0;
  border-radius: 5px;
  padding: 2.4rem 1.6rem;
  margin: 0 2.8rem 2.8rem 0;
  min-height: 24.5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.node-type-initiative .field-name-field-steps-to-access .fund-steps__inner .fund-steps__unit .fund-steps__num {
  padding-left: 35px;
  background: url(../images/arrow5.png) no-repeat 0 14px;
  position: relative;
  border-bottom: none;
  margin-bottom: 2rem;
  color: #0165b5;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 900;
  border-bottom: 1px solid #0165b5;
  width: 25%;
  margin-bottom: 1.5rem;
}

.node-type-initiative .field-name-field-steps-to-access .fund-steps__inner .fund-steps__unit .fund-steps__num:after {
  left: 35px;
  width: calc(100% - 35px);
  content: "";
  width: 45px;
  height: 2px;
  background: #0165b5;
  display: block;
  position: absolute;
  top: 106%;
  left: 0;
}

.node-type-initiative .field-name-field-steps-to-access .fund-steps__inner .fund-steps__unit .fund-steps__description {
  padding-left: 35px;
  font-size: 16px;
  margin-right: 60px;
  line-height: 1.2;
  color: #000;
}

.node-type-initiative .field-name-field-funds-relevant-resources {
  background: #f5f9fc;
  padding: 40px 20px;
  color: #000;
  margin-bottom: 47px;
}

.node-type-initiative .field-name-field-funds-relevant-resources .field-label {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1em;
}

.node-type-initiative .field-name-field-funds-relevant-resources ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.node-type-initiative .field-name-field-funds-relevant-resources ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 55px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1.15;
}

.node-type-initiative .field-name-field-funds-relevant-resources ul li:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/globe2.png) no-repeat;
  float: left;
  padding-right: 4rem;
}

.node-type-initiative .field-name-field-funds-relevant-resources ul li:last-child {
  margin-right: 20px;
}

.node-type-initiative .field-name-field-funds-relevant-resources ul li,
.node-type-initiative .field-name-field-funds-relevant-resources ul a {
  text-decoration: underline;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
}

.node-type-initiative .ndc-content__side .field-item {
  padding: 0;
  font-size: 15px;
}

.node-type-initiative .ndc-content__side .field-item h2 {
  font-size: 15px;
  font-weight: normal;
}

.node-type-initiative .ndc-content__side .field-item a {
  color: #0165b5;
  text-decoration: none;
}

.node-type-initiative .ndc-content__side .field-name-field-official-website a,
.node-type-initiative .ndc-content__side .field-name-field-organizational-information a,
.node-type-initiative .ndc-content__side .field-name-field-contact-information-other a {
  color: #0165b5;
  text-decoration: none;
}

.node-type-initiative .ndc-content__side .field-name-field-sector-topic .field-item {
  margin: 0;
  background-color: inherit;
}

.node-type-initiative .ndc-content__side .ndc-btn_small {
  margin-top: 2rem;
  border-radius: 4px;
}

.node-type-initiative .fund__steps {
  padding-top: 4.8rem;
}

.node-type-initiative .fund__steps .fund__subheader {
  margin-bottom: 3.7rem;
}

.node-type-initiative .fund__steps .field-label {
  margin-bottom: 3.7rem;
  font-weight: 600;
  font-size: 2.2rem;
}

.node-type-initiative .fund__steps .fund-steps__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-bottom: 2.5rem;*/
}

.node-type-initiative .fund__steps .fund-steps__unit {
  background: #0265B5;
  color: #FFFFFF;
  border: 1px solid #e5ebf0;
  border-radius: 5px;
  padding: 2.4rem 1rem;
  margin: 0 2rem 2rem 0;
  min-height: 24.5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.node-type-initiative .fund__steps .fund-steps__unit:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.node-type-initiative .fund__steps .fund-steps__num {
  position: relative;
  border-bottom: none;
  margin-bottom: 2rem;
  padding-left: 35px;
  background: url(/sites/all/themes/ndcp_v2/images/arrow5_1.png) no-repeat 0 14px;
  width: 25%;
  color: #ffffff;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 400;
}

.node-type-initiative .fund__steps .fund-steps__num:after {
  content: "";
  height: 2px;
  background: #0165b5;
  display: block;
  position: absolute;
  top: 106%;
  left: 35px;
  width: calc(100% - 20px);
}

.node-type-initiative .fund__steps .fund-steps__unit:nth-child(3n) .fund-steps__description {
  margin-right: 0;
}

.node-type-initiative .fund__steps .fund-steps__description {
  font-size: 15px;
  margin-right: 0;
  line-height: 1.2;
  text-align: left;
  padding-left: 0;
}

.node-type-initiative .fund__steps .steps__popup {
  position: fixed;
  width: 80vw;
  height: 90vh;
  left: 10vw;
  top: 5vh;
  overflow: auto;
  padding: 90px 70px 30px;
  z-index: 151;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

.node-type-initiative .fund__steps .steps__popup .close {
  background: url(/sites/all/themes/ndcp_v2/images/close1.png) no-repeat 0 0;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.node-type-initiative .fund__steps .steps__popup .title {
  font-size: 3em;
  color: #0165b5;
  text-transform: uppercase;
  padding-bottom: 17px;
}

.node-type-initiative .fund__steps .steps__popup .item:before {
  clear: both;
}

.node-type-initiative .fund__steps .steps__popup .item .top {
  padding: 28px 50px 28px 17px;
  font-size: 2em;
  line-height: 42px;
  position: relative;
  cursor: pointer;
  border-top: 1px dotted #e5ebf0;
}

.node-type-initiative .fund__steps .steps__popup .item .top .st_arrow {
  background: url(/sites/all/themes/ndcp_v2/images/arrow3.png) no-repeat 0 0;
  position: absolute;
  top: 39px;
  right: 21px;
  width: 23px;
  height: 12px;
}

.node-type-initiative .fund__steps .steps__popup .item .top[aria-expanded="true"] {
  background: #f5f9fc;
  border-top-color: transparent;
}

.node-type-initiative .fund__steps .steps__popup .item .top[aria-expanded="true"] .st_arrow {
  background: url(/sites/all/themes/ndcp_v2/images/arrow2.png) no-repeat 0 0;
}

.node-type-initiative .fund__steps .steps__popup .item .top .num {
  color: #0165b5;
  font-weight: 500;
  display: block;
  float: left;
  margin-right: 32px;
}

.node-type-initiative .fund__steps .steps__popup .item .text {
  opacity: 1;
  padding: 28px 0 0 85px;
  padding-bottom: 20px;
}

.node-type-initiative .fund__steps .steps__popup .item .text .col1 {
  width: 90%;
}

.node-type-initiative .fund__steps .steps__popup .item .text .col1 .h {
  position: relative;
  cursor: pointer;
  margin-top: 30px;
  font-size: 22px;
  padding-bottom: 12px;
}

.node-type-initiative .fund__steps .steps__popup .item .text .col1 .h point_head {
  display: block;
}

.node-type-initiative .fund__steps .steps__popup .item .text .col1 .h:before {
  content: "";
  position: absolute;
  left: -57px;
  top: -6px;
  display: block;
  width: 29px;
  height: 29px;
  background: url(/sites/all/themes/ndcp_v2/images/bg.png) no-repeat 0 0;
}

.node-type-initiative .fund__steps .steps__popup .item .text .col1 .h.collapsed:after {
  background: url(/sites/all/themes/ndcp_v2/images/arrow3.png) no-repeat 0 0;
}

.node-type-initiative .fund__steps .steps__popup .item .text .col1 .more {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

.node-type-initiative .fund__steps .steps__popup .item .text .col1 .more .gray {
  font-size: 14px;
  color: #797979;
  margin-bottom: 55px;
  line-height: 1.4;
}

.node-type-initiative .fund__steps .steps__popup .item .text .col2 {
  width: 220px;
  float: left;
}

.node-type-initiative .fund__steps .steps__popup .item .text .col2 a {
  padding-left: 38px;
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  color: #0165b5;
  line-height: 1.4;
  margin-bottom: 15px;
}

.node-type-initiative .fund__steps .steps__popup .item .text .col2 a:before {
  content: "\e144";
  position: relative;
  top: 1px;
  left: -10px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.node-type-initiative .fund__steps .steps__popup .item .text:after {
  content: "";
  display: block;
  clear: both;
}

.node-type-initiative .fund__steps .steps__popup .item:after {
  content: "";
  display: block;
  clear: both;
}

.node-type-initiative .fund__steps .mask {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.node-type-initiative .fund__steps .field-label {
  color: #000;
}

.node-type-initiative .field-items .field-expander {
  margin-right: 7rem;
}

.node-type-initiative .field-items .field-expander p {
  letter-spacing: 0.41px;
  line-height: 1.2;
  margin-bottom: 9.3rem;
  margin-bottom: 2.3rem;
  font-size: 17px;
  color: #000;
}

.page-compare .ndc-section-page {
  padding-top: 0;
  overflow: hidden;
}

.page-compare p,
.page-compare .field-item {
  font-size: 1.6rem;
}

.page-compare .breadcrumb {
  padding: 30px 0 25px;
  margin: 0 !important;
  background-color: transparent !important;
}

.page-compare .breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.page-compare #compare-content-wrapper {
  margin-top: 4rem;
}

.page-compare #compare-content-wrapper .table-responsive {
  overflow: visible;
}

.page-compare .compwrapper:before {
  position: absolute;
  left: -150px;
  background: #0165b5;
  height: 148px;
  width: 50%;
  content: "";
  z-index: -1;
}

.page-compare .compwrapper:after {
  position: absolute;
  right: -150px;
  background: #0165b5;
  height: 148px;
  width: 50%;
  content: "";
  z-index: -1;
}

.page-compare .comparison-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

.page-compare .comparison-container .comparison__back {
  background: #0165b5;
  color: #fff;
  width: 100%;
  position: relative;
  padding-top: 3rem;
}

.page-compare .comparison-container .comparison__back:before {
  content: "";
  position: absolute;
  background: #0165b5;
  z-index: -1;
  top: 0;
  left: -55rem;
  height: 14.8rem;
  width: 1000rem;
}

.page-compare .comparison-container .comparison__back .comparison__return {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 100;
}

.page-compare .comparison-container .comparison__back .comparison__return:before {
  content: "";
  display: inline-block;
  width: .7rem;
  height: .7rem;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1rem;
}

.page-compare .comparison-container .comparison__head {
  background: #0165b5;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
}

.page-compare .comparison-container .comparison__head .comparison__header {
  font-weight: 400;
  width: 100%;
  -ms-flex: 2;
  -webkit-box-flex: 2;
  flex: 2;
  font-size: 4.2rem;
}

.page-compare .comparison-container .comparison__head .comparison__settings {
  margin: -20px 12px 0 0;
}

.page-compare .comparison-container .comparison__head .comparison-settings {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 8px;
}

.page-compare .comparison-container .comparison__head .comparison-settings .comparison-settings__unit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
}

.page-compare .comparison-container .comparison__head .comparison-settings .comparison-settings__unit input[type="checkbox"] {
  display: none;
}

.page-compare .comparison-container .comparison__head .comparison-settings .settings__ico {
  margin-right: 1rem;
}

.page-compare .comparison-container .comparison__head .comparison-settings .settings__text {
  font-size: 1.6rem;
  font-weight: 200;
  text-decoration: none;
  margin-right: 2rem;
}

.page-compare .comparison-container .comparison__head .comparison-settings .show-differencies path {
  display: none;
}

.page-compare .comparison-container .comparison__head .comparison-settings .show-differencies.opened path {
  display: block;
}

.page-compare #comparison-table .remove-col {
  display: none;
}

.page-compare #comparison-table thead th {
  padding: 2rem 8px;
  border: none;
  width: 25%;
  vertical-align: top;
}

.page-compare #comparison-table thead th a {
  text-decoration: none;
  display: block;
  font-weight: 400;
  line-height: 1.2;
  font-size: 2rem;
  color: #0165b5;
}

.page-compare #comparison-table td {
  border: none;
}

.page-compare #comparison-table .field-items {
  padding: 1.8rem 0;
}

.page-compare #comparison-table .compare-field-row {
  background-color: inherit;
  border-bottom: 1px dashed #cbd8e1;
}

.page-compare #comparison-table .compare-field-row .compare-field-label {
  color: #000;
  cursor: pointer;
  padding: 1.8rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Montserrat-Bold";
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 1.5;
  vertical-align: middle;
}

.page-compare #comparison-table .compare-field-row .compare-field-label:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 2px solid #013f6a;
  border-right: 2px solid #013f6a;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-right: 2rem;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.page-compare #comparison-table .compare-field-row .compare-field-label.opened:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.page-compare #comparison-table .compare-field-row:nth-child(1) {
  border-top: 1px dashed #cbd8e1;
}

.page-compare #comparison-table .compare-field-row.opened .compare-field-label:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.page-compare #comparison-table .compare-field-row .field {
  -webkit-transition: max-height .2s ease-out;
  -o-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
  max-width: 400px;
  margin-top: 0;
}

.page-compare .tblctrl {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  font-family: "Proxima Nova";
}

.page-compare .tblctrl span {
  color: #0165b5;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
  display: block;
  float: left;
}

.page-countries-map #coffee-form,
.page-countries-map #coffee-form *,
.page-countries-map-new #coffee-form,
.page-countries-map-new #coffee-form * {
  max-width: 100%;
}

.page-countries-map .ndc-section__page > .ndc-container,
.page-countries-map-new .ndc-section__page > .ndc-container {
  padding: 0;
}

.page-countries-map .ndc-page-countries-map,
.page-countries-map-new .ndc-page-countries-map {
  background: #F5F9FC;
  height: auto !important;
  padding: 5rem 0;
}

.page-countries-map .ndc-section.ndc-map,
.page-countries-map-new .ndc-section.ndc-map {
  padding: 0;
}

.page-countries-map .ndc-section__subtitle,
.page-countries-map-new .ndc-section__subtitle {
  color: #000;
  font-size: 2.6rem;
  font-weight: 800;
  margin: 0 0 1.5rem;
}

.page-countries-map .ndc-cw-filter,
.page-countries-map-new .ndc-cw-filter {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0;
}

.page-countries-map .ndc-cw-filter__left,
.page-countries-map-new .ndc-cw-filter__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-countries-map .ndc-cw-filter__dropdown .dropdown-styles__label__spata,
.page-countries-map-new .ndc-cw-filter__dropdown .dropdown-styles__label__spata {
  color: #0265B5;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control {
  background-color: #ffffff !important;
  border-color: #D9D9D9 !important;
  border-radius: 0.6rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1.4rem !important;
  height: 4rem !important;
  padding-left: 1.5rem !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control {
  background-color: #ffffff !important;
  border-color: #D9D9D9 !important;
  border-radius: 0.6rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1.4rem !important;
  height: 4rem !important;
  padding-left: 1.5rem !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-search-field-and-selected-values,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-search-field-and-selected-values {
  max-height: 4rem !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  line-height: 4rem !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-toggle-button-container,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-toggle-button-container {
  height: 4rem !important;
  opacity: 0.4;
  width: 2rem !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-toggle-button-container svg,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-toggle-button-container svg {
  fill: #414141;
  height: 1.2rem;
  width: 1.2rem;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .resizable-input,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .resizable-input {
  font-size: 1.4rem !important;
  line-height: 2rem;
  padding: 0 !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize.open .react-selectize-control,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize.open .react-selectize-control {
  border-radius: 0.6rem 0.6rem 0 0 !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize.open.flipped .react-selectize-control,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize.open.flipped .react-selectize-control {
  border-radius: 0 0 0.6rem 0.6rem !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu {
  border-radius: 0 0 0.6rem 0.6rem !important;
  padding: 0 !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu.flipped,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu.flipped {
  border-radius: 0.6rem 0.6rem 0 0 !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu .simple-option,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu .simple-option {
  overflow: hidden;
  padding: 1rem 1.5rem !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-countries-map .ndc-cw-filter__right,
.page-countries-map-new .ndc-cw-filter__right {
  margin-left: auto;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="dropdown-styles__dropdown"],
.page-countries-map-new .ndc-cw-filter__dropdown [class*="dropdown-styles__dropdown"] {
  margin-right: 1rem;
  width: 24rem;
}

.page-countries-map .ndc-cw-filter__dropdown .dropdown-styles__label__spata,
.page-countries-map-new .ndc-cw-filter__dropdown .dropdown-styles__label__spata {
  color: #0265B5;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control {
  background-color: #ffffff !important;
  border-color: #D9D9D9 !important;
  border-radius: 0.6rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1.4rem !important;
  height: 4rem !important;
  padding-left: 1.5rem !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-search-field-and-selected-values,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-search-field-and-selected-values {
  min-height: 4rem !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  line-height: 4rem !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-toggle-button-container,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-toggle-button-container {
  height: 4rem !important;
  opacity: 0.4;
  width: 2rem !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-toggle-button-container svg,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-toggle-button-container svg {
  fill: #414141;
  height: 1.2rem;
  width: 1.2rem;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .resizable-input,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .resizable-input {
  font-size: 1.4rem !important;
  line-height: 2rem;
  padding: 0 !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize.open .react-selectize-control,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize.open .react-selectize-control {
  border-radius: 0.6rem 0.6rem 0 0 !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize.open.flipped .react-selectize-control,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize.open.flipped .react-selectize-control {
  border-radius: 0 0 0.6rem 0.6rem !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu {
  border-radius: 0 0 0.6rem 0.6rem !important;
  padding: 0 !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu.flipped,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu.flipped {
  border-radius: 0.6rem 0.6rem 0 0 !important;
}

.page-countries-map .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu .simple-option,
.page-countries-map-new .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu .simple-option {
  overflow: hidden;
  padding: 1rem 1.5rem !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-countries-map .ndc-cw-filter__buttons [class*="button-group-styles__buttonGroup"],
.page-countries-map-new .ndc-cw-filter__buttons [class*="button-group-styles__buttonGroup"] {
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  float: none !important;
  height: auto !important;
}

.page-countries-map .ndc-cw-filter__buttons [class*="button-group-styles__button__"],
.page-countries-map-new .ndc-cw-filter__buttons [class*="button-group-styles__button__"] {
  background-color: transparent !important;
  border-radius: 0.6rem !important;
  border: 1px solid #0265B5 !important;
  display: inline-block;
  height: 4rem !important;
  margin-left: 1rem;
  width: 4rem !important;
}

.page-countries-map .ndc-cw-filter__buttons [class*="button-group-styles__button__"] > svg,
.page-countries-map-new .ndc-cw-filter__buttons [class*="button-group-styles__button__"] > svg {
  fill: #0265B5 !important;
  height: 1.7rem !important;
  width: 1.7rem !important;
}

.page-countries-map .ndc-cw-filter__buttons [class*="button-group-styles__button__"]:disabled,
.page-countries-map-new .ndc-cw-filter__buttons [class*="button-group-styles__button__"]:disabled {
  border-color: #D9D9D9 !important;
}

.page-countries-map .ndc-cw-filter__buttons [class*="button-group-styles__button__"]:disabled > svg,
.page-countries-map-new .ndc-cw-filter__buttons [class*="button-group-styles__button__"]:disabled > svg {
  fill: rgba(65, 65, 65, 0.6) !important;
}

.page-countries-map .ndc-cw-filter__buttons [class*="simple-menu-styles__dropdown"],
.page-countries-map-new .ndc-cw-filter__buttons [class*="simple-menu-styles__dropdown"] {
  display: inline-block;
  height: auto !important;
  width: auto !important;
}

.page-countries-map .ndc-cw-filter__buttons [class*="simple-menu-styles__active"]::after,
.page-countries-map-new .ndc-cw-filter__buttons [class*="simple-menu-styles__active"]::after {
  display: none !important;
}

.page-countries-map .ndc-cw-filter__buttons .simple-menu-styles__open,
.page-countries-map-new .ndc-cw-filter__buttons .simple-menu-styles__open {
  padding: 0;
}

.page-countries-map .ndc-cw-filter__buttons [class*="simple-menu-styles__links"],
.page-countries-map-new .ndc-cw-filter__buttons [class*="simple-menu-styles__links"] {
  border-radius: 0.6rem !important;
  left: auto !important;
  overflow: hidden !important;
  padding: 0;
  right: -10rem !important;
  top: 5rem !important;
}

.page-countries-map .ndc-cw-filter__buttons [class*="simple-menu-styles__link"],
.page-countries-map-new .ndc-cw-filter__buttons [class*="simple-menu-styles__link"] {
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
}

.page-countries-map .ndc-cw-filter__buttons [class*="simple-menu-styles__documentLink"],
.page-countries-map-new .ndc-cw-filter__buttons [class*="simple-menu-styles__documentLink"] {
  color: #8f8fa1 !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  height: 4rem !important;
  letter-spacing: normal !important;
  line-height: 2rem !important;
  padding: 0 1.5rem !important;
  text-transform: none !important;
}

.page-countries-map .ndc-cw-filter__buttons [class*="simple-menu-styles__documentLink"] svg,
.page-countries-map-new .ndc-cw-filter__buttons [class*="simple-menu-styles__documentLink"] svg {
  fill: #8f8fa1 !important;
  margin-right: 1rem !important;
}

.page-countries-map .ndc-cw-filter__buttons [class*="simple-menu-styles__documentLink"]:hover,
.page-countries-map-new .ndc-cw-filter__buttons [class*="simple-menu-styles__documentLink"]:hover {
  color: #113750 !important;
}

.page-countries-map .ndc-cw-filter__buttons [class*="simple-menu-styles__documentLink"]:hover svg,
.page-countries-map-new .ndc-cw-filter__buttons [class*="simple-menu-styles__documentLink"]:hover svg {
  fill: #113750 !important;
}

.page-countries-map .ndc-cw-filter__button,
.page-countries-map-new .ndc-cw-filter__button {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: top;
}

.page-countries-map .ndc-sdg-linkages,
.page-countries-map-new .ndc-sdg-linkages {
  padding: 5rem 0 0;
}

.page-countries-map .ndc-sdg-linkages__tooltip,
.page-countries-map-new .ndc-sdg-linkages__tooltip {
  color: #ffffff;
  max-width: 20rem;
  text-decoration: none;
}

.page-countries-map .ndc-sdg-linkages__tooltip-p,
.page-countries-map-new .ndc-sdg-linkages__tooltip-p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.page-countries-map .ndc-sdg-linkages__grid,
.page-countries-map-new .ndc-sdg-linkages__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5rem -1.5rem -1.5rem;
}

.page-countries-map .ndc-sdg-linkages__column,
.page-countries-map-new .ndc-sdg-linkages__column {
  padding: 1.5rem;
  width: 33.33%;
}

.page-countries-map .ndc-sdg-linkages__card,
.page-countries-map-new .ndc-sdg-linkages__card {
  border-radius: 0.6rem;
  border: 1px solid #d6e1e8;
  min-height: 7.5rem;
  padding-left: 6rem;
  padding: 1.5rem;
  position: relative;
}

.page-countries-map .ndc-sdg-linkages__card-icon,
.page-countries-map-new .ndc-sdg-linkages__card-icon {
  height: 5rem !important;
  left: 0.5rem;
  position: absolute;
  top: 0;
  width: 5rem !important;
  z-index: 0;
}

.page-countries-map .ndc-sdg-linkages__card-title,
.page-countries-map-new .ndc-sdg-linkages__card-title {
  color: #0265B5;
  font-size: 1.6rem;
  margin: 0 0 1.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-countries-map .ndc-sdg-linkages__card-dot,
.page-countries-map-new .ndc-sdg-linkages__card-dot {
  background-color: #cbd8e1;
  border-radius: 50%;
  display: inline-block;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 0.7rem;
}

.page-countries-map .ndc-sdg-linkages__card-dot--hidden,
.page-countries-map-new .ndc-sdg-linkages__card-dot--hidden {
  opacity: 0;
}

.page-countries-map .ndc-sdg-linkages__card-number,
.page-countries-map-new .ndc-sdg-linkages__card-number {
  display: none;
}

.page-countries-map .ndc-gas,
.page-countries-map-new .ndc-gas {
  padding: 5rem 0;
}

.page-countries-map .ndcs-gas__chart [class*="legend-chart-styles"],
.page-countries-map-new .ndcs-gas__chart [class*="legend-chart-styles"] {
  display: none;
}

.page-countries-map .ndc-map,
.page-countries-map-new .ndc-map {
  background: #F5F9FC;
  height: auto !important;
  padding: 5rem 0;
}

.page-countries-map [class*="map-styles__wrapper"],
.page-countries-map-new [class*="map-styles__wrapper"] {
  margin-top: 6rem;
}

.page-countries-map [class*="map-styles__wrapper"] .rsm-zoomable-group,
.page-countries-map-new [class*="map-styles__wrapper"] .rsm-zoomable-group {
  position: relative;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.page-countries-map [class*="map-styles__wrapper"] .rsm-svg,
.page-countries-map-new [class*="map-styles__wrapper"] .rsm-svg {
  height: auto;
  width: 100%;
}

.page-countries-map .ndc-map__tooltip,
.page-countries-map-new .ndc-map__tooltip {
  color: #ffffff;
  text-decoration: none;
}

.page-countries-map .ndc-map__tooltip-title,
.page-countries-map-new .ndc-map__tooltip-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0;
}

.page-countries-map .ndc-map__tooltip-p,
.page-countries-map-new .ndc-map__tooltip-p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.page-countries-map .ndc-map__legend,
.page-countries-map-new .ndc-map__legend {
  margin: 2rem -1.5rem -3rem;
}

.page-countries-map .ndc-map__legend-item,
.page-countries-map-new .ndc-map__legend-item {
  color: #414141;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 1.5rem 3rem;
  max-width: 20rem;
  vertical-align: top;
}

.page-countries-map .ndc-map__legend-circle,
.page-countries-map-new .ndc-map__legend-circle {
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 63, 106, 0.1);
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 63, 106, 0.1);
  display: block;
  height: 1.5rem;
  margin-bottom: 2rem;
  width: 1.5rem;
}

.page-node.node-type-country {
  /*
  .country-block:nth-of-type(5) {
    display: none;
  }
  */
}

.page-node.node-type-country .recharts-surface {
  width: 100%;
  height: 100%;
}

.page-node.node-type-country #coffee-form,
.page-node.node-type-country #coffee-form * {
  max-width: 100%;
}

.page-node.node-type-country .ndc-section__page {
  padding-top: 7px;
}

.page-node.node-type-country .bg-white {
  background-color: transparent !important;
  padding: 0 !important;
}

.page-node.node-type-country .header {
  margin-bottom: 10px;
}

.page-node.node-type-country .ndc-inner-hero__heading.article__title {
  margin: 0;
}

.page-node.node-type-country .field-name-field-country-logotype {
  height: 36px;
  width: 36px;
  margin-top: 14px;
  margin-left: 10px;
}

.page-node.node-type-country .field-name-field-country-logotype * {
  height: 100%;
}

.page-node.node-type-country .ndc-container-country {
  max-width: 1140px;
  padding: 0;
  margin: 0 auto;
}

.page-node.node-type-country .country-block {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 24px 8px;
}

.page-node.node-type-country .country-block .button-js-open {
  display: none;
}

.page-node.node-type-country .country-block:first-of-type .country-title-video {
  width: 100%;
  margin-top: 17px;
}

.page-node.node-type-country .country-block:first-of-type .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 3%;
}

.page-node.node-type-country .country-block:first-of-type .inside .field-label {
  font-size: 21px;
  margin-bottom: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #152864;
}

.page-node.node-type-country .country-block:first-of-type .inside .field-items p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #7c6e66;
}

.page-node.node-type-country .country-block:first-of-type iframe {
  width: 100%;
}

.page-node.node-type-country .country-title-category h2 {
  margin-top: 12px;
  margin-left: 13px;
  margin-bottom: 15px;
}

.page-node.node-type-country .country-title-category h2,
.page-node.node-type-country .content-title h2 {
  text-transform: uppercase;
  color: #212c62;
  font-weight: 800;
  font-size: 33px;
  line-height: 41px;
}

.page-node.node-type-country .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-node.node-type-country .content-title img {
  height: 36px;
  width: 36px;
  margin-top: 8px;
  margin-left: 12px;
}

.page-node.node-type-country .content-title h2 {
  margin-bottom: 30px;
  margin-top: 5px;
  margin-left: 16px;
}

.page-node.node-type-country .content-title h4 {
  width: 100%;
}

.page-node.node-type-country #news-events-block .content-title h4 {
  display: none;
}

.page-node.node-type-country #news-events-block .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.page-node.node-type-country #news-events-block .inside .news-title {
  color: #0090cc;
}

.page-node.node-type-country #news-events-block .inside .events-title {
  color: #f8ab04;
}

.page-node.node-type-country #news-events-block .inside .blog-title {
  color: #b2a76b;
}

.page-node.node-type-country #news-events-block .inside .news-title,
.page-node.node-type-country #news-events-block .inside .events-title,
.page-node.node-type-country #news-events-block .inside .blog-title {
  font-size: 22.5px;
  margin-bottom: 10px;
  display: block;
  margin-top: 5px;
}

.page-node.node-type-country #news-events-block .inside .views-field-body {
  font-size: 13.5px;
  margin-bottom: 15px;
  color: #7c6e66;
}

.page-node.node-type-country #news-events-block .inside .views-field-field-date-range,
.page-node.node-type-country #news-events-block .inside .views-field-field-article-date {
  font-size: 13.5px;
  color: #7c6e66;
}

.page-node.node-type-country #news-events-block .inside > div {
  border: 1px solid #a19e9a;
  margin-bottom: 30px;
  width: 100%;
  padding: 20px 32px;
}

.page-node.node-type-country #news-events-block .inside > div a {
  color: #058238;
  font-weight: bold;
}

.page-node.node-type-country #news-events-block .news-events-button a {
  display: inline-block;
  background: #058238;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 26px;
  margin-bottom: 12px;
  font-size: 13.5px;
}

.page-node.node-type-country #tools-block .content-title h4 {
  display: none;
}

.page-node.node-type-country #tools-block .inside .field-name-case-studies {
  background-color: #339b5f;
}

.page-node.node-type-country #tools-block .inside .field-name-toolbox-navigator {
  background-color: #33a7d7;
}

.page-node.node-type-country #tools-block .inside .field-name-funding-navigator {
  background-color: #97bfd4;
}

.page-node.node-type-country #tools-block .inside .field-name-case-studies,
.page-node.node-type-country #tools-block .inside .field-name-toolbox-navigator,
.page-node.node-type-country #tools-block .inside .field-name-funding-navigator {
  margin-bottom: 30px;
}

.page-node.node-type-country #climate-block .content-title h4,
.page-node.node-type-country #climate-block .ndc-section.ndc-climate > .ndc-container .ndc-section__title {
  display: none;
}

.page-node.node-type-country #climate-block .country-timeline-styles__timelineDescription__3EaQ1 {
  margin-top: 0;
  font-weight: 700 !important;
  color: #212c62 !important;
}

.page-node.node-type-country #climate-block .ndc-gas .ndc-cw-filter__buttons {
  display: none;
}

.page-node.node-type-country .country-block:last-of-type a {
  text-decoration: none;
  color: #058238;
}

.page-node.node-type-country .country-block:last-of-type .content-block {
  font-size: 20px;
  padding: 0 12px;
  font-weight: bold;
  line-height: 50px;
  word-break: break-all;
}

.page-node.node-type-country .country-block:last-of-type .content-block .file-icon {
  height: 36px;
  width: 36px;
  margin-right: 8px;
}

.page-node.node-type-country .ndc-tools__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-node.node-type-country .ndc-tools__item > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-node.node-type-country .ndc-tools__item .ndc-tools__ico {
  margin-left: 10px;
  width: 90px;
  margin-right: 20px;
}

.page-node.node-type-country .ndc-tools__item .tool-block-3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-node.node-type-country .ndc-tools__item .tool-block-3 a {
  display: inline-block;
  background: #058238;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 26px;
  margin-bottom: 12px;
  border: 1px solid #fff;
}

.page-node.node-type-country .ndc-tools__item .ndc-tools__description {
  font-size: 22.5px;
  width: calc(100% - 150px);
}

.page-node.node-type-country .ndc-tools__item .ndc-tools__flag {
  padding: 10px;
}

.page-node.node-type-country .ndc-tools__item .ndc-tools__flag img {
  height: 36px;
  width: 36px;
  vertical-align: top;
  margin-left: 18px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.page-node.node-type-country .ndc-tools__item .ndc-tools__flag .ndc-tools__number {
  font-size: 22.5px;
}

.page-node.node-type-country .ndc-tools__item .ndc-tools__flag .field-content,
.page-node.node-type-country .ndc-tools__item .ndc-tools__flag .block-funds-desc {
  display: block;
  font-size: 13.5px;
  margin-top: 10px;
}

.page-node.node-type-country .ndc-section__subtitle {
  color: #000;
  font-size: 2.6rem;
  font-weight: 800;
  margin: 0 0 1.5rem;
}

.page-node.node-type-country .ndc-section__subtitle--smaller {
  font-size: 2.2rem !important;
  color: #212c62 !important;
}

.page-node.node-type-country .ndc-btn--cw {
  font-size: 1rem;
  line-height: 3.8rem;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0.6rem;
  cursor: pointer;
}

.page-node.node-type-country .ndc-cw-filter {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0;
}

.page-node.node-type-country .ndc-cw-filter--grey {
  padding: 2rem 3.5rem;
  background: #F5F9FC;
  margin: 2rem 0;
}

.page-node.node-type-country .ndc-cw-filter__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-node.node-type-country .ndc-cw-filter__dropdown .dropdown-styles__label__spata {
  color: #0265B5;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control {
  background-color: #ffffff !important;
  border-color: #D9D9D9 !important;
  border-radius: 0.6rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1.4rem !important;
  height: 4rem !important;
  padding-left: 1.5rem !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control {
  background-color: #ffffff !important;
  border-color: #D9D9D9 !important;
  border-radius: 0.6rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1.4rem !important;
  height: 4rem !important;
  padding-left: 1.5rem !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-search-field-and-selected-values {
  max-height: 4rem !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  line-height: 4rem !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-toggle-button-container {
  height: 4rem !important;
  opacity: 0.4;
  width: 2rem !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-toggle-button-container svg {
  fill: #414141;
  height: 1.2rem;
  width: 1.2rem;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .resizable-input {
  font-size: 1.4rem !important;
  line-height: 2rem;
  padding: 0 !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize.open .react-selectize-control {
  border-radius: 0.6rem 0.6rem 0 0 !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize.open.flipped .react-selectize-control {
  border-radius: 0 0 0.6rem 0.6rem !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu {
  border-radius: 0 0 0.6rem 0.6rem !important;
  padding: 0 !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu.flipped {
  border-radius: 0.6rem 0.6rem 0 0 !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu .simple-option {
  overflow: hidden;
  padding: 1rem 1.5rem !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-node.node-type-country .ndc-cw-filter__right {
  margin-left: auto;
  display: none;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="dropdown-styles__dropdown"] {
  margin-right: 1rem;
  width: 24rem;
}

.page-node.node-type-country .ndc-cw-filter__dropdown .dropdown-styles__label__spata {
  color: #0265B5;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control {
  background-color: #ffffff !important;
  border-color: #D9D9D9 !important;
  border-radius: 0.6rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1.4rem !important;
  height: 4rem !important;
  padding-left: 1.5rem !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-search-field-and-selected-values {
  min-height: 4rem !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  line-height: 4rem !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-toggle-button-container {
  height: 4rem !important;
  opacity: 0.4;
  width: 2rem !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .react-selectize-toggle-button-container svg {
  fill: #414141;
  height: 1.2rem;
  width: 1.2rem;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize-control .resizable-input {
  font-size: 1.4rem !important;
  line-height: 2rem;
  padding: 0 !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize.open .react-selectize-control {
  border-radius: 0.6rem 0.6rem 0 0 !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .react-selectize.open.flipped .react-selectize-control {
  border-radius: 0 0 0.6rem 0.6rem !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu {
  border-radius: 0 0 0.6rem 0.6rem !important;
  padding: 0 !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu.flipped {
  border-radius: 0.6rem 0.6rem 0 0 !important;
}

.page-node.node-type-country .ndc-cw-filter__dropdown [class*="react-selectize__dropdown"] .dropdown-menu .simple-option {
  overflow: hidden;
  padding: 1rem 1.5rem !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-node.node-type-country .ndc-cw-filter__buttons [class*="button-group-styles__buttonGroup"] {
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  float: none !important;
  height: auto !important;
}

.page-node.node-type-country .ndc-cw-filter__buttons [class*="button-group-styles__button__"] {
  background-color: transparent !important;
  border-radius: 0.6rem !important;
  border: 1px solid #0265B5 !important;
  display: none;
  height: 4rem !important;
  margin-left: 1rem;
  width: 4rem !important;
}

.page-node.node-type-country .ndc-cw-filter__buttons [class*="button-group-styles__button__"] > svg {
  fill: #0265B5 !important;
  height: 1.7rem !important;
  width: 1.7rem !important;
}

.page-node.node-type-country .ndc-cw-filter__buttons [class*="button-group-styles__button__"]:disabled {
  border-color: #D9D9D9 !important;
}

.page-node.node-type-country .ndc-cw-filter__buttons [class*="button-group-styles__button__"]:disabled > svg {
  fill: rgba(65, 65, 65, 0.6) !important;
}

.page-node.node-type-country .ndc-cw-filter__buttons [class*="simple-menu-styles__dropdown"] {
  display: inline-block;
  height: auto !important;
  width: auto !important;
}

.page-node.node-type-country .ndc-cw-filter__buttons [class*="simple-menu-styles__active"]::after {
  display: none !important;
}

.page-node.node-type-country .ndc-cw-filter__buttons .simple-menu-styles__open {
  padding: 0;
}

.page-node.node-type-country .ndc-cw-filter__buttons [class*="simple-menu-styles__links"] {
  border-radius: 0.6rem !important;
  left: auto !important;
  overflow: hidden !important;
  padding: 0;
  right: -10rem !important;
  top: 5rem !important;
}

.page-node.node-type-country .ndc-cw-filter__buttons [class*="simple-menu-styles__link"] {
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
}

.page-node.node-type-country .ndc-cw-filter__buttons [class*="simple-menu-styles__documentLink"] {
  color: #8f8fa1 !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  height: 4rem !important;
  letter-spacing: normal !important;
  line-height: 2rem !important;
  padding: 0 1.5rem !important;
  text-transform: none !important;
}

.page-node.node-type-country .ndc-cw-filter__buttons [class*="simple-menu-styles__documentLink"] svg {
  fill: #8f8fa1 !important;
  margin-right: 1rem !important;
}

.page-node.node-type-country .ndc-cw-filter__buttons [class*="simple-menu-styles__documentLink"]:hover {
  color: #113750 !important;
}

.page-node.node-type-country .ndc-cw-filter__buttons [class*="simple-menu-styles__documentLink"]:hover svg {
  fill: #113750 !important;
}

.page-node.node-type-country .ndc-cw-filter__button {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: top;
}

.page-node.node-type-country .ndc-sdg-linkages {
  padding: 5rem 0 0;
}

.page-node.node-type-country .ndc-sdg-linkages__tooltip {
  color: #ffffff;
  max-width: 20rem;
  text-decoration: none;
}

.page-node.node-type-country .ndc-sdg-linkages__tooltip-p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.page-node.node-type-country .ndc-sdg-linkages__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5rem -1.5rem -1.5rem;
}

.page-node.node-type-country .ndc-sdg-linkages__column {
  padding: 1.5rem;
  width: 33.33%;
}

.page-node.node-type-country .ndc-sdg-linkages__card {
  border-radius: 0.6rem;
  border: 1px solid #d6e1e8;
  min-height: 7.5rem;
  padding: 1.5rem;
  padding-left: 6rem;
  position: relative;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon {
  height: 5rem !important;
  left: 0.5rem;
  position: absolute;
  top: 0;
  width: 5rem !important;
  z-index: 0;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-1 {
  fill: #e5243b;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-2 {
  fill: #dda63a;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-3 {
  fill: #4c9f38;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-4 {
  fill: #c5192d;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-5 {
  fill: #ff3a21;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-6 {
  fill: #26bde2;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-7 {
  fill: #fcc30b;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-8 {
  fill: #b93156;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-9 {
  fill: #fd6925;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-10 {
  fill: #dd1367;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-11 {
  fill: #fd9d24;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-12 {
  fill: #bf8b2e;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-13 {
  fill: #3f7e44;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-14 {
  fill: #0a97d9;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-15 {
  fill: #56c02b;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-16 {
  fill: #00689d;
}

.page-node.node-type-country .ndc-sdg-linkages__card-icon--color-17 {
  fill: #19486a;
}

.page-node.node-type-country .ndc-sdg-linkages__card-title {
  color: #0265B5;
  font-size: 1.6rem;
  margin: 0 0 1.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-node.node-type-country .ndc-sdg-linkages__card-dot {
  background-color: #cbd8e1;
  border-radius: 50%;
  display: inline-block;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 0.7rem;
}

.page-node.node-type-country .ndc-sdg-linkages__card-dot--hidden {
  opacity: 0;
}

.page-node.node-type-country .ndc-sdg-linkages__card-number {
  display: none;
}

.page-node.node-type-country .ndc-gas {
  padding: 5rem 0;
}

.page-node.node-type-country .ndcs-gas__chart [class*="base-tag__tag"] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #D9D9D9 !important;
  padding: 0 0.8rem;
}

.page-node.node-type-country .ndcs-gas__chart [class*="base-tag__dot"] {
  margin-right: 0.8rem !important;
}

.page-node.node-type-country .ndcs-gas__chart [class*="base-tag__label"] {
  margin: 0 !important;
  font-size: 1.4rem !important;
}

.page-node.node-type-country .ndcs-gas__chart [class*="base-tag__closeButton"] {
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  margin-left: 0.8rem !important;
}

.page-node.node-type-country .ndcs-gas__chart ul,
.page-node.node-type-country .ndcs-gas__chart + ul {
  padding-left: 0 !important;
}

.page-node.node-type-country .ndcs-gas__chart + ul [class*="base-tag__tag"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin-right: 1rem;
}

.page-node.node-type-country .ndcs-gas__chart + ul [class*="base-tag__dot"] {
  width: 2rem !important;
  height: 1rem !important;
  border-radius: 0.5rem !important;
  margin-right: 0.8rem !important;
}

.page-node.node-type-country .ndcs-gas__chart + ul [class*="base-tag__label"] {
  margin: 0 !important;
  font-size: 1.4rem !important;
}

.page-node.node-type-country .ndc-map {
  background: #F5F9FC;
  height: auto !important;
  padding: 5rem 0;
}

.page-node.node-type-country [class*="map-styles__wrapper"] .rsm-zoomable-group {
  position: relative;
}

.page-node.node-type-country [class*="map-styles__wrapper"] .rsm-svg {
  height: auto;
  width: 100%;
}

.page-node.node-type-country .ndc-map__tooltip {
  color: #ffffff;
  text-decoration: none;
}

.page-node.node-type-country .ndc-map__tooltip-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0;
}

.page-node.node-type-country .ndc-map__tooltip-p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.page-node.node-type-country .ndc-map__legend {
  margin: 2rem -1.5rem -3rem;
}

.page-node.node-type-country .ndc-map__legend-item {
  color: #414141;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 1.5rem 3rem;
  max-width: 20rem;
  vertical-align: top;
}

.page-node.node-type-country .ndc-map__legend-circle {
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 63, 106, 0.1);
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 63, 106, 0.1);
  display: block;
  height: 1.5rem;
  margin-bottom: 2rem;
  width: 1.5rem;
}

.page-node.node-type-country .ndcs-country-tab {
  display: inline-block;
  cursor: pointer;
  padding: 1.5rem 0;
  width: 20%;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  border-bottom: 0.3rem solid transparent;
  background-color: #045f61;
  -webkit-transition: background ease-out 0.5s;
  -o-transition: background ease-out 0.5s;
  transition: background ease-out 0.5s;
}

.page-node.node-type-country .ndcs-country-tab-active {
  display: inline-block;
  cursor: pointer;
  padding: 1.5rem 0;
  width: 20%;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  border-bottom: 0.3rem solid #ffc735;
  background-color: #045f61;
  -webkit-transition: background ease-out 0.5s;
  -o-transition: background ease-out 0.5s;
  transition: background ease-out 0.5s;
}

.page-node.node-type-country .ndc-climate {
  padding: 5rem 0 0 0;
}

.page-node.node-type-country .ndc-climate .timelineTooltip::before {
  display: none;
}

.page-node.node-type-country .ndc-climate .links {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #ffffff !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 0.6rem !important;
  font-size: 1.4rem !important;
  padding-left: 0 !important;
  list-style: none;
}

.page-node.node-type-country .ndc-climate .links .simple-option {
  padding: 1rem 1.5rem !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page-node.node-type-country .ndc-climate .links li {
  background-color: #ffffff !important;
  border-bottom: solid 1px #e5e5eb !important;
  color: #8f8fa1 !important;
}

.page-node.node-type-country .ndc-climate .links li a {
  font-size: 1.4rem !important;
  padding: 1rem 1.5rem !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none !important;
}

.page-node.node-type-country .ndc-climate h3 {
  font-size: 2.2rem !important;
  color: #000 !important;
  top: -6rem;
  margin-top: 20px;
}

.page-node.node-type-country .ndc-climate [class*="country-timeline-styles__timeline"] > div > div .events-wrapper .events .dot-label:last-child > span:last-child {
  background-color: #e6ecf1 !important;
  border-color: #e6ecf1 !important;
}

.page-node.node-type-country .ndc-climate .timeline-eventline {
  background-color: #e6ecf1 !important;
  border-bottom: 2px solid #e6ecf1;
}

.page-node.node-type-country .ndc-climate .yearLabel {
  font-size: 1.5rem !important;
}

.page-node.node-type-country .intro-simple__title__3heMW {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  color: #113750 !important;
  line-height: 1.2em !important;
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important;
}

.page-node.node-type-country #gas {
  max-width: 1140px;
  margin: 0 auto;
}

.page-node.node-type-country #gas .ndc-btn--cw {
  padding: 0 2rem;
}

.page-node.node-type-country #gas .ndc-cw-filter__dropdown [class*=dropdown-styles__dropdown] {
  width: 16rem;
}

.page-node.node-type-country #tabs [class*="intro-styles__title"] {
  display: block !important;
  font-weight: 700 !important;
  color: #212c62 !important;
  font-family: "Montserrat-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 2.2rem !important;
}

.page-node.node-type-country #tabs [class*="button-group-styles__buttonGroup"] > :first-child {
  background-color: transparent !important;
  border-radius: 0.6rem !important;
  border: 1px solid #0265B5 !important;
  height: 4rem !important;
  width: 4rem !important;
}

.page-node.node-type-country #tabs [class*="country-ndc-overview-styles__col2"] > :nth-child(1) {
  margin-right: 0 !important;
}

.page-node.node-type-country #tabs [class*="country-ndc-overview-styles__actions"] {
  margin-right: auto;
}

.page-node.node-type-country #tabs [class*="country-ndc-overview-styles__actions"] > :nth-child(2) {
  display: none;
}

.page-node.node-type-country #tabs [class*="button-group-styles__buttonGroup"] > :last-child {
  display: none;
}

.page-node.node-type-country #tabs [class*="country-ndc-overview-styles__actions"] > :nth-child(1) {
  width: 4rem !important;
  background-color: #ffffff !important;
  height: 4rem !important;
  width: 4rem !important;
}

.page-node.node-type-country #tabs [class*="country-ndc-overview-styles__actions"] > :nth-child(1):hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.page-node.node-type-country #tabs .page-node.node-type-country [class*="intro-simple__title"] {
  font-size: 2.2rem !important;
  font-family: "Montserrat-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
}

.page-node.node-type-country #tabs [class*="country-ndc-overview-styles__header"] {
  margin-top: 0 !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.page-node.node-type-country #tabs [class*="country-ndc-overview-styles__col2"] > :nth-child(2) {
  width: auto !important;
}

.page-node.node-type-country #tabs [class*="country-ndc-overview-styles__wrapper"] {
  border: none !important;
}

.page-node.node-type-country #tabs [class*="country-ndc-overview-styles__actions"] > :nth-child(3) {
  width: auto !important;
  margin-right: 2.875rem !important;
  background: #0265b5 !important;
  color: #fff !important;
  padding: 1.5px 30px !important;
  font-size: 1.2rem !important;
  height: 4rem !important;
  margin-left: 0 !important;
  font-family: "Montserrat-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-node.node-type-country #tabs [class*="country-ndc-overview-styles__exploreBtn"] {
  background: #0265b5 !important;
  color: #fff !important;
  font-size: 1.2rem !important;
  font-family: "Montserrat-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-node.node-type-country #tabs [class*="button-group-styles__button"] {
  fill: #0265B5 !important;
}

.page-node.node-type-country .country-ghg-map-styles__container__3Olli {
  margin-left: 2rem !important;
  margin-top: 5rem !important;
}

.page-node.node-type-country .map-footer-styles__title__2lcL- {
  font-size: 1.4rem;
}

.page-node.node-type-country .ndcs-gas__chart + ul {
  padding-left: 0 !important;
}

.page-node.node-type-country .map-footer-styles__container__3jkDi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-node.node-type-country .ndcs-gas__chart + ul [class*="base-tag__tag"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin-right: 1rem;
}

.page-node.node-type-country .ndcs-gas__chart + ul [class*="base-tag__tag"] span {
  width: 2rem !important;
  height: 1rem !important;
  border-radius: 0.5rem !important;
  margin-right: 0.8rem !important;
}

.page-node.node-type-country .ndcs-gas__chart + ul [class*="base-tag__tag"] p {
  margin: 0 !important;
  font-size: 1.4rem !important;
}

.country-pages-head {
  margin: 0 0 16px;
}

.country-pages-head-title {
  font: 1.6rem/1.5 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #152864;
  text-align: center;
  margin-top: -45px;
  font-size: 36px;
}

.country-pages-head-subtitle {
  font-size: 16px;
  line-height: 18px;
  color: #363636;
  font-family: "Montserrat-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
}

.country-pages-head-subtitle a {
  font-weight: bold;
  color: #008237;
  text-decoration: none;
}

.country-pages-head-subtitle a:hover {
  text-decoration: underline;
}

.country-pages-content {
  overflow: hidden;
}

.country-pages-content svg {
  height: 100%;
  width: 100%;
}

.country-pages-content .easy-autocomplete {
  position: relative;
  width: 100% !important;
}

.country-pages-content .easy-autocomplete:before {
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #008237;
  content: '\f002';
}

.country-pages-content .easy-autocomplete input#country-search {
  display: block;
  padding: 6px 20px 6px 6px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  border-top: 1px solid #877a72;
  border-bottom: 1px solid #877a72;
  border-radius: 0 !important;
  width: 100%;
}

.country-pages-content .easy-autocomplete input#country-search:hover {
  outline: none;
}

.country-pages-content .easy-autocomplete input#country-search::-webkit-input-placeholder {
  /* Chrome */
  color: #7c6e66;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.country-pages-content .easy-autocomplete input#country-search:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

.country-pages-content .easy-autocomplete input#country-search:-ms-input-placeholder {
  /* IE 10+ */
  color: #7c6e66;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.country-pages-content .easy-autocomplete input#country-search:focus:-ms-input-placeholder {
  opacity: 0.5;
}

.country-pages-content .easy-autocomplete input#country-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #7c6e66;
  opacity: 0.8;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.country-pages-content .easy-autocomplete input#country-search:focus::-moz-placeholder {
  opacity: 0.5;
}

.country-pages-content .easy-autocomplete input#country-search:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #7c6e66;
  opacity: 0.8;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.country-pages-content .easy-autocomplete input#country-search:focus:-moz-placeholder {
  opacity: 0.5;
}

.country-pages-content .countries-list {
  border-bottom: 1px solid #877a72;
  color: #7c6e66;
  font-size: 14px;
  line-height: 17px;
}

.country-pages-content .countries-list ul {
  overflow: auto;
  margin: 0;
  padding: 0;
  max-height: 608px;
  list-style: none;
}

.country-pages-content .countries-list li {
  padding: 6px 6px 5px;
  border-bottom: 1px solid #877a72;
  cursor: pointer;
}

.country-pages-content .countries-list li:last-child {
  border-bottom: none;
}

.country-pages-content .countries-list li:hover {
  color: #0092cd;
}

.country-pages-content .country-pages-content-right-title {
  padding: 7px 0 5px;
  border-top: 1px solid #877a72;
  border-bottom: 1px solid #877a72;
  font-size: 14px;
  line-height: 17px;
  color: #0063b7;
}

.country-pages-content-left {
  float: left;
  padding: 0 10px 0 0;
  width: 220px;
}

.country-pages-content-left li {
  font: 14px 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.country-pages-content-right {
  overflow: hidden;
}

.country-pages-content-right #vmap {
  margin: 4px auto;
}

.country-pages-content-right #vmap .zoom-buttons-container {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  border: 2px solid #897C75;
  background: #fff;
}

.country-pages-content-right #vmap .zoom-buttons-container > div {
  height: auto;
  padding: 5px;
  line-height: 1;
  cursor: pointer;
  font-weight: bold;
}

.country-pages-content-right #vmap .zoom-buttons-container > div:nth-child(1) {
  border-bottom: 1px solid gray;
}

.country-pages-content-right #vmap .zoom-buttons-container > div:hover,
.country-pages-content-right #vmap .zoom-buttons-container > div:active {
  background-color: #eeeeee;
}

.country-pages-content-right form {
  padding-top: 1em;
}

.country-pages-content-right form .countries-filter-buttons {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .9em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.country-pages-content-right form .countries-filter-buttons div {
  max-width: 300px;
}

.country-pages-content-right form .countries-filter-buttons div input {
  margin-left: 1em;
  padding-top: 1em;
}

.jqvmap-label {
  position: absolute;
  z-index: 2;
}

.country_flag {
  border-radius: 50%;
}

.page-events-calendar-new {
  background-color: #DEDAD3;
}

.page-events-calendar-new * {
  font-family: 'Montserrat';
}

.page-events-calendar-new #coffee-form,
.page-events-calendar-new #coffee-form * {
  max-width: 100%;
}

.page-events-calendar-new .ndc-section__page {
  padding-top: 7px;
}

.page-events-calendar-new .ndc-section__page .ndc-container {
  max-width: 1140px;
  padding: 0;
  margin: 0 auto;
}

.page-events-calendar-new .calendar-block-events {
  background-color: #ffffff;
}

.event-details {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.event-details .top-container {
  margin-top: -50px;
}

.event-details .top-container .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 5px;
  font-size: 10px;
  margin-top: 53px;
  font-weight: 900;
}

.event-details .top-container .breadcrumbs .homepage,
.event-details .top-container .breadcrumbs .homepage a,
.event-details .top-container .breadcrumbs .events-link,
.event-details .top-container .breadcrumbs .events-link a {
  color: #1793cb;
}

.event-details .top-container .breadcrumbs .event-breadcrumb {
  color: lightgray;
}

.event-details .top-container .breadcrumbs span.glyphicon {
  font-size: 8px;
  margin-left: 5px;
  margin-right: 5px;
}

.event-details .top-container .back-to-calendar {
  margin-bottom: 25px;
}

.event-details .top-container .back-to-calendar a {
  color: #1793cb;
  font-size: 10px;
  font-weight: 900;
}

.event-details .top-container .back-to-calendar span.glyphicon {
  font-size: 8px;
}

.event-details .top-container .event-title {
  padding: 45px 20px;
  margin-bottom: 50px;
}

.event-details .top-container .event-title h1 {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: white;
}

.event-details .top-container .event-title.conference {
  background: #a7252b;
}

.event-details .top-container .event-title.press {
  background: #6b5400;
}

.event-details .top-container .event-title.workshop {
  background: #2f5c74;
}

.event-details .top-container .event-title.webinar {
  background: #416100;
}

.event-details .center-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid lightgray;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.event-details .center-container .left-container {
  color: #162a62;
  margin-bottom: 25px;
}

.event-details .center-container .left-container .event-type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 10px 20px;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  text-align: center;
}

.event-details .center-container .left-container .event-type h4 {
  font-size: 16px;
}

.event-details .center-container .left-container .event-type.press {
  background: #6b5400;
}

.event-details .center-container .left-container .event-type.conference {
  background: #a7252b;
}

.event-details .center-container .left-container .event-type.webinar {
  background: #416100;
}

.event-details .center-container .left-container .event-type.workshop {
  background: #2f5c74;
}

.event-details .center-container .left-container .event-label {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 16px;
}

.event-details .center-container .left-container .event-data {
  margin-bottom: 20px;
  font-size: 16px;
}

.event-details .center-container .left-container .event-time .event-data,
.event-details .center-container .left-container .event-location .event-data,
.event-details .center-container .left-container .event-short-address .event-data {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.event-details .center-container .left-container .event-date .event-data {
  font-weight: 600;
}

.event-details .center-container .right-container .event-details-title {
  color: #162a62;
  margin-bottom: 20px;
}

.event-details .center-container .right-container .event-details-title h4 {
  font-weight: 600;
  font-size: 16px;
}

.event-details .center-container .right-container .event-details-body {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 35px;
}

.event-details .center-container .right-container .event-details-body p {
  line-height: 26px;
  color: #7c6e66;
  font-size: 14px;
}

.event-details .center-container .right-container .event-action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: center;
}

.event-details .center-container .right-container .event-action-buttons .event-register-button {
  background: green;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  margin-right: 25px;
}

.event-details .center-container .right-container .event-action-buttons .event-register-button a {
  color: white;
}

.event-details .center-container .right-container .event-action-buttons .event-share-button {
  margin-right: 10px;
}

.event-details .center-container .right-container .event-action-buttons .event-share-button img {
  width: 30px;
  height: auto;
  margin-top: -5px;
}

.event-details .center-container .right-container .event-action-buttons .event-calendar-link input[type=image] {
  width: 25px;
  height: auto;
}

.event-details .center-container .right-container .event-action-buttons .event-register-button,
.event-details .center-container .right-container .event-action-buttons .event-share-button,
.event-details .center-container .right-container .event-action-buttons .event-calendar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.event-details .bottom-container .in-collaboration .in-collaboration-title {
  color: #162a62;
  margin-bottom: 30px;
}

.event-details .bottom-container .in-collaboration .in-collaboration-title h4 {
  font-weight: 600;
  font-size: 16px;
}

.event-details .bottom-container .in-collaboration .event-partners {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-details .bottom-container .in-collaboration .event-partners img {
  height: auto;
  -o-object-fit: none;
  object-fit: none;
  margin-bottom: 30px;
}

.event-details .bottom-container .share-with-friends {
  margin-bottom: 60px;
  width: 100%;
}

.event-details .bottom-container .share-with-friends h4 {
  margin-bottom: 25px;
  color: #162a62;
  font-weight: 600;
  font-size: 16px;
}

.event-details .bottom-container .share-with-friends .copy-link-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-details .bottom-container .share-with-friends .copy-link-section .copy-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-details .bottom-container .share-with-friends .copy-link-section input {
  padding: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #7c6e66;
}

.event-details .bottom-container .share-with-friends .copy-link-section #copy-button {
  background: green;
  padding: 10px 25px;
  color: white;
}

.event-details .bottom-container .share-with-friends .social-icons {
  margin-top: 10px;
  margin-right: 10px;
}

.event-details .bottom-container .share-with-friends .social-icons img {
  height: 30px;
  width: auto;
  margin-right: 15px;
}

.ndc-partners__teaser {
  padding: 5rem 0 0 0;
}

.partner-contributions__items .row {
  padding-bottom: 6rem;
}

[id^="PIN"] {
  background: white;
  width: 85% !important;
  top: 50px !important;
  margin: 0 auto !important;
  padding: 20px;
  -webkit-box-shadow: 0 0 5px #a29e9e;
  box-shadow: 0 0 5px #a29e9e;
  height: auto !important;
  min-height: 80% !important;
}

[v-cloak] {
  display: none;
}

._hidden {
  visibility: hidden;
  display: none;
}

.ndc_initiatives .ndc-table__cell_field_support_type {
  width: 10%;
}

.ndc-center {
  text-align: center;
}

.ndc-h1 {
  font-family: "Droid Serif";
  font-weight: 600;
  font-size: 26px;
  color: #003F6A;
  margin: 0;
}

.ndc-h2 {
  position: relative;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  color: #152864;
  margin: 0;
}

.ndc-h3 {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #152864 !important;
  margin: 0;
}

.ndc-external-link {
  position: relative;
  color: #0265B5;
  border-bottom: 1px solid rgba(2, 101, 181, 0.3);
  text-decoration: none;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
  margin-right: 25px;
}

.ndc-external-link:hover {
  border-color: rgba(2, 101, 181, 0.7);
}

.ndc-external-link:after {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  right: -18px;
  width: 14px;
  height: 14px;
  background-image: url("../images/icons/icon-external.png");
  background-size: 14px;
}

.ndc-container {
  width: 100%;
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.ndc-container .not-avaibled-option {
  color: #bbbaba;
  background: #f3f3f3;
}

.ndc-content__controls {
  margin-bottom: 40px;
}

.ndc-content__wrapper:before,
.ndc-content__wrapper:after {
  content: "";
  display: table;
}

.ndc-content__wrapper:after {
  clear: both;
}

.ndc-content__main {
  float: left;
  width: 100%;
}

.ndc-content__side {
  display: none;
}

.ndc-content__side .field-label {
  color: #000 !important;
}

.ndc-content__side .field-type-taxonomy-term-reference.field-label-above,
.ndc-content__side .field-label-above {
  margin-bottom: 2.5rem;
}

.ndc-content__side .field-type-taxonomy-term-reference.field-label-above .field-label,
.ndc-content__side .field-label-above .field-label {
  padding: 0;
  margin-bottom: 1rem;
}

.ndc-tool__section {
  padding: 25px 40px 25px 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}

.ndc-tool__section:first-child {
  padding-top: 0;
}

.ndc-tool__section:last-child {
  border-bottom: 0;
}

.ndc-tool__title,
.ndc-tool__subtitle {
  margin-bottom: 20px;
}

.ndc-tool__title h1 {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #152864;
  font-size: 4.1rem !important;
  font-weight: 500;
}

.ndc-tool__description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #7C6E66;
  margin: 0 0 20px 0;
}

.ndc-tool__description p:last-child {
  margin-bottom: 0;
}

.ndc-tool__button {
  margin-top: 25px;
}

.ndc-tool-fields__field {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 15px;
}

.ndc-tool-fields__field:last-child {
  margin-bottom: 0;
}

.ndc-tool-fields__param {
  color: #414141;
  margin-right: 5px;
}

.ndc-tool-fields__value {
  color: #003F6A;
}

.ndc-side {
  padding: 20px 0;
  background: rgba(0, 66, 122, 0.05);
  border-radius: 4px;
}

.ndc-side__link {
  position: relative;
  display: block;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.ndc-side__link:hover,
.ndc-side__link.__active {
  background: rgba(0, 66, 122, 0.07);
}

.ndc-side__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #00427A;
  padding-right: 40px;
}

.ndc-side__label {
  position: absolute;
  top: 15px;
  right: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: rgba(2, 101, 181, 0.5);
}

.ndc-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.ndc-icon_link {
  background-image: url("../images/icons/icon-link.png");
}

.ndc-icon_back {
  background-image: url("../images/icons/icon-back.png");
}

.ndc-icon_share {
  display: none;
  background-image: url("../images/icons/icon-share.png");
}

.ndc-icon_download {
  width: 24px;
  background-size: 24px 16px;
  background-image: url("../images/icons/icon-download@2x.png");
}

.ndc-icon_load {
  position: relative;
  top: 1px;
  background-image: url("../images/icons/icon-load@2x.png");
}

.ndc-icon_add {
  background-image: url(../images/icons/icon-add@2x.png);
  background-size: 20px;
}

.ndc-icon_link-dark {
  margin: 0 0 0 10px !important;
  float: right !important;
  background-image: url(../images/icons/icon-back.png);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ndc-experience-share {
  padding-top: 30px;
}

.ndc-experience-share__title {
  margin-bottom: 30px;
}

.ndc-color-blue {
  color: #0265B5;
}

.ndc-color-white {
  color: #fff;
}

.ndc-intro {
  padding: 40px 0;
}

.ndc-intro__title {
  margin-bottom: 20px;
}

.ndc-intro__text {
  font-size: 18px;
  color: #fff;
}

.ndc-filters {
  background: #F5F9FC;
  padding: 6rem 0;
  margin: 0;
}

.ndc-filters__title {
  font-family: "Proxima Nova";
  margin-bottom: 20px;
}

.ndc-filters__wrapper:before,
.ndc-filters__wrapper:after {
  content: "";
  display: table;
}

.ndc-filters__wrapper:after {
  clear: both;
}

.ndc-filters__half {
  width: 100%;
}

.ndc-filters__row {
  padding: 30px 0 0 0;
  border-bottom: 1px solid #D9DFE5;
}

.ndc-filters__row:last-child {
  padding-bottom: 0;
  border-color: transparent;
}

.ndc-filters__grid {
  margin-left: -20px;
  margin-right: -20px;
}

.ndc-filters__col {
  float: left;
  width: 33.333332%;
  padding: 0 20px;
  border-right: 1px solid #D9DFE5;
  margin-bottom: 0;
}

.ndc-filters__col:last-child {
  border-right: 0;
}

.ndc-filter__info {
  margin-bottom: 2rem;
}

.ndc-filter__title {
  font-family: "Proxima Nova";
  font-weight: 600;
  color: #0265B5;
  margin-bottom: .5rem;
}

.ndc-filter__question {
  font-weight: 600;
  font-size: 1.5rem;
}

.ndc-filter__item {
  margin-bottom: 10px;
}

.ndc-filter__item:last-child {
  margin-bottom: 0;
}

.ndc-results {
  padding: 6rem 0;
  -webkit-transition: opacity .25s, background .15s;
  -o-transition: opacity .25s, background .15s;
  transition: opacity .25s, background .15s;
}

.ndc-results.__active {
  opacity: .3;
  background: #f3b725;
}

.ndc-results__top {
  margin-bottom: 15px;
}

.ndc-results__top:before,
.ndc-results__top:after {
  content: "";
  display: table;
}

.ndc-results__top:after {
  clear: both;
}

.ndc-results__title {
  float: left;
  width: 100%;
}

.ndc-results-title:before,
.ndc-results-title:after {
  content: "";
  display: table;
}

.ndc-results-title:after {
  clear: both;
}

.ndc-results-title__text {
  font-family: "Proxima Nova";
  float: left;
  margin-right: 15px;
}

.ndc-results-title__label {
  float: left;
  position: relative;
  top: 5px;
}

.ndc-results__right {
  float: right;
  text-align: right;
  margin-top: 20px;
  width: 100%;
}

.ndc-results__right:before,
.ndc-results__right:after {
  content: "";
  display: table;
}

.ndc-results__right:after {
  clear: both;
}

.ndc-results__right .ndc-btn + .ndc-btn {
  margin: 10px 0 0 0;
}

.ndc-results__search {
  display: block;
  margin: 0 0 20px 0;
}

.ndc-results__download {
  float: right;
}

.ndc-tags:before,
.ndc-tags:after {
  content: "";
  display: table;
}

.ndc-tags:after {
  clear: both;
}

.ndc-tags span {
  float: left;
}

.ndc-tags__tag {
  display: none;
  float: left;
  margin: 0 10px 10px 0;
}

.ndc-tags input[type="checkbox"] {
  display: none;
}

.ndc-tags input[type="checkbox"]:checked + .ndc-tags__tag {
  display: block;
}

.ndc-tag {
  padding: 4px 10px;
  border: 1px solid #0265B5;
  background: #0265B5;
  color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(225, 225, 225, 0.5);
  box-shadow: 0 1px 2px 0 rgba(225, 225, 225, 0.5);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  cursor: pointer;
}

.ndc-tag:before,
.ndc-tag:after {
  content: "";
  display: table;
}

.ndc-tag:after {
  clear: both;
}

.ndc-tag:hover .ndc-tag__text {
  text-decoration: line-through;
}

.ndc-tag:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.ndc-tag__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  margin-right: 10px;
  float: left;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.ndc-tag__close {
  position: relative;
  top: 3px;
  width: 12px;
  height: 12px;
  float: left;
  background: url("../images/icons/icon-close@2x.png");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.ndc-reset {
  float: left;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #D4DADF;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  cursor: pointer;
}

.ndc-reset:hover {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.ndc-reset:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.ndc-reset__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  margin-right: 10px;
  float: left;
}

.ndc-reset__icon {
  position: relative;
  top: 3px;
  width: 20px;
  height: 12px;
  float: left;
  background: rgba(255, 255, 255, 0.2);
  background: url("../images/icons/icon-clear@2x.png");
  background-size: 20px 12px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  cursor: pointer;
}

.ndc-reset__icon:hover {
  opacity: .8;
}

.ndc-label {
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  padding: 3px 10px;
  color: #0265B5;
  background: rgba(0, 66, 122, 0.1);
  border-radius: 100px;
}

.ndc-search {
  position: relative;
}

.ndc-search__input {
  width: 100%;
  display: block;
  padding: 9px 40px 9px 20px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #D4DADF;
  -webkit-box-shadow: inset 0 1px 2px 0 #F2F5F8;
  box-shadow: inset 0 1px 2px 0 #F2F5F8;
  border-radius: 0.2rem;
  color: rgba(65, 65, 65, 0.7);
  font-family: "Proxima Nova";
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s;
}

.ndc-search__input:focus {
  outline: none;
  border: 1px solid rgba(2, 101, 181, 0.5);
}

.ndc-search:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 13px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/icon-search@2x.png");
  background-position: center;
  background-size: 18px;
}

.ndc-resources {
  margin-bottom: 50px;
}

.ndc-resources:last-child {
  margin-bottom: 0;
}

.ndc-resources__top {
  margin-bottom: 20px;
}

.ndc-resources__top:before,
.ndc-resources__top:after {
  content: "";
  display: table;
}

.ndc-resources__top:after {
  clear: both;
}

.ndc-resources__title {
  float: left;
  margin-right: 20px;
}

.ndc-resources__label {
  position: relative;
  top: 2px;
}

.ndc-resources__item {
  margin-bottom: 15px;
}

.ndc-resources__link {
  font-size: 15px;
  display: inline;
  border-bottom: 1px solid rgba(0, 130, 55, 0.2);
  text-decoration: none;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
  color: #008237;
}

.ndc-resources__link:hover {
  border-color: #fff;
  text-decoration: none;
}

.ndc-table {
  display: none;
  line-height: 1.5;
}

.ndc-table.__active {
  display: block;
}

.ndc-table__row {
  border-bottom: 1px solid #D9DFE5;
  padding: 15px 0;
}

.ndc-table__row:before,
.ndc-table__row:after {
  content: "";
  display: table;
}

.ndc-table__row:after {
  clear: both;
}

.ndc-table__cell {
  display: none;
  font-size: 1.4rem;
  float: left;
  padding-right: 20px;
  min-height: 1px;
}

.ndc-table__cell_search {
  display: none !important;
}

.ndc-table__cell_title {
  display: block;
  width: 100%;
}

.ndc-table__cell_field_initiative_administrator {
  width: 15%;
}

.ndc-table__cell_field_climate_objective {
  width: 10%;
}

.ndc-table__cell_field_sources_support_type {
  width: 35%;
}

.ndc-table__cell_field_sector_topic {
  width: 20%;
}

.ndc-table__cell_field_open_to_applications {
  width: 15%;
}

.ndc-table__cell_body {
  width: 40%;
}

.ndc-table__cell_type {
  width: 15%;
}

.ndc-table__cell_nothing {
  width: 20%;
}

.ndc-table__cell_nothing_1 {
  width: 30%;
}

.ndc-table__cell_field_toolbox_developer_or_src {
  width: 20%;
}

.ndc-table__cell_field_toolbox_description {
  width: 40%;
}

.ndc-table__cell_field_toolbox_languages {
  width: 10%;
}

.ndc-table__cell_field_toolbox_region {
  width: 15%;
}

.ndc-table__cell_field_organization {
  width: 10%;
}

.ndc-table__cell_field_toolbox_sector {
  width: 20%;
}

.ndc-table__cell_field_country {
  width: 20%;
}

.ndc-table__cell_field_project_type_or_goal {
  width: 15%;
}

.ndc-table__cell_field_resource_name {
  width: 50%;
}

.ndc-table__developer {
  font-weight: 500;
}

.ndc-table__load {
  padding-top: 40px;
}

.ndc-table__btn {
  padding-left: 50px;
  padding-right: 50px;
}

.ndc-table__sort {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #7F8FA4;
  cursor: pointer;
  font-size: 13px;
  line-height: 20px;
}

.ndc-table__sort_asc {
  color: #64758c;
}

.ndc-table__sort_asc:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 9px;
  width: 8px;
  height: 5px;
  background-size: 8px 5px;
  background-position: center;
  background-image: url("../images/icons/icon-sort@2x.png");
}

.ndc-table__sort_desc {
  color: #64758c;
}

.ndc-table__sort_desc:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 9px;
  width: 8px;
  height: 5px;
  background-size: 8px 5px;
  background-position: center;
  background-image: url("../images/icons/icon-sort@2x.png");
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ndc-table__empty {
  padding: 30px 0;
  font-weight: 500;
}

.ndc-tabs {
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid rgba(65, 65, 65, 0.05);
}

.ndc-tabs:before,
.ndc-tabs:after {
  content: "";
  display: table;
}

.ndc-tabs:after {
  clear: both;
}

.ndc-tabs__item {
  width: 100%;
  margin-bottom: 10px;
}

.ndc-tab {
  display: block;
  position: relative;
  margin-left: -1px;
  padding: 13px 15px;
  cursor: pointer;
  background: #f7f7f7;
  border-radius: 4px;
  z-index: 2;
}

.ndc-tab:first-child {
  border-radius: 4px;
}

.ndc-tab:last-child {
  border-radius: 4px;
}

.ndc-tab:hover {
  border-color: #d4dadf;
  z-index: 3;
}

.ndc-tab.__active {
  background: #0265B5;
  z-index: 3;
}

.ndc-tab.__active .ndc-tab__text {
  color: #fff;
}

.ndc-tab__text {
  font-weight: 500;
  font-size: 15px;
  color: rgba(86, 88, 103, 0.5);
}

.ndc-tab__help {
  display: none;
  opacity: 0;
  position: absolute;
  top: 16px;
  right: 15px;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.ndc-tab:hover .ndc-tab__help {
  opacity: 1;
}

.ndc-tab:link,
.ndc-tab:hover,
.ndc-tab:visited {
  text-decoration: none;
}

.ndc-tooltip {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/icon-help@2x.png");
  background-position: center;
  background-size: 16px;
  cursor: pointer;
  z-index: 10000;
}

.ndc-tooltip:hover:before {
  content: attr(data-tooltip);
  position: absolute;
  left: -100px;
  bottom: 22px;
  width: 200px;
  background: #fff;
  padding: 10px;
  color: #414141;
  border-radius: 4px;
  z-index: 999;
  font-size: 12px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(65, 65, 65, 0.15);
  z-index: 99;
}

.ndc-control {
  position: relative;
}

.ndc-control__head {
  position: relative;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #D4DADF;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  cursor: pointer;
}

.ndc-control__head:hover .ndc-control__cnt {
  opacity: .9;
}

.ndc-control__head.__selected {
  background: #0265B5;
}

.ndc-control__head.__selected .ndc-control__title {
  color: #fff;
}

.ndc-control__head.__selected .ndc-control__cnt {
  background-image: url("../images/icons/icon-cnt-white@2x.png");
}

.ndc-control__title {
  line-height: 18px;
  padding-right: 28px;
  font-weight: 500;
  color: #565867;
}

.ndc-control__cnt {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 18px;
  height: 18px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 15px 9px;
  background-image: url("../images/icons/icon-cnt@2x.png");
  opacity: .6;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.ndc-control__dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 30px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.ndc-control.__active .ndc-control__cnt {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ndc-control.__active .ndc-control__dropdown {
  top: 105%;
  visibility: visible;
  opacity: 1;
}

.ndc-dropdown {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0 1px 2px 0 rgba(225, 225, 225, 0.5);
  box-shadow: 0 1px 2px 0 rgba(225, 225, 225, 0.5);
  border-radius: 4px;
  max-height: 300px;
  overflow-y: scroll;
  padding: 15px 0;
  z-index: 999;
}

.ndc-dropdown__question {
  font-weight: 500;
  font-size: 15px;
  color: #7F8FA4;
  padding: 0 15px 10px 15px;
}

.ndc-dropdown__search {
  margin: 0 10px 10px 10px;
}

.ndc-dropdown__search-input {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #D4DADF;
  -webkit-box-shadow: inset 0 1px 2px 0 #F2F5F8;
  box-shadow: inset 0 1px 2px 0 #F2F5F8;
  border-radius: 4px;
  color: rgba(74, 74, 74, 0.7);
  font-size: 15px;
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ndc-dropdown__search-input:focus {
  outline: 0;
  border: 1px solid rgba(0, 66, 122, 0.5);
}

.ndc-activity {
  position: relative;
}

.ndc-activity__head {
  position: relative;
}

.ndc-activity__head:hover .ndc-activity__help {
  opacity: 1;
}

.ndc-activity__head.__selected .ndc-activity__title {
  background: #0265B5;
  color: #fff;
}

.ndc-activity__head.__selected .ndc-activity__title:before {
  background-size: 15px 12px;
  background-image: url("../images/icons/icon-activity-check@2x.png");
}

.ndc-activity__head.__selected .ndc-activity__help .ndc-tooltip {
  background-image: url("../images/icons/icon-help-white@2x.png");
}

.ndc-activity__input {
  display: none;
}

.ndc-activity__input:checked + .ndc-activity__title {
  background: #0265B5;
  color: #fff;
}

.ndc-activity__input:checked + .ndc-activity__title:before {
  background-size: 15px 12px;
  background-image: url("../images/icons/icon-activity-check@2x.png");
}

.ndc-activity__title {
  position: relative;
  display: block;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #D4DADF;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  cursor: pointer;
  line-height: 18px;
  padding-right: 28px;
  font-weight: 500;
  color: #565867;
  padding-left: 45px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.ndc-activity__title:before {
  content: '';
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url("../images/icons/icon-activity-plus@2x.png");
}

.ndc-activity__title:hover:before {
  background-size: 15px 12px;
  background-image: url("../images/icons/icon-activity-check@2x.png");
}

.ndc-activity__help {
  display: none;
  position: absolute;
  right: 15px;
  top: 12px;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.ndc-activity__dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.ndc-activity.__active .ndc-activity__cnt {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ndc-activity.__active .ndc-activity__dropdown {
  left: calc(100% + 15px);
  visibility: visible;
  opacity: 1;
}

.ndc-dropdown-item {
  border-top: 1px solid rgba(65, 65, 65, 0.05);
}

.ndc-dropdown-item:last-child {
  border-bottom: 1px solid rgba(65, 65, 65, 0.05);
}

.ndc-dropdown-item__head {
  position: relative;
}

.ndc-dropdown-item__head:hover .ndc-dropdown-item__help {
  opacity: 1;
}

.ndc-dropdown-item__link {
  display: block;
  margin: 0;
}

.ndc-dropdown-item__input {
  display: none;
}

.ndc-dropdown-item__input:checked + .ndc-dropdown-item__title:before {
  background-size: 15px 12px;
  background-image: url("../images/icons/icon-dropdown-check@2x.png");
}

.ndc-dropdown-item__title {
  position: relative;
  display: block;
  padding: 10px 15px;
  background: #fff;
  cursor: pointer;
  line-height: 18px;
  padding-right: 28px;
  font-weight: 500;
  color: #565867;
  padding-left: 45px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.ndc-dropdown-item__title:before {
  content: '';
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 12px;
  background-image: url("../images/icons/icon-activity-check@2x.png");
}

.ndc-dropdown-item__help {
  position: absolute;
  right: 15px;
  top: 12px;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.ndc-toolbox__inner {
  position: relative;
  padding: 20px;
  background: #EDF3F8;
}

.ndc-toolbox__head {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-size: 22px;
  color: #00427A;
  margin: 0 0 15px 0;
}

.ndc-toolbox__description {
  display: block;
  font-family: "Proxima Nova";
  font-size: 14px;
  line-height: 20px;
  color: #4A4A4A;
  margin-bottom: 50px;
}

.ndc-toolbox__bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.ndc-toolbox__bottom form {
  margin: 0;
}

.ndc-toolbox__search input {
  width: 100%;
}

.ndc-toolboxes {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.ndc-toolboxes__item {
  margin-bottom: 20px;
  padding: 0 15px;
}

.ndc-toolboxes__item:last-child {
  margin-bottom: 0;
}

.ndc-loader {
  position: relative;
  height: .4rem;
  background: #DCE0E3;
  opacity: 0;
  -webkit-transition: opacity .15s;
  -o-transition: opacity .15s;
  transition: opacity .15s;
}

.ndc-loader.__active {
  opacity: 1;
}

.ndc-loader > span {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: rgba(2, 101, 181, 0.4);
}

.ndc-loader > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -o-linear-gradient(135deg, rgba(2, 101, 181, 0.8) 25%, transparent 25%, transparent 50%, rgba(2, 101, 181, 0.8) 50%, rgba(2, 101, 181, 0.8) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(2, 101, 181, 0.8) 25%, transparent 25%, transparent 50%, rgba(2, 101, 181, 0.8) 50%, rgba(2, 101, 181, 0.8) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 20px 20px;
  -webkit-animation: move 1s linear infinite;
  animation: move 1s linear infinite;
  overflow: hidden;
}

.ndc-select .multiselect__tag {
  background: #0265B5;
  padding: 4px 30px 4px 10px;
}

.ndc-select .multiselect__tag-icon {
  width: 27px;
}

.ndc-select .multiselect__tag-icon:hover {
  background: transparent;
}

.ndc-select .multiselect__tag-icon:hover:after {
  opacity: .6;
}

.ndc-select .multiselect__tag-icon:after {
  position: absolute;
  content: '';
  top: 5px;
  right: 8px;
  width: 12px;
  height: 12px;
  float: left;
  background: url("../images/icons/icon-close@2x.png");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.ndc-select .multiselect__option--highlight {
  background: #0265B5;
}

.ndc-select .multiselect__option--highlight::after {
  background: #0265B5;
  color: rgba(255, 255, 255, 0.5);
}

.loader {
  display: none;
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 3px solid rgba(101, 137, 182, 0.2);
  border-right: 3px solid rgba(101, 137, 182, 0.2);
  border-bottom: 3px solid rgba(101, 137, 182, 0.2);
  border-left: 3px solid #6589b6;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
  z-index: 3;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 30px 30px;
  }
}

@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 30px 30px;
  }
}

#data-block-with {
  display: none;
}

#ndc-results-container {
  position: relative;
}

#ndc-results-container.__active #ndc-results-table {
  opacity: .2;
  pointer-events: none;
}

#ndc-results-container #ndc-results-table {
  opacity: 1;
  -webkit-transition: opacity .15s;
  -o-transition: opacity .15s;
  transition: opacity .15s;
}

.ndc-section-toolbox-navigator__partners {
  text-align: center;
}

.ndc-section-toolbox-navigator__partner {
  position: relative;
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  opacity: .3;
}

.ndc-section-toolbox-navigator__partner:hover {
  opacity: .5;
}

.ndc-section-toolbox-navigator__partner:last-child {
  margin-right: 0;
}

.ndc-section-toolbox-navigator__partner img {
  display: block;
  width: 100%;
  height: auto;
}

.ndc-section-toolbox-navigator__partner_leds {
  max-width: 105px;
}

.ndc-section-toolbox-navigator__partner_giz {
  max-width: 154px;
}

.ndc-section-toolbox-navigator__partner_wri {
  max-width: 100px;
}

.ndc-section-toolbox-navigator__partner_un {
  max-width: 160px;
}

.ndc-section-toolbox-navigator__partner_usaid {
  max-width: 135px;
}

.ndc-section-toolbox-navigator__partner_marrakech {
  max-width: 145px;
}

.navigator-dropdown-item__link._disabled .navigator-dropdown-item__title {
  background-color: #d8d8d8;
}

.ndc-section__navigator {
  background: #0265B5;
}

.navigator {
  /*
  * Results
  */
}

.navigator__filters {
  background: #F5F9FC;
  padding: 0 0 1rem 0;
}

.navigator__map {
  display: none;
  background: #F5F9FC;
}

.navigator__title {
  background: #F5F9FC;
  padding: 5rem 0 2rem 0;
  text-align: center;
}

.navigator__title h3 {
  margin: 0;
  font-size: 2rem;
}

.navigator-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.navigator-column {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navigator-tags:before,
.navigator-tags:after {
  content: "";
  display: table;
}

.navigator-tags:after {
  clear: both;
}

.navigator-tags span {
  float: left;
}

.navigator-tags__tag {
  display: none;
  float: left;
  margin: 0 10px 10px 0;
}

.navigator-tags input[type="checkbox"] {
  display: none;
}

.navigator-tags input[type="checkbox"]:checked + .navigator-tags__tag {
  display: block;
}

.navigator-tag {
  padding: 0.5rem 1.5rem;
  background: #0265B5;
  color: #fff;
  border-radius: 0.2rem;
  cursor: pointer;
}

.navigator-tag:hover .navigator-tag__text {
  text-decoration: line-through;
}

.navigator-tag__text {
  font-weight: 600;
  line-height: 2rem;
  color: #fff;
  -webkit-transition: -webkit-text-decoration 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: -webkit-text-decoration 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: text-decoration 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: text-decoration 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: text-decoration 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-text-decoration 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-reset {
  float: left;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem 1.5rem;
  border-radius: 0.2rem;
  border: 0.1rem solid rgba(65, 65, 65, 0.2);
  cursor: pointer;
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-reset:hover {
  border-color: rgba(65, 65, 65, 0.4);
}

.navigator-reset__text {
  line-height: 2rem;
  margin-right: 1.5rem;
}

.navigator-reset__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.8rem;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  cursor: pointer;
}

.navigator-reset__icon svg {
  fill: #414141;
}

.navigator-label {
  font-weight: 600;
  line-height: 2rem;
  padding: .3rem .8rem;
  color: #0265B5;
  border: 0.1rem solid rgba(65, 65, 65, 0.1);
  border-radius: 0.2rem;
}

.navigator-results__heading {
  padding: 2rem 0;
  border-bottom: 0.1rem solid rgba(65, 65, 65, 0.1);
  background: #F5F9FC;
}

.navigator-results__heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navigator-results__loader {
  top: -1px;
  margin-bottom: 2rem;
}

.navigator-results__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.navigator-results__title-text {
  text-transform: capitalize;
  margin: 0 1.5rem 0 0;
}

.navigator-results__search {
  width: 100%;
  margin-bottom: 1.5rem;
}

.navigator-results__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navigator-results__controls-btn {
  margin-right: 1.5rem;
}

.navigator-results__controls-btn:last-child {
  margin-right: 0;
}

.navigator-results__content {
  padding-top: 2rem;
}

.navigator-results__content:last-child {
  padding-bottom: 5rem;
}

.navigator-results__subtitle {
  margin: 0 0 2rem 0;
  font-size: 2rem;
}

.navigator-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navigator-tabs__item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-decoration: none;
}

.navigator-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 1rem 1rem;
  cursor: pointer;
  background: rgba(65, 65, 65, 0.06);
  z-index: 2;
  border-top: 0.4rem solid rgba(65, 65, 65, 0.03);
  -webkit-transition: border-color 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-tab:hover,
.navigator-tab.__active {
  border-color: #0265B5;
  z-index: 3;
}

.navigator-tab:hover .navigator-tab__text,
.navigator-tab.__active .navigator-tab__text {
  color: #0265B5;
}

.navigator-tab.__active {
  background: #fff;
}

.navigator-tab__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.5rem;
  color: #414141;
  -webkit-transition: color 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: color 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: color 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-tab__text-label {
  font-size: 1.4rem;
  margin-left: 1.5rem;
}

.navigator-tab__help {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-tab__help svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: rgba(65, 65, 65, 0.8);
}

.navigator-tab:hover .navigator-tab__help {
  opacity: 1;
}

.navigator-tab:link,
.navigator-tab:hover,
.navigator-tab:visited {
  text-decoration: none;
}

.navigator-table {
  display: none;
}

.navigator-table.__active {
  display: block;
}

.navigator-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.1rem solid rgba(65, 65, 65, 0.1);
  padding: 1.5rem 0;
}

.navigator-table-row_heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigator-table-cell {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
  min-height: .1rem;
}

.navigator-table-cell a {
  color: #003F6A;
  border-bottom: 0.1rem solid rgba(0, 63, 106, 0.2);
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  text-decoration: none;
}

.navigator-table-cell a:hover {
  border-color: rgba(0, 63, 106, 0.6);
}

.navigator-table-cell_search {
  display: none;
}

.navigator-table-cell_title {
  display: block;
  width: 100%;
}

.navigator-table-cell_field_initiative_administrator {
  display: none;
}

.navigator-table-cell_field_climate_objective {
  display: none;
}

.navigator-table-cell_field_sources_support_type {
  display: none;
}

.navigator-table-cell_field_sector_topic {
  display: none;
}

.navigator-table-cell_field_open_to_applications {
  display: none;
}

.navigator-table-cell_body {
  display: none;
}

.navigator-table-cell_field_toolbox_developer_or_src {
  display: none;
}

.navigator-table-cell_field_toolbox_description {
  display: none;
}

.navigator-table-cell_field_toolbox_languages {
  display: none;
}

.navigator-table-cell_field_toolbox_region {
  display: none;
}

.navigator-table-cell_field_organization {
  display: none;
}

.navigator-table-cell_field_toolbox_sector {
  display: none;
}

.navigator-table-cell_field_country {
  display: none;
}

.navigator-table-cell_field_project_type_or_goal {
  display: none;
}

.navigator-table-cell_field_resource_name {
  display: none;
}

.navigator-table-cell_field_support_type {
  display: none;
}

.navigator-table__developer {
  font-weight: 500;
}

.navigator-table__load {
  padding-top: 40px;
}

.navigator-table__btn {
  padding-left: 50px;
  padding-right: 50px;
}

.navigator-table__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 2rem;
}

.navigator-table__heading span {
  font-weight: 600;
  line-height: 2rem;
}

.navigator-table__heading i {
  display: block;
  margin-left: 1rem;
  width: .8rem;
  height: .4rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-table__heading i svg {
  fill: #414141;
}

.navigator-table__heading_asc {
  color: #282828;
}

.navigator-table__heading_asc i {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigator-table__heading_desc {
  color: #282828;
}

.navigator-table__heading_desc i {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigator-table__empty {
  padding: 3rem 0;
  font-weight: 500;
}

.navigator-filters {
  margin: 0;
}

.navigator-filters__item {
  margin-bottom: 3rem;
}

.navigator-control:hover .navigator-control__label i {
  opacity: .6;
}

.navigator-control__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .5rem;
  color: #0265B5;
}

.navigator-control__label span {
  font-size: 1.3rem;
  font-weight: 600;
  cursor: default;
}

.navigator-control__label i {
  display: block;
  width: 1.3rem;
  height: 1.8rem;
  margin-left: .8rem;
  opacity: .1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  cursor: pointer;
}

.navigator-control__label i svg {
  display: block;
  width: 1.2rem;
  height: 100%;
  fill: #414141;
}

.navigator-control__heading {
  line-height: 1.8rem;
}

.navigator-control__clear {
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding: 0 .4rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 1rem;
  -webkit-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-control__clear:hover {
  background: rgba(255, 255, 255, 0.4);
}

.navigator-control__textfield {
  display: block;
  width: 100%;
  padding: 1.1rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(65, 65, 65, 0.2);
  border-radius: 0.2rem;
  font-family: "Proxima Nova";
  outline: none;
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  padding-right: 4rem;
}

.navigator-control__textfield:hover,
.navigator-control__textfield:focus {
  border-color: rgba(65, 65, 65, 0.35);
}

.navigator-control__textfield:hover + .navigator-control__textfield-icon,
.navigator-control__textfield:focus + .navigator-control__textfield-icon {
  opacity: .6;
}

.navigator-control__textfield + .navigator-control__textfield-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: .3;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-control__textfield + .navigator-control__textfield-icon svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: #414141;
}

.navigator-control__textfield-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.2rem;
  border: 0.1rem solid rgba(65, 65, 65, 0.2);
  cursor: pointer;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-control__textfield-button svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: #414141;
}

.navigator-control__textfield-button:hover {
  border-color: rgba(65, 65, 65, 0.4);
}

.navigator-control__control {
  position: relative;
}

.navigator-control__control.__active .navigator-control__cnt {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigator-control__control.__active .navigator-control__dropdown {
  top: calc(100% + .5rem);
  visibility: visible;
  opacity: 1;
}

.navigator-control__head {
  position: relative;
  padding: 1rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(65, 65, 65, 0.2);
  border-radius: 0.2rem;
  cursor: pointer;
  -webkit-transition: background 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: background 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: background 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.1s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-control__head:hover {
  border-color: rgba(65, 65, 65, 0.4);
}

.navigator-control__head:hover .navigator-control__cnt {
  opacity: .9;
}

.navigator-control__head.__selected {
  background: #0265B5;
  border-color: #0265B5;
}

.navigator-control__head.__selected .navigator-control__title {
  color: #fff;
}

.navigator-control__head.__selected .navigator-control__cnt svg {
  fill: #fff;
}

.navigator-control__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.8rem;
  padding-right: 2.8rem;
  font-weight: 500;
  color: #565867;
}

.navigator-control__cnt {
  position: absolute;
  top: 1.6rem;
  right: 1.5rem;
  width: 1.2rem;
  height: .6rem;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-control__cnt svg {
  width: 100%;
  height: 100%;
  fill: rgba(65, 65, 65, 0.6);
}

.navigator-control__dropdown {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 3rem;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), top 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), visibility 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), top 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), visibility 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), top 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), visibility 0.5s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-dropdown {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(65, 65, 65, 0.2);
  border-radius: 0.2rem;
  max-height: 30rem;
  overflow-y: scroll;
  padding: 1.5rem 0;
  z-index: 997;
}

.navigator-dropdown__search {
  margin: 0 1rem 1rem 1rem;
}

.navigator-dropdown__search-input {
  font-family: "Proxima Nova";
  outline: 0;
  display: block;
  width: 100%;
  padding: .6rem 1rem;
  border: 0.1rem solid rgba(65, 65, 65, 0.2);
  border-radius: 0.2rem;
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navigator-dropdown__search-input:focus {
  border-color: rgba(65, 65, 65, 0.4);
}

.navigator-dropdown-item {
  border-top: 0.1rem solid rgba(65, 65, 65, 0.1);
}

.navigator-dropdown-item:last-child {
  border-bottom: 0.1rem solid rgba(65, 65, 65, 0.1);
}

.navigator-dropdown-item__head {
  position: relative;
}

.navigator-dropdown-item__head:hover .navigator-dropdown-item__help {
  opacity: 1;
}

.navigator-dropdown-item__link {
  display: block;
  margin: 0;
}

.navigator-dropdown-item__input {
  display: none;
}

.navigator-dropdown-item__input:checked + .navigator-dropdown-item__title i svg {
  fill: #0265B5;
}

.navigator-dropdown-item__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.5rem;
  background: #fff;
  cursor: pointer;
}

.navigator-dropdown-item__title i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
}

.navigator-dropdown-item__title i svg {
  width: 1.6rem;
  height: 100%;
  fill: rgba(0, 63, 106, 0.2);
  -webkit-transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-dropdown-item__title span {
  display: block;
  line-height: 2rem;
  font-weight: 400;
}

.navigator-dropdown-item__title:hover i svg {
  fill: rgba(0, 63, 106, 0.4);
}

.navigator-dropdown-item__help {
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-loader {
  position: relative;
  height: 10px;
  background: #DCE0E3;
  opacity: 0;
  -webkit-transition: opacity .15s;
  -o-transition: opacity .15s;
  transition: opacity .15s;
}

.navigator-loader.__active {
  opacity: 1;
}

.navigator-loader > span {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #4176A4;
}

.navigator-loader > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -o-linear-gradient(135deg, #709BBF 25%, transparent 25%, transparent 50%, #709BBF 50%, #709BBF 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, #709BBF 25%, transparent 25%, transparent 50%, #709BBF 50%, #709BBF 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 20px 20px;
  -webkit-animation: move 1s linear infinite;
  animation: move 1s linear infinite;
  overflow: hidden;
}

.navigator-map__container {
  position: relative;
  max-width: 106rem;
  width: 100%;
  height: 55rem;
  margin: 0 auto;
  display: none;
}

.navigator-map__layer {
  position: absolute;
  top: 0;
  left: -5rem;
  width: 100%;
  height: 100%;
  stroke-linejoin: round;
  stroke: #fafafa;
}

.navigator-map__layer path {
  fill: #D7DFE6;
  -webkit-transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-map__layer path.__selected {
  fill: #0265B5 !important;
}

.navigator-map__layer path.__active {
  fill: #B3C6D7;
  cursor: pointer;
}

.navigator-map__layer path.__active:hover {
  fill: #B3C6D7;
}

.navigator-guide__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  border: 0.1rem solid rgba(65, 65, 65, 0.2);
  border-radius: 0.2rem;
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  text-decoration: none;
}

.navigator-guide__link:hover {
  border-color: rgba(65, 65, 65, 0.4);
}

.navigator-guide__link:hover .navigator-guide__name {
  color: #003F6A;
}

.navigator-guide__link:hover .navigator-guide__thumb::before {
  background: rgba(2, 101, 181, 0.2);
}

.navigator-guide__link:hover,
.navigator-guide__link:active,
.navigator-guide__link:focus {
  text-decoration: none;
}

.navigator-guide__thumb {
  position: relative;
  width: 6.2rem;
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.2rem;
  overflow: hidden;
}

.navigator-guide__thumb::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  -webkit-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-guide__thumb img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-guide__name {
  font-weight: 600;
  color: #0265B5;
  margin-bottom: 1rem;
  -webkit-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-guide__desc {
  color: rgba(65, 65, 65, 0.6);
}

.navigator-carousel {
  margin-bottom: 3rem;
}

.navigator-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigator-carousel .owl-nav .disabled {
  opacity: 0;
}

.navigator-carousel .owl-prev,
.navigator-carousel .owl-next {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigator-carousel .owl-prev svg,
.navigator-carousel .owl-next svg {
  width: .7rem;
  height: 1.2rem;
  fill: rgba(65, 65, 65, 0.5);
  -webkit-transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: fill 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-carousel .owl-prev svg:hover,
.navigator-carousel .owl-next svg:hover {
  fill: rgba(65, 65, 65, 0.7);
}

.navigator-carousel .owl-prev {
  left: -3rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigator-carousel .owl-next {
  right: -3rem;
}

.navigator-hero__title {
  font-size: 3.2rem;
  color: #fff;
  margin: 0 0 1.5rem 0;
}

.navigator-hero__description {
  color: rgba(255, 255, 255, 0.8);
}

.navigator-hero__partner {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 18rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  opacity: .5;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.navigator-hero__partner:hover {
  opacity: 1;
}

.navigator-hero__partner-img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.navigator-hero__partner-img_1 {
  width: 100%;
}

.navigator-hero__partner-img_2 {
  max-width: 13rem;
}

.navigator-hero__partner-img_3 {
  width: 100%;
}

.navigator-hero__partner-img_4 {
  max-width: 12.6rem;
}

.navigator-hero_action {
  margin-top: 2rem;
}

.navigator__breadcrumbs .breadcrumb {
  background-color: transparent !important;
  color: #fff;
  border-radius: 0.2rem;
  margin-bottom: 0 !important;
  padding: 0;
}

.navigator__breadcrumbs .breadcrumb a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: border-color 0.25s ease-out;
  -o-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
}

.navigator__breadcrumbs .breadcrumb a:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.navbar-default {
  background: none;
  border: none;
}

.homepage-hero {
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  font-family: 'Now-Regular';
  margin-top: 25px;
}

.homepage-hero a {
  color: #fdba1b;
}

.latest {
  margin-top: 45px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.latest {
  background: #96bc33;
  padding: 0;
}

.latest .col-sm-7 {
  padding: 0;
}

.latest .col-sm-7 iframe {
  float: left;
}

aside.col-sm-4 {
  padding-right: 0px;
}

.search-home {
  background: #fdba1b;
  padding: 24px 28px 51px;
  width: 100%;
  margin: 0 0 34px;
  text-align: left;
  position: relative;
}

.search-home .views-exposed-widget {
  padding: 0;
}

.search-home .views-exposed-widget label {
  display: block;
  font-weight: normal;
  font-size: 18px;
  font-family: 'Now-Medium';
}

.search-home-input {
  margin: 0 0 20px;
  position: relative;
}

.search-home input {
  font-size: 18px;
  color: #8d8d8d;
  width: 100%;
  padding: 10px 72px 10px 22px;
  border-radius: 4px;
  height: 53px;
  line-height: 53px;
  border: none;
  font-family: 'Now-Regular';
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-home .views-exposed-form .views-exposed-widget {
  float: none;
  width: 100%;
}

.search-home h3,
.search-home .h3 {
  color: #333;
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: 'Now-Regular';
  font-size: 18px;
}

.search-home .views-exposed-widget .form-submit {
  position: absolute;
  right: 28px;
  bottom: 58px;
  width: 62px;
  height: 53px;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.search-home .views-exposed-widget .form-submit:hover {
  opacity: .7;
}

.search-home .views-exposed-widget .form-submit:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 53px;
  color: #1c5789;
}

.search-home .search-home-advanced {
  position: absolute;
  bottom: 15px;
  right: 28px;
  font-size: 18px;
}

#search-navigator-submit,
#search-navigator-submit-large {
  position: absolute;
  background: url("../images/search-large-home.png") no-repeat;
  width: 37px !important;
  height: 37px;
  font-size: 1px;
  text-ident: -999;
  right: 12px;
  padding: 0;
  top: 12px;
  border-radius: 0px;
}

.search-home-advanced {
  text-align: right;
}

.search-home-advanced a {
  font-family: 'Now-Regular';
  color: #00427a;
}

.featured-home {
  background: #fff;
  padding: 25px;
  padding-bottom: 40px;
  float: left;
  width: 100%;
  margin-top: 7px;
  color: #000;
  font-size: 15px;
}

.featured-home h2 {
  color: #00427a;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Now-Medium';
}

h2.tweets {
  padding: 6px 0 3px 37px;
  background: url("../images/twitter.png") no-repeat;
  font-size: 16px;
  color: #00427a;
  text-transform: uppercase;
  font-family: 'Now-Medium';
}

.tweets-block {
  background: #fff;
  padding: 1px 15px 15px 15px;
}

.partners .views-field {
  float: left;
  display: inline-block;
  width: 50%;
}

.front .view-partners img {
  width: 140px;
}

.partners-logos img {
  margin: 0px auto;
  padding: 30px 30px 30px 30px;
}

.views-field-title-1 {
  background-color: #667683;
  display: none;
}

.views-row-odd:hover .views-field-title-1,
.views-row-even:hover .views-field-title-1 {
  display: block;
}

.logo-link {
  position: absolute;
  height: 100%;
  width: 91%;
  top: 0px;
  background-color: rgba(102, 118, 131, 0.9);
  left: 15px;
  padding: 0px;
}

.logo-link:after {
  content: "\f08e";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 18px;
}

.logo-link h2 {
  color: #fff;
  font-size: 18px;
  padding: 20px 30px;
  text-transform: uppercase;
}

.partners-logos .views-row-even.col-md-4,
.partners-logos .views-row-odd.col-md-4 {
  margin-top: 25px;
}

.container.partner {
  margin-top: 20px;
}

.partners-main-title {
  color: #00427a;
}

.partner-category-title {
  font-size: 25px;
  color: #00427a;
  position: relative;
  top: 6px;
}

.hover_caption .partner-title {
  display: block;
  font-size: 16px;
  color: #fff !important;
  position: absolute;
  top: 25px;
  left: 45px;
  margin: 0px;
}

.partner-title a {
  color: white;
  text-transform: uppercase;
  font-family: 'Now-Medium';
}

.partners-logos .views-field-title {
  background-color: #f2f1ed;
}

.navbar-collapse .menu {
  float: left;
  padding-right: 52px;
}

.navbar-collapse .region-navigation {
  position: absolute;
  bottom: 71px;
  right: 0;
}

#block-search-form {
  padding-right: 18px;
  min-height: 18px;
  margin: 0 !important;
}

#block-search-form h2.element-invisible {
  right: 0;
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

form#search-block-form {
  min-height: 18px;
}

#block-search-form h2.element-invisible:hover {
  opacity: .9;
}

#block-search-form h2.element-invisible:after {
  content: "\f002";
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  line-height: 18px;
  color: #fdba1b;
}

#block-search-form .input-group {
  position: absolute;
  top: -5px;
  right: 0;
  width: 880px;
  width: 0;
  overflow: hidden;
  display: block;
  -webkit-transition: width .25s ease-in-out;
  -o-transition: width .25s ease-in-out;
  transition: width .25s ease-in-out;
}

#block-search-form .input-group > input {
  height: 65px;
  padding: 15px 65px 15px 69px;
  font-size: 18px;
  border-radius: 0;
}

#block-search-form .input-group-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

#block-search-form .input-group .btn {
  background: none;
  color: #f2b31c;
  border: 0;
  font-size: 40px;
}

#block-search-form .input-group .btn .glyphicon {
  top: 3px;
}

/* search effects */

#navbar .navbar-nav {
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

#navbar.search-active .navbar-nav {
  opacity: 0;
}

#navbar.search-active #block-search-form .input-group {
  width: 880px;
}

#navbar.search-active #block-search-form h2.element-invisible {
  opacity: 1 !important;
}

#navbar.search-active #block-search-form h2.element-invisible:after {
  z-index: 999;
  font-size: 30px;
  background: #fdba1b;
  color: #fff;
  width: 50px;
  text-align: center;
  line-height: 65px;
  content: '\f00d';
  top: -20px;
}

/* navbar styles */

#navbar {
  padding: 24px 0 20px;
  margin: 0 auto;
}

#navbar .logo {
  padding: 0;
  width: 200px;
  margin: 0;
}

#navbar .logo img {
  width: 100%;
  height: auto;
}

#navbar ul.nav {
  position: absolute;
  bottom: 69px;
  right: 0;
}

.navbar-default .navbar-nav > li > a {
  font-family: 'Now-Medium';
}

.navbar-default .nav > li > a {
  color: #f3b725;
  background: none;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  display: block;
  padding: 0;
  /*padding: 10px 0px;*/
}

.navbar-default .nav > li {
  padding-left: 30px;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:active,
.navbar-default .nav > li > a:focus {
  color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background: none;
  text-transform: uppercase;
  font-size: 16px;
}

.flexslider .slides > li .views-field {
  padding: 0 20px;
}

.navbar-default .nav .dropdown-menu {
  padding: 0;
  border-radius: 0;
  left: 20px;
  margin-top: 18px;
}

.navbar-default .nav .dropdown-menu:after {
  content: '';
  position: absolute;
  height: 22px;
  left: -1px;
  right: -1px;
  top: -22px;
}

.navbar-default .nav .dropdown-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -10px;
  left: 9px;
}

.navbar-default .nav .dropdown-menu a {
  padding: 8px;
}

.navbar-default .nav .dropdown-menu a:hover {
  color: #f3b725;
}

.front .view-latest-articles {
  padding-left: 15px;
  padding-top: 10px;
}

.front.page-fp .view-latest-articles {
  padding-top: 0;
  padding-left: 0;
}

.front .view-latest-articles header {
  display: none;
}

.front .view-latest-articles h3 {
  color: #fff;
  font-family: 'Now-Medium';
  font-size: 24px;
  margin-bottom: 2px;
}

.front .view-latest-articles .views-field-field-article-date,
.front .view-latest-articles .views-field-title,
.front .view-latest-articles .views-field-field-article-date *,
.front .view-latest-articles .views-field-title * {
  display: inline;
  color: #000;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
}

.front .view-latest-articles .views-field-title-field {
  font-weight: bold;
}

.front .view-latest-articles .views-field-body {
  color: #000;
}

.main-container > .row > .col-sm-12 {
  background: #fff;
}

.front .main-container > .row > .col-sm-12,
.page-initiatives-navigator .main-container > .row > .col-sm-12,
.page-toolbox-navigator .main-container > .row > .col-sm-12 {
  background: none;
}

.main-container > .row {
  margin: 0;
}

.front .col-sm-12 {
  padding: 0;
}

.front.page-fp .col-sm-12 {
  padding: 0 15px;
}

/*.region-content {*/

/*padding:0 25px 25px 25px;*/

/*}*/

.field-name-field-page-subtitle h3 {
  margin-top: 10px;
  color: #00427a;
  font-family: 'Arial';
  font-size: 20px;
}

.front .region-content {
  padding: 0px;
}

.not-front .main-container > .row .col-sm-8 {
  background: #fff;
}

.page-news-and-events .addthis_inline_share_toolbox,
.page-news-and-events-events .addthis_inline_share_toolbox {
  padding: 10px 25px 0px;
}

.page-partners .addthis_inline_share_toolbox {
  padding: 0px 25px 15px;
}

.page-toolbox-navigator .addthis_inline_share_toolbox,
.page-initiatives-navigator .addthis_inline_share_toolbox {
  padding: 0px 0px 15px;
}

/* ============ Article ============ */

h1.page-header {
  margin-bottom: 0px;
  border-bottom: none;
  font-family: 'Now-Medium';
  color: #00427a;
  background: #fff;
  font-size: 35px;
  padding: 50px 25px 15px 25px;
}

.group-article-content {
  padding: 0px 30px 100px;
  color: #000;
  font-family: 'Arial';
  background: #fff;
}

.field-name-field-article-subtitle {
  font-size: 25px;
  line-height: 32px;
  color: #00427a;
}

.node-type-article .field-name-body {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.field-name-field-image {
  padding-top: 15px;
  padding-bottom: 10px;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  width: 40px;
  height: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.sh-mobile {
  display: none;
}

.region-utility-nav > section {
  display: inline-block;
  vertical-align: middle;
}

.region-utility-nav .block-follow h2.block-title {
  display: none;
}

.region-utility-nav .block-follow .follow-links {
  /*display:inline-block;
  float:right;
  margin-right:-15px;*/
}

.region-utility-nav {
  float: right;
}

.follow-link-wrapper {
  display: inline-block;
  vertical-align: top;
}

a.follow-link,
.follow-link-wrapper-twitter a,
.follow-link-wrapper-youtube a {
  width: 23px;
  height: 22px;
  margin-left: 23px;
  background-size: 100%;
  padding: 0;
}

.follow-link-wrapper-twitter a:hover,
.follow-link-wrapper-youtube a:hover {
  -webkit-box-shadow: 0px 0px 5px #fff;
  box-shadow: 0px 0px 5px #fff;
}

.follow-link-wrapper-twitter a {
  background-image: url(../images/twitter-follow.png);
}

.follow-link-wrapper-youtube a {
  background-image: url(../images/youtube-follow.png);
}

#block-views-news-and-events-block-1 {
  margin-bottom: 15px;
}

.page-news-and-events-events #block-views-news-and-events-block-1 h2.block-title {
  display: none;
}

.region-sidebar-second #block-views-news-and-events-block-1 h2.block-title {
  display: block;
  padding-bottom: 20px;
  color: #00427a;
}

.view-news-and-events.view-display-id-block_1 header,
.view-latest-articles.view-display-id-block_1 header {
  display: none;
}

#block-ds-extras-back-to-events h2.block-title {
  display: none;
}

.view-news-and-events.view-display-id-block_1,
.view-latest-articles.view-display-id-block_1 {
  padding: 0 15px;
  margin-top: 0 !important;
  background: #fff;
}

#block-ndcp-global-block-event-video,
#block-ndcp-global-block-article-video {
  padding-top: 20px;
}

.view-news-and-events.view-display-id-block_1 img,
.view-latest-articles.view-display-id-block_1 img {
  max-width: 140px;
}

.view-news-and-events.view-display-id-block_1 .field-name-field-event-image,
.view-latest-articles.view-display-id-block_1 .field-name-field-image {
  display: inline;
  float: left;
}

.view-news-and-events.view-display-id-block_1 .field-name-body,
.view-latest-articles.view-display-id-block_1 .field-name-body {
  font-size: 14px;
  line-height: 1.4;
  display: inline;
  float: left;
  margin: 0;
}

.view-news-and-events.view-display-id-block_1 .field-name-body *,
.view-news-and-events.view-display-id-block_1 .field-name-field-event-image *,
.view-latest-articles.view-display-id-block_1 .field-name-body *,
.view-latest-articles.view-display-id-block_1 .field-name-field-image * {
  display: inline;
}

.view-latest-articles.view-display-id-block_1 .field-name-field-image {
  padding: 0;
}

.view-news-and-events.view-display-id-block_1 .field-name-field-event-date,
.view-news-and-events.view-display-id-block_1 .field-name-title-field,
.view-news-and-events.view-display-id-block_1 .field-name-field-event-date *,
.view-news-and-events.view-display-id-block_1 .field-name-title-field *,
.view-latest-articles.view-display-id-block_1 .field-name-field-article-date,
.view-latest-articles.view-display-id-block_1 .field-name-title-field,
.view-latest-articles.view-display-id-block_1 .field-name-field-article-date *,
.view-latest-articles.view-display-id-block_1 .field-name-title-field *,
.node-type-article .region-content .field-name-field-article-type,
.node-type-article .region-content .field-name-field-article-date,
.node-type-article .region-content .field-name-field-article-type *,
.node-type-article .region-content .field-name-field-article-date * {
  display: inline !important;
  color: #00427a;
  font-size: 18px;
  font-family: 'Now-Regular';
}

.view-news-and-events.view-display-id-block_1 .field-name-field-event-date,
.view-latest-articles.view-display-id-block_1 .field-name-field-event-date,
.node-type-article .region-content .field-name-field-article-type {
  border-right: #00427a 1px solid;
  padding-right: 10px;
  padding-right: 5px;
  margin-right: 10px;
  color: #00427a;
}

.view-news-and-events.view-display-id-block_1 .row,
.view-latest-articles.view-display-id-block_1 .row {
  margin-top: 10px;
}

.view-news-and-events.view-display-id-block_1 .row .col-sm-6:nth-child(2),
.view-latest-articles.view-display-id-block_1 .row .col-sm-6:nth-child(2) {
  padding-left: 0;
}

header .navbar-nav > li:last-child {
  display: none;
}

.dropdown-menu {
  background: #fff;
  margin: 0px;
  padding: 15px 0;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a.active,
.dropdown-menu > li > a.active:hover {
  color: #00427a;
  border-bottom: #ccd9e4 1px solid;
}

.dropdown-menu > li.last > a,
.dropdown-menu > li.last > a:hover {
  border-bottom: none;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a.active,
.dropdown-menu > li > a.active:hover {
  background: #fff;
}

.video-block {
  margin-bottom: 15px;
}

.video-block-embedded {
  line-height: 0;
}

.video-block-description {
  background: #96bc33;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  font-family: 'Now-Regular';
}

#block-views-latest-articles-block-1 {
  background: #fff;
  margin-bottom: 15px;
}

#block-views-latest-articles-block-1 h2.block-title {
  /*display:none;*/
}

.page-news-and-events-news .field-name-field-article-date,
.page-news-and-events-news .field-name-field-article-type,
.page-news-and-events-news .field-name-field-article-date *,
.page-news-and-events-news .field-name-field-article-type *,
.page-news-and-events-events .field-name-field-event-date,
.page-news-and-events-events .field-name-field-event-time,
.page-news-and-events-events .field-name-field-event-date *,
.page-news-and-events-events .field-name-field-event-time *,
.page-news-and-events-events .field-name-field-event-ending-time,
.page-news-and-events-events .field-name-field-event-ending-time *,
.node-type-event .region-content .field-name-field-event-date,
.node-type-event .region-content .field-name-field-event-time,
.node-type-event .region-content .field-name-field-event-date *,
.node-type-event .region-content .field-name-field-event-time *,
.node-type-event .region-content .field-name-field-event-ending-time,
.node-type-event .region-content .field-name-field-event-ending-time * {
  display: inline;
  font-size: 14px;
  color: #08487e;
  font-family: 'Now-Medium';
}

.node-type-event .region-content .field-name-field-event-date *,
.node-type-event .region-content .field-name-field-event-time *,
.node-type-event .region-content .field-name-field-event-ending-time * {
  font-size: 20px;
}

.node-type-event .region-content .field-name-field-event-ending-time:before,
.page-news-and-events-events .field-name-field-event-ending-time:before {
  content: ' - ';
}

.node-type-event .region-content .field-name-field-event-address {
  font-size: 16px;
  color: #08487e;
  font-family: 'Now-Regular';
  margin-bottom: 15px;
}

.node-type-event h1.page-header {
  padding-bottom: 20px;
}

.node-type-event .region-content .field-name-field-event-registration {
  float: left;
  clear: left;
  width: 200px;
  margin-top: 10px;
  margin-right: 15px;
}

.node-type-event .region-content .field-name-field-event-registration a:before {
  content: "Register";
  font-family: 'Now-Regular';
  font-size: 16px;
  color: #fff;
}

.node-type-event .region-content .field-name-field-event-registration a {
  color: #fff;
  background: #96bc33;
  display: inline-block;
  text-align: center;
  font-size: 0px;
  padding: 7px 15px;
  width: 200px;
  border-radius: 20px;
}

.page-news-and-events-news .field-name-field-article-date,
.page-news-and-events-events .field-name-field-event-date,
.node-type-article .view-latest-articles .field-name-field-article-date,
.node-type-event .region-content .field-name-field-event-date {
  border-right: #00427a 1px solid;
  padding-right: 5px;
  margin-right: 10px;
}

.page-news-and-events-news .field-name-field-image,
.page-news-and-events-news .field-name-field-event-image {
  padding-top: 2px;
}

.page-news-and-events-news .view-latest-articles.view-display-id-page_1,
.page-news-and-events-events .view-news-and-events {
  margin-top: 30px;
}

.page-news-and-events-news .field-name-title-field h3 a,
.page-news-and-events-events .field-name-title-field h3 a {
  color: #08487e;
  font-family: 'Now-Medium';
}

.page-news-and-events-news .field-name-body,
.page-news-and-events-events .field-name-body {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.page-news-and-events-news .view-display-id-page_1 .views-row,
.page-news-and-events-events .views-row {
  margin-top: 30px;
}

.menu_acc_open {
  background: url(../images/menu-open.png) no-repeat 50% 50%;
}

.menu_acc_close {
  background: url(../images/menu-close.png) no-repeat 50% 50%;
}

.menu_acc {
  cursor: pointer;
  display: none;
  z-index: 10000;
  position: relative;
  float: right;
  width: 30px;
  height: 60px;
  margin-right: 10px;
}

.node-type-event .field-name-field-event-image,
.node-type-event .field-name-field-event-image *,
.node-type-event .field-name-body,
.node-type-event .field-name-body * {
  display: block;
}

.node-type-event .field-name-field-event-image img {
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
}

.node-type-event .region-content {
  margin-top: 15px;
}

.node-type-event .region-content .field-name-field-event-image img {
  max-width: 200px;
}

.page-partners h1.page-header {
  margin-bottom: 15px;
}

.page-partners .region-content .col-md-8 {
  padding-left: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.page-partners .view-partners {
  margin-top: 20px;
}

.page-partners .view-partners .views-row {
  margin-top: 30px;
}

.page-partners .view-partners .views-row:nth-child(5n) {
  clear: both;
}

.webform-client-form input[type=text],
.webform-client-form input[type=email],
.webform-client-form textarea,
.webform-client-form select {
  -webkit-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  width: 100%;
  font-size: 1.4rem;
  outline: none;
  padding-top: 2px;
  line-height: 3.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #FFFFFF;
  border: 1px solid rgba(0, 63, 106, 0.2);
  -webkit-box-shadow: inset 0 2px 0 0 #F2F5F8;
  box-shadow: inset 0 2px 0 0 #F2F5F8;
  border-radius: .4rem;
}

.webform-client-form input[type=text]:focus,
.webform-client-form input[type=email]:focus,
.webform-client-form textarea:focus,
.webform-client-form select:focus {
  border-color: rgba(0, 63, 106, 0.4);
}

.node-type-webform h1.page-header {
  margin-bottom: 20px;
}

.webform-client-form .form-item {
  margin-top: 15px;
  clear: both;
  float: left;
  width: 100%;
}

.webform-client-form .form-item .control-label {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: .5rem;
}

.webform-client-form .form-item .form-control {
  display: block;
}

.webform-client-form .grippie {
  display: none;
}

.webform-client-form .form-actions {
  float: left;
  margin-top: 2rem;
}

.webform-client-form .form-actions button {
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  background: #0265B5;
  color: #fff;
  padding: 1.4rem 4rem;
  border-radius: .4rem;
  border: 1px solid #0265B5;
  text-decoration: none !important;
  text-align: center;
  -webkit-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: background 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), border-color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), color 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95), -webkit-transform 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.webform-client-form .form-actions button:hover,
.webform-client-form .form-actions button:focus {
  background: #0273ce;
  border-color: #0273ce;
  text-decoration: none;
  color: #fff;
}

.webform-client-form .form-actions button:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.timeline-Header {
  display: none;
}

.page-initiatives-navigator .main-container > .row > .col-sm-12,
.page-toolbox-navigator .main-container > .row > .col-sm-12 {
  padding: 0;
}

.page-initiatives-navigator .main-container > .row > .col-sm-12 > .region-content,
.page-toolbox-navigator .main-container > .row > .col-sm-12 > .region-content {
  padding: 0;
}

.page-initiatives-navigator h1.page-header,
.page-toolbox-navigator h1.page-header {
  display: none;
}

.page-initiatives-navigator .view-filters-simple,
.page-toolbox-navigator .view-filters-simple {
  padding: 25px 5px 15px 6px;
  background: #fcba1b;
}

.page-initiatives-navigator .view-filters-applied,
.page-toolbox-navigator .view-filters-applied {
  padding: 25px;
  background: #fff;
}

.page-initiatives-navigator .view-filters-advanced,
.page-toolbox-navigator .view-filters-advanced {
  padding: 25px 5px;
  background: #fcd065;
}

.page-initiatives-navigator .view-filters-simple input[type=text],
.page-initiatives-navigator .view-filters-simple input[type=email],
.page-initiatives-navigator .view-filters-simple select,
.page-initiatives-navigator .view-filters-advanced input[type=text],
.page-initiatives-navigator .view-filters-advanced input[type=email],
.page-initiatives-navigator .view-filters-advanced select,
.page-initiatives-navigator .sel.chosen-container .chosen-single,
.page-toolbox-navigator .view-filters-simple input[type=text],
.page-toolbox-navigator .view-filters-simple input[type=email],
.page-toolbox-navigator .view-filters-simple select,
.page-toolbox-navigator .view-filters-advanced input[type=text],
.page-toolbox-navigator .view-filters-advanced input[type=email],
.page-toolbox-navigator .view-filters-advanced select,
.page-toolbox-navigator .sel.chosen-container .chosen-single {
  border-radius: 30px !important;
  font-family: 'Now-Regular';
  color: #a1a1a1;
  background: #fff;
  font-size: 15px !important;
  padding: 5px 15px !important;
  height: auto;
  border: none;
  width: 100%;
  line-height: 1.42857143;
  -webkit-appearance: none;
}

.page-initiatives-navigator .view-filters-advanced .chosen-results li.disabled-result,
.page-toolbox-navigator .view-filters-advanced .chosen-results li.disabled-result,
.page-initiatives-navigator .view-filters-simple .chosen-results li.disabled-result,
.page-toolbox-navigator .view-filters-simple .chosen-results li.disabled-result {
  display: none;
}

.page-initiatives-navigator .chosen-container-single .chosen-single div,
.page-toolbox-navigator .chosen-container-single .chosen-single div {
  top: -5px;
}

input#edit-keys-txt {
  text-align: center;
}

#edit-keys-txt:after {
  content: "\f002";
  font-family: FontAwesome;
}

.chosen-container-single .chosen-single {
  background: #fff;
}

.chosen-container-single .chosen-single div b {
  background-position: 0px 12px;
}

.page-initiatives-navigator .sel.chosen-container,
.page-toolbox-navigator .sel.chosen-container {
  width: 100% !important;
}

.page-initiatives-navigator .view-filters-simple .btn,
.page-toolbox-navigator .view-filters-simple .btn {
  border-radius: 30px;
  font-family: 'Now-Regular';
  color: #fff;
  font-size: 15px;
  padding: 0px 60px;
  height: auto;
  background: #96bc33;
  margin: 0;
}

.page-toolbox-navigator .view-filters-simple .btn:before,
.page-initiatives-navigator .view-filters-simple .btn:before {
  content: "\f002";
  font-family: FontAwesome;
  transform: rotate(92deg);
  -ms-transform: rotate(92deg);
  -webkit-transform: rotate(92deg);
  -moz-transform: rotate(92deg);
  -ms-transform: rotate(92deg);
  -o-transform: rotate(92deg);
  display: inline-block;
  font-size: 21px;
  margin-right: 0px;
}

.page-initiatives-navigator .right-data,
.page-toolbox-navigator .right-data {
  display: inline-block;
  float: right;
  position: relative;
  top: 10px;
}

.page-initiatives-navigator .right-data .search-result,
.page-toolbox-navigator .right-data .search-result {
  display: block;
  float: right;
  margin-right: 0px;
  margin-top: 30px;
  font-family: 'Now-Regular';
  font-size: 22px;
}

.page-initiatives-navigator .download-button,
.page-toolbox-navigator .download-button {
  font-family: Now-Regular;
  color: white;
  font-size: 13px;
  height: auto;
  display: inline-block;
  border-radius: 30px;
  padding: 7px 35px;
  background: #00427a;
  margin: 0 0 0 10px;
}

.page-initiatives-navigator .views-exposed-widget {
  margin-bottom: 20px;
}

.page-initiatives-navigator .view-content {
  padding: 0 20px 20px 20px;
}

.page-initiatives-navigator .view-filters {
  display: none;
}

.view-filters-applied h2 {
  font-family: 'Now-Medium';
  font-size: 24px;
  text-transform: uppercase;
  color: #00427a;
  margin: 0;
}

.view-filters-applied h2,
.view-filters-applied .rst {
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.view-filters-applied .rst {
  margin-top: 6px;
}

.view-filters-applied .rst a {
  text-decoration: underline;
}

.view-filters-applied h3 {
  font-family: 'Now-Medium';
  font-size: 14px;
}

.view-filters-applied > .col-md-2 {
  padding-left: 0px;
}

.view-filters-applied > .col-md-2 > div > a {
  padding-left: 20px;
  display: block;
  position: relative;
  font-size: 12px;
}

.view-filters-applied > .col-md-2 > div > a:before,
.view-filters-applied > .col-md-2 > div > a:after {
  left: 7px;
  width: 3px;
  height: 15px;
  margin: -8px 0 0;
  background: #337ab7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
}

.view-filters-applied > .col-md-2 > div > a:after {
  left: 1px;
  width: 15px;
  height: 3px;
  margin-top: -2px;
}

.node-type-toolbox aside.col-sm-4,
.node-type-initiative aside.col-sm-4 {
  padding-left: 25px;
}

.region-sidebar-second {
  border-radius: 0px;
  background-color: #fff;
  padding: 35px 22px 58px;
}

.node-type-initiative .field-name-field-initiative-administrator .field-label {
  font-size: 28px;
  line-height: 32px;
  color: #00427a;
  font-weight: normal;
  font-family: 'Now-Medium' !important;
  margin: 0px 0 10px 0px;
}

.field-name-field-initiative-administrator .field-item p {
  font-family: "Droid Serif";
  font-size: 28px;
  line-height: 32px;
  color: #00427a;
  font-weight: normal;
  margin: 15px 0 10px 0px;
}

.node-type-initiative .field-name-field-short-description,
.node-type-toolbox .field-name-field-toolbox-description {
  font-size: 25px;
  line-height: 32px;
  color: #00427a;
  font-weight: inherit;
}

.node-type-toolbox .group-more-info .field-label {
  font-size: 25px;
  line-height: 32px;
  color: #00427a;
  font-weight: inherit;
  margin-top: 10px;
}

.node-type-initiative .group-initiatives-pars .field-items,
.node-type-toolbox .group-more-info .field-item,
.node-type-toolbox .group-more-info .field-type-text {
  padding-top: 5px;
}

.field-name-field-toolbox-url {
  padding-top: 45px;
  font-size: 16px;
  font-family: 'Now-Regular';
}

.field-name-field-toolbox-url a {
  color: #00427a;
}

.node-type-initiative .field-name-body,
.node-type-toolbox .field-name-body {
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #333;
}

section#block-ds-extras-topics .field-label {
  margin: 20px 0 10px;
  color: #01427a;
  font-size: 25px;
  font-family: 'Now-Medium';
  color: #00427a;
  font-weight: normal;
}

section#block-ds-extras-topics .block-title,
section#block-ds-extras-sectors-topics .block-title {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: 'Now-Medium';
  color: #00427a;
  font-weight: normal;
}

.node-type-initiative .field-name-field-administrator-type .field-label,
.node-type-initiative .field-name-field-climate-objective .field-label,
.node-type-initiative .field-name-field-support-type .field-label,
.node-type-initiative .field-name-field-financial-instruments .field-label,
.node-type-initiative .field-name-field-open-to-applications .field-label,
.node-type-initiative .field-name-field-direct-access .field-label,
.node-type-toolbox .group-toolbox-info .field-label,
.node-type-initiative .field-label {
  color: #003F6A;
  font-size: 16px;
  padding-right: 5px;
}

.node-type-initiative .field-name-field-administrator-type a,
.node-type-initiative .field-name-field-climate-objective a,
.node-type-initiative .field-name-field-support-type a,
.node-type-initiative .field-name-field-financial-instruments a,
.node-type-initiative .field-name-field-direct-access a,
.node-type-toolbox .group-toolbox-info a,
.node-type-toolbox .group-toolbox-info .field-name-field-toolbox-cost .field-item {
  display: inline;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.group-mode-support {
  margin-top: 30px;
}

.node-type-initiative .region-content .field {
  padding-top: 10px;
}

.node-type-initiative .field-label {
  color: #003F6A;
  font-size: 16px;
  padding-right: 5px;
}

.node-type-initiative .region-content .field-item,
.node-type-toolbox .group-toolbox-info .field-item {
  display: inline;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: bold;
}

.node-type-initiative .region-content .field-name-field-short-description .field-item {
  font-size: 25px;
  line-height: 32px;
  color: #00427a;
  font-weight: normal;
  padding-left: 0px;
  display: block;
}

.node-type-initiative .region-content .field-name-body .field-item {
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  font-weight: normal;
  padding-left: 0px;
  display: block;
}

.node-type-toolbox .group-toolbox-info {
  line-height: 30px;
  margin-top: 30px;
}

.node-type-toolbox section#block-ds-extras-topics .field-name-field-toolbox-mitigation {
  padding-top: 0px;
}

.node-type-initiative .field-name-field-sector-topic .field-item.even:before,
.node-type-initiative .field-name-field-sector-topic .field-item.odd:before .node-type-toolbox section#block-ds-extras-topics .field-item.even:before,
.node-type-toolbox section#block-ds-extras-topics .field-item.odd:before {
  content: "\f02b";
  font-family: FontAwesome;
  font-size: 15px;
  padding-right: 5px;
  color: #8fadc7;
}

.node-type-initiative .field-item.even {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.node-type-initiative .field-name-post-date {
  color: #8d8d8d;
  font-size: 16px;
  font-family: 'Now-Regular';
  padding-top: 10px;
}

.node-type-initiative .field-name-post-date .field-items {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  color: #000;
}

.node-type-initiative .region-content .group-contact-information {
  margin-top: 15px;
}

.node-type-initiative .region-content .group-contact-information h3 {
  font-size: 25px;
  line-height: 32px;
  color: #00427a;
  font-weight: inherit;
  margin-top: 10px;
  font-family: 'Arial';
  margin-bottom: 0px;
}

.node-type-initiative .region-content .group-contact-information .field-item {
  font-size: 16px !important;
  font-weight: normal;
}

.node-type-initiative .region-content .group-contact-information a {
  color: #00427a;
}

.node-type-toolbox .region-content .group-more-info .field-label,
.node-type-initiative .region-content .group-initiatives-pars .field-label {
  font-size: 25px;
  line-height: 32px;
  color: #00427a;
  font-weight: inherit;
  margin-top: 10px;
  font-family: 'Arial';
}

.node-type-initiative .region-content .group-initiatives-pars .field-item {
  color: #323232;
  font-weight: normal;
  font-size: 17px;
}

#google_translate_element {
  /*float: right;
  right: 70px;
  position: absolute;*/
}

.in-heading {
  text-align: center;
}

.in-heading h1 {
  font-family: 'Now-Medium';
  font-size: 24px;
  text-transform: uppercase;
  color: #00427a;
}

.in-heading a {
  border-radius: 30px;
  font-family: 'Now-Regular';
  color: #fff;
  font-size: 20px;
  padding: 7px 60px;
  height: auto;
  background: #96bc33;
  margin: 30px 0 20px 0;
  display: inline-block;
  text-decoration: none;
}

.in-heading > div {
  text-align: justify;
  color: #00427a;
  font-size: 16px;
}

.page-toolbox-navigator .in-heading > div {
  margin-bottom: 20px;
}

#block-ndcp-global-block-initiatives-heading {
  margin-bottom: 15px;
}

#block-ndcp-global-block-toolbox-heading {
  margin-bottom: 0px;
}

#block-ndcp-global-block-initiatives-filter,
#block-ndcp-global-block-initiatives-heading,
.page-initiatives-navigator #block-system-main {
  background: #fff;
}

.page-initiatives-navigator #block-system-main * {
  font-size: 13px;
}

.page-initiatives-navigator #block-system-main tr {
  border: none;
}

.page-initiatives-navigator #block-system-main td,
.page-toolbox-navigator #block-system-main td {
  color: #4b4b4b;
  border: none;
}

.page-initiatives-navigator #block-system-main th,
.page-toolbox-navigator #block-system-main th {
  vertical-align: top;
  width: 10%;
  border-top: #777777 1px solid;
  border-bottom: #777777 1px solid;
  color: #727272;
}

.page-initiatives-navigator #block-system-main th.views-field-body {
  width: 40%;
}

.page-initiatives-navigator .table-striped > tbody > tr:nth-of-type(odd),
.page-toolbox-navigator .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}

#block-ndcp-global-block-toolbox-filter,
#block-ndcp-global-block-toolbox-heading,
.page-toolbox-navigator #block-system-main {
  background: #fff;
}

.page-toolbox-navigator .views-exposed-widget {
  margin-bottom: 20px;
}

.page-toolbox-navigator .view-content {
  padding: 20px;
}

.page-toolbox-navigator .view-filters {
  /*display:none;*/
}

.page-toolbox-navigator #block-system-main * {
  font-size: 13px;
}

.page-toolbox-navigator #block-system-main td {
  color: #333;
}

.page-toolbox-navigator #block-system-main th {
  vertical-align: bottom;
  width: 10%;
}

.page-toolbox-navigator #block-system-main th.views-field-body {
  width: 40%;
}

.node-type-toolbox .field-name-body {
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #333;
}

#block-ndcp-global-block-toolbox-partners {
  background: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
}

.tool_logos {
  text-align: center;
}

.toolbox-logos {
  text-align: center;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 30px;
}

.too-logo {
  padding-top: 25px;
}

.toolbox-logos img {
  width: auto;
  height: 63px;
}

.rali-logo {
  width: 93px !important;
  height: 80px !important;
}

.leds-logo {
  padding-left: 0px;
}

.giz-logo {
  padding-right: 20px;
}

.wri-logo {
  padding-left: 25px;
}

.ufccc-logo {
  width: 200px;
  height: auto;
}

.morocco-logo {
  padding-left: 50px;
}

li.search-result {
  list-style-type: none;
}

li.search-result a {
  color: #08487e;
  font-family: 'Now-Medium';
}

.action-links {
  text-align: right;
}

.action-links a {
  margin-left: 15px;
  display: inline-block;
  color: #00427a;
  border-right: #00427a 1px solid;
  padding-right: 15px;
  line-height: 1;
  text-decoration: none;
  font-family: 'Now-Regular';
}

.action-links a.al-last {
  border: none;
  padding-right: 0px;
}

.action-links a.as-active {
  color: #8a6102;
}

#view-filters-advanced.af-expanded {
  position: relative;
}

#view-filters-advanced.af-expanded:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: transparent transparent #fcd165 transparent;
  position: absolute;
  right: 60px;
  top: -13px;
}

.field-name-field-image-caption {
  margin-bottom: 15px;
  font-size: 12px;
}

.ows {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap;
  /*Chrome & Safari */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}

.back-to-results {
  background: #fff;
  padding: 22px 22px 0;
}

.field-name-back-to {
  background: #fff;
  padding-top: 20px;
}

.field-name-back-to a,
.back-to-results a {
  display: inline-block;
  background: #01427a;
  color: #fff;
  text-decoration: none;
  padding: 7px 30px;
  border-radius: 20px;
  font-family: 'Now-Regular';
  -webkit-transition: background .25s ease-in-out;
  -o-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
}

.back-to-results a:hover {
  background: #085698;
}

.field-name-back-to a {
  display: inline-block;
  background: #96bc33;
  color: #fff;
  text-decoration: none;
  padding: 7px 30px;
  border-radius: 20px;
  font-family: 'Now-Regular';
}

.field-name-back-to a:hover {
  background: #a1cb32;
}

.node-type-article .field-name-back-to {
  display: none;
}

.node-type-initiative .region-sidebar-second .field-name-field-sector-topic {
  margin-bottom: 30px;
}

.node-type-initiative .region-sidebar-second .field-name-field-initiative-country > .field-label,
.node-type-initiative .region-sidebar-second .field-name-field-eligible-countries > .field-label {
  margin: 20px 0 10px;
  font-size: 25px;
  font-family: 'Now-Medium';
  color: #00427a;
  font-weight: normal;
}

.node-type-initiative .region-sidebar-second .field-name-field-initiative-country {
  display: inline-block;
  float: left;
  clear: both;
}

.node-type-initiative .region-sidebar-second .field-name-field-initiative-country .field-item,
.node-type-initiative .region-sidebar-second .field-name-field-eligible-countries .field-item {
  float: left;
  padding-left: 5px;
}

.node-type-initiative .region-sidebar-second .field-name-field-eligible-countries .field-item:after,
.node-type-initiative .region-sidebar-second .field-name-field-initiative-country .field-item:after {
  content: ',';
}

.node-type-initiative .region-sidebar-second .field-name-field-eligible-countries .field-item:last-child:after,
.node-type-initiative .region-sidebar-second .field-name-field-initiative-country .field-item:last-child:after {
  content: '.';
}

.download-all {
  text-align: right;
  padding: 22px 22px 0;
}

.download-all a {
  display: inline-block;
  border-radius: 30px;
  font-family: 'Now-Regular';
  color: #fff;
  font-size: 13px;
  padding: 7px 35px;
  height: auto;
  background: #96bc33;
  margin: 0;
  text-decoration: none;
}

.node-type-initiative h1.page-header {
  padding-top: 35px;
}

.contact-title,
.contact-title-2 {
  font-family: 'Now-Medium';
  color: #00427a;
  background: #fff;
  font-size: 25px;
}

.contact-title-2 {
  padding-top: 20px;
}

.contactus-note {
  padding-top: 20px;
}

.job-url {
  color: #00427a;
}

#user-login {
  max-width: 600px;
}

.captcha {
  padding-bottom: 10px;
}

.captcha img {
  margin: 0 auto 10px;
  border: 1px solid #ccc;
}

.webform-client-form .form-item-captcha-response .control-label {
  width: 100%;
  text-align: center;
}

.webform-client-form .form-item-captcha-response .form-control {
  width: 50%;
  margin: 0px auto;
  float: none;
}

.view-empty h3 {
  text-align: center;
  font-size: 18px !important;
  color: #00427a;
  padding: 0 30px 30px 30px;
}

.videos-table td {
  padding: 7px;
}

.i18n-fr .translate-fr {
  display: none;
}

.i18n-en .translate-en {
  display: none;
}

#block-taoti-nhp-tnhp-google-translate {
  display: none;
}

/* new homepage styles */

body #admin-menu {
  z-index: 999999;
}

.page-fp .main-container > .row > .col-sm-12 {
  background: none;
}

.view-front-page .block-taoti-nhp {
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-family: 'Now-Regular';
  padding: 53px 0 83px;
  line-height: 1.34;
}

.view-front-page .block-taoti-nhp a {
  color: #f3b725;
}

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

.view-latest-articles-new-homepage:not(.custom-view-noresults) {
  background: #fff;
  overflow: hidden;
  margin: 0 0 28px;
  font-family: 'Now-Regular';
  line-height: 1.55em;
  font-size: 18px;
}

.view-latest-articles-new-homepage .node-article-image {
  width: 734px;
  padding: 0;
  min-height: 405px;
  max-height: 455px;
  overflow: hidden;
}

.view-latest-articles-new-homepage .node-article-image img {
  width: 100%;
  height: auto;
}

.view-latest-articles-new-homepage .node-article-image a {
  display: block;
}

.view-latest-articles-new-homepage .node-article-image a:after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.view-latest-articles-new-homepage .node-article-image a:hover:after {
  opacity: 1;
}

.view-latest-articles-new-homepage .node-article-info {
  width: 406px;
  padding: 25px 25px 10px;
  max-height: 405px;
  overflow: auto;
}

.view-latest-articles-new-homepage h3 {
  margin: 0 0 18px;
  text-transform: uppercase;
  color: #575656;
  font-size: 16px;
  line-height: 1em;
}

.view-latest-articles-new-homepage .views-field-title {
  font-size: 21px;
  line-height: 1.7em;
  font-weight: bold;
  text-transform: uppercase;
  color: #1c5789;
  font-family: 'Now-Medium';
  margin: 0 0 18px;
}

.view-latest-articles-new-homepage .views-field-title a {
  color: inherit;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  display: inline-block;
  vertical-align: top;
}

.view-latest-articles-new-homepage .views-field-title a:hover {
  text-decoration: none;
  color: #f3b725;
}

.view-latest-articles-new-homepage .views-field-body {
  margin: 0 0 18px;
}

.view-latest-articles-new-homepage .views-field-nothing a {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #1c5789;
  color: #1c5789;
  font-size: 14px;
  padding: 8px 45px 5px 20px;
  font-family: 'Now-Medium';
  position: relative;
  -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background .25s ease-in-out, color .25s ease-in-out;
  transition: background .25s ease-in-out, color .25s ease-in-out;
}

.view-latest-articles-new-homepage .views-field-nothing a:hover {
  background: #1c5789;
  text-decoration: none;
  color: #fff;
}

.view-latest-articles-new-homepage .views-field-nothing a:after {
  content: '\f054 ';
  position: absolute;
  right: 20px;
  top: 50%;
  font-family: FontAwesome;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.page-fp .main-container,
.page-fp .region-content {
  padding: 0;
}

.view-display-id-latest_blog .views-row,
.view-display-id-latest_press_release .views-row {
  padding-top: 327px;
  position: relative;
}

.view-display-id-latest_blog .node-article-half,
.view-display-id-latest_press_release .node-article-half {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.view-display-id-latest_blog .node-article-half div,
.view-display-id-latest_press_release .node-article-half div {
  height: 100%;
}

.view-display-id-latest_blog .node-article-half img,
.view-display-id-latest_press_release .node-article-half img {
  margin: 0 auto;
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

form.form p.submit input {
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

form.form p.submit input:hover {
  opacity: 0.8;
}

.view-display-id-latest_blog .node-article-info,
.view-display-id-latest_press_release .node-article-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 3;
  color: #ebebeb;
}

.view-display-id-latest_blog .node-article-info:after,
.view-display-id-latest_press_release .node-article-info:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 17, 37, 0.67);
  z-index: -1;
}

.view-display-id-latest_blog .views-field-title,
.view-display-id-latest_press_release .views-field-title {
  color: #6bb4da;
  min-height: 120px;
  margin-bottom: 29px;
}

.view-display-id-latest_blog .views-field-title a:hover,
.view-display-id-latest_press_release .views-field-title a:hover {
  text-decoration: none;
  color: #fff;
}

.view-display-id-latest_blog h3,
.view-display-id-latest_press_release h3 {
  color: #fff;
  margin-bottom: 25px;
}

.view-display-id-latest_blog .views-field-body,
.view-display-id-latest_press_release .views-field-body {
  overflow: hidden;
  padding-right: 55px;
}

.view-display-id-latest_blog .views-field-nothing,
.view-display-id-latest_press_release .views-field-nothing {
  position: absolute;
  right: 15px;
  bottom: 19px;
}

.view-display-id-latest_blog .views-field-nothing a,
.view-display-id-latest_press_release .views-field-nothing a {
  border-color: #6bb4da;
  color: #6bb4da;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 46px;
  height: 46px;
}

.view-display-id-latest_blog .views-field-nothing a:after,
.view-display-id-latest_press_release .views-field-nothing a:after {
  font-size: 12px;
  line-height: 12px;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.view-id-ndcp_homepage_video {
  background: #89a953;
  padding: 23px 28px;
  margin: 0 0 38px;
  color: #fff;
}

.view-id-ndcp_homepage_video h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 22px;
  font-family: 'Now-Medium';
}

.view-id-ndcp_homepage_video .view-content {
  padding: 0 63px;
}

.view-id-ndcp_homepage_video .flexslider {
  background: none;
  border: 0;
  margin: 0;
}

.view-id-ndcp_homepage_video .flex-direction-nav .flex-prev,
.view-id-ndcp_homepage_video .flex-direction-nav .flex-next {
  opacity: 1 !important;
  display: block;
  width: 72px;
  height: 92px;
  text-shadow: none;
  color: #436012;
  font-size: 0;
  line-height: 0;
  margin-top: -60px;
  outline: none !important;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.view-id-ndcp_homepage_video .flex-direction-nav .flex-prev:hover,
.view-id-ndcp_homepage_video .flex-direction-nav .flex-next:hover {
  color: #fff;
}

.view-id-ndcp_homepage_video .flex-direction-nav .flex-prev {
  left: -49px !important;
}

.view-id-ndcp_homepage_video .flex-direction-nav .flex-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 92px;
  line-height: 100%;
  color: inherit;
}

.view-id-ndcp_homepage_video .flex-direction-nav .flex-next {
  right: -49px !important;
}

.view-id-ndcp_homepage_video .flex-direction-nav .flex-next:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 92px;
  line-height: 100%;
  color: inherit;
}

.view-id-ndcp_homepage_video .views-field-field-youtube-embed-code a {
  display: block;
  vertical-align: top;
  position: relative;
}

.view-id-ndcp_homepage_video .views-field-field-youtube-embed-code a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.view-id-ndcp_homepage_video .views-field-field-youtube-embed-code a:hover:after,
.view-id-ndcp_homepage_video .views-field-field-youtube-embed-code a:hover:before {
  opacity: .8;
}

.view-id-ndcp_homepage_video .views-field-field-youtube-embed-code a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 38px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 2px;
}

.view-id-ndcp_homepage_video .views-field-title {
  font-size: 22px;
  font-family: 'Now-Medium';
  line-height: 1.7;
  color: #fff;
  text-transform: uppercase;
  padding: 27px 0 0;
}

/* case */

.row.case {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-box-align: stretch;
  box-align: stretch;
}

.row.case:after {
  display: none;
}

.case > div {
  padding: 22px;
  float: none;
  background: #fff;
}

.case > div.col-sm-7 {
  width: 55%;
  margin: 0 0 0 -36px;
}

.case h2.tweets,
.case .block-title {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Now-Medium';
  color: #575656;
  background: none;
  padding: 0;
}

.case .views-field-nid {
  text-align: right;
}

.case .views-field-nid a {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #1c5789;
  color: #1c5789;
  font-size: 14px;
  padding: 12px 40px 9px 20px;
  font-family: 'Now-Medium';
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background .25s ease-in-out, color .25s ease-in-out;
  transition: background .25s ease-in-out, color .25s ease-in-out;
}

.case .views-field-nid a:hover {
  background: #1c5789;
  text-decoration: none;
  color: #fff;
}

.case .views-field-nid a:after {
  content: '\f054 ';
  position: absolute;
  right: 15px;
  top: 50%;
  font-family: FontAwesome;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.tweets-block {
  padding: 0;
}

.tweets-block .tweet-iframe-area {
  max-height: 252px;
  overflow: auto;
}

.case .view-partners-new-homepage .views-field-body {
  display: none;
}

.case .views-field-field-partner-image {
  padding-top: 25px;
  padding-bottom: 19px;
  text-align: center;
}

.case .views-field-field-partner-image img {
  margin: 0 auto;
  height: 155px;
  width: auto;
}

.case .views-field-field-partner-image .field-content {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  border: 2px solid #ccc;
}

.case .views-field-body {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.case .views-field-body p {
  margin: 10px 0;
}

.page-partners .views-field-field-partner-image {
  background-color: #f2f1e7;
}

/* footer */

.footer-columns {
  margin: 0 auto;
  max-width: 1140px;
  padding: 100px 0 50px;
  color: #fff;
}

.footer-column {
  padding: 0;
}

.footer-column .logo img {
  width: 263px;
  height: auto;
}

.footer-column .region-footer-right {
  text-align: right;
  font-size: 18px;
  line-height: 2;
  font-family: 'Now-Regular';
}

.footer-column .region-footer-middle {
  text-align: center;
}

.footer-link {
  display: inline-block;
  vertical-align: top;
  background: #b2cc69;
  background: -webkit-gradient(linear, left top, left bottom, from(#98b671), to(#83a946));
  background: -o-linear-gradient(top, #98b671 0%, #83a946 100%);
  background: linear-gradient(to bottom, #98b671 0%, #83a946 100%);
  padding: 12px 23px 11px 54px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Now-Medium';
  color: #fff !important;
  border-radius: 8px;
  position: relative;
  border: 1px solid #628339;
}

.footer-link:hover {
  text-decoration: none;
  color: #fff;
  background: #97bd33;
}

.footer-link:after {
  content: '\f0e0';
  position: absolute;
  top: 50%;
  left: 24px;
  font-size: 16px;
  font-family: 'FontAwesome';
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.footer-columns a {
  color: #fdba1b;
}

.nav-opener {
  display: none;
}

.burger-btn {
  display: none;
}

.ndc-activity__link {
  display: block;
}

.region-sidebar-second .more-link {
  /*padding-top: 20px;*/
}

.region-sidebar-second .more-link a {
  display: inline-block;
  background: #96bc33;
  color: #fff;
  text-decoration: none;
  padding: 7px 30px;
  border-radius: 20px;
  font-family: 'Now-Regular';
  -webkit-transition: background .25s ease-in-out;
  -o-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
}

.region-sidebar-second .more-link a a:hover {
  background: #a1cb32;
}

.region-sidebar-second .views-row {
  padding-bottom: 15px;
  margin-top: 0 !important;
}

.node-type-initiative .field-name-field-open-to-applications .field-items {
  font-size: 1.6rem;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
  display: inline-block;
}

.field-label-inline .field-items {
  font-size: 1.6rem;
}

.addthis-smartlayers {
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -o-transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
  transition: opacity 0.25s cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.addthis-smartlayers.__scroll {
  opacity: 1;
}

.global-tooltip {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: .5rem 1rem;
  background: rgba(0, 0, 0, 0.75);
  border-radius: .2rem;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  z-index: 998;
  max-width: 20rem;
}

html body.admin-menu {
  margin-top: 0 !important;
}

#admin-menu-search {
  display: none;
}

#modalContent .popups-container {
  border-radius: 0;
}

#modalContent .modal-header.popups-title {
  text-align: center;
  margin-top: 15px;
  border: none;
}

#modalContent .modal-header.popups-title #modal-title {
  font-size: 18px;
  line-height: 100px;
}

#modalContent #modal-content {
  border: none;
  padding: 20px;
}

#modalContent .control-label {
  color: #3780bc;
}

#modalContent .chosen-container,
#modalContent input,
#modalContent textarea {
  border-radius: 0;
}

#modalContent span.form-required {
  display: none;
}

#modalContent .webform-client-form .form-item {
  clear: none;
}

#modalContent .form-item-submitted-first-name {
  width: 45%;
}

#modalContent .form-item-submitted-last-name {
  width: 45%;
  float: right;
  clear: both;
}

#modalContent .form-item-submitted-email {
  width: 45%;
}

#modalContent .form-item-submitted-country {
  width: 45%;
  float: right;
  clear: both;
}

#modalContent .chosen-container {
  border-radius: 0;
  width: 250px !important;
}

#modalContent .chosen-container a {
  border: none;
}

#modalContent .chosen-container-single .chosen-single div b {
  background-position: 0px 6px;
}

#modalContent .form-item-submitted-affiliation-organization {
  width: 45%;
}

#modalContent .form-item-submitted-sector {
  width: 45%;
  float: right;
  clear: both;
}

#start_download_tool {
  font-size: 20px;
  display: block;
  text-align: center;
  padding: 30px 0;
}

.views-field-node-compare-link .ajax-progress {
  display: none !important;
}

/* Accordion styles */

.ckeditor-accordion-container > dl dt.active > a {
  background-color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  border-bottom: 1px dotted #e5ebf0 !important;
}

.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:before {
  background: #000 !important;
}

.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:after {
  background: #000 !important;
}

.ckeditor-accordion-container > dl dd {
  padding: 10px 0 0 50px !important;
}

.ckeditor-accordion-container > dl dt > a:hover {
  background-color: #fff !important;
}

.ckeditor-accordion-container > dl dt > a {
  background-color: #ffffff !important;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  border-bottom: 1px dotted #e5ebf0 !important;
}

.ckeditor-accordion-container > dl {
  border-style: none !important;
}

.page-events-calendar #coffee-form,
.page-events-calendar #coffee-form * {
  max-width: 100%;
}

.page-events-calendar .ndc-pre-header {
  position: relative;
}

.page-events-calendar .ndc-pre-header:after {
  background: #ffffff;
  content: '';
  display: block;
  height: 236px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.page-events-calendar .ndc-section__breadcrumbs,
.page-events-calendar .view-event-header-slideshow {
  margin: 0 15px;
  max-width: 100%;
}

.page-events-calendar .breadcrumb {
  background-color: transparent !important;
  padding: 62px 0 0;
}

.page-events-calendar .breadcrumb a {
  color: #337ab7;
}

.page-events-calendar .view-event-header-slideshow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-events-calendar .view-event-header-slideshow .view-header h2,
.page-events-calendar .view-event-header-slideshow .view-header h3 {
  line-height: 1;
}

.page-events-calendar .view-event-header-slideshow .view-header h2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 3px;
  margin-top: 15px;
}

.page-events-calendar .view-event-header-slideshow .view-header h3 {
  font-size: 14px;
  opacity: 0.7;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}

.page-events-calendar .view-event-header-slideshow .view-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-height: 600px;
  max-width: 847px;
  width: 100%;
}

.page-events-calendar .view-event-header-slideshow .owl-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
}

.page-events-calendar .view-event-header-slideshow .owl-buttons > div {
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: transparent;
  height: 32px;
  position: relative;
  width: 32px;
}

.page-events-calendar .view-event-header-slideshow .owl-buttons > div:before {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
}

.page-events-calendar .view-event-header-slideshow .owl-buttons .owl-prev {
  margin-right: 20px;
}

.page-events-calendar .view-event-header-slideshow .owl-buttons .owl-prev:before {
  -webkit-transform: translateX(-4px) translateY(-5px) rotate(45deg);
  -ms-transform: translateX(-4px) translateY(-5px) rotate(45deg);
  transform: translateX(-4px) translateY(-5px) rotate(45deg);
}

.page-events-calendar .view-event-header-slideshow .owl-buttons .owl-next:before {
  -webkit-transform: translateX(-7px) translateY(-5px) rotate(-135deg);
  -ms-transform: translateX(-7px) translateY(-5px) rotate(-135deg);
  transform: translateX(-7px) translateY(-5px) rotate(-135deg);
}

.page-events-calendar .view-event-header-slideshow .owl-controls {
  margin-top: 30px;
}

.page-events-calendar .view-event-header-slideshow .owl-controls .owl-page span {
  border-radius: 0%;
  height: 5px;
  width: 37px;
}

.page-events-calendar .view-event-header-slideshow .owl-controls .owl-page.active span {
  background: #0165b5;
}

.page-events-calendar .ndc-pre-header {
  background-image: url("../images/slideshow-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.page-events-calendar .ndc-pre-header * {
  color: #ffffff;
}

.page-events-calendar .ndc-pre-header .item-odd,
.page-events-calendar .ndc-pre-header .item-even {
  position: relative;
  width: 100%;
  padding-top: 60.8%;
  z-index: 1;
}

.page-events-calendar .ndc-pre-header .item-odd:before,
.page-events-calendar .ndc-pre-header .item-even:before {
  background-image: url("../images/blue-icon.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  border: 2px solid #0165b5;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  right: 6%;
  top: 8%;
  width: 16px;
  z-index: 1;
}

.page-events-calendar .ndc-pre-header .item-odd .views-field,
.page-events-calendar .ndc-pre-header .item-even .views-field {
  position: absolute;
}

.page-events-calendar .ndc-pre-header .item-odd .views-field-field-event-type,
.page-events-calendar .ndc-pre-header .item-even .views-field-field-event-type {
  left: 6%;
  top: 9.5%;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 4px 10px;
}

.page-events-calendar .ndc-pre-header .item-odd .views-field-field-event-type span,
.page-events-calendar .ndc-pre-header .item-even .views-field-field-event-type span {
  font-size: 12px;
  line-height: 1;
  color: #0165b5;
  text-transform: uppercase;
}

.page-events-calendar .ndc-pre-header .item-odd .views-field-title,
.page-events-calendar .ndc-pre-header .item-even .views-field-title {
  left: 6%;
  bottom: 41.5%;
}

.page-events-calendar .ndc-pre-header .item-odd .views-field-title a,
.page-events-calendar .ndc-pre-header .item-even .views-field-title a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.page-events-calendar .ndc-pre-header .item-odd .views-field-field-date-range,
.page-events-calendar .ndc-pre-header .item-even .views-field-field-date-range {
  left: 6%;
  bottom: 22.5%;
}

.page-events-calendar .ndc-pre-header .item-odd .views-field-field-date-range span,
.page-events-calendar .ndc-pre-header .item-even .views-field-field-date-range span {
  font-size: 14px;
  font-weight: 400;
}

.page-events-calendar .ndc-pre-header .item-odd .views-field-field-event-short-address,
.page-events-calendar .ndc-pre-header .item-even .views-field-field-event-short-address {
  bottom: 10.5%;
  left: 6%;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.page-events-calendar .views_slideshow_slide {
  position: static !important;
}

.page-events-calendar .views-field-field-event-image {
  height: 100%;
  top: 0;
  width: 100%;
}

.page-events-calendar .views-field-field-event-image:after {
  border-radius: 22px;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.6)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.6) 100%);
  top: 0;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  width: 100%;
}

.page-events-calendar .views-field-field-event-image img {
  border-radius: 22px;
  height: 100%;
  width: 100%;
}

.page-events-calendar .ndc-section_top {
  padding-top: 45px;
}

.page-events-calendar .ndc-event-type-point,
.page-events-calendar .ndc-event-type-name {
  display: inline-block;
  vertical-align: middle;
}

.page-events-calendar .ndc-event-type-point span {
  height: 5px;
  width: 5px;
  display: block;
  border-radius: 50%;
  margin-right: 3px;
}

.page-events-calendar .purple-point-event-type {
  background-color: #615795;
}

.page-events-calendar .yellow-point-event-type {
  background-color: #e2bd59;
}

.page-events-calendar .lightgreen-point-event-type {
  background-color: #90c60b;
}

.page-events-calendar .green-point-event-type {
  background-color: #0bc67f;
}

.page-events-calendar .blue-point-event-type {
  background-color: #089ed3;
}

.page-events-calendar .pink-point-event-type {
  background-color: #d97da8;
}

.page-events-calendar .view-events .view-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-events-calendar .view-events .view-header p {
  margin-bottom: 0;
}

.page-events-calendar .view-events h2 {
  color: #0165b5;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}

.page-events-calendar .view-events h3 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 38px;
}

.page-events-calendar .view-events input[type='button'] {
  border: none;
  outline: none;
  color: #ffffff;
  border-radius: 3px;
  background-color: #0165b5;
  font-size: 18px;
  padding: 22px 50px;
}

.page-events-calendar .view-events .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.page-events-calendar .view-events .view-content .vocabulary-event-type {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 4.5px 10px;
  border: 1px solid #0165b5;
  display: inline-block;
  position: relative;
}

.page-events-calendar .view-events .view-content .vocabulary-event-type .ndc-event-type-name span {
  font-size: 14px;
  line-height: 14px;
  color: #0165b5;
  text-transform: uppercase;
}

.page-events-calendar .view-events .view-content .views-field-title {
  margin-top: 10px;
}

.page-events-calendar .view-events .view-content .views-field-title a {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.page-events-calendar .view-events .view-content .views-field-field-event-short-address {
  color: #4a90e2;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
}

.page-events-calendar .view-events .view-content .views-row {
  -webkit-box-shadow: 0 15px 8px -11px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 8px -11px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
  height: 196px;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 16px;
  position: relative;
  width: 360px;
}

.page-events-calendar .view-events .views-field-field-date-range {
  bottom: 36px;
  position: absolute;
}

.page-events-calendar .view-events .views-field-field-event-short-address {
  bottom: 13px;
  position: absolute;
}

.page-events-calendar .view-events > .attachment {
  border: 1px solid #cccccc;
  border-left-width: 0;
  border-right-width: 0;
  padding: 20px 0;
}

.page-events-calendar .ndc-content__sidebar {
  width: 36.1rem;
  margin-left: 25px;
  padding: 0;
}

.page-events-calendar .ndc-content__sidebar .ndc-sidebar .ndc-sidebar__block #views-exposed-form-events-page .ui-datepicker-buttonpane {
  display: none;
}

.page-events-calendar .ndc-content__sidebar .ndc-sidebar .ndc-sidebar__block .ndc-sidebar-block .ndc-sidebar-block__title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.page-events-calendar .ndc-content__sidebar .ndc-sidebar .ndc-sidebar__block .ndc-sidebar-block .ndc-sidebar-block__list .view-event-today {
  margin-top: 15px;
  font-weight: 500;
}

.page-events-calendar .ndc-content__sidebar .ndc-sidebar .ndc-sidebar__block .ndc-sidebar-block .ndc-sidebar-block__list .view-event-today .views-row {
  margin-bottom: 15px;
}

.page-events-calendar .ndc-content__sidebar .ndc-sidebar .ndc-sidebar__block .ndc-sidebar-block .ndc-sidebar-block__list .view-event-today .views-row .today-event-item .today-event-item-left {
  width: 65px;
  margin: 0;
  float: left;
}

.page-events-calendar .ndc-content__sidebar .ndc-sidebar .ndc-sidebar__block .ndc-sidebar-block .ndc-sidebar-block__list .view-event-today .views-row .today-event-item .today-event-item-right {
  width: calc(100% - 65px);
  margin: 0;
  float: left;
}

.page-events-calendar .ndc-content__sidebar .ndc-sidebar .ndc-sidebar__block .ndc-sidebar-block .ndc-sidebar-block__list .view-event-today .views-row .today-event-item .today-event-item-right .today-event-item-title {
  color: #000;
  font-size: 18px;
  line-height: 1;
}

.page-events-calendar .ndc-content__sidebar .ndc-sidebar .ndc-sidebar__block .ndc-sidebar-block .ndc-sidebar-block__list .view-event-today .views-row .today-event-item .today-event-item-right .today-event-item-title a {
  color: #000;
  text-decoration: none;
}

.page-events-calendar .ndc-content__sidebar .ndc-sidebar .ndc-sidebar__block .ndc-sidebar-block .ndc-sidebar-block__list .view-event-today .views-row .today-event-item .today-event-item-right .today-event-item-address {
  color: #414141;
}

.page-events-calendar .ndc-content__sidebar .ndc-sidebar-block__title {
  color: #0165b5;
  font-family: 'Proxima Nova';
  font-size: 52px;
  font-weight: 400;
  margin-top: 4px;
  line-height: 1;
  margin-bottom: 3px;
}

.page-events-calendar .ndc-content__sidebar #edit-field-date-range-value-wrapper {
  padding: 0;
}

.page-events-calendar .ndc-content__sidebar #edit-field-date-range-value-wrapper label {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.page-events-calendar .ndc-content__sidebar .ui-datepicker {
  background-color: #ffffff;
  border: none;
  width: 370px;
}

.page-events-calendar .ndc-content__sidebar .ui-datepicker td {
  padding: 0;
  width: 52px;
}

.page-events-calendar .ndc-content__sidebar .ui-datepicker select {
  font-size: 16px;
  font-weight: 400;
}

.page-events-calendar .ndc-content__sidebar .ui-datepicker-buttonpane button {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  opacity: 1;
  padding: 0;
  margin: 10px 0;
}

.page-events-calendar .ndc-content__sidebar .ui-datepicker-header {
  margin-top: 30px;
  background: none;
  border: none;
}

.page-events-calendar .ndc-content__sidebar .ui-datepicker-header .ui-datepicker-prev span,
.page-events-calendar .ndc-content__sidebar .ui-datepicker-header .ui-datepicker-next span {
  background: none;
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  height: 10px;
  width: 10px;
}

.page-events-calendar .ndc-content__sidebar .ui-datepicker-header .ui-datepicker-prev span {
  -webkit-transform: rotate(45deg) translateX(6px) translateY(-1px);
  -ms-transform: rotate(45deg) translateX(6px) translateY(-1px);
  transform: rotate(45deg) translateX(6px) translateY(-1px);
}

.page-events-calendar .ndc-content__sidebar .ui-datepicker-header .ui-datepicker-next span {
  -webkit-transform: rotate(-135deg) translateX(-3px) translateY(-2px);
  -ms-transform: rotate(-135deg) translateX(-3px) translateY(-2px);
  transform: rotate(-135deg) translateX(-3px) translateY(-2px);
}

.page-events-calendar .ndc-content__sidebar tbody .ui-datepicker-week-end {
  background-color: #f5f9fc;
  opacity: 1 !important;
}

.page-events-calendar .ndc-content__sidebar .ui-datepicker-current-day a {
  background: #0165b5;
  border-radius: 6px;
  border-width: 0;
  -webkit-box-shadow: 0 2px 21px rgba(1, 101, 181, 0.08), 0 2px 8px rgba(1, 101, 181, 0.35), 0 4px 3px -3px rgba(1, 101, 181, 0.2);
  box-shadow: 0 2px 21px rgba(1, 101, 181, 0.08), 0 2px 8px rgba(1, 101, 181, 0.35), 0 4px 3px -3px rgba(1, 101, 181, 0.2);
  color: #ffffff;
}

.page-events-calendar .ndc-content__sidebar .ui-state-default {
  background: transparent;
  border: none;
  height: 72px;
  font-size: 20px;
  text-align: center;
  color: #000000;
}

.node-type-event #coffee-form,
.node-type-event #coffee-form * {
  max-width: 100%;
}

.node-type-event .node-event {
  width: 100%;
}

.node-type-event .group-header {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
  padding-bottom: 66px;
}

.node-type-event .group-header * {
  color: #ffffff;
}

.node-type-event .group-header .breadcrumb {
  background-color: transparent !important;
  padding: 62px 0 0;
}

.node-type-event .group-header .field-name-field-event-type {
  margin-right: 30px;
  margin-bottom: 20px;
}

.node-type-event .group-header .field-name-field-event-type .ndc-event-type-name span {
  display: block;
  background-color: #089ed3;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 5px;
  line-height: 1;
  padding: 9px 20px;
}

.node-type-event .group-header .field-name-add-to-my-calendar a {
  font-size: 20px;
  font-weight: 500;
  display: block;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}

.node-type-event .group-header .field-name-add-to-my-calendar a:before {
  background-image: url("../images/add-to-calendar-icon.png");
  background-repeat: no-repeat;
  background-size: initial;
  display: block;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  width: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.node-type-event .group-header .field-name-field-event-type,
.node-type-event .group-header .field-name-add-to-my-calendar {
  display: inline-block;
}

.node-type-event .group-header .field-name-title {
  margin-top: 27px;
  margin-bottom: 30px;
}

.node-type-event .group-header .field-name-title h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
}

.node-type-event .group-header .field-name-field-event-long-address .field-label {
  opacity: 0.8;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.node-type-event .group-header .field-name-field-event-long-address .field-item {
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
}

.node-type-event .group-header .field-name-field-date-range {
  margin-top: 20px;
  margin-bottom: 40px;
}

.node-type-event .group-header .field-name-field-date-range .date-display-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.node-type-event .group-header .field-name-field-date-range .start-event {
  margin-right: 60px;
}

.node-type-event .group-header .field-name-field-date-range .start-label,
.node-type-event .group-header .field-name-field-date-range .end-label {
  display: block;
  opacity: 0.8;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.node-type-event .group-header .field-name-field-date-range .date-display-start,
.node-type-event .group-header .field-name-field-date-range .date-display-end {
  font-size: 18px;
  font-weight: 500;
}

.node-type-event .group-header .click-here,
.node-type-event .group-header .field-name-event-registration-1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.node-type-event .group-header #click-here-register,
.node-type-event .group-header .field-name-event-registration-1 {
  background-color: #0165b5;
}

.node-type-event .group-header #click-here-register {
  border: none;
  font-size: 24px;
  font-weight: 500;
  outline: none;
  width: 100%;
  padding: 19.5px;
}

.node-type-event .group-header .field-name-event-registration-1 > .field-label {
  font-size: 24px;
  font-weight: 500;
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

.node-type-event .group-header .field-name-event-registration-1 > .field-label,
.node-type-event .group-header .field-name-event-registration-1 > .field-items {
  margin: 0 15px;
}

.node-type-event .group-header .field-name-event-registration-1 > .field-items {
  margin-bottom: 20px !important;
}

.node-type-event .group-header .field-name-event-registration-1 .form-item {
  max-width: 256px;
  margin-right: 36px;
}

.node-type-event .group-header .field-name-event-registration-1 form .control-label {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}

.node-type-event .group-header .field-name-event-registration-1 .form-actions {
  margin-top: 14px;
  margin-bottom: 20px;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.node-type-event .group-header .field-name-event-registration-1 .form-actions button {
  background-color: #ffffff;
  border-radius: 3px;
  color: #0165b5;
  font-weight: 600;
  font-size: 18px;
  padding: 18.5px 85px;
}

.node-type-event .group-header .field-name-event-registration-1 .webform-client-form > div {
  display: block;
}

.node-type-event .group-header .field-name-event-registration-1 .webform-component--path-register {
  display: none;
}

.node-type-event .group-header .field-name-event-registration-1 input {
  background: transparent;
  outline: none;
  border-width: 0 0 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fff;
  border-style: solid;
  border-radius: 0;
}

.node-type-event .group-header-expaded {
  padding-bottom: 181px;
}

.node-type-event .ndc-header-event,
.node-type-event .ndc-content-container {
  margin: 0 15px;
}

.node-type-event .ndc-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 64px;
}

.node-type-event .group-left {
  width: 100%;
}

.node-type-event .group-left .field-name-body > .field-label {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.node-type-event .group-left .field-name-body p {
  font-size: 16px;
}

.node-type-event .group-left .field-name-body a {
  text-decoration: none;
  font-size: 16px;
  margin: 17px 0 32px;
  color: #4a90e2;
}

.node-type-event .group-left .views-field-field-event-multimedia {
  margin-bottom: 43px;
}

.node-type-event .group-left .views-field-field-event-multimedia > .field-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.node-type-event .group-left .views-field-field-event-multimedia > .field-content > a {
  margin-bottom: 21px;
  margin-right: 21px;
  height: 133px;
  position: relative;
  width: 221px;
}

.node-type-event .group-left .views-field-field-event-multimedia > .field-content > a > div,
.node-type-event .group-left .views-field-field-event-multimedia > .field-content > a .content,
.node-type-event .group-left .views-field-field-event-multimedia > .field-content > a img {
  height: 100%;
  width: 100%;
}

.node-type-event .group-left .views-field-field-event-multimedia > .field-content > a img {
  -o-object-fit: cover;
  object-fit: cover;
}

.node-type-event .group-left .views-field-field-event-multimedia > .field-content > a {
  display: none;
}

.node-type-event .group-left .views-field-field-event-multimedia > .field-content > a:nth-of-type(3n+3) {
  margin-right: 0;
}

.node-type-event .group-left .views-field-field-event-multimedia > .field-content > a:nth-of-type(1) {
  display: block;
}

.node-type-event .group-left .views-field-field-event-multimedia > .field-content > a:nth-of-type(2) {
  display: block;
}

.node-type-event .group-left .views-field-field-event-multimedia > .field-content > a:nth-of-type(3) {
  display: block;
}

.node-type-event .group-left .views-field-field-event-multimedia > .field-content > a:nth-of-type(3):before {
  background-color: rgba(0, 0, 0, 0.49);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.node-type-event .group-left .views-field-field-event-multimedia .file-video:before {
  background-image: url("../images/video-play-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: initial;
  display: block;
  content: '';
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 44px;
}

.node-type-event .group-left .views-field-expression {
  left: 50%;
  height: auto !important;
  width: auto !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.node-type-event .group-left .views-field-expression span {
  color: #ffffff;
  font-size: 34px;
  font-weight: 300;
}

.node-type-event .group-left .field-name-field-event-location-google {
  margin-bottom: 64px;
  overflow: hidden;
}

.node-type-event .group-left .field-name-field-event-location-google > .field-label {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 26px;
}

.node-type-event .group-left .field-name-field-event-location-google .location-name p {
  font-size: 16px;
  margin-bottom: 14px;
}

.node-type-event .group-left .field-name-field-event-location-google .field-item {
  height: 100%;
  max-height: 240px;
  max-width: 702px;
  width: 100%;
}

.node-type-event .group-left .field-name-field-event-materials {
  margin-bottom: 64px;
}

.node-type-event .group-left .field-name-field-event-materials > .field-label {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.node-type-event .group-left .field-name-field-event-materials .field-item {
  height: 59px;
  max-width: 700px;
  border-top: 1px solid #d8d8d8;
}

.node-type-event .group-left .field-name-field-event-materials .field-item .file {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.node-type-event .group-left .field-name-field-event-materials .field-item a {
  display: block;
  text-decoration: none;
  border-radius: 18px;
  background-color: #f5f9fc;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 20px;
  color: #0165b5;
}

.node-type-event .group-left .field-name-field-event-materials .field-item:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}

.node-type-event .group-left .field-name-field-event-materials .file-name-event {
  color: #000000;
}

.node-type-event .group-left .field-name-field-event-materials .file-icon,
.node-type-event .group-left .field-name-field-event-materials .file-size {
  display: none;
}

.node-type-event .group-left .field-name-tell-your-friends-event {
  margin-bottom: 65px;
}

.node-type-event .group-left .field-name-tell-your-friends-event > .field-label {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}

.node-type-event .group-left .field-name-tell-your-friends-event .addtoany_list {
  display: block;
  min-width: 205px;
}

.node-type-event .group-left .field-name-tell-your-friends-event .addtoany_list span {
  display: none;
}

.node-type-event .group-left .field-name-tell-your-friends-event .addtoany_list a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  display: inline-block;
  height: 52px;
  margin-right: 11px;
  width: 52px;
}

.node-type-event .group-left .field-name-tell-your-friends-event .addtoany_list a:nth-of-type(1) {
  background-image: url("../images/linkedin-icon.svg");
}

.node-type-event .group-left .field-name-tell-your-friends-event .addtoany_list a:nth-of-type(2) {
  background-image: url("../images/fb-icon.svg");
}

.node-type-event .group-left .field-name-tell-your-friends-event .addtoany_list a:nth-of-type(3) {
  background-image: url("../images/twitter-icon.svg");
}

.node-type-event .group-left .field-name-tell-your-friends-event .field-items {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.node-type-event .group-left .field-name-tell-your-friends-event .field-item {
  margin-bottom: 20px;
}

.node-type-event .group-left .field-name-tell-your-friends-event #custom-events-form {
  margin: 0;
}

.node-type-event .group-left .field-name-tell-your-friends-event #custom-events-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.node-type-event .group-left .field-name-tell-your-friends-event #custom-events-form .form-item-copy-link-field {
  margin: 0;
}

.node-type-event .group-left .field-name-tell-your-friends-event #custom-events-form input[type='text'] {
  border-radius: 3px 0 0 3px;
  font-size: 22px;
  max-width: 374px;
  height: 52px;
}

.node-type-event .group-left .field-name-tell-your-friends-event #custom-events-form button[type='submit'] {
  border-radius: 0 3px 3px 0;
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
}

.node-type-event .group-right {
  width: 265px;
}

.node-type-event .group-right .field-name-field-event-our-partners > .field-label {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
}

.node-type-event .group-right .field-name-field-event-our-partners > .field-items {
  width: 180px;
  margin-bottom: 57px;
}

.node-type-event .group-right .field-name-field-event-our-partners > .field-items > .field-item {
  margin-bottom: 15px;
  height: 55px;
}

.node-type-event .group-right .field-name-field-event-our-partners > .field-items > .field-item div,
.node-type-event .group-right .field-name-field-event-our-partners > .field-items > .field-item img {
  height: 100%;
}

.node-type-event .group-right .field-name-field-event-our-partners > .field-items > .field-item img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}

.node-type-event .group-right .field-name-field-event-point-to-contact > .field-label {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 26px;
}

.node-type-event .group-right .field-name-field-event-point-to-contact p {
  font-size: 16px;
}

.node-type-event .group-right .field-name-field-event-point-to-contact p:first-of-type {
  font-style: italic;
  margin-bottom: 24px;
}

.node-type-event .group-right .field-name-field-event-point-to-contact p:nth-of-type(2) {
  font-weight: 700;
  margin-bottom: 20px;
}

.node-type-event .group-footer {
  background-color: #f5f9fc;
  min-height: 132px;
  margin: 0 15px;
}

.node-type-event .field-name-sign-events-update {
  padding: 33px 0;
}

.node-type-event .field-name-sign-events-update > .field-label {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  vertical-align: middle;
  margin: 0 0 30px;
}

.node-type-event .field-name-sign-events-update > .field-items {
  vertical-align: middle;
  display: block;
}

.node-type-event .field-name-sign-events-update form {
  margin: 0;
}

.node-type-event .field-name-sign-events-update form > div {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.node-type-event .field-name-sign-events-update .control-label {
  display: none;
}

.node-type-event .field-name-sign-events-update input[type='email'] {
  height: 64px;
}

.node-type-event .field-name-sign-events-update .form-actions {
  margin: 20px 0 0 0;
}

.node-type-event .field-name-sign-events-update .form-actions button {
  padding: 18.5px 70px;
  font-family: 'Proxima Nova';
  font-size: 18px;
  font-weight: 600;
}

.node-type-event .field-name-sign-events-update .webform-component-email {
  margin: 0 30px 0 0;
}

.node-type-event .field-name-sign-events-update .webform-component--path-email {
  display: none;
}

.node-type-event .ndc-section_top {
  padding-bottom: 0;
}

.ndc-tool__description {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: black !important;
}

.ndc-tool__description p {
  color: #333333;
}

.panels-flexible-new .panels-flexible-region {
  padding: 0;
}

.panels-flexible-new .panels-flexible-region-inside {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.panels-flexible-new .panels-flexible-region-inside-first {
  padding-left: 0;
}

.panels-flexible-new .panels-flexible-region-inside-last {
  padding-right: 0;
}

.panels-flexible-new .panels-flexible-column {
  padding: 0;
}

.panels-flexible-new .panels-flexible-column-inside {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.panels-flexible-new .panels-flexible-column-inside-first {
  padding-left: 0;
}

.panels-flexible-new .panels-flexible-column-inside-last {
  padding-right: 0;
}

.panels-flexible-new .panels-flexible-row {
  padding: 0 0 0.5em 0;
  margin: 0;
}

.panels-flexible-new .panels-flexible-row-last {
  padding-bottom: 0;
}

.panels-flexible-column-new-1 {
  float: left;
  width: 49.5000%;
}

.panels-flexible-column-new-main {
  float: left;
  width: 49.5000%;
}

.panels-flexible-new-inside {
  padding-right: 0px;
}

.panels-flexible-new {
  width: auto;
}

.panels-flexible-region-new-left {
  float: left;
  width: 99.0000%;
}

.panels-flexible-row-new-2-inside {
  padding-right: 0px;
}

.panels-flexible-region-new-center {
  float: left;
  width: 99.0000%;
}

.panels-flexible-row-new-main-row-inside {
  padding-right: 0px;
}

.panels-flexible-new .panels-flexible-region {
  padding: 0;
}

.panels-flexible-new .panels-flexible-region-inside {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.panels-flexible-new .panels-flexible-region-inside-first {
  padding-left: 0;
}

.panels-flexible-new .panels-flexible-region-inside-last {
  padding-right: 0;
}

.panels-flexible-new .panels-flexible-column {
  padding: 0;
}

.panels-flexible-new .panels-flexible-column-inside {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.panels-flexible-new .panels-flexible-column-inside-first {
  padding-left: 0;
}

.panels-flexible-new .panels-flexible-column-inside-last {
  padding-right: 0;
}

.panels-flexible-new .panels-flexible-row {
  padding: 0 0 0.5em 0;
  margin: 0;
}

.panels-flexible-new .panels-flexible-row-last {
  padding-bottom: 0;
}

.panels-flexible-column-new-main {
  float: left;
  width: 99.0000%;
}

.panels-flexible-new-inside {
  padding-right: 0px;
}

.panels-flexible-new {
  width: auto;
}

.panels-flexible-region-new-content {
  float: left;
  width: 99.0000%;
}

.panels-flexible-row-new-1-inside {
  padding-right: 0px;
}

.panels-flexible-region-new-filters {
  float: left;
  width: 49.5000%;
}

.panels-flexible-region-new-center {
  float: left;
  width: 49.5000%;
}

.panels-flexible-row-new-main-row-inside {
  padding-right: 0px;
}

.panels-flexible-region.panels-flexible-region-new-content.panels-flexible-region-first.panels-flexible-region-last {
  width: 100%;
}

.panel-flexible-inside.panels-flexible-16-inside {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.breadcrumb {
  padding-left: 0 !important;
}

.ndc-sidebar-block-news__title a {
  color: #008237 !important;
  opacity: 1;
}

.ndc-sidebar-block-news__title a:hover {
  opacity: 0.7;
}

.node-type-initiative .ndc-content__side .field-item p {
  line-height: 1.5 !important;
}

.node-type-initiative .ndc-content__side .field-name-field-official-website a a,
.node-type-initiative .ndc-content__side .field-name-field-organizational-information a a,
.node-type-initiative .ndc-content__side .field-name-field-contact-information-other a a {
  color: #008237 !important;
  opacity: 1;
}

.node-type-initiative .ndc-content__side .field-name-field-official-website a a:hover,
.node-type-initiative .ndc-content__side .field-name-field-organizational-information a a:hover,
.node-type-initiative .ndc-content__side .field-name-field-contact-information-other a a:hover {
  opacity: 0.7;
}

.ndc-page-contact-us,
.margin-btm-2p {
  margin-bottom: 2%;
}

.padding-btm-2p {
  padding-bottom: 2%;
}

@media (min-width: 425px) {
  .page-events-calendar .view-events .view-content .views-row {
    margin-right: 30px;
  }

  .page-events-calendar .view-events .view-content .views-row-even {
    margin-right: 0;
  }
}

@media (min-width: 30em) {
  .ndc-article {
    --base-margin: 1.5rem;
  }
}

@media screen and (min-width: 480px) {
  .popup_login .popup-content {
    padding: 4rem;
    min-width: 36rem;
  }

  .popup_navigator .popup-content {
    padding: 4rem;
    min-width: 58rem;
  }

  .ndc-results__right .ndc-btn + .ndc-btn {
    margin: 0 10px 0 0;
  }
}

@media (min-width: 480px) {
  .node-type-event .group-header .field-name-field-event-type {
    margin-top: 22px;
    margin-bottom: 0;
  }

  .node-type-event .group-header .field-name-add-to-my-calendar a {
    font-size: 24px;
  }

  .node-type-event .group-header .field-name-title {
    margin-bottom: 50px;
  }

  .node-type-event .group-header .field-name-title h2 {
    font-size: 36px;
  }

  .node-type-event .field-name-sign-events-update form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .node-type-event .field-name-sign-events-update .form-actions {
    margin: 0;
  }
}

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

  .stay-in-the-know-wrapper #group-stay-in-the-know {
    max-width: 498px;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages {
    max-width: 498px;
    padding: 0;
  }

  .breadcrumbs,
  .pane-page-breadcrumb {
    visibility: visible;
    max-width: 497px;
    padding-left: 0;
  }

  .node-type-case-study .ndc-tool__section {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
  }

  .node-type-initiative .ndc-container {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
  }

  .event-details {
    max-width: 535px;
  }
}

@media screen and (min-width: 576px) {
  .ndc-page-climate-finance-explorer .views-exposed-widgets,
  .ndc-page-climate-finance-explorer .ndc-container {
    max-width: 540px;
    margin: 0 auto;
  }

  .ndc-page-good-practice-database .views-exposed-widgets,
  .ndc-page-good-practice-database .ndc-container {
    max-width: 540px;
    margin: 0 auto;
  }
}

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

  .container {
    width: 750px;
  }

  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .stay-in-the-know-wrapper #group-stay-in-the-know {
    max-width: 688px;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages {
    max-width: 688px;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages h5 {
    margin-bottom: 0px;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 .form-item {
    margin-bottom: 21px;
  }

  .ndc-country-card__col.col-sm-offset-1-5 {
    margin-left: 12.333333%;
  }

  .breadcrumbs,
  .pane-page-breadcrumb {
    max-width: 693px;
  }

  .page-ndc-toolbox-navigator .navlanding div.form p,
  .page-ndc-toolbox .navlanding div.form p {
    width: 100%;
  }

  .page-ndc-toolbox-navigator .navlanding div.form .navigator__btn,
  .page-ndc-toolbox .navlanding div.form .navigator__btn {
    width: 92%;
  }

  .page-ndc-toolbox-navigator .navlanding div.form div.navigator-search,
  .page-ndc-toolbox-navigator .navlanding div.form form.navigator-search,
  .page-ndc-toolbox .navlanding div.form div.navigator-search,
  .page-ndc-toolbox .navlanding div.form form.navigator-search {
    width: 92%;
  }

  .page-ndc-toolbox-navigator .navlanding .right,
  .page-ndc-toolbox .navlanding .right {
    width: 100%;
  }

  .node-type-toolbox .ndc-content {
    padding-left: 15px;
    padding-right: 10px;
  }

  .node-type-case-study .ndc-tool__section {
    width: 700px;
  }

  .node-type-initiative .ndc-container {
    width: 700px;
  }

  .event-details {
    max-width: 730px;
  }

  .page-events-calendar .view-event-header-slideshow .view-header h2 {
    font-size: 52px;
  }

  .page-events-calendar .view-event-header-slideshow .view-header h3 {
    font-size: 20px;
    margin-bottom: 47px;
  }

  .page-events-calendar .view-event-header-slideshow .owl-buttons > div {
    height: 64px;
    width: 64px;
  }

  .page-events-calendar .view-event-header-slideshow .owl-buttons > div:before {
    height: 15px;
    width: 15px;
  }

  .page-events-calendar .view-event-header-slideshow .owl-buttons .owl-prev {
    margin-right: 37px;
  }

  .page-events-calendar .view-event-header-slideshow .owl-buttons .owl-prev:before {
    -webkit-transform: translateX(-5px) translateY(-7px) rotate(45deg);
    -ms-transform: translateX(-5px) translateY(-7px) rotate(45deg);
    transform: translateX(-5px) translateY(-7px) rotate(45deg);
  }

  .page-events-calendar .view-event-header-slideshow .owl-buttons .owl-next:before {
    -webkit-transform: translateX(-10px) translateY(-7px) rotate(-135deg);
    -ms-transform: translateX(-10px) translateY(-7px) rotate(-135deg);
    transform: translateX(-10px) translateY(-7px) rotate(-135deg);
  }

  .page-events-calendar .view-event-header-slideshow .owl-controls {
    margin-top: 52px;
  }

  .page-events-calendar .view-event-header-slideshow .owl-controls .owl-page span {
    width: 67px;
  }

  .page-events-calendar .ndc-pre-header .item-odd:before,
  .page-events-calendar .ndc-pre-header .item-even:before {
    background-size: initial;
    border: 3px solid #0165b5;
    display: block;
    height: 36px;
    width: 36px;
  }

  .page-events-calendar .ndc-pre-header .item-odd .views-field-field-event-type,
  .page-events-calendar .ndc-pre-header .item-even .views-field-field-event-type {
    padding: 9px 20px;
  }

  .page-events-calendar .ndc-pre-header .item-odd .views-field-field-event-type span,
  .page-events-calendar .ndc-pre-header .item-even .views-field-field-event-type span {
    font-size: 16px;
  }

  .page-events-calendar .ndc-pre-header .item-odd .views-field-title a,
  .page-events-calendar .ndc-pre-header .item-even .views-field-title a {
    font-size: 40px;
  }

  .page-events-calendar .ndc-pre-header .item-odd .views-field-field-date-range span,
  .page-events-calendar .ndc-pre-header .item-even .views-field-field-date-range span {
    font-size: 26px;
  }

  .page-events-calendar .ndc-pre-header .item-odd .views-field-field-event-short-address,
  .page-events-calendar .ndc-pre-header .item-even .views-field-field-event-short-address {
    font-size: 24px;
  }

  .page-events-calendar .view-events h2 {
    font-size: 52px;
  }

  .page-events-calendar .view-events h3 {
    font-size: 20px;
  }

  .node-type-event .ndc-header-event,
  .node-type-event .ndc-content-container,
  .node-type-event .field-name-event-registration-1 > .field-label,
  .node-type-event .field-name-event-registration-1 > .field-items,
  .node-type-event .group-footer {
    margin: 0 30px;
  }

  .node-type-event .group-header .field-name-title {
    margin-bottom: 95px;
  }

  .node-type-event .group-header .field-name-title h2 {
    font-size: 52px;
  }

  .node-type-event .group-header .field-name-field-event-long-address .field-label {
    font-size: 18px;
  }

  .node-type-event .group-header .field-name-field-event-long-address .field-item {
    font-size: 26px;
  }

  .node-type-event .group-header .field-name-field-date-range {
    margin-top: 34px;
    margin-bottom: 54px;
  }

  .node-type-event .group-header .field-name-field-date-range .start-event {
    margin-right: 205px;
  }

  .node-type-event .group-header .field-name-field-date-range .start-label,
  .node-type-event .group-header .field-name-field-date-range .end-label {
    font-size: 18px;
  }

  .node-type-event .group-header .field-name-field-date-range .date-display-start,
  .node-type-event .group-header .field-name-field-date-range .date-display-end {
    font-size: 26px;
  }

  .node-type-event .group-header .field-name-event-registration-1 .webform-client-form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .node-type-event .group-header .field-name-event-registration-1 .form-item.webform-component-email {
    max-width: 296px;
  }

  .node-type-event .group-header .field-name-event-registration-1 .form-actions {
    margin-bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .node-type-event .group-left {
    width: calc(100% - 295px);
    margin-right: 30px;
  }

  .node-type-event .group-left .field-name-tell-your-friends-event .field-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .node-type-event .group-left .field-name-tell-your-friends-event .field-item {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .logged-in {
    padding-top: 30px;
  }

  .ndc-home-hero__wrapper {
    padding: 30rem 0 6rem 0;
  }

  .ndc-section-signup::before {
    content: '';
    position: absolute;
    right: calc(50% + 1.5rem);
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #F5F9FC;
    background-image: url(../images/bg-signup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
  }

  .ndc-home-events__wrapper {
    padding: 0 0 0 1rem;
  }

  .ndc-team-join {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ndc-team-join__text {
    font-size: 1.8rem;
    text-align: left;
    border-right: 1px solid rgba(2, 101, 181, 0.1);
    padding: 3rem;
  }

  .ndc-team-join__control {
    padding: 3rem;
  }

  .ndc-partners-content__countries-list-item {
    width: 50%;
  }

  .ndc-country-card {
    min-height: 32rem;
  }

  .ndc-news-list-short__thumb {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 20rem;
    margin-right: 3rem;
  }

  .ndc-news-list-short__thumb-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .ndc-page-contact-us article {
    width: 60%;
    margin: 0 auto;
  }

  .ndc-page-climate-finance-explorer .views-exposed-widgets,
  .ndc-page-climate-finance-explorer .ndc-container {
    max-width: 700px;
    margin: 0 auto;
  }

  .ndc-page-good-practice-database .views-exposed-widgets,
  .ndc-page-good-practice-database .ndc-container {
    max-width: 700px;
    margin: 0 auto;
  }

  .ndc-h1 {
    font-size: 35px;
  }

  .ndc-h2 {
    font-size: 2.8rem;
  }

  .ndc-h3 {
    font-size: 22.5px;
  }

  .ndc-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ndc-tool__description p {
    font-size: 16px;
  }

  .ndc-icon_share {
    display: inline-block;
  }

  .ndc-intro__title {
    margin-bottom: 30px;
  }

  .ndc-intro__text {
    font-size: 24px;
  }

  .ndc-filters__title {
    margin-bottom: 40px;
  }

  .ndc-filters__half {
    float: left;
    width: 50%;
  }

  .ndc-filters__half_left {
    padding-right: 39px;
    border-right: 1px solid #D9DFE5;
  }

  .ndc-filters__row {
    padding: 40px 0 46px 40px;
  }

  .ndc-filters__row:first-child {
    padding-top: 0;
  }

  .ndc-results__top {
    margin-bottom: 30px;
  }

  .ndc-results__search {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .ndc-table__cell {
    display: block;
  }

  .ndc-table__cell_title {
    width: 15%;
  }

  .ndc-tabs {
    padding-top: 30px;
    margin-top: 30px;
  }

  .ndc-tabs__item {
    width: calc(25% + 1px);
    float: left;
    margin-bottom: 0;
  }

  .ndc-tab {
    border: 1px solid rgba(212, 218, 223, 0.5);
    background: #fff;
    border-radius: 0;
  }

  .ndc-tab:first-child {
    border-radius: 4px 0 0 0;
  }

  .ndc-tab:last-child {
    border-radius: 0 4px 0 0;
  }

  .ndc-tab.__active {
    background: #fff;
    border-color: #d4dadf;
    border-bottom-color: #fff;
  }

  .ndc-tab.__active .ndc-tab__text {
    color: rgba(65, 65, 65, 0.8);
  }

  .ndc-tab__help {
    display: block;
  }

  .ndc-activity__help {
    display: block;
  }

  .ndc-toolbox__inner {
    min-height: 200px;
  }

  .ndc-toolboxes__item {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }

  .loader.__active {
    display: block;
  }

  .ndc-section-toolbox-navigator__partner {
    margin: 0 40px 0 0;
  }

  .navigator__title h3 {
    font-size: 2.4rem;
  }

  .navigator-column {
    width: 50%;
  }

  .navigator-results__subtitle {
    font-size: 2.4rem;
  }

  .navigator-table-cell_title {
    width: 15%;
  }

  .navigator-table-cell_field_initiative_administrator {
    display: block;
    width: 15%;
  }

  .navigator-table-cell_field_climate_objective {
    display: block;
    width: 10%;
  }

  .navigator-table-cell_field_sources_support_type {
    display: block;
    width: 35%;
  }

  .navigator-table-cell_field_sector_topic {
    display: block;
    width: 20%;
  }

  .navigator-table-cell_field_open_to_applications {
    display: block;
    width: 15%;
  }

  .navigator-table-cell_body {
    display: block;
    width: 35%;
  }

  .navigator-table-cell_field_toolbox_developer_or_src {
    display: block;
    width: 20%;
  }

  .navigator-table-cell_field_toolbox_description {
    display: block;
    width: 40%;
  }

  .navigator-table-cell_field_toolbox_languages {
    display: block;
    width: 10%;
  }

  .navigator-table-cell_field_toolbox_region {
    display: block;
    width: 15%;
  }

  .navigator-table-cell_field_organization {
    display: block;
    width: 10%;
  }

  .navigator-table-cell_field_toolbox_sector {
    display: block;
    width: 20%;
  }

  .navigator-table-cell_field_country {
    display: block;
    width: 20%;
  }

  .navigator-table-cell_field_project_type_or_goal {
    display: block;
    width: 15%;
  }

  .navigator-table-cell_field_resource_name {
    display: block;
    width: 50%;
  }

  .navigator-table-cell_field_support_type {
    display: block;
    width: 15%;
  }
}

@media only screen and (min-width: 768px) {
  .stay-in-the-know-wrapper #group-stay-in-the-know .webform-client-form > div .form-item {
    min-width: 150px;
    margin-top: 29px;
  }

  .country-pages-content-right form {
    padding-top: 0em;
    max-width: 800px;
    margin: 0 auto;
  }

  .event-details .top-container .breadcrumbs {
    font-size: 12px;
    margin-top: 0px;
  }

  .event-details .top-container .breadcrumbs span.glyphicon {
    font-size: 10px;
  }

  .event-details .top-container .back-to-calendar a {
    font-size: 12px;
  }

  .event-details .top-container .back-to-calendar span.glyphicon {
    font-size: 10px;
  }
}

@media (min-width: 769px) {
  .page-node.node-type-country .country-title-category h2,
  .page-node.node-type-country .content-title h2 {
    font-size: 37px;
  }

  .page-node.node-type-country .country-title-category h2 {
    margin-bottom: 24px;
  }

  .page-node.node-type-country .country-block:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-node.node-type-country .country-block:first-of-type .country-title-video {
    width: 45.5%;
  }

  .page-node.node-type-country .country-block:first-of-type .inside {
    width: 54.5%;
  }

  .page-node.node-type-country .country-block:first-of-type iframe {
    width: -webkit-fill-available;
  }

  .page-node.node-type-country #news-events-block .inside > div {
    width: calc(50% - 15px);
    margin-right: 30px;
  }

  .page-node.node-type-country #news-events-block .inside > div:nth-of-type(2n+2) {
    margin-right: 0;
  }

  .page-node.node-type-country .ndc-tools__item > div {
    width: 33.33%;
    padding: 25px;
  }

  .page-node.node-type-country .ndc-tools__item .ndc-tools__flag .field-content,
  .page-node.node-type-country .ndc-tools__item .ndc-tools__flag .block-funds-desc {
    padding-left: 70px;
  }
}

@media screen and (min-width: 860px) {
  .ndc-results__title {
    width: 30%;
  }

  .ndc-results__right {
    margin-top: 0;
    width: 70%;
  }
}

@media screen and (min-width: 960px) {
  .ndc-section_large {
    padding: 15rem 0;
  }

  .ndc-content__sidebar {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 34rem;
    margin-left: 3rem;
    padding-left: 3rem;
  }

  .ndc-navigation__button {
    display: none;
  }

  .ndc-navigation__item:hover .ndc-navigation__dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
    overflow: auto;
  }

  .ndc-navigation__item:hover .ndc-navigation__link::after {
    background: #0265B5;
  }

  .ndc-navigation__link {
    padding: 3.2rem 0 2.8rem 0;
  }

  .ndc-home-hero__wrapper {
    height: calc(100vh - 11rem);
    padding: 6rem 0;
  }

  .ndc-country-engagement {
    display: block;
  }

  .ndc-country-engagement {
    display: block;
  }

  .ndc-country-engagement__content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ndc-country-engagement-mobile {
    display: none;
  }

  .ndc-partners-content__countries-list-item {
    width: 25%;
  }

  .ndc-navigator__map {
    display: none;
  }

  .breadcrumb {
    margin-bottom: 5rem !important;
  }

  .ndc-page-climate-finance-explorer .views-exposed-widgets,
  .ndc-page-climate-finance-explorer .ndc-container {
    max-width: 100%;
    margin: 0;
  }

  .ndc-page-climate-finance-explorer .view-filters:before {
    width: 98%;
    top: -56px;
    left: 50%;
    height: calc(100% + 56px);
  }

  .ndc-page-climate-finance-explorer .view-filters {
    float: left;
    width: 48%;
    background: transparent;
  }

  .ndc-page-climate-finance-explorer .view-content,
  .ndc-page-climate-finance-explorer .view-empty,
  .ndc-page-climate-finance-explorer .view-footer {
    float: right;
    width: 45%;
  }

  .ndc-page-climate-finance-explorer .inittext {
    float: right;
    width: 48%;
  }

  .ndc-page-climate-finance-explorer .navicontent > div:first-child {
    display: block;
  }

  .ndc-page-climate-finance-explorer .navicontent > div:first-child .panel-pane.pane-page-breadcrumb {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .ndc-page-climate-finance-explorer .view-content:before,
  .ndc-page-climate-finance-explorer .view-empty:before {
    content: "";
    height: calc(100% + 550px);
    width: 104%;
    z-index: -2;
    display: block;
    position: absolute;
    background: #f5f9fc;
    right: 103%;
    content: "";
    top: -86px;
  }

  .ndc-page-climate-finance-explorer .filter__counter.filter-counter:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: #edeef1;
    top: 0;
  }

  .ndc-page-climate-finance-explorer .filter__counter.filter-counter {
    position: fixed;
    width: 48%;
  }

  .ndc-page-good-practice-database .views-exposed-widgets,
  .ndc-page-good-practice-database .ndc-container {
    max-width: 100%;
    margin: 0;
  }

  .ndc-page-good-practice-database .view-filters:before {
    width: 98%;
    top: -56px;
    left: 50%;
    height: calc(100% + 56px);
  }

  .ndc-page-good-practice-database .view-filters {
    float: left;
    width: 48%;
    background: transparent;
  }

  .ndc-page-good-practice-database .view-content,
  .ndc-page-good-practice-database .view-empty,
  .ndc-page-good-practice-database .view-footer {
    float: right;
    width: 45%;
  }

  .ndc-page-good-practice-database .inittext {
    float: right;
    width: 48%;
  }

  .ndc-page-good-practice-database .navicontent > div:first-child {
    display: block;
  }

  .ndc-page-good-practice-database .navicontent > div:first-child .panel-pane.pane-page-breadcrumb {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .ndc-page-good-practice-database .view-content:before,
  .ndc-page-good-practice-database .view-empty:before {
    content: "";
    height: calc(100% + 550px);
    width: 104%;
    z-index: -2;
    display: block;
    position: absolute;
    background: #f5f9fc;
    right: 103%;
    top: -55px;
  }

  .ndc-page-good-practice-database .filter__counter.filter-counter:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: #edeef1;
    top: 0;
  }

  .ndc-page-good-practice-database .filter__counter.filter-counter {
    position: fixed;
    width: 48%;
  }

  .navigator__map {
    display: block;
  }

  .navigator-column {
    width: 25%;
  }

  .navigator-results__heading-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigator-results__title {
    margin-bottom: 0;
  }

  .navigator-results__search {
    width: 20rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }

  .navigator-results__controls {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navigator-tab {
    padding: 2rem;
  }

  .navigator-tab__text {
    padding-right: 2.8rem;
    font-size: 1.6rem;
  }

  .navigator-hero__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .page__header .container .col-auto {
    padding-left: 19px;
  }

  .page__header .container {
    max-width: 895px;
    padding-right: 21px;
    padding-left: 20px;
  }

  .container {
    width: 970px;
  }

  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .stay-in-the-know-wrapper {
    padding-bottom: 10px;
  }

  .stay-in-the-know-wrapper #group-stay-in-the-know {
    max-width: 890px;
  }

  .stay-in-the-know-wrapper #group-stay-in-the-know h5 {
    margin-bottom: 20px;
  }

  .stay-in-the-know-wrapper #group-stay-in-the-know input {
    padding-top: 5px;
  }

  .stay-in-the-know-wrapper #group-stay-in-the-know div.form-actions button.webform-submit {
    position: relative;
    top: 10px;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages {
    max-width: 890px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input {
    margin-top: 15px;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 .form-actions {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 .form-actions button.webform-submit {
    position: relative;
    top: 17px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages .webform-client-form > div {
    top: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages .webform-client-form > div div.form-item {
    min-width: 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 30px;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages h5 {
    text-align: left;
    width: 40%;
    margin-bottom: 0px;
    margin-right: 40px;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 {
    width: 90%;
  }

  .breadcrumbs,
  .pane-page-breadcrumb {
    max-width: 893px;
    font-size: 12px;
    line-height: 12px;
  }

  .node-type-case-study .ndc-tool__section {
    width: 900px;
  }

  .node-type-initiative .ndc-container {
    width: 900px;
  }

  .page-node.node-type-country #news-events-block .inside > div {
    width: calc(33.33% - 20px);
  }

  .page-node.node-type-country #news-events-block .inside > div:nth-of-type(2n+2) {
    margin-right: 30px;
  }

  .page-node.node-type-country #news-events-block .inside > div:nth-of-type(3n+3) {
    margin-right: 0;
  }

  #news-events-block .inside > div {
    width: 100% !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .event-details {
    max-width: 932px;
  }

  .event-details .top-container {
    margin-top: -65px;
  }

  .navbar-default .nav > li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .navbar-default .nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    transform: translate(0, 5px);
    -webkit-transition: opacity .3s ease-in-out, transform .4s ease-in-out;
    -o-transition: opacity .3s ease-in-out, transform .4s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .3s ease-in-out, transform .4s ease-in-out;
    transition: opacity .3s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  }
}

@media only screen and (min-width: 992px) {
  .page__header .topbar .container {
    padding-right: 20px;
  }

  .stay-in-the-know-wrapper #group-stay-in-the-know .webform-client-form > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    top: 50px;
    margin-bottom: -40px;
  }

  .stay-in-the-know-wrapper #group-stay-in-the-know .webform-client-form > div .form-item {
    min-width: 220px;
    margin-right: 30px;
  }

  .event-details .center-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .event-details .center-container .left-container {
    margin-right: 80px;
    margin-left: 20px;
  }

  .event-details .center-container .left-container .event-type {
    min-width: 200px;
  }

  .event-details .center-container .right-container {
    margin-top: 10px;
  }

  .event-details .center-container .right-container .event-action-buttons .event-share-button {
    display: none;
  }

  .event-details .bottom-container .in-collaboration .event-partners {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .event-details .bottom-container .in-collaboration .event-partners img {
    margin-right: 30px;
  }

  .event-details .bottom-container .share-with-friends {
    margin-bottom: 100px;
  }

  .event-details .bottom-container .share-with-friends .copy-link-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100% - 8px);
  }

  .event-details .bottom-container .share-with-friends .copy-link-section input {
    max-width: 400px;
    margin-right: 10px;
  }

  .event-details .bottom-container .share-with-friends .social-icons {
    margin-left: 40px;
  }
}

@media screen and (min-width: 992px) {
  .ndc-page-climate-finance-explorer .view-filters {
    width: 48%;
    float: left;
  }

  .ndc-page-climate-finance-explorer .view-content,
  .ndc-page-climate-finance-explorer .view-empty,
  .ndc-page-climate-finance-explorer .view-footer {
    width: 48%;
    float: right;
  }

  .ndc-page-good-practice-database .view-filters {
    width: 48%;
    float: left;
  }

  .ndc-page-good-practice-database .view-content,
  .ndc-page-good-practice-database .view-empty,
  .ndc-page-good-practice-database .view-footer {
    width: 48%;
    float: right;
  }
}

@media (min-width: 1020px) {
  .page-ndc-toolbox-navigator .navlanding div.form h2,
  .page-ndc-toolbox .navlanding div.form h2 {
    color: #52b4d8;
    width: 100%;
  }

  .page-ndc-toolbox-navigator .navlanding div.form p,
  .page-ndc-toolbox .navlanding div.form p {
    color: #000;
  }

  .page-ndc-toolbox-navigator .navlanding .right,
  .page-ndc-toolbox .navlanding .right {
    width: 50%;
    left: auto;
  }

  .toolbox_icon img {
    width: 200px;
    margin: 15% auto;
  }
}

@media screen and (min-width: 1024px) {
  .ndc-content__main {
    width: 65%;
    border-right: 1px solid rgba(151, 151, 151, 0.1);
  }

  .ndc-content__side {
    display: inline-block;
    float: right;
    width: 35%;
    padding-left: 40px;
    padding-bottom: 40px;
  }

  .ndc-content__side .field-label {
    font-size: 16px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 30px;
  }
}

@media screen and (min-width: 1090px) {
  .country-pages-content-right #vmap {
    max-width: 670px;
  }
}

@media (min-width: 1200px) {
  .page__header .container {
    max-width: 1108px;
  }

  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }

  .container {
    width: 1170px;
  }

  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .stay-in-the-know-wrapper #group-stay-in-the-know {
    max-width: 1109px;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages {
    max-width: 1109px;
  }

  .breadcrumbs,
  .pane-page-breadcrumb {
    max-width: 1109px;
  }

  .node-type-case-study .ndc-tool__section {
    width: 1120px;
  }

  .node-type-initiative .ndc-container {
    width: 1120px;
  }

  .event-details {
    max-width: 1151px;
  }

  .page-events-calendar .ndc-section__breadcrumbs,
  .page-events-calendar .view-event-header-slideshow {
    margin: 0 auto;
    max-width: 1140px;
  }

  .page-events-calendar .view-event-header-slideshow .owl-controls {
    margin-top: 52px;
    padding-left: 35%;
  }

  .node-type-event .ndc-header-event,
  .node-type-event .ndc-content-container {
    margin: 0 auto;
    max-width: 1140px;
  }

  .node-type-event .group-footer {
    max-width: 100%;
    margin: 0;
  }

  .node-type-event .field-name-sign-events-update {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
  }

  .node-type-event .field-name-sign-events-update > .field-label {
    margin: 0 40px 0 0;
    max-width: 300px;
  }

  .node-type-event .field-name-sign-events-update > .field-items {
    display: inline-block;
  }

  .node-type-event .field-name-sign-events-update .webform-component-email {
    margin: 0 30px;
  }

  .node-type-event .field-name-event-registration-1 > .field-label,
  .node-type-event .field-name-event-registration-1 > .field-items {
    margin: 0 auto !important;
    max-width: 1140px;
  }
}

@media only screen and (min-width: 1200px) {
  .stay-in-the-know-wrapper #group-stay-in-the-know .webform-client-form > div .form-item {
    min-width: 290px;
  }
}

@media screen and (min-width: 1200px) {
  .ndc-page-climate-finance-explorer .views-exposed-widgets,
  .ndc-page-climate-finance-explorer .ndc-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .ndc-page-climate-finance-explorer .view-filters {
    width: 33.3%;
    float: left;
  }

  .ndc-page-climate-finance-explorer .view-content,
  .ndc-page-climate-finance-explorer .view-empty,
  .ndc-page-climate-finance-explorer .view-footer {
    width: 63.6%;
    float: right;
  }

  .ndc-page-climate-finance-explorer .inittext {
    float: right;
    width: 63%;
  }

  .ndc-page-climate-finance-explorer .view-content:before,
  .ndc-page-climate-finance-explorer .view-empty:before {
    right: 105%;
    width: 52%;
  }

  .ndc-page-climate-finance-explorer .filter__counter.filter-counter {
    position: fixed;
    width: 382px;
  }

  .ndc-page-good-practice-database .views-exposed-widgets,
  .ndc-page-good-practice-database .ndc-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .ndc-page-good-practice-database .view-filters {
    width: 33.3%;
    float: left;
  }

  .ndc-page-good-practice-database .view-content,
  .ndc-page-good-practice-database .view-empty,
  .ndc-page-good-practice-database .view-footer {
    width: 63.6%;
    float: right;
  }

  .ndc-page-good-practice-database .inittext {
    float: right;
    width: 63%;
  }

  .ndc-page-good-practice-database .view-content:before,
  .ndc-page-good-practice-database .view-empty:before {
    right: 105%;
    width: 52%;
  }

  .ndc-page-good-practice-database .node-teaser header h2 {
    margin-left: 14%;
    max-width: 86%;
  }

  .ndc-page-good-practice-database .field-name-field-case-summary {
    margin-left: 14%;
  }

  .ndc-page-good-practice-database .field-name-field-cs-sectors-and-themes .field-items {
    margin-left: 14%;
  }

  .ndc-page-good-practice-database .field-name-field-countryfield {
    position: absolute;
    top: 10px;
    left: 0;
    width: 90px;
  }

  .ndc-page-good-practice-database .filter__counter.filter-counter {
    position: fixed;
    width: 382px;
  }

  .country-pages-content-right #vmap {
    max-width: 750px;
  }
}

@media (min-width: 1280px) {
  .page__header .container {
    max-width: 1130px;
  }

  .stay-in-the-know-wrapper #group-stay-in-the-know {
    max-width: 1131px;
  }

  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages {
    max-width: 1131px;
  }

  .breadcrumbs,
  .pane-page-breadcrumb {
    max-width: 1129px;
  }

  .node-type-case-study .ndc-tool__section {
    width: 1135px;
  }

  .node-type-initiative .ndc-container {
    width: 1135px;
  }

  .event-details {
    max-width: 1170px;
  }
}

@media (max-width: 1199px) {
  .navbar-default .nav > li {
    padding-left: 15px;
  }

  #navbar .logo {
    width: 160px;
    margin-bottom: 30px;
  }

  .navbar-collapse .menu {
    padding-right: 35px;
  }
}

@media screen and (max-width: 1090px) {
  .country-pages-content-right #vmap {
    width: 100% !important;
    max-width: 800px;
  }
}

@media screen and (max-width: 1023px) {
  .node-type-toolbox .field-items .field-expander {
    margin-right: 0;
  }

  .node-type-initiative .field-items .field-expander {
    margin-right: 0;
  }

  .ndc-filters__col {
    float: left;
    width: 100%;
    padding: 0 20px;
    border-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .logo-link {
    background-color: transparent;
  }

  .ufccc {
    margin-left: 0px;
  }

  .too-logo {
    padding-bottom: 15px;
  }

  .rali-logo {
    height: 63px !important;
  }

  .morocco-logo {
    padding-left: 0px;
  }

  .view-front-page .block-taoti-nhp {
    padding: 30px 0 50px;
  }

  .mobile-menu {
    position: fixed;
    height: 100vh;
    width: 70vw;
    min-width: 270px;
    background: #2b486d;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    pointer-events: none;
  }

  .mobile-menu-content {
    padding: 50px 25px;
    overflow: auto;
  }

  .mobile-menu:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
  }

  .open-nav .mobile-menu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto;
  }

  .open-nav .mobile-menu:after {
    opacity: 1;
  }

  .navbar-collapse .region-navigation {
    position: static;
    clear: both;
  }

  #navbar ul.nav {
    position: static;
    padding: 0;
    float: none;
    border-top: 1px solid #fff;
  }

  .navbar-default .nav > li {
    padding: 0;
    display: block;
    float: none;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  .navbar-default .nav > li > a {
    padding: 7px 0;
  }

  .navbar-collapse {
    padding: 0;
  }

  .follow-link-wrapper a {
    margin-left: 0;
    margin-right: 17px;
  }

  #google_translate_element {
    margin-right: 17px;
  }

  .drop-opener {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: #f3b725;
    color: #fff;
    display: none;
    cursor: pointer;
  }

  .drop-opener:after {
    content: '\f067';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    right: 0;
    line-height: 34px;
    font-size: 20px;
  }

  li.open-drop .drop-opener:after {
    content: '\f068';
  }

  .dropdown-menu + .drop-opener {
    display: block;
  }

  .region-utility-nav {
    float: none;
    margin: 0 0 20px;
  }

  /* search form */

  form#search-block-form {
    padding: 25px 0 0;
  }

  .navbar #block-search-form {
    display: none;
  }

  .tweets-block .tweet-iframe-area {
    max-height: none;
  }

  #navbar .logo {
    margin: 0;
  }

  .nav-opener {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 14px;
    top: 13px;
    z-index: 1001;
    display: block;
  }

  .nav-opener:before {
    content: "";
    position: absolute;
    left: -14px;
    top: -14px;
    right: -14px;
    bottom: -14px;
  }

  .nav-opener .lt,
  .nav-opener .lc,
  .nav-opener .lb {
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    pointer-evens: none;
  }

  .nav-opener .lt:after,
  .nav-opener .lc:after,
  .nav-opener .lb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .nav-opener .lc {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    background: #fff;
  }

  .open-nav .nav-opener .lc {
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .nav-opener .lt,
  .nav-opener .lb {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    pointer-evens: none;
    margin: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .open-nav .nav-opener .lt {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: visible;
  }

  .open-nav .nav-opener .lt:after {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-opener .lb {
    top: auto;
    bottom: 4px;
  }

  .open-nav .nav-opener .lb {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
  }

  .open-nav .nav-opener .lb:after {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  header .navbar-nav > li:last-child {
    display: block;
    border: 0;
  }

  .navbar-nav > li:last-child > a {
    display: block;
    color: #fff !important;
    background: #fcba1b !important;
    width: auto;
    margin: 25px 0 0;
    text-transform: none !important;
    font-family: 'Now-Regular';
    font-size: 20px !important;
    line-height: 1.5;
    text-align: center;
    padding-left: 0;
    border: 2px solid #d29400;
  }

  .navbar-default .nav .dropdown-menu:before,
  .navbar-default .nav .dropdown-menu:after {
    display: none;
  }

  .navbar-default .nav > li {
    overflow: hidden;
  }

  .navbar-default .nav .dropdown-menu {
    position: static;
    opacity: 1;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0 5px;
    float: none;
    border-top: 1px solid #fff;
    display: none;
    background: none;
  }

  .navbar-default .nav li.open-drop .dropdown-menu {
    display: block;
  }

  .navbar-default .nav .dropdown-menu > li > a {
    background: none;
    border: 0;
    color: #fff;
  }

  .navbar-default .nav .dropdown-menu > li {
    border: 0 !important;
  }

  .view-latest-articles-new-homepage .node-article-image {
    width: 100%;
    min-height: 0;
  }

  .view-latest-articles-new-homepage .node-article-info {
    width: auto;
    padding: 25px;
  }

  .view-display-id-latest_blog .views-row,
  .view-display-id-latest_press_release .views-row {
    padding-top: 322px;
  }

  .view-display-id-latest_blog .views-field-title,
  .view-display-id-latest_press_release .views-field-title {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .view-display-id-latest_blog h3,
  .view-display-id-latest_press_release h3 {
    margin-bottom: 14px;
  }

  .view-id-ndcp_homepage_video .view-content {
    padding: 0 22px;
  }

  .view-id-ndcp_homepage_video .flex-direction-nav .flex-prev,
  .view-id-ndcp_homepage_video .flex-direction-nav .flex-next {
    width: 30px;
    height: auto;
    outline: none !important;
    margin-top: -38px;
  }

  .view-id-ndcp_homepage_video .flex-direction-nav .flex-prev:before,
  .view-id-ndcp_homepage_video .flex-direction-nav .flex-next:before {
    font-size: 60px;
  }

  .view-id-ndcp_homepage_video .flex-direction-nav .flex-prev {
    left: -38px !important;
  }

  .view-id-ndcp_homepage_video .flex-direction-nav .flex-next {
    right: -38px !important;
  }

  .view-id-ndcp_homepage_video .views-field-title {
    padding: 15px 0 0;
    font-size: 16px;
    line-height: 1.35;
  }

  .row.case {
    display: block;
  }

  .case > div {
    margin: 0 0 38px !important;
    width: 100% !important;
  }

  .footer-column .logo img {
    max-width: 100%;
    height: auto;
  }

  .footer-link {
    font-size: 14px;
    padding: 8px 15px 6px 40px;
  }

  .footer-link:after {
    left: 13px;
    font-size: 14px;
  }

  .footer-column .region-footer-right {
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }

  .footer-column .region-footer-right p {
    margin: 0 0 6px;
  }

  .footer-columns {
    padding: 30px 0 75px;
  }
}

@media screen and (max-width: 960px) {
  .ndc-page-climate-finance-explorer .navlanding .panel-flexible-inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first {
    width: 100%;
    padding-top: 2rem;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first::before {
    content: "";
    position: absolute;
    z-index: -2;
    min-height: 100vh;
    width: calc(100vw + 4px);
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #7dafca;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator__header_v2 {
    color: white;
    font-size: 3rem;
    min-height: 11rem;
    width: 70%;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator__description {
    width: 100%;
    color: white;
    font-family: "Montserrat-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    margin-bottom: 8rem;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator__button .navigator__btn {
    width: 100%;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-subhead {
    width: 100%;
    color: white;
    font-family: "Montserrat-Regular";
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-subhead span {
    color: white;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search {
    color: white;
    width: 100%;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search .ndc-header__search-button svg g {
    stroke: white;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search input {
    background-color: #7dafca;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search input::-webkit-input-placeholder {
    color: white;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search input:-ms-input-placeholder {
    color: white;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search input::-ms-input-placeholder {
    color: white;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search input::placeholder {
    color: white;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator-search button {
    color: #897C75;
    background: #7dafca;
  }

  .ndc-page-climate-finance-explorer .navlanding .fund_icon,
  .ndc-page-climate-finance-explorer .navlanding .case_studies_icon {
    width: 25%;
    position: absolute;
    right: 2rem;
    max-width: 12.5rem;
    top: 0;
  }

  .ndc-page-climate-finance-explorer .navlanding .fund_icon img,
  .ndc-page-climate-finance-explorer .navlanding .case_studies_icon img {
    width: 100%;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last {
    position: static;
    min-height: 0;
    width: 100%;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .index__logos_v2 {
    width: 100%;
    padding-left: 0;
    padding-right: 2rem;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .index__logos_v2 .logoh {
    margin-left: 0;
    margin-top: 4rem;
    margin-bottom: 1rem;
  }

  .ndc-page-climate-finance-explorer .view-filters {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }

  .ndc-page-climate-finance-explorer .views-exposed-form {
    margin-bottom: 0;
  }

  .ndc-page-climate-finance-explorer .views-exposed-form fieldset.panel {
    width: auto;
  }

  .ndc-page-climate-finance-explorer .views-exposed-form .container-clear-filters {
    padding: 0;
  }

  .ndc-page-climate-finance-explorer .views-exposed-widget {
    padding-left: 0;
  }

  .ndc-page-climate-finance-explorer .views-exposed-widget .views-widget {
    max-width: none;
  }

  .ndc-page-climate-finance-explorer .navigator__header_v2 {
    color: white;
    font-size: 3rem;
    min-height: 11rem;
    width: 70%;
  }

  .ndc-page-climate-finance-explorer .navigator__description {
    width: 100%;
    color: white;
    font-family: "Montserrat-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    margin-bottom: 8rem;
  }

  .ndc-page-good-practice-database .navlanding .panel-flexible-inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first {
    width: 100%;
    padding-top: 2rem;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first::before {
    content: "";
    position: absolute;
    z-index: -2;
    min-height: 100vh;
    width: calc(100vw + 4px);
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #339b5f;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator__header_v2 {
    color: white;
    font-size: 3rem;
    min-height: 11rem;
    width: 70%;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator__description {
    width: 100%;
    color: white;
    font-family: "Montserrat-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    margin-bottom: 8rem;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator__button .navigator__btn {
    width: 100%;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-subhead {
    width: 100%;
    color: white;
    font-family: "Montserrat-Regular";
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-subhead span {
    color: white;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search {
    color: white;
    width: 100%;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search .ndc-header__search-button svg g {
    stroke: white;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search input {
    background-color: #339b5f;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search input::-webkit-input-placeholder {
    color: white;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search input:-ms-input-placeholder {
    color: white;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search input::-ms-input-placeholder {
    color: white;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search input::placeholder {
    color: white;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator-search button {
    color: #897C75;
    background: #339b5f;
  }

  .ndc-page-good-practice-database .navlanding .fund_icon,
  .ndc-page-good-practice-database .navlanding .case_studies_icon {
    width: 25%;
    position: absolute;
    right: 2rem;
    max-width: 12.5rem;
    top: 0;
  }

  .ndc-page-good-practice-database .navlanding .fund_icon img,
  .ndc-page-good-practice-database .navlanding .case_studies_icon img {
    width: 100%;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-last {
    position: static;
    min-height: 0;
    width: 100%;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-last > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-last .index__logos_v2 {
    width: 100%;
    padding-left: 0;
    padding-right: 2rem;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-last .index__logos_v2 .logoh {
    margin-left: 0;
    margin-top: 4rem;
    margin-bottom: 1rem;
  }

  .ndc-page-good-practice-database .view-filters {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }

  .ndc-page-good-practice-database .views-exposed-form {
    margin-bottom: 0;
  }

  .ndc-page-good-practice-database .views-exposed-form fieldset.panel {
    width: auto;
  }

  .ndc-page-good-practice-database .views-exposed-form .container-clear-filters {
    padding: 0;
  }

  .ndc-page-good-practice-database .views-exposed-widget {
    padding-left: 0;
  }

  .ndc-page-good-practice-database .views-exposed-widget .views-widget {
    max-width: none;
  }

  .ndc-page-good-practice-database .navigator__header_v2 {
    color: white;
    font-size: 3rem;
    min-height: 11rem;
    width: 70%;
  }

  .ndc-page-good-practice-database .navigator__description {
    width: 100%;
    color: white;
    font-family: "Montserrat-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 959px) {
  .ndc-header__inner {
    padding: 1rem 0;
  }

  .ndc-navigation__list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border-top: 1px solid rgba(2, 101, 181, 0.1);
    border-bottom: 1px solid rgba(2, 101, 181, 0.1);
  }

  .ndc-navigation__list.__active {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .ndc-news__col_last {
    display: none;
  }
}

@media (max-width: 768px) {
  .container .navbar-header {
    margin: 0;
  }

  #navbar .logo {
    margin: 0 0 0 15px;
    width: 88px;
  }

  #navbar {
    padding: 10px 0 15px;
  }

  .homepage-hero {
    margin: 0;
    padding: 0;
  }

  .mobile-menu-content {
    padding: 20px;
  }

  #navbar ul.nav {
    margin: 0;
  }

  .navbar-collapse {
    border: 0;
  }

  .view-front-page .block-taoti-nhp {
    font-size: 16px;
    padding: 20px 0 20px;
  }

  .view-latest-articles-new-homepage .node-article-info {
    padding: 16px !important;
  }

  .view-latest-articles-new-homepage h3 {
    font-size: 14px;
    margin: 0 0 12px;
  }

  .view-latest-articles-new-homepage .views-field-title {
    font-size: 18px;
    margin: 0 0 12px;
    line-height: 1.45;
  }

  .view-display-id-latest_blog .views-row,
  .view-display-id-latest_press_release .views-row {
    padding-top: 250px;
  }

  .view-display-id-latest_blog .views-field-title,
  .view-display-id-latest_press_release .views-field-title {
    min-height: 85px;
  }

  .view-latest-articles-new-homepage {
    font-size: 14px;
  }

  .view-id-ndcp_homepage_video {
    padding: 20px;
  }

  .flexslider .slides > li .views-field {
    padding: 0 10px;
  }

  .view-id-ndcp_homepage_video .views-field-title {
    font-size: 12px;
    padding: 7px 0 0;
  }

  .view-id-ndcp_homepage_video .views-field-field-youtube-embed-code a:after {
    width: 40px;
    height: 40px;
    border-width: 3px;
  }

  .view-id-ndcp_homepage_video .views-field-field-youtube-embed-code a:before {
    border-width: 10px 0 10px 17px;
  }

  .region-footer-left {
    width: 100px;
  }

  .footer-columns .container {
    float: left;
  }

  .footer-columns .container:last-child {
    float: none;
    clear: both;
    padding-top: 12px;
  }

  .footer-columns .container:nth-child(2) {
    float: right;
  }

  .case > div:last-child {
    margin-bottom: 0 !important;
  }

  a.follow-link,
  .follow-link-wrapper-twitter a,
  .follow-link-wrapper-youtube a {
    margin-right: 17px;
  }

  h1.page-header {
    font-size: 24px;
    padding: 36px 12px 12px;
  }

  .node-type-initiative .field-name-field-short-description,
  .node-type-toolbox .field-name-field-toolbox-description {
    font-size: 20px;
  }

  .node-type-toolbox .region-content .group-more-info .field-label,
  .node-type-initiative .region-content .group-initiatives-pars .field-label {
    font-size: 20px;
  }

  .addthis_inline_share_toolbox {
    padding: 12px;
  }

  .region-content {
    padding: 0 12px 12px;
  }

  .field-name-field-page-subtitle h3 {
    font-size: 16px;
  }

  .view-news-and-events.view-display-id-block_1,
  .view-latest-articles.view-display-id-block_1 {
    padding: 0;
  }

  .views-row .node-article .row {
    margin: 0;
  }

  .page-news-and-events-news .view-latest-articles.view-display-id-page_1,
  .page-news-and-events-events .view-news-and-events {
    margin-top: 12px;
  }

  h3,
  .h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .page-news-and-events-news .views-row .col-sm-8 h3,
  .page-news-and-events-events .views-row .col-sm-8 h3 {
    font-size: 16px;
  }

  .not-front .main-container > .row .col-sm-4 {
    padding: 5px 0;
  }

  .view-news-and-events.view-display-id-block_1 .field-name-field-event-date,
  .view-news-and-events.view-display-id-block_1 .field-name-title-field,
  .view-news-and-events.view-display-id-block_1 .field-name-field-event-date *,
  .view-news-and-events.view-display-id-block_1 .field-name-title-field *,
  .view-latest-articles.view-display-id-block_1 .field-name-field-article-date,
  .view-latest-articles.view-display-id-block_1 .field-name-title-field,
  .view-latest-articles.view-display-id-block_1 .field-name-field-article-date *,
  .view-latest-articles.view-display-id-block_1 .field-name-title-field *,
  .node-type-article .region-content .field-name-field-article-type,
  .node-type-article .region-content .field-name-field-article-date,
  .node-type-article .region-content .field-name-field-article-type *,
  .node-type-article .region-content .field-name-field-article-date * {
    font-size: 16px;
  }

  .page-news-and-events-news .view-display-id-page_1 .views-row:first-child {
    margin-top: 5px;
  }

  .webform-client-form .form-item {
    margin: 0 0 12px;
  }

  .node-type-webform h1.page-header {
    margin-bottom: 12px;
  }

  .region-sidebar-second {
    padding: 24px 12px 16px;
  }
}

@media screen and (max-width: 767px) {
  .ndc-section {
    padding: 6rem 0;
  }

  .ndc-section__sub-heading {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
  }

  .h1,
  .ndc-home-hero__title {
    font-size: 2.4rem;
  }

  .ndc-section-partners__item {
    margin-bottom: 1.5rem;
  }

  .ndc-impact {
    display: none;
  }

  .ndc-impact-card {
    padding: 0 0 3rem;
  }

  .ndc-country-engagement__content {
    padding: 6rem 0;
  }

  .ndc-country-engagement__content p {
    font-size: 1.8rem;
  }

  .ndc-country-engagement__content-action a {
    display: block;
    max-width: 24rem;
    margin: 0 auto 2rem;
  }

  .ndc-country-engagement__content-action a:last-of-type {
    margin-bottom: 0;
  }

  .ndc-news {
    padding: 2rem 0 6rem 0;
  }

  .ndc-news__col {
    width: 100%;
    float: none;
  }

  .ndc-news__col--left {
    padding-right: 0;
  }

  .ndc-news__col--right {
    padding-left: 0;
  }

  .ndc-news__item {
    margin-bottom: 1.5rem;
  }

  .ndc-news__item--2x1 {
    padding-top: 100%;
    margin-bottom: 1.5rem;
  }

  .ndc-news__item-description h3 {
    font-size: 2rem;
  }

  .ndc-news__item-description p {
    display: none;
  }

  .ndc-news__action .ndc-btn {
    display: block;
    max-width: 24rem;
    margin: 0 auto;
  }

  .ndc-videos {
    padding: 6rem 0;
  }

  .ndc-section__expert-perspectives {
    display: none;
  }

  .expert-perspectives__carousel-item-row {
    padding-bottom: 0;
  }

  .expert-perspectives__card {
    margin-bottom: 1.5rem;
  }

  .expert-perspectives__card-link h4 {
    left: 1.5rem;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 1.8rem;
  }

  .ndc-section__guiding-principles {
    display: none;
  }

  .guiding-principles__table td {
    padding: 1rem 1rem 1rem 3rem;
    font-size: 1.4rem;
    background: url(../images/icon-checkmark-green.png) 1rem 1.3rem/1.4rem auto no-repeat;
  }

  .ndc-section-signup .ndc-section__heading {
    text-align: center;
  }

  .ndc-section-signup .ndc-section__heading::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .ndc-section-signup .ndc-section__sub-heading {
    text-align: center;
  }

  .ndc-section-signup__action .ndc-btn {
    display: block;
    max-width: 24rem;
    margin: 0 auto;
  }

  .ndc-join-mobile-bg {
    background-image: url(../images/bg-signup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
  }

  .ndc-quotes__quotes-carousel {
    margin-bottom: 2rem;
  }

  .ndc-quotes__quotes-carousel-item blockquote {
    font-size: 2rem;
  }

  .ndc-quotes__persons-carousel .owl-item.active .ndc-quotes__persons-carousel-name {
    font-size: 2rem;
    color: #000;
    letter-spacing: 0.33px;
  }

  .ndc-quotes__persons-carousel .owl-item.active .ndc-quotes__persons-carousel-company {
    opacity: 1;
  }

  .ndc-inner-hero__content {
    min-height: 16rem;
  }

  .ndc-inner-hero__heading {
    font-size: 3.2rem;
  }

  .ndc-article__grid .row {
    padding-bottom: 0;
  }

  .ndc-team-menu__nav-item {
    display: block;
    margin: 0;
  }

  .ndc-team-menu__nav-item a {
    padding: 2rem 0;
  }

  .ndc-team__grid .row {
    padding-bottom: 0;
  }

  .ndc-team__card {
    padding-bottom: 3rem;
  }

  .ndc-knowledge__card {
    margin-bottom: 1.5rem;
  }

  .ndc-partners-content__cards-grid .row {
    padding-bottom: 0;
  }

  .ndc-partners-content__card {
    margin-bottom: 1.5rem;
  }

  .ndc-partners-content__join a {
    font-size: 1.8rem;
  }

  #modalContent {
    max-width: 48rem;
    min-width: 28rem;
  }

  #modalContent .popups-container {
    padding: 3rem 2rem;
  }

  #modalContent .webform-client-form > div > .form-item {
    width: 100%;
  }

  .ndc-country-hero__home {
    background-image: none !important;
  }

  .ndc-country-hero__home .ndc-country-hero__title {
    font-size: 2.8rem;
  }

  .ndc-country-hero__home .ndc-country-hero__description p {
    font-size: 1.8rem;
  }

  .ndc-country-hero__profile .ndc-container .row {
    display: block;
  }

  .ndc-country-hero__profile .ndc-container .row .col-xs-12 {
    display: block;
  }

  .ndc-country-hero__profile .ndc-country-hero__title {
    margin-top: 3rem;
    font-size: 2.8rem;
  }

  .ndc-country-hero__profile .ndc-country-hero__description p {
    font-size: 1.8rem;
  }

  .ndc-country-content {
    padding: 6rem 0;
  }

  .ndc-country-card__col:first-child {
    margin-bottom: 4rem;
  }

  .ndc-country-card__icon {
    max-width: 9rem;
    margin-top: -3rem;
  }

  .ndc-country-profile {
    padding: 5rem 0;
  }

  .ndc-country-profile__title {
    font-size: 2.4rem;
  }

  .ndc-country-profile__description p {
    font-size: 1.6rem;
  }

  .ndc-country-profile__action .ndc-btn:nth-of-type(1) {
    margin-bottom: 2rem;
  }

  .node-type-initiative .fund__steps .fund-steps__unit {
    width: 45%;
  }

  .page-countries-map .ndc-cw-filter,
  .page-countries-map-new .ndc-cw-filter {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-countries-map .ndc-cw-filter__left,
  .page-countries-map-new .ndc-cw-filter__left {
    display: block;
  }

  .page-countries-map .ndc-cw-filter__right,
  .page-countries-map-new .ndc-cw-filter__right {
    margin-left: -1rem;
    margin-top: 2rem;
    padding: 0;
    width: 100%;
  }

  .page-countries-map .ndc-cw-filter__dropdown [class*="dropdown-styles__dropdown"],
  .page-countries-map-new .ndc-cw-filter__dropdown [class*="dropdown-styles__dropdown"] {
    margin-bottom: 1rem;
    width: 100%;
  }

  .page-countries-map .ndc-sdg-linkages,
  .page-countries-map-new .ndc-sdg-linkages {
    display: none;
  }

  .page-countries-map .ndc-gas,
  .page-countries-map-new .ndc-gas {
    display: none;
  }

  .page-node.node-type-country .ndc-cw-filter {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-node.node-type-country .ndc-cw-filter__left {
    display: block;
  }

  .page-node.node-type-country .ndc-cw-filter__right {
    margin-left: -1rem;
    margin-top: 2rem;
    padding: 0;
    width: 100%;
  }

  .page-node.node-type-country .ndc-cw-filter__dropdown [class*="dropdown-styles__dropdown"] {
    margin-bottom: 1rem;
    width: 100%;
  }

  .page-node.node-type-country .ndc-sdg-linkages {
    display: none;
  }

  .page-node.node-type-country .ndc-gas {
    display: none;
  }

  .page-node.node-type-country .ndcs-country-tab,
  .page-node.node-type-country .ndcs-country-tab-active {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #014142;
  }

  .page-node.node-type-country .ndcs-country-tab-active {
    border-bottom: 1px solid #ffc735;
  }

  .country-pages-content .countries-list {
    border-bottom: none;
  }

  .country-pages-content .countries-list ul {
    max-height: 145px;
  }

  .country-pages-content-left {
    float: none;
    padding: 0;
    width: 100%;
  }

  .country-pages-content-right {
    margin: -1px 0 0;
    min-height: 1px;
  }

  .country-pages-content-right #vmap {
    margin: 0 auto;
    height: 300px !important;
  }

  .country-pages-content-right #vmap svg {
    height: 300px !important;
  }

  .ndc-activity__dropdown {
    top: 50%;
    left: 0;
    right: 0;
  }

  .ndc-activity.__active .ndc-activity__dropdown {
    top: calc(100% + 5px);
    left: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .menu_acc {
    display: block;
  }

  .latest {
    background: none;
  }

  .latest-articles {
    margin-top: 20px;
    padding-bottom: 25px;
    float: left;
    background: #96bc33;
  }

  .featured-home {
    margin-top: 20px;
    padding: 15px;
  }

  #block-ndcp-global-block-toolbox-partners {
    text-align: center;
  }

  .too-logo {
    padding-bottom: 25px;
  }

  .giz {
    padding-bottom: 0px;
  }

  .rali-logo {
    width: 93px !important;
    height: 80px !important;
  }

  .footer {
    margin-top: 20px;
  }

  .homepage-hero {
    font-size: 16px;
  }

  .search-home {
    display: none;
    padding: 15px 25px;
  }

  .sh-mobile {
    display: block;
    float: left;
    margin-top: 20px;
  }

  .search-home h3 {
    font-size: 16px;
  }

  #search-navigator {
    font-size: 16px;
    padding: 10px 15px;
  }

  #search-navigator-submit {
    background-size: 26px 26px;
    top: 9px;
    right: 7px;
  }

  .search-home-advanced {
    text-align: right;
    padding: 15px 0px 0 0;
  }

  .ft,
  .tweets {
    display: none;
  }

  .partners h2 {
    margin-top: 5px;
  }

  .partners img {
    display: none;
  }

  .partners .views-field {
    width: 100%;
  }

  .footer-block {
    padding: 25px 15px 60px 15px;
    position: relative;
  }

  .left-side {
    position: absolute;
    bottom: 15px;
    font-size: 14px;
  }

  .left-side a {
    font-size: 14px !important;
  }

  .not-front .main-container > .row .col-sm-4 {
    padding: 15px 0;
  }

  .node-type-event .field-name-field-event-image img,
  .node-type-event .region-content .field-name-field-event-image img {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .node-type-event .region-content .field-name-field-event-registration {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .page-news-and-events-news .views-row .col-sm-8,
  .page-news-and-events-events .views-row .col-sm-8 {
    padding: 0px;
  }

  .page-news-and-events-news .views-row .col-sm-8 h3,
  .page-news-and-events-events .views-row .col-sm-8 h3 {
    margin-top: 0px;
  }

  .page-partners .region-content .col-md-4 {
    padding: 0px;
    margin-top: 15px;
  }

  .page-partners .view-partners .views-row.col-md-3 {
    padding: 0px;
  }

  .view-latest-articles.view-display-id-block_1 .col-sm-6:nth-child(2) .field-name-body,
  .view-news-and-events.view-display-id-block_1 .col-sm-6:nth-child(2) .field-name-body {
    padding: 0 15px;
  }

  .webform-client-form .form-item .control-label {
    width: 100%;
  }

  .webform-client-form .form-item .form-control {
    width: 100%;
  }

  #google_translate_element {
    /*float: right;
    right: 15px;
    position: absolute;
    top: 10px;*/
  }

  .node-type-initiative .field-name-field-sector-topic .field-item.even,
  .node-type-initiative .field-name-field-sector-topic .field-item.odd {
    margin-left: 7px;
  }

  .logo-left-side {
    background: url(../images/footer-logo.png) no-repeat center;
    padding-left: 0px;
    height: 180px;
  }

  .footer.container {
    padding: 0;
  }

  .footer-contact {
    margin: 25px;
    padding-left: 0px;
  }

  .left-side {
    text-align: center;
    width: 100%;
    padding-left: 0px;
  }

  .page-initiatives-navigator #block-system-main table,
  .page-toolbox-navigator #block-system-main table,
  .page-initiatives-navigator #block-system-main thead,
  .page-toolbox-navigator #block-system-main thead,
  .page-initiatives-navigator #block-system-main tbody,
  .page-toolbox-navigator #block-system-main tbody,
  .page-initiatives-navigator #block-system-main tr,
  .page-toolbox-navigator #block-system-main tr {
    display: block;
  }

  .page-initiatives-navigator #block-system-main td,
  .page-toolbox-navigator #block-system-main td,
  .page-initiatives-navigator #block-system-main th,
  .page-toolbox-navigator #block-system-main th {
    display: none;
  }

  .page-initiatives-navigator #block-system-main td:nth-child(1),
  .page-toolbox-navigator #block-system-main td:nth-child(1),
  .page-initiatives-navigator #block-system-main th:nth-child(1),
  .page-toolbox-navigator #block-system-main th:nth-child(1) {
    display: block;
    width: 100%;
    white-space: initial;
  }

  .view-toolbox-navigator .toolbox-logos {
    display: none;
  }

  .right-data {
    float: none;
    width: 100%;
  }

  .page-initiatives-navigator .download-button,
  .page-toolbox-navigator .download-button {
    margin: 15px auto;
    display: block;
    max-width: 300px;
    text-align: center;
  }

  .node-type-event .field-name-field-event-image img {
    display: initial;
    float: none;
    margin: 0;
  }

  .navbar-nav .dropdown-menu {
    float: left;
    width: 100%;
  }

  .navbar-nav > li {
    clear: both;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a.active,
  .navbar-nav .open .dropdown-menu > li > a.active:hover {
    white-space: normal !important;
    color: #00427a !important;
    font-size: 14px;
    padding: 10px 30px;
  }

  .dropdown-menu > li > a > span.menu-acc {
    display: none !important;
  }

  .too-logo img {
    width: initial;
    height: 63px;
  }

  .toolbox-logos img {
    width: initial;
    height: 63px;
  }

  .ufccc-logo {
    width: 150px;
  }
}

@media screen and (max-width: 520px) {
  .node-type-initiative .fund__steps .fund-steps__unit {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .ndc-results__download {
    text-align: center;
    float: none;
    width: 100%;
  }

  .ndc-results__download i {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }

  .ndc-results__download span {
    display: inline-block;
    vertical-align: middle;
  }

  .navigator-results__controls-btn {
    width: 100%;
    margin-right: 0;
  }

  .navigator-results__controls-btn:last-child {
    margin-top: 1.5rem;
  }
}

@media (max-width: 479px) {
  .view-display-id-latest_blog .views-row,
  .view-display-id-latest_press_release .views-row {
    padding-top: 310px;
  }

  .view-id-ndcp_homepage_video .view-content {
    padding: 0 10px;
  }

  .view-id-ndcp_homepage_video .flex-direction-nav .flex-prev:before,
  .view-id-ndcp_homepage_video .flex-direction-nav .flex-next:before {
    font-size: 46px;
  }

  .view-id-ndcp_homepage_video .flex-direction-nav .flex-prev {
    left: -26px !important;
  }

  .view-id-ndcp_homepage_video .flex-direction-nav .flex-next {
    right: -26px !important;
  }

  .footer-columns .container:nth-child(2) {
    width: 170px;
  }

  .footer-link {
    padding: 8px 10px 6px 22px;
    font-size: 12px;
  }

  .footer-link:after {
    font-size: 14px;
    left: 7px;
  }
}

@media (max-width: 450px) {
  .page-node.node-type-country .content-title h2 {
    font-size: 17px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 981px) and (max-width: 1199px) {
  .view-latest-articles-new-homepage .node-article-image {
    width: 100%;
    max-height: auto;
  }

  #navbar.search-active #block-search-form .input-group {
    width: 680px;
  }

  .footer-column .logo img {
    width: 200px;
  }

  .view-latest-articles-new-homepage .node-article-info {
    width: 100%;
  }

  .view-id-ndcp_homepage_video .flex-direction-nav .flex-prev,
  .view-id-ndcp_homepage_video .flex-direction-nav .flex-next {
    margin-top: -110px;
  }

  .wide-footer {
    max-width: 970px;
  }

  .region-footer-right p {
    margin: 0 0 5px;
  }
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}

@media screen and (max-height: 750px) {
  .page-ndc-toolbox-navigator .navlanding .breadcrumbs,
  .page-ndc-toolbox .navlanding .breadcrumbs {
    padding-bottom: 0;
  }

  .page-ndc-toolbox-navigator .navlanding .breadcrumb,
  .page-ndc-toolbox .navlanding .breadcrumb {
    padding-bottom: 0;
  }

  .page-ndc-toolbox-navigator .navlanding div.form p,
  .page-ndc-toolbox .navlanding div.form p {
    margin-bottom: 2rem;
  }

  .ndc-page-climate-finance-explorer .navlanding .breadcrumb {
    margin-bottom: 2rem !important;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first {
    padding-top: 1rem;
  }

  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-first .navigator__description {
    margin: 1em 0 2em;
  }

  .ndc-page-climate-finance-explorer .navlanding .fund_icon img,
  .ndc-page-climate-finance-explorer .navlanding .case_studies_icon img {
    width: 40%;
  }

  .ndc-page-climate-finance-explorer .navigator__description {
    margin: 1em 0 2em;
  }

  .ndc-page-good-practice-database .navlanding .breadcrumb {
    margin-bottom: 2rem !important;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first {
    padding-top: 1rem;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-first .navigator__description {
    margin: 1em 0 2em;
  }

  .ndc-page-good-practice-database .navlanding .fund_icon img,
  .ndc-page-good-practice-database .navlanding .case_studies_icon img {
    width: 40%;
  }

  .ndc-page-good-practice-database .navigator__description {
    margin: 1em 0 2em;
  }
}

@media (min-height: 550px) {
  .page-ndc-toolbox-navigator .navlanding .right .text {
    padding-bottom: 130px;
  }

  .page-ndc-toolbox .navlanding .right .text {
    padding-bottom: 130px;
  }
}

@media screen and (min-height: 750px) {
  .ndc-page-climate-finance-explorer .navlanding .panels-flexible-column-last .step2__logos {
    position: absolute;
    bottom: 0;
  }

  .ndc-page-good-practice-database .navlanding .panels-flexible-column-last .step2__logos {
    position: absolute;
    bottom: 0;
  }
}