/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* -----------------------------------
 * Slidebars
 * Version 0.10.3
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
html, body, #sb-site, .sb-site-container, .sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */ }

html {
  height: 100%;
  /* Site is as tall as device. */ }

body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */ }

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden; }

/* ----------
 * 002 - Site
 */
#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  background-color: #ffffff;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */ }

/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  content: ' ';
  display: table; }

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  clear: both; }

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #fff;
  /* Default Slidebars background colour, overwrite this with your own css. */ }

.sb-slidebar, .sb-slidebar * {
  -webkit-transform: translateZ(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */ }

.sb-left {
  left: 0;
  /* Set Slidebar to the left. */ }

.sb-right {
  right: 0;
  /* Set Slidebar to the right. */ }

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */ }

.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */ }

.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */ }

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */ }

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%; }

.sb-width-thin {
  width: 15%; }

.sb-width-wide {
  width: 45%; }

@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%; }
  .sb-width-thin {
    width: 55%; }
  .sb-width-wide {
    width: 85%; } }

@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%; }
  .sb-width-thin {
    width: 40%; }
  .sb-width-wide {
    width: 70%; } }

@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%; }
  .sb-width-thin {
    width: 25%; }
  .sb-width-wide {
    width: 55%; } }

@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%; }
  .sb-width-thin {
    width: 15%; }
  .sb-width-wide {
    width: 45%; } }

@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%; }
  .sb-width-thin {
    width: 5%; }
  .sb-width-wide {
    width: 35%; } }

/* ---------------
 * 004 - Animation
 */
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */ }

/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */ }

#timer {
  margin: 20px;
  width: 80px; }

.pietimer {
  position: relative;
  font-size: 200px;
  width: 1em;
  height: 1em;
  float: left; }

.pietimer > .percent {
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 3.33em;
  font-size: 0.3em;
  text-align: center;
  display: none; }

.pietimer > .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0px, 1em, 1em, 0.5em); }

.pietimer > .slice.gt50 {
  clip: rect(auto, auto, auto, auto); }

.pietimer > .slice > .pie {
  border: 0.1em solid #c0c0c0;
  position: absolute;
  width: 0.8em;
  /* 1 - (2 * border width) */
  height: 0.8em;
  /* 1 - (2 * border width) */
  clip: rect(0em, 0.5em, 1em, 0em);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em; }

.pietimer > .slice > .pie.fill {
  -moz-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important; }

.pietimer.fill > .percent {
  display: none; }

.pietimer.fill > .slice > .pie {
  border: transparent;
  background-color: #c0c0c0;
  width: 1em;
  height: 1em; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left;
  position: relative; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url("/assets/img/grabbing.png") 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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 Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-indent: -9999px;
  bottom: -35px;
  transition: background-color ease-in 100ms;
  border-radius: 50%; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  background-color: #0c4da2;
  text-decoration: none;
  transition: background-color ease-in 100ms; }

.owl-theme img {
  height: auto;
  width: 100%; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url("/assets/img/AjaxLoader.gif") no-repeat center center; }

.owl-prev {
  background: url("/assets/img/carousel-left-arrow.svg") no-repeat center center;
  background-size: contain; }

.owl-next {
  background: url("/assets/img/carousel-right-arrow.svg") no-repeat center center;
  background-size: contain; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

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

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

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

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

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

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table {
  border: 0 !important; }

table th {
  font-weight: bold;
  color: #0c4da2;
  font-size: 18px; }

table td, table th {
  padding: 9px 10px;
  text-align: left !important;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  height: 64px; }

table.responsive {
  width: auto !important;
  height: auto !important; }

table p {
  margin: 0; }

/* Mobile */
@media only screen and (max-width: 860px) {
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #f9f9f9;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100% !important; }
  .pinned table th, .pinned table td {
    white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: auto;
    overflow-y: hidden;
    /*border-right: 1px solid #ccc;*/ }
  div.table-wrapper table {
    min-width: 100%;
    width: auto !important;
    height: auto !important; } }

/* -----------------------------------------
   Page Name 1
----------------------------------------- */
/* -----------------------------------------
   Page Name 2
----------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

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

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

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

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.social-feed .row-inner:after {
  content: "";
  display: table;
  clear: both; }

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

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

img {
  max-width: 100%; }

body {
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif; }

.row-inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 20px;
  position: relative; }
  @media (max-width: 766px) {
    .row-inner {
      margin-left: 10px;
      margin-right: 10px;
      padding: 0; } }

header {
  background-color: #ffffff;
  padding: 0; }
  header .logo img {
    max-height: 80px;
    max-width: 200px; }
  @media (max-width: 1159px) {
    header {
      overflow: hidden;
      padding: 30px 0; }
      header .row-inner {
        margin-left: 10px;
        margin-right: 10px;
        padding: 0; }
      header .logo {
        height: 47px;
        margin-bottom: 10px;
        position: absolute;
        right: 20px;
        width: 170px; } }
  header .nav-toggle {
    border: 1px #d8d8d8 solid;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #0c4da2;
    display: none;
    font-size: 35px;
    height: 50px;
    margin-right: 40px;
    padding-top: 5px;
    text-align: center;
    width: 50px; }
    @media (max-width: 1159px) {
      header .nav-toggle {
        display: block;
        float: left;
        margin-left: 15px; } }

main {
  background: #f9f9f9 url("/assets/img/bg-grad.png") top repeat-x;
  padding: 20px 0 40px; }

.project-content {
  padding-top: 0; }

.home-content .social-feed,
.home-content .statistics-panel {
  margin-bottom: 0; }

.home-content .social-feed__twitter {
  margin-bottom: 10px; }

.home-content .news-and-events {
  margin-bottom: 30px; }

.home-content .project-ideas-search {
  margin-top: 12px; }

.side-bar-close {
  color: #0c4da2;
  cursor: pointer;
  font-size: 35px;
  left: 40px;
  position: relative;
  top: 40px;
  z-index: 1; }

.icon-circle {
  border: 1px #d8d8d8 solid;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  height: 50px;
  text-align: center;
  width: 50px; }

* html {
  font-size: 100%; }

html {
  font-size: 16px;
  line-height: 1.5em; }

body {
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
a {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1;
  text-rendering: optimizeLegibility; }

h1 {
  color: #0c4da2;
  font-size: 48px;
  font-weight: 600; }
  @media (max-width: 549px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-size: 24px;
  font-weight: 600; }

.main-title {
  color: #0c4da2;
  font-size: 48px;
  font-weight: 400;
  text-align: center; }
  @media (min-width: 767px) {
    .main-title {
      text-align: left; } }

.sub-title {
  color: #0c4da2;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px; }
  .sub-title--green {
    color: #138f5a; }
  .sub-title--dark-green {
    color: #138f5a; }
  .sub-title--light-green {
    color: #96c221; }
  .sub-title--yellow {
    color: #fcc70e; }

.link {
  color: #0c4da2;
  text-decoration: none; }
  .no-touchevents .link:hover {
    text-decoration: underline; }

.divider {
  background: #d8d8d8;
  border: 0;
  height: 2px;
  margin: 40px 0; }
  .divider--no-m {
    margin: 0; }

.text--green {
  color: #138f5a; }

.text--dark-green {
  color: #138f5a; }

.text--light-green {
  color: #96c221; }

.text--yellow {
  color: #fcc70e; }

/*
Override homepage styles - as per task IAS2-4
*/
.home-content .project-ideas-search h2,
.home-content .statistics-panel h2,
.home-content .main-title {
  font-size: 40px;
  margin-top: 0; }

.home-content .news-and-events .news-and-events__news h3,
.home-content .project-results-listing.projects .news-and-events__news h3 {
  border-bottom: 2px solid #4a90e2; }

.home-content .news-and-events .news-and-events__news .button,
.home-content .project-results-listing.projects .news-and-events__news .button {
  border: 1px solid #4a90e2; }
  .home-content .news-and-events .news-and-events__news .button:hover,
  .home-content .project-results-listing.projects .news-and-events__news .button:hover {
    background-color: #4a90e2 !important; }

.home-content .news-and-events .news-and-events__news h3,
.home-content .news-and-events .news-and-events__news a,
.home-content .news-and-events .news-and-events__news .news-and-events__details,
.home-content .project-results-listing.projects .news-and-events__news h3,
.home-content .project-results-listing.projects .news-and-events__news a,
.home-content .project-results-listing.projects .news-and-events__news .news-and-events__details {
  color: #4a90e2; }

.home-content .button.projects {
  border: 1px solid #4a90e2;
  color: #4a90e2; }
  .home-content .button.projects:hover {
    background-color: #4a90e2 !important; }

.statistics-panel {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center; }
  .statistics-panel h2 {
    color: #0c4da2;
    font-size: 48px;
    font-weight: 400;
    margin-left: 10px;
    text-align: center; }
    @media (min-width: 1024px) {
      .statistics-panel h2 {
        text-align: left; } }
  .statistics-panel .button {
    margin-bottom: 0 !important;
    margin-top: 30px !important; }

@media (min-width: 1024px) {
  .statistics-panel__row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row; } }

.statistics-panel__item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #ededed;
  box-sizing: border-box;
  padding: 10px 30px; }
  @media (max-width: 1023px) {
    .statistics-panel__item {
      margin-bottom: 20px; } }
  @media (min-width: 1024px) {
    .statistics-panel__item {
      float: left;
      margin: 0 1%;
      padding-bottom: 5em;
      position: relative;
      width: 98%; }
      .statistics-panel__item.statistics-panel__items-2 {
        padding-bottom: 3em;
        width: 48%; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .statistics-panel__item.statistics-panel__items-2 .statistics-panel__figure.statistics-panel__seven-figures {
        font-size: 80px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .statistics-panel__item.statistics-panel__items-2 .statistics-panel__figure.statistics-panel__seven-figures {
        font-size: 90px; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .statistics-panel__item.statistics-panel__items-2 .statistics-panel__figure.statistics-panel__six-figures {
        font-size: 100px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .statistics-panel__item.statistics-panel__items-2 .statistics-panel__figure.statistics-panel__six-figures {
        font-size: 110px; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .statistics-panel__item.statistics-panel__items-2 .statistics-panel__figure.statistics-panel__five-figures {
        font-size: 110px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .statistics-panel__item.statistics-panel__items-2 .statistics-panel__figure.statistics-panel__five-figures {
        font-size: 120px; } }
  @media (min-width: 1024px) {
      .statistics-panel__item.statistics-panel__items-3 {
        padding-bottom: 5em;
        width: 31.33%; } }
  .statistics-panel__item h3 {
    text-transform: uppercase; }
  .statistics-panel__item .statistics-panel__figure {
    color: #0c4da2;
    font-size: 100px;
    margin: 50px 0 75px;
    white-space: nowrap; }
    @media (min-width: 1024px) {
      .statistics-panel__item .statistics-panel__figure {
        font-size: 144px;
        margin: 140px 0 150px; } }
    @media (max-width: 549px) {
      .statistics-panel__item .statistics-panel__figure.statistics-panel__seven-figures {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .statistics-panel__item .statistics-panel__figure.statistics-panel__seven-figures {
        font-size: 50px; } }
    @media (min-width: 1280px) {
      .statistics-panel__item .statistics-panel__figure.statistics-panel__seven-figures {
        font-size: 60px; } }
    @media (max-width: 549px) {
      .statistics-panel__item .statistics-panel__figure.statistics-panel__six-figures {
        font-size: 60px; } }
    @media (min-width: 1024px) {
      .statistics-panel__item .statistics-panel__figure.statistics-panel__six-figures {
        font-size: 70px; } }
    @media (min-width: 1280px) {
      .statistics-panel__item .statistics-panel__figure.statistics-panel__six-figures {
        font-size: 80px; } }
    @media (max-width: 549px) {
      .statistics-panel__item .statistics-panel__figure.statistics-panel__five-figures {
        font-size: 70px; } }
    @media (min-width: 1024px) {
      .statistics-panel__item .statistics-panel__figure.statistics-panel__five-figures {
        font-size: 80px; } }
    @media (min-width: 1280px) {
      .statistics-panel__item .statistics-panel__figure.statistics-panel__five-figures {
        font-size: 90px; } }
    @media (min-width: 1024px) {
      .statistics-panel__item .statistics-panel__figure.statistics-panel__four-figures {
        font-size: 90px; } }
  .statistics-panel__item .statistics-panel__figure-text {
    line-height: 1;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 1024px) {
      .statistics-panel__item .statistics-panel__figure-text {
        bottom: 10px;
        left: 0;
        position: absolute; } }
    .statistics-panel__item .statistics-panel__figure-text a {
      display: block;
      margin-top: .5em; }
      .statistics-panel__light-green .statistics-panel__item .statistics-panel__figure-text a {
        color: #96c221; }
  .statistics-panel__item.statistics-panel__light-green .statistics-panel__figure {
    color: #96c221; }
  .statistics-panel__item.statistics-panel__light-green a {
    color: #96c221; }
  .statistics-panel__item.statistics-panel__light-green .bar {
    stroke: #96c221; }
  .statistics-panel__item.statistics-panel__light-green .statistics-panel__figure-chart-container {
    color: #96c221; }
  .statistics-panel__item.statistics-panel__blue .statistics-panel__figure {
    color: #0c4da2; }
  .statistics-panel__item.statistics-panel__blue a {
    color: #0c4da2; }
  .statistics-panel__item.statistics-panel__blue .bar {
    stroke: #0c4da2; }
  .statistics-panel__item.statistics-panel__blue .statistics-panel__figure-chart-container {
    color: #0c4da2; }
  .statistics-panel__item.statistics-panel__pink .statistics-panel__figure {
    color: #ef6a77; }
  .statistics-panel__item.statistics-panel__pink a {
    color: #ef6a77; }
  .statistics-panel__item.statistics-panel__pink .bar {
    stroke: #ef6a77; }
  .statistics-panel__item.statistics-panel__pink .statistics-panel__figure-chart-container {
    color: #ef6a77; }
  .statistics-panel__item.statistics-panel__dark-green .statistics-panel__figure {
    color: #138f5a; }
  .statistics-panel__item.statistics-panel__dark-green a {
    color: #138f5a; }
  .statistics-panel__item.statistics-panel__dark-green .bar {
    stroke: #138f5a; }
  .statistics-panel__item.statistics-panel__dark-green .statistics-panel__figure-chart-container {
    color: #138f5a; }
  .statistics-panel__item.statistics-panel__yellow .statistics-panel__figure {
    color: #fcc70e; }
  .statistics-panel__item.statistics-panel__yellow a {
    color: #fcc70e; }
  .statistics-panel__item.statistics-panel__yellow .bar {
    stroke: #fcc70e; }
  .statistics-panel__item.statistics-panel__yellow .statistics-panel__figure-chart-container {
    color: #fcc70e; }
  .statistics-panel__item.statistics-panel__light-blue .statistics-panel__figure {
    color: #b7cfdb; }
  .statistics-panel__item.statistics-panel__light-blue a {
    color: #b7cfdb; }
  .statistics-panel__item.statistics-panel__light-blue .bar {
    stroke: #b7cfdb; }
  .statistics-panel__item.statistics-panel__light-blue .statistics-panel__figure-chart-container {
    color: #b7cfdb; }
  .statistics-panel__item.statistics-panel__neutral-blue .statistics-panel__figure {
    color: #80a9bc; }
  .statistics-panel__item.statistics-panel__neutral-blue a {
    color: #80a9bc; }
  .statistics-panel__item.statistics-panel__neutral-blue .bar {
    stroke: #80a9bc; }
  .statistics-panel__item.statistics-panel__neutral-blue .statistics-panel__figure-chart-container {
    color: #80a9bc; }
  .statistics-panel__item.statistics-panel__neutral-grey .statistics-panel__figure {
    color: #685b63; }
  .statistics-panel__item.statistics-panel__neutral-grey a {
    color: #685b63; }
  .statistics-panel__item.statistics-panel__neutral-grey .bar {
    stroke: #685b63; }
  .statistics-panel__item.statistics-panel__neutral-grey .statistics-panel__figure-chart-container {
    color: #685b63; }

.statistics-panel__full-dark-green {
  background-color: #138f5a;
  color: #ffffff; }
  .statistics-panel__full-dark-green .statistics-panel__figure-chart circle {
    stroke: rgba(0, 0, 0, 0.2); }
    .statistics-panel__full-dark-green .statistics-panel__figure-chart circle + circle {
      stroke: #ffffff; }
  .statistics-panel__full-dark-green .statistics-panel__figure {
    color: #ffffff; }
  .statistics-panel__full-dark-green a {
    color: #ffffff; }
  .statistics-panel__full-dark-green .bar {
    stroke: #ffffff; }
  .statistics-panel__full-dark-green .statistics-panel__figure-chart-container {
    color: #ffffff; }

.statistics-panel__full-yellow {
  background-color: #fcc70e;
  color: #ffffff; }
  .statistics-panel__full-yellow .statistics-panel__figure-chart circle {
    stroke: rgba(0, 0, 0, 0.2); }
    .statistics-panel__full-yellow .statistics-panel__figure-chart circle + circle {
      stroke: #ffffff; }
  .statistics-panel__full-yellow .statistics-panel__figure {
    color: #ffffff; }
  .statistics-panel__full-yellow a {
    color: #ffffff; }
  .statistics-panel__full-yellow .bar {
    stroke: #ffffff; }
  .statistics-panel__full-yellow .statistics-panel__figure-chart-container {
    color: #ffffff; }

.statistics-panel__full-pink {
  background-color: #ef6a77;
  color: #ffffff; }
  .statistics-panel__full-pink .statistics-panel__figure-chart circle {
    stroke: rgba(0, 0, 0, 0.2); }
    .statistics-panel__full-pink .statistics-panel__figure-chart circle + circle {
      stroke: #ffffff; }
  .statistics-panel__full-pink .statistics-panel__figure {
    color: #ffffff; }
  .statistics-panel__full-pink a {
    color: #ffffff; }
  .statistics-panel__full-pink .bar {
    stroke: #ffffff; }
  .statistics-panel__full-pink .statistics-panel__figure-chart-container {
    color: #ffffff; }

.statistics-panel__full-blue {
  background-color: #0c4da2;
  color: #ffffff; }
  .statistics-panel__full-blue .statistics-panel__figure-chart circle {
    stroke: rgba(0, 0, 0, 0.2); }
    .statistics-panel__full-blue .statistics-panel__figure-chart circle + circle {
      stroke: #ffffff; }
  .statistics-panel__full-blue .statistics-panel__figure {
    color: #ffffff; }
  .statistics-panel__full-blue a {
    color: #ffffff; }
  .statistics-panel__full-blue .bar {
    stroke: #ffffff; }
  .statistics-panel__full-blue .statistics-panel__figure-chart-container {
    color: #ffffff; }

.statistics-panel__full-light-blue {
  background-color: #4a90e2;
  color: #ffffff; }
  .statistics-panel__full-light-blue .statistics-panel__figure-chart circle {
    stroke: rgba(0, 0, 0, 0.2); }
    .statistics-panel__full-light-blue .statistics-panel__figure-chart circle + circle {
      stroke: #ffffff; }
  .statistics-panel__full-light-blue .statistics-panel__figure {
    color: #ffffff; }
  .statistics-panel__full-light-blue a {
    color: #ffffff; }
  .statistics-panel__full-light-blue .bar {
    stroke: #ffffff; }
  .statistics-panel__full-light-blue .statistics-panel__figure-chart-container {
    color: #ffffff; }

.statistics-panel__full-neutral-blue {
  background-color: #80a9bc;
  color: #ffffff; }
  .statistics-panel__full-neutral-blue .statistics-panel__figure-chart circle {
    stroke: rgba(0, 0, 0, 0.2); }
    .statistics-panel__full-neutral-blue .statistics-panel__figure-chart circle + circle {
      stroke: #ffffff; }
  .statistics-panel__full-neutral-blue .statistics-panel__figure {
    color: #ffffff; }
  .statistics-panel__full-neutral-blue a {
    color: #ffffff; }
  .statistics-panel__full-neutral-blue .bar {
    stroke: #ffffff; }
  .statistics-panel__full-neutral-blue .statistics-panel__figure-chart-container {
    color: #ffffff; }

.statistics-panel__full-neutral-grey {
  background-color: #685b63;
  color: #ffffff; }
  .statistics-panel__full-neutral-grey .statistics-panel__figure-chart circle {
    stroke: rgba(0, 0, 0, 0.2); }
    .statistics-panel__full-neutral-grey .statistics-panel__figure-chart circle + circle {
      stroke: #ffffff; }
  .statistics-panel__full-neutral-grey .statistics-panel__figure {
    color: #ffffff; }
  .statistics-panel__full-neutral-grey a {
    color: #ffffff; }
  .statistics-panel__full-neutral-grey .bar {
    stroke: #ffffff; }
  .statistics-panel__full-neutral-grey .statistics-panel__figure-chart-container {
    color: #ffffff; }

.statistics-panel__figure-chart {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: auto;
  max-height: 100%;
  width: auto; }
  .statistics-panel__figure-chart circle {
    -webkit-transition: stroke-dashoffset 1.5s linear;
    -moz-transition: stroke-dashoffset 1.5s linear;
    -o-transition: stroke-dashoffset 1.5s linear;
    transition: stroke-dashoffset 1.5s linear;
    stroke: #ffffff;
    stroke-dashoffset: 0;
    stroke-width: 3px; }
  .statistics-panel__figure-chart .bar {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    stroke: #0c4da2;
    stroke-dashoffset: 408.4px; }

.statistics-panel__figure-chart-container {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: block;
  height: 215px;
  margin: 2em auto;
  max-width: 300px;
  position: relative;
  width: 95%; }
  @media (min-width: 1024px) {
    .statistics-panel__figure-chart-container {
      height: 250px; } }
  .no-touchevents .statistics-panel__figure-chart-container:hover:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .no-touchevents .statistics-panel__figure-chart-container:hover .bar {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    stroke-width: 5px; }
  .statistics-panel__figure-chart-container:after {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 100%;
    content: attr(data-pct) "%";
    display: block;
    font-size: 4em;
    font-weight: 300;
    height: 160px;
    left: 50%;
    line-height: 160px;
    margin-left: -80px;
    margin-top: -80px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 160px; }
    @media (min-width: 1024px) {
      .statistics-panel__figure-chart-container:after {
        margin-top: -80px; } }

.themes-panel__wrapper {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  padding: 0 15px; }
  @media (min-width: 767px) {
    .themes-panel__wrapper {
      padding: 10px 50px; } }

.themes-panel__theme {
  align-items: stretch;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  justify-content: stretch;
  padding: 10px 0; }
  .themes-panel__theme:last-child {
    border-bottom: 0; }
  .themes-panel__theme-icon {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    flex-shrink: 0;
    justify-content: center;
    width: 100px; }
    .themes-panel__theme-icon-svg {
      height: 70px;
      width: 70px; }
  .themes-panel__theme-description {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px; }
    .themes-panel__theme-description-title {
      font-size: 18px;
      font-weight: 600;
      margin: 10px 0 0 0; }
      @media (min-width: 767px) {
        .themes-panel__theme-description-title {
          margin: 20px 0 0 0; } }
    .themes-panel__theme-description-subtitle {
      font-size: 16px;
      margin-top: 7px;
      max-width: 560px; }
  .themes-panel__theme-cta {
    -ms-flex-pack: center;
    align-items: center;
    display: none;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    -ms-flex-align: flex-end;
    justify-content: flex-end;
    width: 200px; }
    @media (min-width: 767px) {
      .themes-panel__theme-cta {
        display: -ms-flexbox;
        display: flex; } }
    .themes-panel__theme-cta-mobile {
      color: #0c4da2;
      font-weight: 600;
      text-decoration: none; }
      .themes-panel__theme-cta-mobile:hover {
        text-decoration: underline; }
      @media (min-width: 767px) {
        .themes-panel__theme-cta-mobile {
          display: none; } }

.alert-box {
  margin-bottom: 20px; }
  @media (max-width: 766px) {
    .alert-box {
      margin-top: 20px;
      text-align: center; } }
  .alert-box .row-inner {
    background-color: #ffffff;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
    padding: 0 20px; }
    @media (max-width: 766px) {
      .alert-box .row-inner {
        border-bottom: 1px solid #ef6a77;
        padding: 10px 20px; } }
    @media (min-width: 767px) {
      .alert-box .row-inner {
        overflow: hidden; } }
  .alert-box .alert-box__button {
    border: 1px #ef6a77 solid;
    color: #ef6a77;
    margin-top: 6px;
    text-transform: uppercase; }
    @media (max-width: 766px) {
      .alert-box .alert-box__button {
        margin-right: 0; } }
    @media (min-width: 767px) {
      .alert-box .alert-box__button {
        float: right; } }
    .no-touchevents .alert-box .alert-box__button:hover {
      background-color: #ef6a77;
      color: #ffffff; }
  .alert-box .alert-box__message {
    font-size: 18px;
    margin-top: -30px; }
    @media (min-width: 767px) {
      .alert-box .alert-box__message {
        float: left;
        margin-top: 16px; } }
    .alert-box .alert-box__message a {
      color: #4a4a4a; }
    .alert-box .alert-box__message span {
      color: #ef6a77;
      font-weight: bold; }
      @media (max-width: 766px) {
        .alert-box .alert-box__message span {
          display: block; } }
  .alert-box .alert-box__icon {
    height: 40px;
    width: 40px; }
    @media (max-width: 766px) {
      .alert-box .alert-box__icon {
        display: inline-block;
        height: 30px;
        position: relative;
        top: -26px;
        width: 30px; } }
    @media (min-width: 767px) {
      .alert-box .alert-box__icon {
        float: left;
        margin-right: 20px;
        margin-top: 8px; } }

.hero-section {
  margin: 0 auto;
  max-width: 1800px; }
  @media (max-width: 766px) {
    .hero-section {
      margin-bottom: 20px; } }
  .hero-section .hero-section__top-area {
    background: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px; }
    .hero-section .hero-section__top-area.hero-section__top-area-right-align {
      background: right center;
      background-repeat: no-repeat; }
    @media (max-width: 766px) {
      .hero-section .hero-section__top-area {
        margin: 0 10px; } }
    .hero-section .hero-section__top-area .button {
      background-color: #0c4da2;
      color: #ffffff; }
      .no-touchevents .hero-section .hero-section__top-area .button:hover {
        background-color: #ffffff;
        color: #0c4da2; }
    @media (min-width: 767px) {
      .hero-section .hero-section__top-area + .hero-section__text-area {
        margin-top: -125px; } }
    .hero-section .hero-section__top-area .row-inner {
      overflow: hidden; }
      .hero-section .hero-section__top-area .row-inner .hero-section__title,
      .hero-section .hero-section__top-area .row-inner .hero-section__text {
        color: #ffffff; }
      .hero-section .hero-section__top-area .row-inner .hero-section__title {
        font-size: 30px;
        margin-bottom: 0;
        padding-top: 50px; }
      .hero-section .hero-section__top-area .row-inner .hero-section__text {
        font-size: 20px;
        max-width: 800px; }
  .hero-section .hero-section__text-area {
    text-align: center; }
    @media (min-width: 767px) {
      .hero-section .hero-section__text-area {
        margin-left: 10px;
        margin-right: 10px; } }
    .hero-section .hero-section__text-area .row-inner {
      background-color: #ededed;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      padding: 25px; }
      @media (min-width: 767px) {
        .hero-section .hero-section__text-area .row-inner {
          background: #f9f9f9;
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 2%, #f9f9f9 32%, #f9f9f9 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 2%, #f9f9f9 32%, #f9f9f9 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 2%, #f9f9f9 32%, #f9f9f9 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          border: 1px solid #f9f9f9; } }
      .hero-section .hero-section__text-area .row-inner .button {
        margin: 10px 0; }
      .hero-section .hero-section__text-area .row-inner p {
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px; }
  .hero-section h1 {
    color: #0c4da2;
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    font-weight: lighter;
    line-height: 1;
    padding-bottom: 10px; }
    @media (min-width: 767px) {
      .hero-section h1 {
        border-bottom: 1px solid #0c4da2;
        font-size: 64px;
        padding-bottom: 40px; }
        .hero-section h1:after {
          display: none !important; } }
    .hero-section h1:after {
      background-color: #5aa3e8;
      content: '';
      display: block;
      height: 1px;
      margin: 0 auto;
      position: relative;
      top: 25px;
      width: 45px; }

.hero-section-video .hero-section__top-area .row-inner {
  overflow: visible;
  padding: 0; }
  @media (max-width: 766px) {
    .hero-section-video .hero-section__top-area .row-inner {
      margin: 0; } }
  .hero-section-video .hero-section__top-area .row-inner .hero-section-video__close-video {
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    right: 50px;
    top: 7px; }

.hero-video__img {
  display: block;
  width: 100%; }

.hero-video__caption {
  box-sizing: border-box;
  line-height: 1.3;
  margin: 0 0 2em;
  padding: .4em;
  width: 66%; }

.hero-video__play {
  color: #ffffff;
  display: block;
  height: 34px;
  left: 50%;
  margin: -17px 0 0 -17px;
  margin-top: 80px;
  position: absolute;
  top: 15%;
  width: 34px; }
  @media (max-width: 766px) {
    .hero-video__play {
      margin-top: 150px; } }
  .hero-video__play .fa {
    color: #ffffff;
    font-size: 80px; }

.hero-video {
  height: 0;
  position: relative; }
  .hero-video.hero-video__open {
    padding-bottom: 56.25%;
    /* 16:9 */ }
  .hero-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.hero-video__link {
  padding: 0 0 0 20px;
  position: relative; }
  .hero-video__link:before {
    background: url("http://placehold.it/16x16") no-repeat;
    color: #ffffff;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    width: 16px; }

.hero-section.img {
  overflow: hidden; }

.hero-section .hero-title-section__top-area {
  height: 300px;
  min-height: 300px;
  position: relative; }
  .hero-section .hero-title-section__top-area .row-inner {
    height: 300px; }
  .hero-section .hero-title-section__top-area h1 {
    border-bottom: 0;
    bottom: 0;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 0;
    position: absolute; }
    .hero-section .hero-title-section__top-area h1:after {
      display: none; }

.highlight-content-panels .row-inner {
  overflow: hidden; }
  .highlight-content-panels .row-inner .highlight-content-panels__item {
    box-sizing: border-box;
    padding-bottom: 20px; }
    @media (max-width: 766px) {
      .highlight-content-panels .row-inner .highlight-content-panels__item {
        background-color: #ffffff;
        border: 1px solid #d8d8d8;
        margin-bottom: 40px;
        text-align: center; }
        .highlight-content-panels .row-inner .highlight-content-panels__item h2,
        .highlight-content-panels .row-inner .highlight-content-panels__item p {
          padding: 0 20px; }
        .highlight-content-panels .row-inner .highlight-content-panels__item .button {
          margin-bottom: 20px;
          margin-right: 0; } }
    @media (min-width: 767px) {
      .highlight-content-panels .row-inner .highlight-content-panels__item {
        float: left;
        margin: 0 1%;
        width: 31.33%; } }
    .highlight-content-panels .row-inner .highlight-content-panels__item img {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      @media (max-width: 766px) {
        .highlight-content-panels .row-inner .highlight-content-panels__item img {
          display: block;
          margin: 0 auto;
          margin-top: 20px; } }
      @media (min-width: 767px) {
        .highlight-content-panels .row-inner .highlight-content-panels__item img {
          width: 100%; } }
    .highlight-content-panels .row-inner .highlight-content-panels__item h2 {
      margin-bottom: 0; }
    .highlight-content-panels .row-inner .highlight-content-panels__item p {
      font-size: 18px; }

.how-to-apply-panel {
  margin-bottom: 40px;
  overflow: hidden; }
  @media (min-width: 767px) {
    .how-to-apply-panel {
      margin: 0 20px 40px; }
      .how-to-apply-panel .row-inner {
        background-color: #ffffff;
        border: 1px #d8d8d8 solid;
        border-right: 0;
        max-width: 1240px;
        overflow: hidden;
        padding: 0; } }
  @media (max-width: 766px) {
    .how-to-apply-panel {
      text-align: center; } }
  .how-to-apply-panel h2 {
    color: #0c4da2;
    font-size: 48px;
    font-weight: 400;
    margin-left: 10px; }
    @media (min-width: 767px) {
      .how-to-apply-panel h2 {
        text-align: left; } }
  .how-to-apply-panel .how-to-apply-panel__left-section-button-wrapper {
    clear: both;
    text-align: center; }
  .how-to-apply-panel .button {
    border: 1px #ef6a77 solid;
    clear: both;
    color: #ef6a77;
    margin: 10px 0 20px; }
    .no-touchevents .how-to-apply-panel .button:hover {
      background-color: #ef6a77;
      color: #ffffff; }
  .how-to-apply-panel .icon-circle {
    background-color: #ef6a77;
    border: 1px #ef6a77 solid;
    color: #ffffff; }
    @media (max-width: 766px) {
      .how-to-apply-panel .icon-circle {
        display: inline-block; } }
    .how-to-apply-panel .icon-circle p {
      font-size: 22px;
      font-weight: bold;
      margin: 10px 0; }
  .how-to-apply-panel .how-to-apply-panel__section {
    position: relative; }
  @media (max-width: 766px) {
    .how-to-apply-panel .how-to-apply-panel__left-section {
      background-color: #ffffff;
      border: 1px solid #d8d8d8;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      box-sizing: border-box;
      margin-bottom: 20px;
      padding: 20px; } }
  @media (min-width: 767px) {
    .how-to-apply-panel .how-to-apply-panel__left-section {
      float: left;
      padding-bottom: 40px;
      padding-left: 30px;
      width: 66.66%; } }
  .how-to-apply-panel .how-to-apply-panel__left-section .how-to-apply-panel__step {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box; }
    @media (min-width: 767px) {
      .how-to-apply-panel .how-to-apply-panel__left-section .how-to-apply-panel__step {
        border-left: 10px solid #ffffff;
        border-right: 10px solid #ffffff;
        float: left;
        width: 50%; } }
    .how-to-apply-panel .how-to-apply-panel__left-section .how-to-apply-panel__step h3 {
      color: #ef6a77;
      font-weight: 600; }
  .how-to-apply-panel .how-to-apply-panel__right-section {
    background-color: #81a9bb;
    color: #ffffff;
    padding: 20px;
    text-align: center; }
    .how-to-apply-panel .how-to-apply-panel__right-section img {
      float: left;
      margin-bottom: 20px;
      max-width: 150px; }
    @media (min-width: 767px) {
      .how-to-apply-panel .how-to-apply-panel__right-section {
        float: left;
        padding-bottom: 40px;
        padding-top: 147px;
        width: 33.33%; } }
    .how-to-apply-panel .how-to-apply-panel__right-section h3,
    .how-to-apply-panel .how-to-apply-panel__right-section p {
      clear: both;
      text-align: left; }
    .how-to-apply-panel .how-to-apply-panel__right-section h3 {
      font-weight: 600; }
    .how-to-apply-panel .how-to-apply-panel__right-section .button {
      border: 1px #ffffff solid;
      clear: both;
      color: #ffffff; }
      .no-touchevents .how-to-apply-panel .how-to-apply-panel__right-section .button:hover {
        background-color: #ffffff;
        color: #81a9bb; }

.news-and-events {
  margin-bottom: 40px;
  overflow: hidden; }
  .news-and-events h3 {
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 10px 20px;
    text-transform: uppercase; }
  .news-and-events h4 {
    color: #3b3d40;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0; }
    .news-and-events h4 a {
      color: #3b3d40;
      text-decoration: none; }
      .news-and-events h4 a:hover {
        text-decoration: underline; }
  .news-and-events .news-and-events__details {
    font-size: 14px;
    margin-top: 5px; }
  .news-and-events .news-and-events__events,
  .news-and-events .news-and-events__news {
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center; }
    .news-and-events .news-and-events__events h3,
    .news-and-events .news-and-events__events h4,
    .news-and-events .news-and-events__events p,
    .news-and-events .news-and-events__news h3,
    .news-and-events .news-and-events__news h4,
    .news-and-events .news-and-events__news p {
      text-align: left; }
  .news-and-events .news-and-events__inner {
    padding: 10px 20px 20px;
    position: relative; }
  @media (max-width: 766px) {
    .news-and-events .news-and-events__events {
      margin-bottom: 20px; } }
  @media (min-width: 767px) {
    .news-and-events .news-and-events__events {
      float: left;
      margin-right: 1%;
      width: 33%; } }
  .news-and-events .news-and-events__events h3 {
    background: url("/assets/img/event-icon.svg") no-repeat;
    background-position: right 10px top 17px;
    border-bottom: 2px solid #4a90e2;
    color: #4a90e2;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px; }
  .news-and-events .news-and-events__events .button {
    border: 1px #4a90e2 solid;
    color: #4a90e2; }
    .no-touchevents .news-and-events .news-and-events__events .button:hover {
      background-color: #4a90e2;
      color: #ffffff; }
  .news-and-events .news-and-events__events p a {
    color: #4a90e2; }
  .news-and-events .news-and-events__events .news-and-events__details {
    color: #4a90e2; }
  .news-and-events .news-and-events__news-wrapper {
    overflow: hidden; }
  @media (min-width: 767px) {
    .news-and-events .news-and-events__news {
      float: left;
      width: 66%; } }
  @media (min-width: 767px) {
    .news-and-events .news-and-events__news .news-and-events__news-item {
      box-sizing: border-box;
      float: left;
      padding-right: 20px;
      width: 50%; }
      .news-and-events .news-and-events__news .news-and-events__news-item + .news-and-events__news-item {
        padding-right: 0; } }
  .news-and-events .news-and-events__news h3 {
    background: url("/assets/img/news-icon.svg") no-repeat;
    background-position: right 10px top 17px;
    border-bottom: 2px solid #f1717f;
    color: #f1717f;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px; }
  .news-and-events .news-and-events__news .button {
    border: 1px #f1717f solid;
    color: #f1717f; }
    .no-touchevents .news-and-events .news-and-events__news .button:hover {
      background-color: #f1717f;
      color: #ffffff; }
  .news-and-events .news-and-events__news p a {
    color: #f1717f; }
  .news-and-events .news-and-events__news .news-and-events__details {
    color: #f1717f; }

h2.news {
  color: #f1717f; }

h2.events {
  color: #4a90e2; }

h2.projects {
  color: green; }

#dates {
  background-image: none; }

.date-picker-wrapper table td,
.date-picker-wrapper table th {
  height: auto; }

.date-picker-wrapper table th {
  font-size: 12px; }

.date-picker-wrapper {
  background-color: white !important; }

.item_thumb {
  background-size: cover;
  display: block;
  height: 190px;
  width: 100%; }
  .news-and-events .item_thumb {
    margin-bottom: 20px;
    position: relative; }

.project-results-listing.news .news-and-events__news {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-sizing: border-box;
  float: left;
  margin-right: 1%;
  text-align: left;
  width: 32.2%; }
  @media (max-width: 766px) {
    .project-results-listing.news .news-and-events__news {
      display: block;
      float: none;
      margin-bottom: 20px;
      margin-right: 0;
      width: 100%; } }
  .project-results-listing.news .news-and-events__news h3 {
    background: url(/assets/img/news-icon.svg) no-repeat;
    background-position: right 20px top 17px;
    border-bottom: 2px solid #f1717f;
    color: #f1717f;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    text-transform: uppercase; }
  .project-results-listing.news .news-and-events__news a {
    color: #f1717f;
    font-weight: 600;
    text-decoration: none; }
  .project-results-listing.news .news-and-events__news h4 {
    color: #3b3d40;
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 10px; }
  .project-results-listing.news .news-and-events__news .news-and-events__inner {
    padding: 10px 20px 20px;
    position: relative; }
  .project-results-listing.news .news-and-events__news .news-and-events__details {
    color: #f1717f; }

.project-results-listing.projects .project-results-listing__location-tag {
  background-color: #e6e6e6;
  bottom: 0;
  min-height: 44px;
  width: 100%; }

.project-results-listing.projects .project-results-listing__location-tag ul {
  background: url(/assets/img/pin-icon.svg) 20px center no-repeat;
  color: #787878;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  padding-left: 50px; }

.project-results-listing.projects .project-results-listing__location-tag ul li {
  display: inline; }

.project-results-listing.projects .project-results-listing__location-tag ul li:after {
  content: '|';
  margin: 0 5px;
  margin-left: 8px;
  position: relative;
  top: -1px; }

.project-results-listing.projects .item_thumb {
  background-size: cover;
  display: block;
  height: 190px;
  width: 100%; }

.project-results-listing.projects .news-and-events__news {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-sizing: border-box;
  float: left;
  margin-right: 1%;
  text-align: left;
  width: 32.2%; }
  @media (max-width: 766px) {
    .project-results-listing.projects .news-and-events__news {
      float: none;
      display: block;
      margin-bottom: 20px;
      margin-right: 0;
      width: 100%; } }
  .project-results-listing.projects .news-and-events__news h3 {
    background: url(/assets/img/clock-icon-green.png) no-repeat;
    background-position: right 20px top 17px;
    border-bottom: 2px solid #149960;
    background-size: 25px;
    color: #149960;
    margin-bottom: 0px;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase; }
  .project-results-listing.projects .news-and-events__news a {
    color: #149960;
    font-weight: 600;
    text-decoration: none; }
  .project-results-listing.projects .news-and-events__news h4 {
    color: #3b3d40;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px; }
  .project-results-listing.projects .news-and-events__news .news-and-events__inner {
    padding: 10px 20px 20px;
    position: relative; }
  .project-results-listing.projects .news-and-events__news .news-and-events__details {
    color: #149960; }

.project-results-listing.event .item_thumb {
  display: block;
  width: 100%;
  height: 190px;
  background-size: cover; }

.project-results-listing.event .news-and-events__news {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-sizing: border-box;
  float: left;
  margin-right: 1%;
  text-align: left;
  width: 32.2%; }
  @media (max-width: 766px) {
    .project-results-listing.event .news-and-events__news {
      display: block;
      float: none;
      margin-bottom: 20px;
      margin-right: 0;
      width: 100%; } }
  .project-results-listing.event .news-and-events__news h3 {
    background: url(/assets/img/event-icon.svg) no-repeat;
    background-position: right 20px top 17px;
    border-bottom: 2px solid #4a90e2;
    color: #4a90e2;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px; }
  .project-results-listing.event .news-and-events__news a {
    color: #4a90e2;
    font-weight: 600;
    text-decoration: none; }
  .project-results-listing.event .news-and-events__news h4 {
    color: #3b3d40;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px; }
  .project-results-listing.event .news-and-events__news .news-and-events__inner {
    padding: 10px 20px 20px;
    position: relative; }
  .project-results-listing.event .news-and-events__news .news-and-events__details {
    color: #4a90e2; }

.button.events {
  border: 1px #4a90e2 solid;
  color: #4a90e2; }
  .button.events:hover {
    color: #fff;
    background-color: #4a90e2 !important; }

.button.projects {
  border: 1px #149960 solid;
  color: #149960; }
  .button.projects:hover {
    color: #fff;
    background-color: #149960 !important; }

.button.news {
  border: 1px #f1717f solid;
  color: #f1717f; }
  .button.news:hover {
    color: #fff;
    background-color: #f1717f !important; }

.project-ideas-search h2 {
  color: #0c4da2;
  font-size: 48px;
  font-weight: 400;
  margin-left: 10px;
  text-align: center; }
  @media (min-width: 767px) {
    .project-ideas-search h2 {
      text-align: left; } }

.project-ideas-search__intro-copy {
  margin-left: 10px;
  max-width: 640px; }

.project-ideas-search .divider {
  margin-left: 10px;
  margin-right: 10px; }
  .project-ideas-search .divider:last-child {
    margin-bottom: 0; }

.project-ideas-search form {
  overflow: hidden;
  padding: 0 10px; }
  .project-ideas-search form .partner-search__region,
  .project-ideas-search form .partner-search__country,
  .project-ideas-search form .partner-search__theme,
  .project-ideas-search form .partner-search__status,
  .project-ideas-search form .project-ideas-search__region,
  .project-ideas-search form .project-ideas-search__theme,
  .project-ideas-search form .project-ideas-search__country,
  .project-ideas-search form .project-ideas-search__latest,
  .project-ideas-search form .project-ideas-search__dates,
  .project-ideas-search form .project-ideas-search__status {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff url("/assets/img/drop-down-arrow.svg") no-repeat right 10px center;
    background-size: 25px;
    /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
    border: 1px solid #d8d8d8;
    cursor: pointer;
    margin-bottom: 10px;
    width: 100%; }
  @media (min-width: 767px) {
    .project-ideas-search form .project-ideas-search__search {
      float: left;
      margin-right: 1%;
      margin-top: 20px;
      width: 70%; }
      .project-ideas-search form .project-ideas-search__search--full-w {
        margin-right: 0;
        width: 100%; }
    .project-ideas-search form input + select {
      margin-left: 0 !important; }
    .project-ideas-search form .project-ideas-search__button {
      float: left;
      margin-top: 22px;
      width: 29%; }
    .project-ideas-search form .partner-search__region,
    .project-ideas-search form .partner-search__country,
    .project-ideas-search form .partner-search__theme,
    .project-ideas-search form .project-ideas-search__country,
    .project-ideas-search form .project-ideas-search__latest,
    .project-ideas-search form .project-ideas-search__status {
      background-color: #ffffff;
      float: left;
      margin-top: 20px;
      width: 32.33%; }
    .project-ideas-search form .project-ideas-search__dates,
    .project-ideas-search form .project-ideas-search__region,
    .project-ideas-search form .project-ideas-search__country,
    .project-ideas-search form .project-ideas-search__theme,
    .project-ideas-search form .project-ideas-search__latest,
    .project-ideas-search form .project-ideas-search__status {
      background-color: #ffffff;
      float: left;
      margin-top: 20px;
      width: 23%; }
    .project-ideas-search form .project-ideas-search__latest {
      width: 51%; }
    .project-ideas-search form .project-ideas-search__country {
      clear: both;
      margin: 20px 0 20px 2.5%; }
    .project-ideas-search form .project-ideas-search__theme {
      margin: 20px 2.5%; }
    .project-ideas-search form .project-ideas-search__dates {
      margin: 20px 2.5%;
      padding-bottom: 12px;
      width: 31.5%; }
    .project-ideas-search form .partner-search__country {
      margin: 20px 1.5%; }
    .project-ideas-search form .project-search__country,
    .project-ideas-search form .project-ideas-search__latest {
      margin: 20px 1.5%; } }
  .project-ideas-search form button,
  .project-ideas-search form input,
  .project-ideas-search form optgroup,
  .project-ideas-search form select,
  .project-ideas-search form textarea {
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    text-transform: uppercase; }
  .project-ideas-search form .project-ideas-search__button {
    background: #4a90e2;
    border: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    padding: 10px 20px; }
    .project-ideas-search form .project-ideas-search__button.thirdW {
      margin-top: 20px;
      padding: 10px 20px;
      width: 31.5%; }
      @media (max-width: 766px) {
        .project-ideas-search form .project-ideas-search__button.thirdW {
          margin-top: 0;
          width: 100%; } }
    .project-ideas-search form .project-ideas-search__button.project-ideas-search__button--center {
      display: block;
      float: none;
      margin: 0 auto;
      position: relative; }
      @media (min-width: 767px) {
        .project-ideas-search form .project-ideas-search__button.project-ideas-search__button--center {
          left: -1.5%;
          margin-top: 90px;
          width: 31.5%; } }
    @media (max-width: 766px) {
      .project-ideas-search form .project-ideas-search__button {
        margin-bottom: 20px;
        margin-top: 20px;
        width: 100%; } }
    @media (min-width: 1280px) {
      .project-ideas-search form .project-ideas-search__button {
        background: #4a90e2 url("/assets/img/search-icon.svg") 20px center no-repeat; } }
    .no-touchevents .project-ideas-search form .project-ideas-search__button:hover {
      background-color: #0c4da2; }
    .project-ideas-search form .project-ideas-search__button--no-icon {
      background-image: none; }
    .project-ideas-search form .project-ideas-search__button--advanced {
      background: #eeeeee;
      border: 1px solid #d8d8d8;
      color: #4a4a4a;
      margin-right: 10px; }
      .project-ideas-search form .project-ideas-search__button--advanced:hover {
        border: 1px solid #0c4da2;
        color: #ffffff; }
  .project-ideas-search form .project-ideas-search__search,
  .project-ideas-search form .partner-search__region,
  .project-ideas-search form .partner-search__country,
  .project-ideas-search form .partner-search__theme,
  .project-ideas-search form .partner-search__status,
  .project-ideas-search form .project-ideas-search__country,
  .project-ideas-search form .project-ideas-search__latest,
  .project-ideas-search form .project-ideas-search__status {
    border: 1px solid #d8d8d8; }
    @media (max-width: 766px) {
      .project-ideas-search form .project-ideas-search__search,
      .project-ideas-search form .partner-search__region,
      .project-ideas-search form .partner-search__country,
      .project-ideas-search form .partner-search__theme,
      .project-ideas-search form .partner-search__status,
      .project-ideas-search form .project-ideas-search__country,
      .project-ideas-search form .project-ideas-search__latest,
      .project-ideas-search form .project-ideas-search__status {
        margin-bottom: 10px;
        width: 100%; } }
  .project-ideas-search form .project-ideas-search__btn-group {
    clear: both;
    padding: 20px 0 40px;
    text-align: center; }
    .project-ideas-search form .project-ideas-search__btn-group .project-ideas-search__button {
      display: inline-block;
      float: none; }

.project-results-listing {
  overflow: hidden; }
  .project-results-listing__wrapper {
    border-spacing: 20px 10px;
    display: table;
    overflow: auto; }
    @media (max-width: 766px) {
      .project-results-listing__wrapper {
        display: block; } }
    .project-results-listing__wrapper .project-results-listing__item {
      display: table-cell;
      float: none;
      margin: 0;
      vertical-align: top; }
      @media (max-width: 766px) {
        .project-results-listing__wrapper .project-results-listing__item {
          display: block;
          margin-bottom: 20px; } }
  .project-results-listing__item {
    background-color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 40px;
    position: relative; }
    .project-results-listing__item h2 a {
      color: #4a4a4a;
      text-decoration: none; }
      .project-results-listing__item h2 a:hover {
        text-decoration: underline; }
    .project-results-listing__item p + p {
      padding-bottom: 20px; }
    @media (min-width: 767px) {
      .project-results-listing__item {
        border-left: 0;
        border-right: 0;
        float: left;
        margin-bottom: 20px;
        margin-left: 1%;
        margin-right: 1%;
        padding-bottom: 130px;
        width: 31.33%; }
        .project-results-listing__item p + p {
          padding-bottom: 0; } }
    .project-results-listing__item img {
      -moz-border-radius: 3px 3px 0 0;
      -webkit-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
      width: 100%; }
    .project-results-listing__item h2,
    .project-results-listing__item p {
      padding: 0 20px; }
      .project-results-listing__item h2 strong,
      .project-results-listing__item p strong {
        display: block; }
    .project-results-listing__item--dark-cta {
      background: #000000 no-repeat center top;
      background-size: contain;
      border-radius: 4px;
      color: #ffffff;
      min-height: 300px; }
      @media (max-width: 766px) {
        .project-results-listing__item--dark-cta {
          background-size: cover;
          padding-top: 20px; } }
      .project-results-listing__item--dark-cta .button {
        background: rgba(255, 255, 255, 0.15);
        border-color: #3b3d40;
        color: #ffffff;
        margin: 0; }
    .project-results-listing__item .project-results-listing__item-tag {
      background-color: #0c4da2;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      color: #ffffff;
      left: 20px;
      padding: 5px 10px;
      position: absolute;
      text-transform: uppercase;
      top: 0;
      z-index: 1; }
    .project-results-listing__item .icon-circle {
      background-color: #96c221;
      border: 0;
      color: #ffffff;
      font-size: 40px;
      margin-top: -70px;
      position: absolute;
      right: 20px;
      z-index: 1; }
      .project-results-listing__item .icon-circle .fa {
        margin-top: 5px; }
    .project-results-listing__item .project-results-listing__image {
      position: relative; }
      .project-results-listing__item .project-results-listing__image a:hover:after {
        background-color: #000000;
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        opacity: .20;
        position: absolute;
        right: 0;
        top: 0; }
      .project-results-listing__item .project-results-listing__image img {
        display: block; }
    .project-results-listing__item .project-results-listing__item-icon {
      bottom: 20px;
      height: 50px;
      position: absolute;
      right: 20px;
      width: 50px;
      z-index: 1; }
    .project-results-listing__item .project-results-listing__item-status {
      border-top: 2px solid #eeeeee;
      color: #ef6a77;
      padding: 20px 0;
      text-transform: uppercase; }
      @media (min-width: 767px) {
        .project-results-listing__item .project-results-listing__item-status {
          bottom: 0;
          padding: 0 0 68px;
          position: absolute;
          width: 100%; } }
      .project-results-listing__item .project-results-listing__item-status .project-results-listing__status-idea {
        background: url("/assets/img/clock-icon.svg") 20px center no-repeat;
        color: #ef6a77;
        padding-left: 50px; }
      .project-results-listing__item .project-results-listing__item-status .project-results-listing__status-complete {
        background: url("/assets/img/clock-icon.svg") 20px center no-repeat;
        color: #4a90e2;
        padding-left: 50px; }
    .project-results-listing__item .project-results-listing__location-tag {
      background-color: #e6e6e6;
      -moz-border-radius: 0 0 3px 3px;
      -webkit-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px; }
      @media (min-width: 767px) {
        .project-results-listing__item .project-results-listing__location-tag {
          bottom: 0;
          min-height: 44px;
          position: absolute;
          width: 100%; } }
      .project-results-listing__item .project-results-listing__location-tag ul {
        background: url("/assets/img/pin-icon.svg") 15px center no-repeat;
        color: #787878;
        font-size: 14px;
        list-style-type: none;
        margin: 0;
        padding: 10px 0;
        padding-left: 50px; }
        .project-results-listing__item .project-results-listing__location-tag ul li {
          display: inline; }
          .project-results-listing__item .project-results-listing__location-tag ul li:after {
            content: '|';
            margin: 0 5px;
            margin-left: 8px;
            position: relative;
            top: -1px; }
          .project-results-listing__item .project-results-listing__location-tag ul li:last-child:after {
            display: none; }
  .project-results-listing__cta-container {
    border-top: 1px solid #3b3d40;
    bottom: 0;
    padding: 53px 0;
    position: absolute;
    text-align: center;
    width: 100%; }
    @media (max-width: 766px) {
      .project-results-listing__cta-container {
        margin-top: 50px;
        padding: 25px 0;
        position: relative; } }
  .project-results-listing .project-results-listing__button-wrapper {
    clear: both;
    text-align: center; }
    @media (max-width: 766px) {
      .project-results-listing .project-results-listing__button-wrapper .button {
        margin-top: 0 !important; } }

.project-ideas-search form .project-ideas-search__region.thirdW {
  width: 31.5%; }
  @media (max-width: 766px) {
    .project-ideas-search form .project-ideas-search__region.thirdW {
      width: 100%; } }

.project-ideas-search form .project-ideas-search__theme.thirdW {
  width: 31.5%; }
  @media (max-width: 766px) {
    .project-ideas-search form .project-ideas-search__theme.thirdW {
      width: 100%; } }

.project-ideas-search form .project-ideas-search__status.thirdW {
  width: 31.5%; }
  @media (max-width: 766px) {
    .project-ideas-search form .project-ideas-search__status.thirdW {
      width: 100%; } }

@media (max-width: 1279px) {
  .project-ideas-search__button {
    font-size: 13px; } }

.project-ideas-search__button.thirdW {
  width: 31.5%; }
  @media (max-width: 766px) {
    .project-ideas-search__button.thirdW {
      width: 100%; } }

.multiselect {
  background-color: #ffffff;
  margin-bottom: 10px; }
  @media (min-width: 767px) {
    .multiselect {
      float: left;
      margin-bottom: 0;
      margin-right: 1%;
      margin-top: 20px;
      width: 31.5%; } }

.selectBox {
  position: relative; }
  .selectBox select {
    appearance: none;
    background: #ffffff url(/assets/img/drop-down-arrow.svg) no-repeat right 10px center;
    background-size: 25px;
    border: 1px solid #d8d8d8 !important;
    cursor: pointer;
    font-weight: bold;
    width: 100%; }

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

#checkboxes {
  display: none;
  border: 1px #dadada solid;
  padding: 20px; }

#checkboxes label {
  display: block; }

#checkboxes label:hover {
  background-color: #1e90ff; }

.button {
  background-color: transparent;
  border: 1px #0c4da2 solid;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #0c4da2;
  display: inline-block;
  margin-bottom: 10px !important;
  margin-right: 15px;
  margin-top: 10px !important;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .button--bordered-white {
    border-color: #ffffff;
    color: #ffffff; }
    .no-touchevents .button--bordered-white:hover {
      border-color: #ffffff;
      color: #ffffff; }
      .no-touchevents .button--bordered-white:hover:hover {
        background: #ffffff; }
  @media (min-width: 767px) {
    .button {
      margin-right: 0; } }
  .no-touchevents .button:hover {
    background-color: #0c4da2;
    color: #ffffff; }
  .button.login-button {
    background-color: #0c4da2;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0 !important;
    text-transform: none; }
    @media (min-width: 767px) {
      .button.login-button {
        margin-right: 10px; } }
    @media (min-width: 1160px) {
      .button.login-button {
        float: right;
        margin-bottom: 0; } }
    .no-touchevents .button.login-button:hover {
      background-color: #ffffff;
      color: #0c4da2; }
  .button.back-button {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #0c4da2;
    margin-bottom: 20px;
    margin-top: 0 !important;
    text-transform: none; }
    @media (min-width: 767px) {
      .button.back-button {
        margin-right: 10px; } }
    @media (min-width: 1160px) {
      .button.back-button {
        float: right;
        margin-bottom: 0; } }
    .no-touchevents .button.back-button:hover {
      background-color: #ffffff;
      border-color: #0c4da2;
      color: #0c4da2; }

.search-container {
  margin-bottom: 10px;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap; }
  @media (min-width: 1160px) {
    .search-container {
      float: right;
      margin-bottom: 0; } }

.search-container__input {
  background-color: #eeeeee;
  border: 1px #d8d8d8 solid;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  float: left;
  height: 35px;
  padding-left: 15px;
  width: 200px; }

.search-container__button {
  background-color: #eeeeee;
  border: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #4a4a4a;
  height: 33px;
  margin-left: -38px;
  margin-top: 1px;
  width: 38px; }

.search-login__mobile {
  margin-left: 20px;
  overflow: hidden;
  padding-top: 20px; }
  @media (min-width: 1160px) {
    .search-login__mobile {
      display: none; } }

.search-login__desktop {
  float: right;
  margin-top: 10px; }

.bottom-section {
  background-color: #f4f4f4;
  margin: 20px 0 40px;
  margin-top: 0;
  overflow: hidden;
  padding: 20px 0; }
  .bottom-section h2 {
    margin-top: 0; }
  .bottom-section .bottom-section__link {
    border-right: 10px solid #f4f4f4;
    box-sizing: border-box; }
    @media (max-width: 766px) {
      .bottom-section .bottom-section__link {
        border: 0; } }
    @media (min-width: 767px) {
      .bottom-section .bottom-section__link {
        float: left;
        width: 33.33%; } }
    .bottom-section .bottom-section__link .button {
      background-color: #ffffff;
      border: 1px solid #ffffff;
      line-height: 1.3;
      padding: 22px 55px 22px 20px;
      position: relative;
      text-align: left;
      text-transform: none;
      width: 100%; }
      @media (max-width: 766px) {
        .bottom-section .bottom-section__link .button {
          margin-bottom: 20px;
          margin-right: 0; } }
      .no-touchevents .bottom-section .bottom-section__link .button:hover {
        border: 1px solid #0c4da2;
        color: #0c4da2; }
      .bottom-section .bottom-section__link .button .icon-circle {
        background-color: #0c4da2;
        border: 1px solid #0c4da2;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        right: 10px;
        top: 50%;
        width: 40px; }
        .bottom-section .bottom-section__link .button .icon-circle img {
          height: auto;
          margin-top: 7px;
          width: 15px; }
          .bottom-section .bottom-section__link .button .icon-circle img.link-icon {
            margin-top: 10px; }
          .bottom-section .bottom-section__link .button .icon-circle img.external-link-icon {
            margin-top: 11px; }
    .bottom-section .bottom-section__link.bottom-section__sign-up .button {
      background: #ffffff url("/assets/img/mail-icon.svg") no-repeat;
      background-position: right 22px top 22px;
      color: #ef6a77; }
      .no-touchevents .bottom-section .bottom-section__link.bottom-section__sign-up .button:hover {
        border: 1px solid #ef6a77;
        color: #ef6a77; }
    .bottom-section .bottom-section__link.bottom-section__results .button {
      background: #ffffff url("/assets/img/settings-icon.svg") no-repeat;
      background-position: right 22px top 22px;
      color: #4a90e2; }
      .no-touchevents .bottom-section .bottom-section__link.bottom-section__results .button:hover {
        border: 1px solid #4a90e2;
        color: #4a90e2; }
    .bottom-section .bottom-section__link.bottom-section__apply .button {
      background: #ffffff url("/assets/img/euro-icon.svg") no-repeat;
      background-position: right 15px top 22px;
      color: #138f5a;
      margin-bottom: 0; }
      .no-touchevents .bottom-section .bottom-section__link.bottom-section__apply .button:hover {
        border: 1px solid #138f5a;
        color: #138f5a; }
    .bottom-section .bottom-section__link.bottom-section__light-green .button {
      background-position: right 22px top 14px;
      color: #96c221; }
      .no-touchevents .bottom-section .bottom-section__link.bottom-section__light-green .button:hover {
        border: 1px solid #96c221;
        color: #96c221; }
      .bottom-section .bottom-section__link.bottom-section__light-green .button .icon-circle {
        background-color: #96c221;
        border: 1px solid #96c221; }
    .bottom-section .bottom-section__link.bottom-section__yellow .button {
      background-position: right 22px top 14px;
      color: #fcc70e; }
      .no-touchevents .bottom-section .bottom-section__link.bottom-section__yellow .button:hover {
        border: 1px solid #fcc70e;
        color: #fcc70e; }
      .bottom-section .bottom-section__link.bottom-section__yellow .button .icon-circle {
        background-color: #fcc70e;
        border: 1px solid #fcc70e; }
    .bottom-section .bottom-section__link.bottom-section__dark-green .button {
      background-position: right 15px top 14px;
      color: #138f5a;
      margin-bottom: 0; }
      .no-touchevents .bottom-section .bottom-section__link.bottom-section__dark-green .button:hover {
        border: 1px solid #138f5a;
        color: #138f5a; }
      .bottom-section .bottom-section__link.bottom-section__dark-green .button .icon-circle {
        background-color: #138f5a;
        border: 1px solid #138f5a; }

.accordion-auto {
  margin-bottom: 20px;
  position: relative; }

.accordion-auto__title {
  background-color: #eae8ea;
  border-top: 0;
  color: #4a4a4a;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 2px;
  padding: 10px 20px;
  padding-right: 60px;
  position: relative; }
  .accordion-auto__title.active {
    background-color: #4990e2;
    color: #ffffff;
    margin-bottom: 0; }
  .accordion-auto__title:after {
    background-size: 15px !important;
    content: '+';
    display: block;
    font-size: 50px;
    font-weight: 200;
    height: .5em;
    position: absolute;
    right: 20px;
    top: 10px;
    width: .5em;
    z-index: 2; }
  .accordion-auto__title.active:after {
    content: '-';
    right: 12px;
    top: 5px; }

.accordion-auto__content {
  background-color: #eeeeee;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  color: #4a4a4a;
  display: none;
  overflow: hidden;
  padding: 20px; }
  .accordion-auto__content img {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 20px; }
  .accordion-auto__content h4 {
    margin-top: 0; }

.carousel-with-caption .carousel-with-caption__controller {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0; }
  .carousel-with-caption .carousel-with-caption__controller li {
    border-left: 1px solid #d8d8d8;
    float: left;
    padding: 20px;
    text-align: center;
    width: 33.33%; }
    .carousel-with-caption .carousel-with-caption__controller li:last-child {
      border-right: 1px solid #d8d8d8; }
    .carousel-with-caption .carousel-with-caption__controller li a {
      color: #0c4da2;
      text-decoration: none; }

.carousel-with-caption .icon-circle {
  background-color: #96c221;
  display: inline-block;
  font-size: 38px;
  padding-top: 5px; }

.carousel-with-caption .carousel-with-caption__close-toggle {
  display: none; }
  @media (min-width: 767px) {
    .carousel-with-caption .carousel-with-caption__close-toggle {
      background-color: #3b3d40;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      bottom: 40px;
      color: #ffffff;
      display: block;
      font-size: 35px;
      height: 50px;
      margin-right: 40px;
      margin-top: -25px;
      padding-top: 5px;
      position: absolute;
      right: 0;
      text-align: center;
      width: 50px; } }

.carousel-with-caption .carousel-with-caption__close-toggle-light {
  display: none; }
  @media (min-width: 767px) {
    .carousel-with-caption .carousel-with-caption__close-toggle-light {
      background-color: #eeeeee;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      bottom: 40px;
      color: #3b3d40;
      display: block;
      font-size: 35px;
      height: 50px;
      margin-right: 40px;
      margin-top: -25px;
      padding-top: 5px;
      position: absolute;
      right: 0;
      text-align: center;
      width: 50px; } }

@media (min-width: 767px) {
  .carousel-with-caption .carousel-with-caption__item-inner {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #ffffff;
    padding: 20px;
    padding-right: 100px;
    position: absolute;
    width: 100%; } }

.carousel-with-caption .owl-pagination {
  position: absolute;
  top: -75px;
  width: 100%; }

.carousel-with-caption .owl-page {
  border-left: 1px solid #d8d8d8;
  border-top: 10px #96c221 solid;
  color: #787878;
  float: left;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 33.33%; }
  .carousel-with-caption .owl-page:last-child {
    border-right: 1px solid #d8d8d8; }
  .carousel-with-caption .owl-page.active {
    color: #0c4da2; }
    .carousel-with-caption .owl-page.active:after {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 11px solid #f9f9f9;
      content: '';
      display: block;
      height: 0;
      left: 50%;
      margin-left: -5px;
      position: absolute;
      top: 65px;
      width: 0; }
  .carousel-with-caption .owl-page span {
    width: 100%; }
  .carousel-with-caption .owl-page:nth-child(2) {
    border-top: 10px #138f5a solid; }
  .carousel-with-caption .owl-page:nth-child(3) {
    border-top: 10px #fcc70e solid; }

.carousel-with-caption .owl-buttons {
  margin-top: -205px;
  position: absolute;
  width: 100%; }

.carousel-with-caption .owl-prev {
  height: 60px;
  left: 10px;
  position: absolute;
  width: 60px; }
  @media (min-width: 767px) {
    .carousel-with-caption .owl-prev {
      height: 80px;
      left: 20px;
      width: 80px; } }

.carousel-with-caption .owl-next {
  height: 60px;
  position: absolute;
  right: 10px;
  width: 60px; }
  @media (min-width: 767px) {
    .carousel-with-caption .owl-next {
      height: 80px;
      right: 20px;
      width: 80px; } }

.carousel-with-caption__item img {
  display: block;
  height: auto;
  width: 100%; }
  .carousel-with-caption__item img.carousel-with-caption__item-icon {
    height: 60px;
    margin: 0 auto;
    width: 60px; }

.carousel-with-caption__item h2 {
  font-size: 48px;
  margin-bottom: 0;
  margin-top: 20px; }

.carousel-with-caption__item p {
  font-size: 12px;
  line-height: 16px; }
  @media (max-width: 766px) {
    .carousel-with-caption__item p {
      border-bottom: 1px solid #d8d8d8;
      padding-bottom: 20px; } }
  @media (min-width: 767px) {
    .carousel-with-caption__item p {
      font-size: 18px;
      line-height: 1.65; } }

.carousel-with-tabs {
  margin: 0 10px 20px 10px; }
  @media (min-width: 767px) {
    .carousel-with-tabs {
      margin-bottom: 0; } }
  .carousel-with-tabs .row-inner {
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 767px) {
      .carousel-with-tabs .row-inner {
        margin-left: auto;
        margin-right: auto;
        padding: 20px 10px; } }
    @media (min-width: 1280px) {
      .carousel-with-tabs .row-inner {
        padding: 20px; } }
  .carousel-with-tabs__wrapper {
    position: relative; }
  .carousel-with-tabs .carousel-with-tabs__tab-image {
    max-width: none;
    width: auto; }
    @media (min-width: 767px) {
      .carousel-with-tabs .carousel-with-tabs__tab-image {
        width: 100%; } }
  .carousel-with-tabs__tab {
    height: 400px; }
    @media (min-width: 767px) {
      .carousel-with-tabs__tab {
        line-height: 0;
        height: 535px; } }
    .carousel-with-tabs__tab-content {
      align-items: center;
      display: flex;
      display: -ms-flexbox;
      height: 100%;
      left: 0;
      justify-content: center;
      padding: 20px;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%;
      -ms-flex-align: center;
      -ms-flex-pack: center; }
      @media (min-width: 767px) {
        .carousel-with-tabs__tab-content {
          padding: 0 60px; } }
      @media (min-width: 1280px) {
        .carousel-with-tabs__tab-content {
          padding: 0 120px; } }
      .carousel-with-tabs__tab-content:before {
        background: rgba(0, 0, 0, 0.2);
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .carousel-with-tabs__tab-content-wrapper {
        margin-top: -60px;
        position: relative; }
      .carousel-with-tabs__tab-content-title, .carousel-with-tabs__tab-content-subtitle {
        color: #ffffff; }
      .carousel-with-tabs__tab-content-title {
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 34px;
        font-weight: bold;
        letter-spacing: -0.5px;
        line-height: 1.2em; }
        @media (min-width: 767px) {
          .carousel-with-tabs__tab-content-title {
            margin-bottom: 15px; } }
        @media (min-width: 1280px) {
          .carousel-with-tabs__tab-content-title {
            font-size: 48px; } }
      .carousel-with-tabs__tab-content-subtitle {
        display: block;
        font-size: 18px;
        line-height: 1.5em;
        margin-bottom: 45px; }
        @media (min-width: 767px) {
          .carousel-with-tabs__tab-content-subtitle {
            margin-bottom: 15px; } }
        @media (min-width: 1280px) {
          .carousel-with-tabs__tab-content-subtitle {
            font-size: 26px;
            margin-bottom: 45px; } }
      .carousel-with-tabs__tab-content-button {
        background: #0c4da2;
        color: #ffffff; }
        .no-touchevents .carousel-with-tabs__tab-content-button:hover:hover {
          background: #ffffff;
          color: #0c4da2; }
  .carousel-with-tabs__controls {
    background: rgba(0, 0, 0, 0.2); }
    .carousel-with-tabs__controls:before {
      background: rgba(249, 249, 249, 0.5);
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: -2px;
      width: 100%;
      z-index: 0; }
      @media (min-width: 767px) {
        .carousel-with-tabs__controls:before {
          display: none; } }
    .carousel-with-tabs__controls-wrapper {
      bottom: 0;
      position: absolute;
      width: 100%; }
    .carousel-with-tabs__controls-progress {
      background: #f9f9f9;
      content: "";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      top: -2px;
      transition: width 250ms ease-in-out;
      width: 0px;
      z-index: 1; }
      @media (min-width: 767px) {
        .carousel-with-tabs__controls-progress {
          display: none; } }
  .carousel-with-tabs__control-button {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    height: 65px;
    line-height: 15px;
    position: relative;
    transition: width 250ms ease-in-out;
    width: 100%; }
    .carousel-with-tabs__control-button.active {
      color: white;
      font-weight: bold; }
    @media (min-width: 400px) {
      .carousel-with-tabs__control-button {
        font-size: 14px; } }
    @media (min-width: 767px) {
      .carousel-with-tabs__control-button:before {
        background: rgba(249, 249, 249, 0.5);
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .carousel-with-tabs__control-button.active:before {
        background: #f9f9f9; } }
  .carousel-with-tabs__cta {
    padding: 20px 0 0 0;
    text-align: center; }
    @media (min-width: 767px) {
      .carousel-with-tabs__cta {
        padding: 35px 0 0 0; } }

.carousel-case-study {
  margin-top: 20px; }
  .carousel-case-study .carousel-case-study__controller {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0; }
    .carousel-case-study .carousel-case-study__controller li {
      border-left: 1px solid #d8d8d8;
      float: left;
      padding: 20px;
      text-align: center;
      width: 33.33%; }
      .carousel-case-study .carousel-case-study__controller li:last-child {
        border-right: 1px solid #d8d8d8; }
      .carousel-case-study .carousel-case-study__controller li a {
        color: #0c4da2;
        text-decoration: none; }
  .carousel-case-study .icon-circle {
    background-color: #96c221;
    display: inline-block;
    font-size: 38px;
    padding-top: 5px; }
  @media (min-width: 767px) {
    .carousel-case-study .owl-pagination {
      display: none; } }
  .carousel-case-study .owl-page span {
    background: #0c4da2;
    height: 10px;
    width: 10px; }
  .carousel-case-study .owl-buttons {
    display: none;
    margin-top: -80px;
    position: absolute;
    width: 100%; }
    @media (min-width: 767px) {
      .carousel-case-study .owl-buttons {
        display: block; } }
  .carousel-case-study .owl-prev {
    height: 60px;
    left: 10px;
    position: absolute;
    width: 60px; }
    @media (min-width: 767px) {
      .carousel-case-study .owl-prev {
        height: 80px;
        left: 20px;
        width: 80px; } }
  .carousel-case-study .owl-next {
    height: 60px;
    position: absolute;
    right: 10px;
    width: 60px; }
    @media (min-width: 767px) {
      .carousel-case-study .owl-next {
        height: 80px;
        right: 20px;
        width: 80px; } }

.carousel-case-study__item img {
  display: block;
  height: auto;
  width: 100%; }
  .carousel-case-study__item img.carousel-case-study__item-icon {
    height: 60px;
    margin: 0 auto;
    width: 60px; }

@media (min-width: 767px) {
  .carousel-case-study--shadow .carousel-case-study__item:after {
    background: -owg-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
    bottom: 0;
    content: '';
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08000000', endColorstr='#80000000', GradientType=0);
    /* IE6-9 */
    left: 0;
    position: absolute;
    right: 0;
    top: 0; } }

.carousel-case-study__item h2 {
  font-size: 34px;
  margin-bottom: 0;
  margin-top: 20px; }
  @media (min-width: 767px) {
    .carousel-case-study__item h2 {
      font-size: 48px; } }

.carousel-case-study__item p {
  font-size: 16px; }
  @media (min-width: 767px) {
    .carousel-case-study__item p {
      font-size: 18px;
      line-height: 1.65; } }

.carousel-case-study__item-inner {
  margin-bottom: 40px;
  width: 100%;
  z-index: 2; }
  @media (min-width: 767px) {
    .carousel-case-study__item-inner {
      color: #ffffff;
      margin-bottom: 0;
      padding: 20px 150px;
      position: absolute;
      text-align: center;
      top: 10%; } }
  @media (max-width: 766px) {
    .carousel-case-study__item-inner {
      text-align: center; } }
  .carousel-case-study__item-inner .button {
    background-color: #0c4da2;
    color: #ffffff;
    margin-top: 20px !important; }
    .no-touchevents .carousel-case-study__item-inner .button:hover {
      background-color: #ffffff;
      color: #0c4da2; }
  .carousel-case-study__item-inner .carousel-case-study__sub-title {
    text-transform: uppercase; }
    @media (max-width: 766px) {
      .carousel-case-study__item-inner .carousel-case-study__sub-title {
        margin-bottom: -10px; } }

.listing-article__item {
  margin-bottom: 40px;
  max-width: 800px;
  overflow: auto;
  width: 100%; }
  .listing-article__item:last-child {
    margin-bottom: 0; }

.listing-article__image {
  display: block;
  float: left;
  margin-right: 20px;
  max-width: 300px;
  width: 100%; }
  @media (max-width: 766px) {
    .listing-article__image {
      float: none;
      margin: 0 0 20px;
      max-width: initial; } }

.listing-article__title {
  color: #3b3d40;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 5px; }
  .listing-article__title a {
    color: #3b3d40;
    text-decoration: none; }
    .listing-article__title a:hover {
      text-decoration: underline; }

.listing-article__posted {
  color: #0c4da2;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin: 0 0 20px;
  text-decoration: none; }
  .no-touchevents a.listing-article__posted:hover {
    text-decoration: underline; }

.listing-article__copy {
  margin: 0;
  overflow: hidden; }

.contact-top {
  overflow: auto; }
  .contact-top__intro {
    float: left;
    max-width: 620px; }
    @media (max-width: 766px) {
      .contact-top__intro {
        float: none;
        margin-bottom: 40px;
        margin-top: 20px; } }
  .contact-top__details {
    float: right;
    font-size: 14px;
    text-align: right; }
    @media (max-width: 766px) {
      .contact-top__details {
        clear: both;
        float: none;
        margin-bottom: 40px;
        text-align: center; } }
    .contact-top__details .button {
      margin: 20px 0 0; }

.accordion-contact .accordion-auto__content {
  background: none;
  border: 0;
  padding-left: 0;
  padding-right: 0; }

.accordion-contact__tile {
  float: left;
  margin-bottom: 30px;
  margin-right: 3%;
  width: 31.33%; }
  @media (max-width: 766px) {
    .accordion-contact__tile {
      width: 48%; }
      .accordion-contact__tile:nth-child(3n+3) {
        margin-right: 4%; }
      .accordion-contact__tile:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 399px) {
    .accordion-contact__tile {
      margin-right: 0;
      width: 100%; } }
  @media (min-width: 767px) {
    .accordion-contact__tile:nth-child(3n) {
      margin-right: 0; }
    .accordion-contact__tile:nth-child(4), .accordion-contact__tile:nth-child(7), .accordion-contact__tile:nth-child(10), .accordion-contact__tile:nth-child(13), .accordion-contact__tile:nth-child(16) {
      clear: both; } }
  .accordion-contact__tile img {
    display: block;
    width: 100%; }
  .accordion-contact__tile h4 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 24px; }

.contact-form {
  overflow: auto; }
  .contact-form__block {
    clear: both;
    margin-top: 20px; }
    @media (max-width: 766px) {
      .contact-form__block {
        padding-bottom: 20px; } }
    .contact-form__block--center {
      text-align: center; }
      .contact-form__block--center .button {
        margin: 40px 0; }
  .contact-form__title {
    color: #0c4da2;
    font-size: 20px;
    font-weight: 600; }
  .contact-form__col {
    float: left;
    margin-right: 3%;
    margin-top: 40px;
    width: 30%; }
    @media (max-width: 766px) {
      .contact-form__col {
        margin-right: 0;
        width: 100%; } }
    .contact-form__col.col--less-top-margin {
      margin-top: 20px; }
  .contact-form__input, .contact-form__textarea {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-sizing: border-box;
    height: 50px;
    margin-bottom: 20px;
    max-width: 620px;
    padding: 0 20px;
    width: 100%; }
  .contact-form__textarea {
    height: 300px;
    padding: 14px 20px; }
  .contact-form__checkbox {
    margin-right: 3px; }
  .contact-form__label {
    display: block;
    margin: 15px 0;
    overflow: hidden; }
  .contact-form__select {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    height: 50px;
    margin-bottom: 13px;
    max-width: 620px;
    text-indent: 10px;
    width: 100%; }
  .contact-form__input--short, .contact-form__select--short, .contact-form__textarea--short {
    max-width: 310px; }

.submit-project-idea h2 {
  margin-top: 25px; }

.submit-project-idea .contact-form__select {
  display: block;
  margin-bottom: 20px;
  margin-top: 5px; }

.submit-project-idea ul.checkbox-list {
  list-style: none;
  margin-bottom: 20px;
  padding: 0; }

.submit-project-idea .checkbox-list-heading {
  display: block;
  margin-bottom: -12px; }

.submit-project-idea .additional-partners-countries {
  display: none; }

.field-validation-error {
  color: #c00;
  display: block;
  margin-top: -12px; }

.hidden-partner-added {
  display: none; }

.char-count {
  font-size: .9em;
  margin-top: -20px; }

.article-body-text .row-inner {
  padding-top: 1px; }
  .article-body-text .row-inner p a {
    color: #0c4da2;
    text-decoration: none; }
    .no-touchevents .article-body-text .row-inner p a:hover {
      text-decoration: underline; }
  .article-body-text .row-inner p,
  .article-body-text .row-inner ul,
  .article-body-text .row-inner h2 {
    max-width: 640px; }
  .article-body-text .row-inner ul {
    list-style-type: none;
    padding-left: 0; }
    .article-body-text .row-inner ul li {
      margin-bottom: 10px;
      padding-left: 20px; }
      .article-body-text .row-inner ul li:before {
        background: url("/assets/img/blue-bullet.svg") no-repeat left 8px;
        background-size: 8px;
        content: '';
        display: block;
        height: 25px;
        margin-left: -20px;
        position: absolute;
        width: 25px; }

.article-body-text-center {
  width: 100%;
  clear: both; }
  .article-body-text-center img.article-img {
    display: block;
    width: 100%;
    margin: 40px 0; }

.article-body-text-half-left {
  width: 48%;
  float: left;
  display: inline-block;
  text-align: left; }
  @media (max-width: 766px) {
    .article-body-text-half-left {
      width: 100%;
      float: none;
      display: block; } }
  .article-body-text-half-left img.article-img {
    display: block;
    width: 100%;
    margin: 40px 0; }

.article-body-text-half-right {
  width: 48%;
  float: right;
  display: inline-block;
  text-align: left; }
  @media (max-width: 766px) {
    .article-body-text-half-right {
      width: 100%;
      float: none;
      display: block; } }
  .article-body-text-half-right img.article-img {
    display: block;
    width: 100%;
    margin: 40px 0; }

.article-body-text-75-left {
  width: 74%;
  float: left;
  display: inline-block;
  text-align: left; }
  @media (max-width: 766px) {
    .article-body-text-75-left {
      width: 100%;
      float: none;
      display: block; } }
  .article-body-text-75-left img.article-img {
    display: block;
    width: 100%;
    margin: 40px 0; }

.article-body-text-25-left {
  width: 24%;
  float: left;
  display: inline-block;
  text-align: left; }
  @media (max-width: 766px) {
    .article-body-text-25-left {
      width: 100%;
      float: none;
      display: block; } }
  .article-body-text-25-left img.article-img {
    display: block;
    width: 100%;
    margin: 40px 0; }

.article-body-text-75-right {
  width: 74%;
  float: right;
  display: inline-block;
  text-align: left; }
  @media (max-width: 766px) {
    .article-body-text-75-right {
      width: 100%;
      float: none;
      display: block; } }
  .article-body-text-75-right img.article-img {
    display: block;
    width: 100%;
    margin: 40px 0; }

.article-body-text-25-right {
  width: 24%;
  float: right;
  display: inline-block;
  text-align: left; }
  @media (max-width: 766px) {
    .article-body-text-25-right {
      width: 100%;
      float: none;
      display: block; } }
  .article-body-text-25-right img.article-img {
    display: block;
    width: 100%;
    margin: 40px 0; }

.clearfix {
  width: 100%;
  clear: both; }

.article-intro-block {
  overflow: hidden; }
  @media (min-width: 900px) {
    .article-intro-block .article-intro {
      float: left;
      width: 66.6%; } }
  .article-intro-block .row-inner {
    padding-bottom: 0; }
    .article-intro-block .row-inner p {
      font-size: 22px;
      line-height: 1.4;
      max-width: 660px;
      padding-right: 20px; }
  .article-intro-block .article-top-share {
    clear: both; }
    @media (min-width: 900px) {
      .article-intro-block .article-top-share {
        clear: none;
        float: right;
        overflow: hidden;
        position: relative;
        width: 33.3%;
        z-index: 1; } }
    @media (min-width: 767px) {
      .article-intro-block .article-top-share__location-date {
        top: -50px; } }
    .article-intro-block .article-top-share ul {
      float: left;
      list-style-type: none;
      overflow: hidden;
      padding-left: 0; }
      @media (min-width: 767px) {
        .article-intro-block .article-top-share ul {
          float: right; } }
      .article-intro-block .article-top-share ul li {
        border: 1px solid #d8d8d8;
        border-right: 0;
        display: inline;
        float: left;
        font-size: 14px;
        margin-left: 0;
        margin-right: 0; }
        .article-intro-block .article-top-share ul li:last-child {
          border-right: 1px solid #d8d8d8; }
        .article-intro-block .article-top-share ul li a {
          color: #838d8f;
          display: block;
          padding: 10px 25px; }
          .no-touchevents .article-intro-block .article-top-share ul li a:hover {
            background-color: #838d8f;
            color: #f9f9f9; }

.top-page-nav .row-inner {
  background-color: #ffffff;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
  padding: 20px 10px;
  z-index: 1; }

.top-page-nav .top-page-nav__block-prev a,
.top-page-nav .top-page-nav__block-next a {
  color: #838d8f;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase; }
  .no-touchevents .top-page-nav .top-page-nav__block-prev a:hover, .no-touchevents
  .top-page-nav .top-page-nav__block-next a:hover {
    color: #0c4da2; }
    .no-touchevents .top-page-nav .top-page-nav__block-prev a:hover i, .no-touchevents
    .top-page-nav .top-page-nav__block-next a:hover i {
      color: #0c4da2; }
  .top-page-nav .top-page-nav__block-prev a i,
  .top-page-nav .top-page-nav__block-next a i {
    color: #cdd8d8;
    padding: 0 10px; }

.top-page-nav .top-page-nav__block-prev {
  float: left; }

.top-page-nav .top-page-nav__block-next {
  float: right; }
  @media (max-width: 766px) {
    .top-page-nav .top-page-nav__block-next {
      margin-top: 20px; } }

.article-quote .row-inner {
  padding: 0 20px; }

.article-quote blockquote {
  line-height: 1.2;
  margin: 0; }

.article-quote p {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  font-size: 26px;
  font-weight: 400;
  max-width: 640px;
  padding: 40px 20px; }

.article-quote--full-w {
  text-align: center; }
  .article-quote--full-w blockquote {
    margin-bottom: 40px; }
  .article-quote--full-w p {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    line-height: 1.6;
    max-width: initial;
    padding: 40px 20px; }

@media (min-aspect-ratio: 16 / 9) {
  .article-video .row-inner {
    max-width: 170vh; } }

.article-video .row-inner .article-video__wrapper {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative; }
  .article-video .row-inner .article-video__wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.article__title-area h1 {
  margin-bottom: 20px; }

.article__title-area p,
.article__title-area time {
  color: #838d8f;
  font-size: 12px;
  margin: 1em 0; }

.article__title-area .row-inner {
  border-bottom: 2px solid #0c4da2;
  padding-bottom: 20px; }
  @media (min-width: 1280px) {
    .article__title-area .row-inner {
      max-width: 1240px;
      padding-left: 0;
      padding-right: 0; } }

.share-this-block {
  margin-top: 40px; }
  .share-this-block .row-inner {
    border-top: 1px solid #d8d8d8;
    max-width: 1240px;
    text-align: center; }
    .share-this-block .row-inner h2 {
      color: #0c4da2;
      margin-bottom: 20px;
      text-align: center; }
    .share-this-block .row-inner .button {
      color: #ffffff;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 10px;
      padding: 10px 50px;
      position: relative; }
      .share-this-block .row-inner .button i {
        left: 20px;
        position: absolute; }
    .share-this-block .row-inner .button__facebook {
      background-color: #225b99;
      border: 1px solid #225b99; }
      .share-this-block .row-inner .button__facebook:hover {
        background-color: #ffffff;
        color: #225b99; }
    .share-this-block .row-inner .button__tweet {
      background-color: #00adf2;
      border: 1px solid #00adf2; }
      .share-this-block .row-inner .button__tweet:hover {
        background-color: #ffffff;
        color: #00adf2; }
    .share-this-block .row-inner .button__linkedin {
      background-color: #0077b5;
      border: 1px solid #0077b5; }
      .share-this-block .row-inner .button__linkedin:hover {
        background-color: #ffffff;
        color: #0077b5; }
    .share-this-block .row-inner .button__email {
      background-color: #ef6a77;
      border: 1px solid #ef6a77; }
      .share-this-block .row-inner .button__email:hover {
        background-color: #ffffff;
        color: #ef6a77; }

@media (max-width: 1159px) {
  nav,
  .site-nav {
    border-top: 2px solid #eeeeee;
    clear: both;
    display: none;
    margin-top: 20px;
    position: relative;
    top: 20px;
    width: 100%; }
    nav > ul > li,
    .site-nav > ul > li {
      position: relative; }
      nav > ul > li:before,
      .site-nav > ul > li:before {
        -webkit-transition: 0.3s transform ease-out;
        -moz-transition: 0.3s transform ease-out;
        -o-transition: 0.3s transform ease-out;
        transition: 0.3s transform ease-out;
        background: url("/assets/img/nav-chevron-open.svg") top right no-repeat;
        background-size: 25px 15px;
        content: '';
        height: 14px;
        position: absolute;
        right: 10px;
        top: 15px;
        width: 25px; }
    nav ul,
    .site-nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      nav ul li.mobile-only a,
      .site-nav ul li.mobile-only a {
        font-weight: bold; }
      nav ul li.top-level-open:before,
      .site-nav ul li.top-level-open:before {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      nav ul li.top-level-open > a:before,
      .site-nav ul li.top-level-open > a:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 11px solid #ffffff;
        content: '';
        display: block;
        height: 0;
        left: 20px;
        margin-left: -5px;
        margin-top: 26px;
        position: absolute;
        width: 0;
        z-index: 2; }
      nav ul li a,
      .site-nav ul li a {
        border-bottom: 1px solid #eeeeee;
        color: #0c4da2;
        display: block;
        padding: 15px 20px;
        text-decoration: none;
        width: 100%; }
    nav .more-link .more-link-anchor,
    .site-nav .more-link .more-link-anchor {
      margin-bottom: -37px;
      text-indent: -9999px;
      visibility: hidden; }
    nav .drop-down,
    .site-nav .drop-down {
      background-color: #557380;
      -moz-box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.5);
      box-shadow: inset inset 0 7px 7px -7px rgba(0, 0, 0, 0.5); }
      nav .drop-down a,
      .site-nav .drop-down a {
        border-bottom: 1px solid #6f8a95;
        color: #ffffff;
        padding-left: 0; }
      nav .drop-down > ul,
      .site-nav .drop-down > ul {
        display: none;
        padding: 0 20px;
        padding-top: 10px; }
        nav .drop-down > ul li,
        .site-nav .drop-down > ul li {
          background: none; }
    nav .more-drop-down ul li,
    .site-nav .more-drop-down ul li {
      background: none; }
      nav .more-drop-down ul li:last-child a,
      .site-nav .more-drop-down ul li:last-child a {
        border-bottom: 0; } }

@media (min-width: 1160px) {
  nav,
  .site-nav {
    background-color: #eeeeee;
    height: 60px; }
    nav.site-nav--project,
    .site-nav.site-nav--project {
      height: 0; }
    nav ul,
    .site-nav ul {
      font-size: 16px;
      list-style-type: none;
      margin: 0 auto;
      max-width: 1280px;
      padding: 0;
      padding-bottom: 30px; }
      nav ul:after,
      .site-nav ul:after {
        clear: both;
        content: '';
        display: block; }
      nav ul li,
      .site-nav ul li {
        float: left; }
        nav ul li.mobile-only.mobile-only,
        .site-nav ul li.mobile-only.mobile-only {
          display: none; }
        nav ul li.nav__active a,
        .site-nav ul li.nav__active a {
          font-weight: bold; }
        nav ul li.has-mega-nav:hover > a:before,
        .site-nav ul li.has-mega-nav:hover > a:before {
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 11px solid #eeeeee;
          content: '';
          display: block;
          height: 0;
          left: 50%;
          margin-left: -5px;
          margin-top: 36px;
          position: absolute;
          width: 0;
          z-index: 3; }
        nav ul li.has-mega-nav:hover > .drop-down,
        .site-nav ul li.has-mega-nav:hover > .drop-down {
          display: block; }
        nav ul li.has-mega-nav:hover > .more-drop-down,
        .site-nav ul li.has-mega-nav:hover > .more-drop-down {
          display: block; }
        nav ul li:after,
        .site-nav ul li:after {
          content: '|';
          display: inline;
          position: relative;
          top: -41px; }
        nav ul li:first-child:after,
        .site-nav ul li:first-child:after {
          display: none; }
        nav ul li a,
        .site-nav ul li a {
          color: #0c4da2;
          display: block;
          padding: 20px 30px;
          position: relative;
          text-decoration: none; }
          .no-touchevents nav ul li a:hover, .no-touchevents
          .site-nav ul li a:hover {
            color: #4a4a4a; }
    nav .drop-down,
    .site-nav .drop-down {
      background-color: #557380;
      -moz-box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.5);
      box-shadow: inset inset 0 7px 7px -7px rgba(0, 0, 0, 0.5);
      display: none;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 2; }
      nav .drop-down ul,
      .site-nav .drop-down ul {
        padding-bottom: 10px;
        text-align: center; }
        nav .drop-down ul li,
        .site-nav .drop-down ul li {
          display: inline-block;
          float: none;
          /*
          &:after {
            display: none;
          }*/ }
          .no-touchevents nav .drop-down ul li:hover > a:before, .no-touchevents
          .site-nav .drop-down ul li:hover > a:before {
            display: none; }
          nav .drop-down ul li:after,
          .site-nav .drop-down ul li:after {
            content: '|';
            display: inline;
            position: relative;
            top: 0; }
          nav .drop-down ul li:last-child:after,
          .site-nav .drop-down ul li:last-child:after {
            display: none; }
          nav .drop-down ul li a,
          .site-nav .drop-down ul li a {
            display: inline-block;
            font-weight: 400;
            padding: 20px; }
      nav .drop-down a,
      .site-nav .drop-down a {
        color: #ffffff; }
        .no-touchevents nav .drop-down a:hover, .no-touchevents
        .site-nav .drop-down a:hover {
          color: #ffffff;
          text-decoration: underline; }
    nav .more-link > a,
    .site-nav .more-link > a {
      font-weight: 800; }
      nav .more-link > a i,
      .site-nav .more-link > a i {
        margin-left: 10px; }
    nav .more-drop-down,
    .site-nav .more-drop-down {
      background-color: #ededed;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      display: none;
      margin-left: -40px;
      position: absolute;
      z-index: 1; }
      nav .more-drop-down:before,
      .site-nav .more-drop-down:before {
        border-bottom: 11px solid #ededed;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: '';
        display: block;
        height: 0;
        left: 50%;
        margin-left: -5px;
        position: absolute;
        top: -8px;
        width: 0; }
      nav .more-drop-down ul,
      .site-nav .more-drop-down ul {
        padding: 0 20px; }
        nav .more-drop-down ul li,
        .site-nav .more-drop-down ul li {
          border-bottom: 1px solid #d8d8d8;
          display: block; }
          nav .more-drop-down ul li:last-child,
          .site-nav .more-drop-down ul li:last-child {
            border-bottom: 0; }
          nav .more-drop-down ul li:before,
          .site-nav .more-drop-down ul li:before {
            display: none; }
          nav .more-drop-down ul li a,
          .site-nav .more-drop-down ul li a {
            color: #0c4da2; }
            .no-touchevents nav .more-drop-down ul li a:hover, .no-touchevents
            .site-nav .more-drop-down ul li a:hover {
              color: #4a4a4a; } }

footer {
  margin-top: 100px;
  padding: 0 20px;
  text-align: center; }
  @media (max-width: 766px) {
    footer:before {
      background-color: #3b3d40;
      content: '';
      display: block;
      height: 1px;
      margin: 0 auto;
      position: relative;
      top: -20px;
      width: 40px; } }
  footer ul {
    margin-bottom: 40px;
    padding: 0;
    text-transform: uppercase; }
    footer ul li {
      display: inline-block;
      list-style-image: none;
      margin: 0 20px; }
      @media (max-width: 766px) {
        footer ul li {
          display: block;
          margin-bottom: 20px; } }
      footer ul li a {
        color: #9b9b9b;
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        text-decoration: none; }
        .no-touchevents footer ul li a:hover {
          text-decoration: underline; }
  footer .social-links {
    color: #4a4a4a;
    font-size: 30px; }
    footer .social-links li {
      display: inline-block;
      margin: 0; }
      footer .social-links li .icon-circle {
        padding-top: 9px; }
      footer .social-links li a {
        color: #4a4a4a; }
        .no-touchevents footer .social-links li a:hover {
          color: #9b9b9b; }
  footer .contact-details {
    color: #5aa3e8; }
    footer .contact-details a {
      color: #5aa3e8;
      text-decoration: none; }
      .no-touchevents footer .contact-details a:hover {
        text-decoration: underline; }
  footer .footer-logo {
    width: 200px; }

.pagination {
  clear: both;
  overflow: hidden; }
  .pagination ul {
    float: right;
    list-style-type: none;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0; }
    .pagination ul li {
      display: inline;
      margin: 0 9px; }
      .pagination ul li:first-child {
        margin: 0; }
        .pagination ul li:first-child i {
          margin-right: 10px; }
      .pagination ul li:last-child {
        margin: 0; }
        .pagination ul li:last-child i {
          margin-left: 10px; }
      .pagination ul li a {
        color: #4a4a4a;
        text-decoration: none; }
        .no-touchevents .pagination ul li a:hover {
          color: #0c4da2;
          text-decoration: underline; }
        .pagination ul li a.pagination__active {
          color: #0c4da2;
          font-weight: 800;
          text-decoration: underline; }

.location-timestamp {
  font-weight: 600;
  overflow: hidden; }
  .location-timestamp p {
    background: url("/assets/img/pin-icon.svg") left center no-repeat;
    float: left;
    margin-bottom: 0;
    margin-right: 40px;
    padding-left: 30px; }
    .location-timestamp p + p {
      background: url("/assets/img/event-icon.svg") left center no-repeat;
      padding-left: 40px; }

.sitemap .sitemap__list {
  padding-left: 15px; }

.sitemap .sitemap__subnav-item {
  margin-bottom: 10px; }
  .sitemap .sitemap__subnav-item a {
    color: #4a4a4a;
    text-decoration: none; }
    .sitemap .sitemap__subnav-item a:hover {
      text-decoration: underline; }

.sitemap .sitemap__subnav {
  margin-bottom: 20px;
  margin-top: 10px; }

.mapTooltip {
  background-color: #ffffff;
  border-radius: 10px;
  display: none;
  filter: alpha(opacity=70);
  max-width: 200px;
  padding: 10px;
  position: fixed;
  z-index: 1; }

.map {
  background-color: #81a9bb; }

.container {
  max-width: 980px; }
  .container path {
    stroke-width: .3px; }
  .container svg {
    margin-bottom: -6px; }

.mapcontainer .map {
  padding-bottom: 0; }

#map:after {
  background: rgba(0, 0, 0, 0.5);
  transition: background .5s ease; }

#map.loading:before {
  background: #ffffff;
  content: 'Searching...';
  left: 50%;
  margin-left: -80px;
  margin-top: -30px;
  padding: 20px 50px;
  position: absolute;
  top: 50%;
  z-index: 1001; }

#map.loading:after {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000; }

.promo-links {
  background: #ffffff;
  clear: left;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (min-width: 767px) {
    .promo-links {
      float: left;
      max-width: 400px; } }
  @media (min-width: 900px) {
    .promo-links {
      clear: right;
      float: right; } }
  .promo-links__heading {
    background: #0c4da2;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px; }
  .promo-links__link {
    border-bottom: 1px solid #ededed;
    padding: 20px; }
    .promo-links__link:last-child {
      border-bottom: none; }
    .promo-links__link a {
      color: #3b3d40;
      line-height: 1.4;
      text-decoration: none; }
      .promo-links__link a:hover {
        text-decoration: underline; }
    .promo-links__link .icon-circle {
      background: #0c4da2;
      border: none;
      float: right;
      height: 40px;
      margin-left: 20px;
      margin-top: -8px;
      width: 40px; }
      .promo-links__link .icon-circle img {
        height: auto;
        margin-top: 6px;
        width: 15px; }

.social-feed {
  margin-bottom: 60px; }
  .social-feed .social-feed__inner {
    padding: 20px; }
    .social-feed .social-feed__inner .button {
      border: 1px solid #4a90e2;
      color: #4a90e2; }
      .social-feed .social-feed__inner .button:hover {
        background-color: #4a90e2;
        color: #ffffff; }
  .social-feed__twitter, .social-feed__video, .social-feed__linkedin {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    min-height: 550px; }
    .social-feed__twitter h3, .social-feed__video h3, .social-feed__linkedin h3 {
      border-bottom: 1px #4a90e2 solid;
      color: #4a90e2;
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 0;
      margin-top: 0;
      padding: 20px;
      text-transform: uppercase; }
    .social-feed__twitter h4, .social-feed__video h4, .social-feed__linkedin h4 {
      color: #4a4a4a;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 0; }
    .social-feed__twitter h5, .social-feed__video h5, .social-feed__linkedin h5 {
      color: #4a90e2;
      font-size: 14px;
      margin-top: 5px; }
    .social-feed__twitter p, .social-feed__video p, .social-feed__linkedin p {
      margin-top: 0; }
    @media (min-width: 767px) {
      .social-feed__twitter, .social-feed__video, .social-feed__linkedin {
        float: left;
        width: 33.33%; } }
  .social-feed__twitter {
    height: 569px;
    margin-bottom: 20px;
    overflow-y: scroll; }
  .social-feed__video .social-feed__video-play {
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    transition: transform .25s;
    top: 50%; }
    .social-feed__video .social-feed__video-play:hover {
      transform: scale(1.15); }
  .social-feed__video .social-feed__video-title {
    margin-top: 0; }
  .social-feed__video .social-feed__video-wrapper {
    position: relative; }
  @media (min-width: 767px) {
    .social-feed__video {
      margin-left: 1%;
      width: calc(33.33% - 1%); } }
  .social-feed__linkedin {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    margin-top: 20px; }
    @media (min-width: 767px) {
      .social-feed__linkedin {
        align-items: center;
        float: left;
        justify-content: center;
        margin-top: 0;
        margin-left: 1%;
        width: calc(33.33% - 1%); } }
    .social-feed__linkedin .social-feed__linkedin-title {
      margin-top: 0; }
    .social-feed__linkedin-cta.button:hover {
      background-color: #ffffff;
      color: #81a9bb; }
    .social-feed__linkedin .social-feed__linkedin-wrapper {
      text-align: center; }
    .social-feed__linkedin-cta-wrapper {
      text-align: center; }

.project-title {
  overflow: auto;
  /*
  &__headline {
    color: $dark-green;
  }*/ }
  .project-title__divider {
    background: #0c4da2;
    margin-bottom: 24px; }
  .project-title__divider-dark-green {
    background: #138f5a;
    margin-bottom: 24px; }
  .project-title__divider-light-green {
    margin-bottom: 24px; }
  .project-title__divider-yellow {
    background: #fcc70e;
    margin-bottom: 24px; }
  .project-title__icon {
    display: block;
    float: right;
    height: 40px;
    margin-top: -5px;
    position: absolute;
    right: 20px;
    width: 40px; }
    @media (max-width: 766px) {
      .project-title__icon {
        right: 0; } }
  .project-title p {
    float: left;
    margin: 0;
    min-height: 48px;
    padding-right: 40px; }

.project-summary {
  overflow: auto; }
  .project-summary__aside {
    float: right;
    max-width: 290px;
    width: 100%; }
    @media (max-width: 1023px) {
      .project-summary__aside {
        margin-top: 40px;
        max-width: initial; } }
    .project-summary__aside-heading {
      font-size: 1.2em;
      font-weight: normal;
      text-transform: uppercase; }
    .project-summary__aside-items {
      border-top: 1px solid #4a4a4a;
      list-style: none;
      margin: 0;
      padding: 20px 0 0; }
      .project-summary__aside-items li {
        margin-bottom: 20px; }
    .project-summary__aside .compact-social-buttons {
      margin-top: 40px; }
    .project-summary__aside a {
      color: #5aa3e8;
      text-decoration: none; }
      .project-summary__aside a:hover {
        text-decoration: underline; }
    .project-summary__aside p {
      color: #0c4da2;
      font-size: .9em;
      margin: 0;
      text-transform: uppercase; }
      .project-summary__aside p + p {
        color: #4a4a4a;
        font-size: 1em;
        text-transform: none; }
  .project-summary__content {
    float: left;
    max-width: 620px;
    width: 100%; }
    @media (max-width: 1023px) {
      .project-summary__content {
        margin-top: 40px;
        max-width: initial; } }
    .project-summary__content h2.sub-title + p {
      font-size: 18px; }

.compact-social-buttons {
  list-style: none;
  margin: 0;
  padding: 0; }
  .compact-social-buttons li {
    border: 1px solid #d8d8d8;
    display: block;
    float: left;
    height: 40px;
    text-align: center;
    width: 70px; }
    .compact-social-buttons li a {
      color: #4a4a4a;
      display: block;
      height: 100%;
      line-height: 40px;
      width: 100%; }
    .compact-social-buttons li:first-child {
      border-radius: 3px 0 0 3px;
      border-right: 0; }
    .compact-social-buttons li:last-child {
      border-left: 0;
      border-radius: 0 3px 3px 0; }

.project-partners {
  overflow: auto; }
  @media (min-width: 767px) {
    .project-partners {
      padding-bottom: 0; } }
  .project-partners img {
    display: block;
    margin-bottom: 40px;
    width: 100%; }
  .project-partners .thematic-priorities {
    overflow: hidden; }
    .project-partners .thematic-priorities h2 {
      float: left; }
    .project-partners .thematic-priorities p {
      float: left;
      margin-right: 20px; }
  .project-partners .thematic-priorities__icon-wrapper {
    float: left;
    margin-left: 20px;
    position: relative;
    top: 0; }
    @media (max-width: 766px) {
      .project-partners .thematic-priorities__icon-wrapper {
        clear: both;
        margin-left: 0; } }
    .project-partners .thematic-priorities__icon-wrapper ul {
      list-style-type: none;
      padding-left: 0; }
      @media (max-width: 766px) {
        .project-partners .thematic-priorities__icon-wrapper ul {
          margin-top: 0; } }
      .project-partners .thematic-priorities__icon-wrapper ul li {
        display: inline;
        margin-right: 20px; }
        @media (max-width: 766px) {
          .project-partners .thematic-priorities__icon-wrapper ul li {
            display: block;
            margin-bottom: 10px; } }
        .project-partners .thematic-priorities__icon-wrapper ul li span {
          display: inline-block; }
  .project-partners .thematic-priorities__icon {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    position: relative;
    top: 5px;
    width: 25px; }
  .project-partners__summary {
    background: #5aa3e8;
    border-radius: 4px;
    color: #ffffff;
    float: left;
    font-weight: bold;
    padding: 20px;
    width: 33.33%; }
    .project-partners__summary a {
      color: #ffffff;
      font-weight: bold; }
    @media (max-width: 766px) {
      .project-partners__summary {
        width: 45%; } }
    @media (max-width: 699px) {
      .project-partners__summary {
        width: 100%; } }
  .project-partners__list {
    float: right;
    text-align: left;
    width: 63.67%; }
    @media (max-width: 766px) {
      .project-partners__list {
        width: 50%; } }
    @media (max-width: 699px) {
      .project-partners__list {
        width: 100%; } }
    .project-partners__list tr {
      height: 64px; }
    .project-partners__list th {
      color: #0c4da2;
      font-size: 18px; }
      .partner-detail .project-partners__list th {
        width: 20%; }
    .partner-detail .project-partners__list td a {
      color: #4a4a4a; }
    .project-partners__list th,
    .project-partners__list td {
      border-bottom: 1px solid #d8d8d8; }
      .partner-detail .project-partners__list th, .partner-detail
      .project-partners__list td {
        padding: 10px 40px 10px 0; }
  .project-partners__cta {
    clear: both;
    padding: 20px 0 0;
    text-align: center; }
    @media (max-width: 699px) {
      .project-partners__cta {
        padding: 40px 0; } }
  .project-partners .button {
    margin: 0; }
  .project-partners--case-study #map {
    margin-bottom: 0; }
    .project-partners--case-study #map + .project-partners__summary {
      border-radius: 0 0 4px 4px; }
  .project-partners--case-study .project-partners__summary {
    border-radius: 4px;
    float: none;
    padding: 30px 20px;
    width: 100%; }
    .partner-detail .project-partners--case-study .project-partners__summary {
      margin-bottom: 40px; }
    .project-partners--case-study .project-partners__summary .sub-title {
      color: #ffffff;
      font-weight: bold; }
    .project-partners--case-study .project-partners__summary table {
      width: 100%; }
      .project-partners--case-study .project-partners__summary table th {
        color: #ffffff;
        opacity: .7;
        text-align: left; }
        @media (min-width: 767px) {
          .partner-detail .project-partners--case-study .project-partners__summary table th {
            width: 33.33%; } }
      .project-partners--case-study .project-partners__summary table td {
        vertical-align: top; }
  .project-partners--case-study .project-partners__list {
    float: none;
    margin: 40px 0;
    width: 100%; }
    .project-partners--case-study .project-partners__list a {
      color: #5aa3e8; }
    .partner-detail .project-partners--case-study .project-partners__list {
      margin-top: 0; }
  .project-partners .partner-detail-list {
    margin-bottom: 20px;
    text-align: left; }
    .project-partners .partner-detail-list tr {
      height: 64px; }
    .project-partners .partner-detail-list th {
      color: #0c4da2;
      font-size: 18px; }
      .partner-detail .project-partners .partner-detail-list th {
        width: 20%; }
    .partner-detail .project-partners .partner-detail-list td a {
      color: #4a4a4a; }
    .project-partners .partner-detail-list td a {
      display: block;
      max-width: 820px; }
    .project-partners .partner-detail-list th,
    .project-partners .partner-detail-list td {
      border-bottom: 1px solid #d8d8d8; }
      .partner-detail .project-partners .partner-detail-list th, .partner-detail
      .project-partners .partner-detail-list td {
        padding: 10px 40px 10px 0; }

.project-summary__aside-items .project-partners-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .project-summary__aside-items .project-partners-list li {
    margin: 0;
    padding: 0; }

.project-summary__aside-items .partners-toggle {
  display: inline-block;
  margin-top: .5em; }
  .project-summary__aside-items .partners-toggle .hide {
    display: none; }
  .project-summary__aside-items .partners-toggle .show {
    display: block; }
  .project-summary__aside-items .partners-toggle.partners-toggle--show .hide {
    display: block; }
  .project-summary__aside-items .partners-toggle.partners-toggle--show .show {
    display: none; }

.map {
  padding-bottom: 56.56%; }
  .project-partners .map {
    margin-bottom: 20px; }

.tabs {
  width: 100%; }
  .tabs__list {
    background: #eeeeee;
    border-top: 3px solid #d8d8d8;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    text-align: center; }
    @media (max-width: 699px) {
      .tabs__list {
        display: none; } }
    .tabs__list--project {
      margin-top: 10px; }
  .tabs__tab {
    background: #eeeeee;
    border-right: 1px solid #d8d8d8;
    display: inline-block;
    text-transform: uppercase; }
    .tabs__tab--active {
      background: #f9f9f9;
      border-color: #f9f9f9; }
      .tabs__tab--active .tabs__tab-link {
        color: #0c4da2; }
    .tabs__tab:last-child {
      border-right: none; }
  .tabs__tab-link {
    color: #787878;
    display: block;
    font-weight: bold;
    padding: 20px 40px;
    text-decoration: none; }
  .tabs__pane {
    display: none;
    width: 100%; }
    @media (max-width: 699px) {
      .tabs__pane {
        display: block !important; } }
    .tabs__pane--active {
      display: block; }

.submit-project {
  text-align: center; }
  .submit-project__wrapper {
    margin: 0 auto;
    max-width: 480px; }
  .submit-project__icon {
    background: #81a9bb;
    border-radius: 40px;
    display: inline-block;
    height: 80px;
    width: 80px; }
    .submit-project__icon:before {
      background: url("/assets/img/submit-project.svg") no-repeat center center;
      content: '';
      display: block;
      height: 40px;
      margin: 20px;
      width: 40px; }
  .submit-project__title {
    font-weight: bold; }
  .submit-project .divider {
    margin: 20px 0; }
    .submit-project .divider:last-child {
      margin-bottom: 0; }

.top-page-intro {
  overflow: hidden; }
  .top-page-intro__left {
    float: left;
    width: 60%; }
    @media (max-width: 766px) {
      .top-page-intro__left {
        float: none;
        margin-bottom: 40px;
        width: 100%; } }
  .top-page-intro-theme__left p {
    font-size: 18px;
    line-height: 27px; }
  .top-page-intro__right {
    background: #81a9bb;
    border-radius: 4px;
    color: #ffffff;
    float: right;
    margin-top: 40px;
    padding: 40px;
    width: 33%; }
    @media (max-width: 766px) {
      .top-page-intro__right {
        margin: 40px 0;
        width: 100%; } }
    .top-page-intro__right .button {
      border-color: #ffffff;
      color: #ffffff; }
      .no-touchevents .top-page-intro__right .button:hover {
        background: #ffffff;
        color: #81a9bb; }
  .top-page-intro .compact-social-buttons {
    margin-top: 40px; }

.case-study-hero {
  background: no-repeat center center;
  background-size: cover;
  height: 400px;
  margin: 20px auto 40px;
  max-width: 1800px;
  padding: 40px;
  position: relative;
  width: 100%; }
  .case-study-hero:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    bottom: 0;
    content: '';
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .case-study-hero .project-title {
    bottom: 40px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1; }
    .case-study-hero .project-title__headline,
    .case-study-hero .project-title p {
      color: #ffffff; }
  .case-study-hero--project {
    margin: 0 auto; }

.result-tiles {
  overflow: auto; }
  .result-tiles__item {
    background: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-right: 2%;
    overflow: hidden;
    text-align: center;
    width: 32%; }
    @media (max-width: 766px) {
      .result-tiles__item {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%; } }
    .result-tiles__item:last-child {
      margin-right: 0; }
    .result-tiles__item--yellow .button {
      background: #fcc70e;
      border-color: #fcc70e;
      color: #ffffff; }
      .no-touchevents .result-tiles__item--yellow .button:hover {
        background: #fcc70e;
        border-color: #fcc70e; }
    .result-tiles__item--light-green .button {
      background: #96c221;
      border-color: #96c221;
      color: #ffffff; }
      .no-touchevents .result-tiles__item--light-green .button:hover {
        background: #96c221;
        border-color: #96c221; }
    .result-tiles__item--dark-green .button {
      background: #138f5a;
      border-color: #138f5a;
      color: #ffffff; }
      .no-touchevents .result-tiles__item--dark-green .button:hover {
        background: #138f5a;
        border-color: #138f5a; }
  .result-tiles__image {
    position: relative; }
    .result-tiles__image img {
      display: block;
      width: 100%; }
  .result-tiles__copy {
    padding: 20px 20px 40px; }
  .result-tiles__icon {
    bottom: 0;
    height: 50px;
    left: 0;
    margin: 0 auto -25px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px; }
  .result-tiles .button {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: -40px; }

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

.follow-us__list {
  list-style-type: none;
  margin: 5px 0 45px;
  padding: 0; }

.follow-us__list-item {
  display: inline-block;
  height: 30px;
  margin-right: 5px; }

.follow-us__icon {
  height: 100%; }

.follow-us--float {
  float: right;
  position: relative;
  z-index: 2; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.application-process-navigation {
  font-size: 13px;
  position: fixed;
  right: 80px;
  text-align: right;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2; }
  @media screen and (max-width: 1360px) {
    .application-process-navigation {
      right: 10px; } }
  @media screen and (max-width: 1240px) {
    .application-process-navigation {
      display: none; } }
  .application-process-navigation__item {
    line-height: 26px;
    list-style: none;
    margin-bottom: -2px; }
    .application-process-navigation__item:last-child.application-process-navigation__item--active .application-process-navigation__link:after {
      background-color: #0c4da2; }
  .application-process-navigation__link {
    color: #685b63;
    display: inline-block;
    padding-right: 18px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase; }
    .application-process-navigation__link:before, .application-process-navigation__link:after {
      border-radius: 50%;
      box-sizing: content-box;
      content: '';
      display: block;
      position: absolute;
      right: 0; }
    .application-process-navigation__link:before {
      display: none;
      height: 9px;
      top: 1px;
      width: 9px;
      z-index: 1; }
    .application-process-navigation__link:after {
      border: 1px solid #685b63;
      height: 9px;
      top: 1px;
      width: 9px;
      z-index: 2; }
  .application-process-navigation__item.active,
  .application-process-navigation .application-process-navigation__item--active.application-process-navigation__item--past {
    padding-bottom: 12px;
    padding-top: 16px; }
    .application-process-navigation__item.active .application-process-navigation__link,
    .application-process-navigation .application-process-navigation__item--active.application-process-navigation__item--past .application-process-navigation__link {
      color: #0c4da2;
      font-size: 20px;
      font-weight: 600;
      padding-right: 33px; }
      .application-process-navigation__item.active .application-process-navigation__link:after,
      .application-process-navigation .application-process-navigation__item--active.application-process-navigation__item--past .application-process-navigation__link:after {
        border: 3px solid #0c4da2;
        height: 14px;
        right: -4px;
        top: 0;
        width: 14px; }
      .application-process-navigation__item.active .application-process-navigation__link:before,
      .application-process-navigation .application-process-navigation__item--active.application-process-navigation__item--past .application-process-navigation__link:before {
        display: none; }
  .application-process-navigation__item--past .application-process-navigation__link {
    color: #0c4da2; }
    .application-process-navigation__item--past .application-process-navigation__link:after {
      border-color: transparent; }
    .application-process-navigation__item--past .application-process-navigation__link:before {
      background-color: #0c4da2;
      display: block; }

.application-process-main {
  position: relative; }

.application-process-content {
  color: #0c4da2;
  font-size: 18px;
  overflow: hidden; }
  .application-process-content--desktop-align-right {
    text-align: right; }
  .application-process-content h1 {
    border-bottom: 1px solid #0c4da2;
    display: inline-block;
    font-size: 52px;
    font-weight: 300;
    line-height: 65px;
    margin-bottom: 3px;
    padding-bottom: 13px;
    text-transform: uppercase; }
    @media screen and (max-width: 869px) {
      .application-process-content h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: -3px;
        padding-bottom: 11px; } }
  .application-process-content .button {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.75px;
    line-height: 19px;
    padding-left: 40px;
    padding-right: 40px; }
  .application-process-content--implementation {
    margin-left: 82px; }
    .application-process-content--implementation p {
      max-width: 495px; }
  .application-process-content--closure {
    float: right;
    margin-right: 51px; }
    .application-process-content--closure p {
      max-width: 370px; }
  .application-process-content--long-term-effects {
    margin-left: 149px; }
    .application-process-content--long-term-effects p {
      max-width: 410px; }
  .application-process-content--intro {
    margin-left: 119px;
    max-width: 552px; }
  .application-process-content--project-idea {
    margin-left: 85px;
    max-width: 690px; }
  .application-process-content--step-1 {
    margin-left: 5px;
    max-width: 464px; }
    .application-process-content--step-1 .application-process-full-content__columns {
      padding-left: 0;
      padding-right: 0; }
  .application-process-content--step-2 {
    float: right;
    margin-right: -2px;
    max-width: 440px; }

.application-process-bg-temp {
  height: 4344px;
  margin-left: 4px;
  overflow: hidden;
  top: 214px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 780px;
  z-index: 1; }

.application-process-line {
  position: absolute; }
  .application-process-line--part-one {
    bottom: 0;
    height: 256px;
    left: 25px; }
  .application-process-line--part-two {
    left: 25px;
    top: -5px; }
  .application-process-line--part-three {
    left: 6px;
    top: -1px; }
  .application-process-line--part-four {
    left: 60px;
    top: -1px; }
  .application-process-line--part-five {
    left: 11px;
    top: -2px; }
  .application-process-line--part-six {
    left: 8px;
    top: 0; }
  .application-process-line--part-seven {
    left: 13px;
    top: 0; }

.application-process-section {
  position: relative; }
  .application-process-section .row-inner {
    max-width: 812px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    z-index: 1; }
  .application-process-section__anchor {
    position: absolute;
    top: 0;
    width: 5px; }
  .application-process-section--intro .application-process-section__anchor {
    top: -251px; }
  .application-process-section--long-term-effects .application-process-section__anchor {
    top: 50px; }
  .application-process-section--intro .row-inner {
    min-height: 451px;
    padding-top: 111px; }
  .application-process-section--project-idea .row-inner {
    min-height: 700px;
    padding-top: 140px; }
  .application-process-section--step-1 .row-inner {
    min-height: 717px;
    padding-top: 113px; }
  .application-process-section--step-2 .row-inner {
    min-height: 700px;
    padding-top: 32px; }
  .application-process-section--implementation .row-inner {
    min-height: 700px;
    padding-top: 84px; }
  .application-process-section--closure .row-inner {
    min-height: 700px;
    padding-top: 26px; }
  .application-process-section--long-term-effects .row-inner {
    min-height: 700px; }
  .application-process-section__overlay {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    background-color: rgba(0, 0, 0, 0.05);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .application-process-section--overlay-open .application-process-section__overlay {
    opacity: 1;
    z-index: 1; }
  .application-process-section--overlay-animate-in .application-process-section__overlay {
    animation-name: fade-in; }
  .application-process-section--overlay-animate-out .application-process-section__overlay {
    animation-name: fade-out; }

.application-process-full-content {
  background-color: #ffffff;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  color: #4a4a4a;
  font-size: 18px;
  overflow: hidden;
  padding: 30px 50px 40px;
  position: relative;
  z-index: 1; }
  .application-process-full-content h1 {
    border-bottom: 1px solid #0c4da2;
    font-size: 36px;
    font-weight: 300;
    line-height: 65px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 5px;
    text-transform: uppercase; }
  .application-process-full-content h2 {
    color: #0c4da2;
    font-size: 24px;
    margin-top: 24px; }
  .application-process-full-content a {
    color: #0c4da2; }
  .application-process-full-content__columns {
    padding-left: 18px;
    padding-right: 18px; }
    .application-process-full-content__columns__inner {
      margin-left: -60px;
      overflow: hidden; }
    .application-process-full-content__columns__column {
      float: left;
      padding-left: 60px;
      width: 50%; }
    @media screen and (max-width: 639px) {
      .application-process-full-content__columns {
        padding-left: 0;
        padding-right: 0;
        margin-top: -20px; }
        .application-process-full-content__columns__inner {
          margin-left: 0; }
        .application-process-full-content__columns__column {
          float: none;
          padding-left: 0;
          width: 100%; } }
  .application-process-full-content .button {
    font-size: 14px;
    line-height: 19px;
    padding-left: 25px;
    padding-right: 25px; }
  .application-process-full-content__close {
    background: transparent url("/assets/img/application-process/application-overlay-close.svg") top left/contain no-repeat;
    border: none;
    height: 19px;
    outline: none;
    overflow: hidden;
    position: absolute;
    right: 49px;
    text-indent: -9999px;
    top: 49px;
    width: 19px; }

.js .application-process-full-content {
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  border: none;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  left: 50%;
  max-width: 860px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1; }
  .js .application-process-full-content--open {
    opacity: 1;
    z-index: 2; }
  .js .application-process-full-content--animate-in {
    animation-name: fade-in;
    z-index: 2; }
  .js .application-process-full-content--animate-out {
    animation-name: fade-out; }

.application-process-graphic-container {
  height: 100%;
  left: 50%;
  margin-left: -386px;
  position: absolute;
  top: 0;
  width: 772px;
  z-index: -1; }

.application-process-graphic {
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute; }
  .application-process-graphic--sun {
    background-image: url("/assets/img/application-process/sun.png");
    height: 126px;
    left: -30px;
    top: 48px;
    width: 122px; }
  .application-process-graphic--clouds-set-fifteen {
    background-image: url("/assets/img/application-process/clouds-set-fifteen.png");
    height: 106px;
    left: -378px;
    top: 26px;
    width: 301px; }
  .application-process-graphic--clouds-set-sixteen {
    background-image: url("/assets/img/application-process/clouds-set-sixteen.png");
    height: 74px;
    right: 42px;
    top: 45px;
    width: 158px; }
  .application-process-graphic--clouds-set-seventeen {
    background-image: url("/assets/img/application-process/clouds-set-seventeen.png");
    height: 80px;
    right: -184px;
    top: 30px;
    width: 116px; }
  .application-process-graphic--hot-air-balloon {
    background-image: url("/assets/img/application-process/hot-air-balloon.png");
    height: 107px;
    left: 619px;
    top: 25px;
    width: 68px; }
  .application-process-graphic--leaf {
    background-image: url("/assets/img/application-process/leaf.png");
    bottom: 43px;
    height: 45px;
    left: 292px;
    width: 42px; }
  .application-process-graphic--man {
    background-image: url("/assets/img/application-process/man.png");
    bottom: 92px;
    height: 126px;
    left: 221px;
    width: 53px; }
  .application-process-graphic--windmill__blades, .application-process-graphic--windmill__stalk {
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    position: absolute; }
  .application-process-graphic--windmill__blades {
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    left: 0;
    top: 0;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: 2; }
  .application-process-graphic--windmill__stalk {
    bottom: 0;
    left: 0;
    z-index: 1; }
  .application-process-graphic--windmill-one {
    bottom: 94px;
    height: 115px;
    left: 494px;
    width: 60px; }
    .application-process-graphic--windmill-one .application-process-graphic--windmill__blades {
      animation-duration: 3s;
      background-image: url("/assets/img/application-process/windmill-small-blades.png");
      height: 63px;
      left: 0;
      top: 6px;
      width: 63px; }
    .application-process-graphic--windmill-one .application-process-graphic--windmill__stalk {
      background-image: url("/assets/img/application-process/windmill-small-stalk.png");
      bottom: 2px;
      height: 72px;
      left: 26px;
      width: 10px; }
  .application-process-graphic--windmill-two {
    bottom: 85px;
    height: 245px;
    left: 532px;
    width: 127px; }
    .application-process-graphic--windmill-two .application-process-graphic--windmill__blades {
      animation-duration: 2s;
      background-image: url("/assets/img/application-process/windmill-large-blades.png");
      height: 131px;
      left: 1px;
      top: 12px;
      width: 130px; }
    .application-process-graphic--windmill-two .application-process-graphic--windmill__stalk {
      background-image: url("/assets/img/application-process/windmill-large-stalk.png");
      bottom: 12px;
      height: 151px;
      left: 58px;
      width: 19px; }
  .application-process-graphic--windmill-three {
    bottom: 94px;
    height: 176px;
    left: 642px;
    width: 92px; }
    .application-process-graphic--windmill-three .application-process-graphic--windmill__blades {
      animation-duration: 5s;
      background-image: url("/assets/img/application-process/windmill-medium-blades.png");
      height: 100px;
      left: -2px;
      top: 8px;
      width: 100px; }
    .application-process-graphic--windmill-three .application-process-graphic--windmill__stalk {
      background-image: url("/assets/img/application-process/windmill-medium-stalk.png");
      bottom: 2px;
      height: 114px;
      left: 42px;
      width: 14px; }
  .application-process-graphic--clouds-set-one {
    background-image: url("/assets/img/application-process/clouds-set-one.png");
    bottom: 351px;
    height: 106px;
    left: -293px;
    width: 301px; }
  .application-process-graphic--clouds-set-two {
    background-image: url("/assets/img/application-process/clouds-set-two.png");
    height: 208px;
    left: 295px;
    top: 31px;
    width: 522px; }
  .application-process-graphic--clouds-set-three {
    background-image: url("/assets/img/application-process/clouds-set-three.png");
    height: 80px;
    right: -325px;
    top: 68px;
    width: 116px; }
  .application-process-graphic--watering-can {
    background-image: url("/assets/img/application-process/watering-can.gif");
    height: 327px;
    left: 554px;
    top: 0;
    width: 112px; }
  .application-process-graphic--cloud-set-four {
    background-image: url("/assets/img/application-process/clouds-set-four.png");
    height: 106px;
    left: -360px;
    top: 70px;
    width: 301px; }
  .application-process-graphic--cloud-set-five {
    background-image: url("/assets/img/application-process/clouds-set-four.png");
    height: 106px;
    right: -346px;
    top: 161px;
    width: 301px; }
  .application-process-graphic--plant {
    background-image: url("/assets/img/application-process/plant.png");
    bottom: 140px;
    height: 215px;
    right: 127px;
    width: 79px; }
  .application-process-graphic--stone-set-one {
    background-image: url("/assets/img/application-process/stones-set-one.png");
    bottom: 69px;
    height: 70px;
    left: 8px;
    width: 811px; }
  .application-process-graphic--leaf-two {
    background-image: url("/assets/img/application-process/leaf-two.png");
    bottom: 124px;
    height: 97px;
    left: 325px;
    width: 94px; }
  .application-process-graphic--leaf-three {
    background-image: url("/assets/img/application-process/leaf-three.png");
    bottom: 223px;
    height: 72px;
    left: 328px;
    width: 70px; }
  .application-process-graphic--leaf-four {
    background-image: url("/assets/img/application-process/leaf-four.png");
    bottom: 289px;
    height: 47px;
    left: 372px;
    width: 45px; }
  .application-process-graphic--leaf-five {
    background-image: url("/assets/img/application-process/leaf-five.png");
    bottom: 340px;
    height: 47px;
    left: 406px;
    width: 45px; }
  .application-process-graphic--leaf-six {
    background-image: url("/assets/img/application-process/leaf-six.png");
    bottom: 347px;
    height: 34px;
    left: 454px;
    width: 41px; }
  .application-process-graphic--leaf-seven {
    background-image: url("/assets/img/application-process/leaf-seven.png");
    bottom: 165px;
    height: 77px;
    left: 428px;
    width: 86px; }
  .application-process-graphic--cloud-set-six {
    background-image: url("/assets/img/application-process/clouds-set-six.png");
    height: 61px;
    left: -377px;
    top: 86px;
    width: 130px; }
  .application-process-graphic--ufo {
    background-image: url("/assets/img/application-process/ufo.png");
    height: 50px;
    left: -157px;
    top: 77px;
    width: 94px;
    z-index: 1; }
  .application-process-graphic--cloud-set-seven {
    background-image: url("/assets/img/application-process/clouds-set-seven.png");
    height: 80px;
    left: -129px;
    top: 197px;
    width: 116px; }
  .application-process-graphic--project-activity-leaf-one {
    background-image: url("/assets/img/application-process/project-activity-leaf-one.png");
    bottom: 137px;
    height: 37px;
    left: 136px;
    width: 35px; }
  .application-process-graphic--project-activity-leaf-two {
    background-image: url("/assets/img/application-process/project-activity-leaf-two.png");
    bottom: 174px;
    height: 32px;
    left: 150px;
    width: 27px; }
  .application-process-graphic--project-activity-leaf-three {
    background-image: url("/assets/img/application-process/project-activity-leaf-three.png");
    bottom: 116px;
    height: 34px;
    left: 163px;
    width: 36px; }
  .application-process-graphic--project-activity-leaf-four {
    background-image: url("/assets/img/application-process/project-activity-leaf-four.png");
    bottom: 147px;
    height: 39px;
    left: 177px;
    width: 36px; }
  .application-process-graphic--project-activity-leaf-five {
    background-image: url("/assets/img/application-process/project-activity-leaf-five.png");
    bottom: 190px;
    height: 39px;
    left: 175px;
    width: 39px; }
  .application-process-graphic--project-activity-leaf-six {
    background-image: url("/assets/img/application-process/project-activity-leaf-six.png");
    bottom: 118px;
    height: 29px;
    left: 204px;
    width: 35px; }
  .application-process-graphic--project-activity-leaf-seven {
    background-image: url("/assets/img/application-process/project-activity-leaf-seven.png");
    bottom: 156px;
    height: 28px;
    left: 212px;
    width: 32px; }
  .application-process-graphic--project-activity-leaf-eight {
    background-image: url("/assets/img/application-process/project-activity-leaf-eight.png");
    bottom: 189px;
    height: 34px;
    left: 210px;
    width: 36px; }
  .application-process-graphic--sheep-one {
    background-image: url("/assets/img/application-process/sheep-one.png");
    bottom: 27px;
    height: 70px;
    left: 446px;
    width: 91px; }
  .application-process-graphic--sheep-two {
    background-image: url("/assets/img/application-process/sheep-two.png");
    bottom: 29px;
    height: 70px;
    left: 591px;
    width: 91px; }
  .application-process-graphic--sheep-baa {
    background-image: url("/assets/img/application-process/sheep-baa.png");
    bottom: 99px;
    height: 64px;
    left: 529px;
    width: 58px; }
  .application-process-graphic--cloud-set-nine {
    background-image: url("/assets/img/application-process/clouds-set-nine.png");
    height: 54px;
    right: -210px;
    top: 15px;
    width: 78px; }
  .application-process-graphic--hot-air-balloon-two {
    background-image: url("/assets/img/application-process/hot-air-balloon.png");
    bottom: 302px;
    height: 107px;
    right: -5px;
    width: 68px;
    z-index: 2; }
  .application-process-graphic--cloud-set-eight {
    background-image: url("/assets/img/application-process/clouds-set-eight.png");
    height: 74px;
    right: -3px;
    top: 348px;
    width: 158px; }
  .application-process-graphic--cloud-set-ten {
    background-image: url("/assets/img/application-process/clouds-set-ten.png");
    height: 74px;
    right: -263px;
    top: 205px;
    width: 158px; }
  .application-process-graphic--cloud-set-eleven {
    background-image: url("/assets/img/application-process/clouds-set-eleven.png");
    height: 80px;
    right: -394px;
    top: 85px;
    width: 116px; }
  .application-process-graphic--cloud-set-twelve {
    background-image: url("/assets/img/application-process/clouds-set-twelve.png");
    height: 61px;
    left: -335px;
    top: 93px;
    width: 130px; }
  .application-process-graphic--cloud-set-thirteen {
    background-image: url("/assets/img/application-process/clouds-set-thirteen.png");
    height: 80px;
    left: -121px;
    top: 180px;
    width: 116px; }
  .application-process-graphic--cloud-set-fourteen {
    background-image: url("/assets/img/application-process/clouds-set-fourteen.png");
    height: 74px;
    right: -190px;
    top: 130px;
    width: 158px; }
  .application-process-graphic--tree-contents {
    background-image: url("/assets/img/application-process/tree-contents.png");
    height: 238px;
    left: 59px;
    top: 235px;
    width: 276px; }
  .application-process-graphic--apple-one {
    background-image: url("/assets/img/application-process/apple-one.png");
    bottom: 287px;
    height: 20px;
    left: 105px;
    width: 20px; }
  .application-process-graphic--sheep-three {
    background-image: url("/assets/img/application-process/sheep-three.png");
    bottom: 43px;
    height: 54px;
    left: 55px;
    width: 68px; }
  .application-process-graphic--apple-two {
    background-image: url("/assets/img/application-process/apple-two.png");
    bottom: 318px;
    height: 29px;
    left: 340px;
    width: 30px; }
  .application-process-graphic--apple-pile {
    background-image: url("/assets/img/application-process/apple-pile.png");
    bottom: 43px;
    height: 43px;
    left: 270px;
    width: 85px; }
  .application-process-graphic--man-two {
    background-image: url("/assets/img/application-process/man-two.png");
    bottom: 40px;
    height: 122px;
    left: 352px;
    width: 50px; }
  .application-process-graphic--star-one {
    background-image: url("/assets/img/application-process/star-one.png");
    bottom: 292px;
    height: 36px;
    left: -45px;
    width: 34px; }
  .application-process-graphic--star-two {
    background-image: url("/assets/img/application-process/star-two.png");
    bottom: 139px;
    height: 50px;
    left: -16px;
    width: 47px; }
  .application-process-graphic--star-three {
    background-image: url("/assets/img/application-process/star-three.png");
    bottom: 149px;
    height: 70px;
    left: 200px;
    width: 68px; }
  .application-process-graphic--apple-core {
    background-image: url("/assets/img/application-process/apple-core.png");
    bottom: 116px;
    height: 174px;
    left: 293px;
    width: 185px; }
  .application-process-graphic--leaf-eight {
    background-image: url("/assets/img/application-process/leaf-eight.png");
    height: 88px;
    left: 371px;
    top: 325px;
    width: 98px; }
  .application-process-graphic--star-four {
    background-image: url("/assets/img/application-process/star-four.png");
    height: 36px;
    right: -10px;
    top: 104px;
    width: 34px; }
  .application-process-graphic--star-five {
    background-image: url("/assets/img/application-process/star-five.png");
    height: 70px;
    right: -74px;
    top: 219px;
    width: 68px; }
  .application-process-graphic--star-six {
    background-image: url("/assets/img/application-process/star-six.png");
    bottom: 343px;
    height: 50px;
    right: -156px;
    width: 47px; }
  .application-process-graphic--star-seven {
    background-image: url("/assets/img/application-process/star-seven.png");
    height: 65px;
    right: -245px;
    top: 88px;
    width: 63px; }
  .application-process-graphic--spark {
    background-image: url("/assets/img/application-process/spark.png");
    bottom: 70px;
    height: 134px;
    right: -5px;
    width: 136px; }

.application-process-actions {
  padding-top: 50px;
  text-align: center; }
  .application-process-actions .share-this-block {
    margin-top: 90px; }
    .application-process-actions .share-this-block .row-inner {
      border-top: none;
      padding-top: 0; }
  .application-process-actions__main-action {
    margin-left: 10px;
    margin-right: 10px; }

.js .parallax-enabled .application-process-graphic--man, .js .parallax-enabled .application-process-graphic--leaf, .js .parallax-enabled .application-process-graphic--windmill-one, .js .parallax-enabled .application-process-graphic--windmill-two, .js .parallax-enabled .application-process-graphic--windmill-three, .js .parallax-enabled .application-process-graphic--plant, .js .parallax-enabled .application-process-graphic--watering-can, .js .parallax-enabled .application-process-graphic--leaf-two, .js .parallax-enabled .application-process-graphic--leaf-three, .js .parallax-enabled .application-process-graphic--leaf-four, .js .parallax-enabled .application-process-graphic--leaf-five, .js .parallax-enabled .application-process-graphic--leaf-six, .js .parallax-enabled .application-process-graphic--leaf-seven, .js .parallax-enabled .application-process-graphic--project-activity-leaf, .js .parallax-enabled .application-process-graphic--sheep-one, .js .parallax-enabled .application-process-graphic--sheep-two, .js .parallax-enabled .application-process-graphic--sheep-baa, .js .parallax-enabled .application-process-graphic--man-two, .js .parallax-enabled .application-process-graphic--apple-pile, .js .parallax-enabled .application-process-graphic--tree-contents, .js .parallax-enabled .application-process-graphic--apple-one, .js .parallax-enabled .application-process-graphic--apple-two, .js .parallax-enabled .application-process-graphic--sheep-three, .js .parallax-enabled .application-process-graphic--apple-core, .js .parallax-enabled .application-process-graphic--leaf-eight, .js .parallax-enabled .application-process-graphic--star-one, .js .parallax-enabled .application-process-graphic--star-two, .js .parallax-enabled .application-process-graphic--star-three, .js .parallax-enabled .application-process-graphic--star-four, .js .parallax-enabled .application-process-graphic--star-five, .js .parallax-enabled .application-process-graphic--star-six, .js .parallax-enabled .application-process-graphic--star-seven, .js .parallax-enabled .application-process-graphic--star-eight, .js .parallax-enabled .application-process-graphic--spark {
  opacity: 0; }

@media screen and (max-width: 869px) {
  .application-process-section {
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden; }
    .application-process-section:first-child {
      border-top: 1px solid #d8d8d8; }
    .application-process-section .application-process-full-content {
      box-shadow: none;
      left: 0;
      opacity: 1;
      padding: 44px 45px 20px 20px;
      position: relative;
      -ms-transform: none;
      transform: none;
      z-index: 1; }
      .js .application-process-section .application-process-full-content {
        display: none; }
        .js .application-process-section .application-process-full-content--mobile-open {
          display: block; }
    .application-process-section__overlay {
      display: none; }
    .application-process-section .row-inner {
      margin-left: 0;
      margin-right: 0;
      max-width: inherit;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 30px; }
    .application-process-section--intro .row-inner {
      min-height: 352px;
      padding-top: 4px; }
    .application-process-section--project-idea .row-inner {
      min-height: 593px; }
    .application-process-section--step-1 .row-inner {
      min-height: 493px; }
    .application-process-section--step-2 .row-inner {
      min-height: 493px; }
    .application-process-section--implementation .row-inner {
      min-height: 543px; }
    .application-process-section--closure .row-inner {
      min-height: 583px; }
    .application-process-section--long-term-effects .row-inner {
      min-height: 623px; }
  .application-process-content {
    margin-left: 130px;
    max-width: 370px;
    padding-right: 0; }
    .application-process-content--step-1 {
      max-width: 388px; }
    .application-process-content--step-2 {
      float: none;
      margin-right: 0;
      text-align: left; }
    .application-process-content--closure {
      float: none;
      margin-right: 0;
      text-align: left; }
  .application-process-full-content h1 {
    font-size: 34px;
    line-height: 1.2em;
    padding-bottom: 13px; }
  .application-process-full-content__close {
    right: 25px;
    top: 32px; }
  .application-process-graphic-container {
    left: 0;
    margin-left: 0;
    width: 100%; }
  .application-process-line--part-one {
    bottom: -57px;
    left: 68px; }
  .application-process-line--part-two {
    background: transparent url("/assets/img/application-process/application-process-background-part-two-mobile.svg") top left no-repeat;
    bottom: 40px;
    height: 31px;
    left: -17px;
    top: auto;
    width: 900px; }
    .application-process-line--part-two svg {
      display: none; }
  .application-process-line--part-three {
    background: transparent url("/assets/img/application-process/application-process-background-part-three-mobile.svg") top left no-repeat;
    bottom: 50px;
    height: 57px;
    left: -25px;
    top: auto;
    width: 900px; }
    .application-process-line--part-three svg {
      display: none; }
  .application-process-line--part-four {
    background: transparent url("/assets/img/application-process/application-process-background-part-four-mobile.svg") top left no-repeat;
    bottom: 33px;
    height: 233px;
    left: -4px;
    top: auto;
    width: 900px; }
    .application-process-line--part-four svg {
      display: none; }
  .application-process-line--part-five {
    background: transparent url("/assets/img/application-process/application-process-background-part-five-mobile.svg") top left no-repeat;
    bottom: 36px;
    height: 182px;
    left: -16px;
    top: auto;
    width: 900px; }
    .application-process-line--part-five svg {
      display: none; }
  .application-process-line--part-six {
    background: transparent url("/assets/img/application-process/application-process-background-part-six-mobile.svg") top left no-repeat;
    bottom: 35px;
    height: 262px;
    left: -16px;
    top: auto;
    width: 900px; }
    .application-process-line--part-six svg {
      display: none; }
  .application-process-line--part-seven {
    background: transparent url("/assets/img/application-process/application-process-background-part-seven-mobile.svg") top left no-repeat;
    bottom: 55px;
    height: 223px;
    left: -22px;
    top: auto;
    width: 309px; }
    .application-process-line--part-seven svg {
      display: none; }
  .application-process-graphic--sun {
    left: 11px;
    top: 20px; } }

@media screen and (max-width: 869px) and (max-width: 750px) {
  .application-process-graphic--clouds-set-sixteen {
    display: none; } }

@media screen and (max-width: 869px) {
  .application-process-graphic--hot-air-balloon {
    left: 38px;
    top: 56px;
    width: 70px; }
  .application-process-graphic--man {
    bottom: 28px;
    left: 49px;
    width: 43px; }
  .application-process-graphic--leaf {
    bottom: 18px;
    left: 123px; }
  .application-process-graphic .application-process-graphic--windmill__blades,
  .application-process-graphic .application-process-graphic--windmill__stalk {
    animation-name: none;
    background-size: contain; }
  .application-process-graphic--windmill-one {
    bottom: 45px;
    height: 93px;
    left: 413px;
    width: 48px; }
    .application-process-graphic--windmill-one .application-process-graphic--windmill__blades {
      height: 50px;
      left: 5px;
      width: 50px; }
    .application-process-graphic--windmill-one .application-process-graphic--windmill__stalk {
      height: 58px;
      width: 10px; }
  .application-process-graphic--windmill-two {
    bottom: 41px;
    height: 190px;
    left: 262px; }
    .application-process-graphic--windmill-two .application-process-graphic--windmill__blades {
      height: 100px;
      left: 14px;
      width: 100px; }
    .application-process-graphic--windmill-two .application-process-graphic--windmill__stalk {
      height: 113px;
      width: 15px; }
  .application-process-graphic--windmill-three {
    bottom: 52px;
    height: 113px;
    left: 357px;
    width: 66px; }
    .application-process-graphic--windmill-three .application-process-graphic--windmill__blades {
      height: 66px;
      left: 0;
      top: 0;
      width: 66px; }
    .application-process-graphic--windmill-three .application-process-graphic--windmill__stalk {
      bottom: 0;
      height: 84px;
      left: 28px;
      width: 11px; }
  .application-process-graphic--clouds-set-one {
    bottom: 292px;
    left: -43px;
    width: 177px; }
  .application-process-graphic--clouds-set-two {
    left: 380px;
    width: 400px; }
  .application-process-graphic--watering-can {
    left: 30px;
    top: 91px;
    width: 63px; }
  .application-process-graphic--plant {
    bottom: 30px;
    height: 196px;
    left: 40px;
    right: auto;
    width: 69px; }
  .application-process-graphic--stone-set-one {
    bottom: -15px;
    width: 442px; }
  .application-process-graphic--cloud-set-four {
    left: 333px;
    top: 20px;
    width: 158px; }
  .application-process-graphic--cloud-set-five {
    left: -38px;
    right: auto;
    top: 16px;
    width: 215px; }
  .application-process-graphic--leaf-two {
    bottom: 63px;
    left: -4px;
    width: 75px; }
  .application-process-graphic--leaf-three {
    bottom: 144px;
    left: 0;
    width: 55px; }
  .application-process-graphic--leaf-four {
    bottom: 201px;
    left: 34px;
    width: 36px; }
  .application-process-graphic--leaf-five {
    bottom: 241px;
    left: 61px;
    width: 36px; }
  .application-process-graphic--leaf-six {
    bottom: 250px;
    left: 97px;
    width: 33px; }
  .application-process-graphic--leaf-seven {
    bottom: 97px;
    left: 78px;
    width: 65px; }
  .application-process-graphic--ufo {
    left: 21px;
    top: 71px;
    z-index: 2; }
  .application-process-graphic--project-activity-leaf-one {
    bottom: 125px;
    left: 20px;
    width: 30px; }
  .application-process-graphic--project-activity-leaf-two {
    bottom: 154px;
    left: 32px;
    width: 22px; }
  .application-process-graphic--project-activity-leaf-three {
    bottom: 109px;
    left: 43px;
    width: 29px; }
  .application-process-graphic--project-activity-leaf-four {
    bottom: 133px;
    left: 53px;
    width: 29px; }
  .application-process-graphic--project-activity-leaf-five {
    bottom: 167px;
    height: 39px;
    left: 52px;
    width: 29px; }
  .application-process-graphic--project-activity-leaf-six {
    bottom: 112px;
    left: 75px;
    width: 28px; }
  .application-process-graphic--project-activity-leaf-seven {
    bottom: 143px;
    left: 82px;
    width: 27px; }
  .application-process-graphic--project-activity-leaf-eight {
    bottom: 168px;
    left: 80px;
    width: 30px; }
  .application-process-graphic--sheep-one {
    bottom: 10px;
    left: 242px;
    width: 54px; }
  .application-process-graphic--sheep-two {
    bottom: 10px;
    left: 328px;
    width: 52px; }
  .application-process-graphic--sheep-baa {
    bottom: 57px;
    left: 290px;
    width: 38px; }
  .application-process-graphic--hot-air-balloon-two {
    bottom: 97px;
    left: 354px;
    right: auto;
    width: 51px;
    z-index: 2; }
  .application-process-graphic--cloud-set-eight {
    bottom: 159px;
    left: 328px;
    right: auto;
    top: auto;
    width: 105px; }
  .application-process-graphic--cloud-set-ten {
    right: 10px;
    top: 14px;
    width: 100px; }
  .application-process-graphic--cloud-set-eleven {
    left: 10px;
    right: auto;
    top: 37px;
    width: 84px; }
  .application-process-graphic--tree-contents {
    background-image: url("/assets/img/application-process/tree-contents-mobile.png");
    height: 142px;
    left: 69px;
    top: 307px;
    width: 171px; }
  .application-process-graphic--sheep-three {
    bottom: 34px;
    height: 43px;
    left: 51px;
    width: 54px; }
  .application-process-graphic--apple-one {
    bottom: 40px;
    height: 17px;
    left: 103px;
    width: 17px; }
  .application-process-graphic--apple-two {
    bottom: 125px;
    height: 25px;
    left: 305px;
    width: 25px;
    z-index: 2; }
  .application-process-graphic--man-two {
    bottom: 43px;
    height: 101px;
    left: 309px;
    width: 41px; }
  .application-process-graphic--apple-pile {
    bottom: 43px;
    height: 34px;
    left: 229px;
    width: 68px; }
  .application-process-graphic--cloud-set-twelve {
    height: 48px;
    left: 306px;
    top: 14px;
    width: 102px; }
  .application-process-graphic--cloud-set-thirteen {
    height: 60px;
    left: 23px;
    top: 102px;
    width: 85px; }
  .application-process-graphic--apple-core {
    bottom: 31px;
    height: 174px;
    left: 23px;
    width: 155px; }
  .application-process-graphic--leaf-eight {
    bottom: 202px;
    left: 81px;
    top: auto; }
  .application-process-graphic--star-one {
    bottom: auto;
    left: 74px;
    top: 152px;
    width: 32px; }
  .application-process-graphic--star-two {
    bottom: auto;
    left: 61px;
    top: 252px; }
  .application-process-graphic--star-three {
    bottom: 186px;
    height: 61px;
    left: 306px; }
  .application-process-graphic--star-four {
    left: 350px;
    right: auto;
    top: 300px;
    width: 32px; }
  .application-process-graphic--star-five {
    left: 0;
    right: auto;
    top: 200px;
    width: 45px; }
  .application-process-graphic--star-six, .application-process-graphic--star-seven {
    display: none; }
  .application-process-graphic--spark {
    bottom: 0;
    left: 229px;
    width: 116px; } }

@media screen and (max-width: 413px) {
  .application-process-section--intro .application-process-graphic-container {
    left: -11px; }
  .application-process-section--project-idea .application-process-graphic-container {
    left: -23px; }
  .application-process-section--step-1 .application-process-graphic-container {
    left: -15px; }
  .application-process-section--step-2 .application-process-graphic-container {
    left: -31px; }
  .application-process-section--implementation .application-process-graphic-container {
    left: -5px; }
  .application-process-section--closure .application-process-graphic-container {
    left: -50px; }
  .application-process-section--long-term-effects .application-process-graphic-container {
    left: -5px; }
  .application-process-content {
    font-size: 16px; }
    .application-process-content h1 {
      font-size: 24px;
      line-height: 32px; }
    .application-process-content--intro {
      margin-left: 102px; }
    .application-process-content--project-idea {
      margin-left: 82px; }
    .application-process-content--step-1 {
      margin-left: 75px; }
    .application-process-content--step-2 {
      margin-left: 40px; }
    .application-process-content--implementation {
      margin-left: 60px; }
    .application-process-content--closure {
      margin-left: 20px; }
    .application-process-content--long-term-effects {
      margin-left: 20px; }
  .application-process-graphic--windmill-one {
    bottom: 51px;
    left: 290px; }
  .application-process-graphic--windmill-two {
    bottom: 42px;
    left: 130px; }
  .application-process-graphic--windmill-three {
    left: 231px; }
  .application-process-graphic--ufo {
    left: -22px; }
  .application-process-graphic--sheep-one {
    bottom: 16px;
    left: 150px; }
  .application-process-graphic--sheep-two {
    left: 220px; }
  .application-process-graphic--sheep-baa {
    left: 207px; } }

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  header,
  nav,
  footer,
  .top-page-nav,
  .carousel-with-caption,
  .article-video,
  .share-this-block,
  .bottom-section,
  .article-top-share,
  .hero-video,
  .themes-panel,
  .project-ideas-search,
  .compact-social-buttons,
  .main-title img,
  .listing-article__image,
  .pagination,
  .carousel-case-study {
    display: none !important; }
  .accordion-auto__content {
    display: block !important; }
  .case-study-hero {
    height: auto;
    margin: 0;
    padding: 0; }
    .case-study-hero .project-title {
      position: static; }
    .case-study-hero .project-title__headline {
      margin: 0 0 24px; }
    .case-study-hero .divider {
      display: none; }
    .case-study-hero .project-title__icon {
      display: none; }
  .project-summary__aside {
    margin-top: 0; }
  #map {
    display: none; } }

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