/*!
 * Theme Name: Starter Kit
 * Theme URI:
 * Author: Wolf&Player
 * Author URI: https://wolfandplayer.com
 * Description: Base theme for Starter Kit website. Developers are strongly encouraged to modify the child theme instead of this core theme.
 * Version: 1.2.4
 * License: GNU General Public License v3
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: starterkit
 */

/*
    ##################################
    #                                #
    #              FONTS              #
    #                                #
    ################################## */

@font-face {
  font-family: Aroha;
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/aroha-webfont.woff2") format("woff2"), url("assets/fonts/aroha-webfont.woff") format("woff"), url("assets/fonts/aroha-webfont.ttf") format("truetype");
}

@font-face {
  font-family: Aroha;
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/aroha-webfont.woff2") format("woff2"), url("assets/fonts/aroha-webfont.woff") format("woff"), url("assets/fonts/aroha-webfont.ttf") format("truetype");
}

.type-zoom-in .article-header p:first-child, .type-zoom-in .article-header p:first-of-type, .article-box.note-box .title, .single-impact .article-header p:first-of-type, .type-implementation .article-header p:first-of-type {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.2083333333;
  color: #333333;
}

@media (max-width: 639px) {
  .type-zoom-in .article-header p:first-child, .type-zoom-in .article-header p:first-of-type, .article-box.note-box .title, .single-impact .article-header p:first-of-type, .type-implementation .article-header p:first-of-type {
    font-size: 1.1111111111em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .type-zoom-in .article-header p:first-child, .type-zoom-in .article-header p:first-of-type, .article-box.note-box .title, .single-impact .article-header p:first-of-type, .type-implementation .article-header p:first-of-type {
    font-size: calc( 1.1111111111em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .type-zoom-in .article-header p:first-child, .type-zoom-in .article-header p:first-of-type, .article-box.note-box .title, .single-impact .article-header p:first-of-type, .type-implementation .article-header p:first-of-type {
    font-size: 1.3333333333em;
  }
}

/*
    ##################################
    #                                #
    #              BASE              #
    #                                #
    ################################## */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 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: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  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;
  -ms-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 {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
    ##################################
    #                                #
    #             LAYOUT             #
    #                                #
    ################################## */

:root {
  --font: 0;
}

@media (min-width: 640px) {
  :root {
    --font: 1;
  }
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-feature-settings: "liga","kern";
}

body {
  min-width: 320px;
  background-color: white;
  color: #666666;
  font-family: Asap, sans-serif;
  font-size: 1.125em;
  line-height: 1.4444444444;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.fadein {
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.fadein.lazyloaded {
  opacity: 1;
}

::-moz-selection {
  color: white;
  background: black;
  text-shadow: none;
}

::selection {
  color: white;
  background: black;
  text-shadow: none;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto;
}

img.alignright, .wp-caption.alignright {
  clear: right;
  margin: 0 0 .5em 8%;
}

img.alignleft, .wp-caption.alignleft {
  margin: 0 8% .5em 0;
}

img.alignleft, img.alignright, .wp-caption.alignleft, .wp-caption.alignright {
  max-width: 45%;
}

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption img {
  width: 100%;
  display: block;
}

.wp-caption p {
  margin: .5em 0 0 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

/*
    ##################################
    #                                #
    #            ELEMENTS            #
    #                                #
    ################################## */

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: normal;
}

h1 {
  line-height: 1;
}

@media (max-width: 639px) {
  h1 {
    font-size: 1.7037037037em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  h1 {
    font-size: calc( 1.7037037037em + 38 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 3.1111111111em;
  }
}

@media (max-width: 639px) {
  h2 {
    font-size: 1.4074074074em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  h2 {
    font-size: calc( 1.4074074074em + 22 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  h2 {
    font-size: 2.2222222222em;
  }
}

@media (max-width: 639px) {
  h3 {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  h3 {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  h3 {
    font-size: 1.6666666667em;
  }
}

@media (max-width: 639px) {
  h4 {
    font-size: 1.1111111111em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  h4 {
    font-size: calc( 1.1111111111em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  h4 {
    font-size: 1.3333333333em;
  }
}

@media (max-width: 639px) {
  h5 {
    font-size: 1.037037037em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  h5 {
    font-size: calc( 1.037037037em + 2 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  h5 {
    font-size: 1.1111111111em;
  }
}

h6 {
  font-size: 1em;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: bold;
}

[data-poster] {
  background-position: center;
  background-size: 130% auto;
}

.link, .links a, p > a, .no-results-box .filters-clear, .article-header p > a {
  letter-spacing: -0.01em;
  transition: color .15s ease;
}

.link:hover, .links a:hover, p > a:hover, .no-results-box .filters-clear:hover, .article-header p > a:hover {
  color: #333333;
}

.links a {
  color: #00adef;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon svg {
  vertical-align: middle;
}

.icon path {
  fill: currentColor;
}

.download-button .icon, .form .button .icon, .form input[type=submit] .icon, .form button .icon, .wpcf7-form .button .icon, .wpcf7-form input[type=submit] .icon, .wpcf7-form button .icon, .article-download .button .icon, .download-form .wpcf7-form > .wpcf7-response-output .button .icon, .article-categories .button .icon, .article-section .button .icon, .articles .button .icon, .article-cta .cta-box .icon, .article-box .link .icon, .article-header p > a .icon, .article-header .links .icon {
  padding: 4px;
  vertical-align: top;
  margin: 0;
}

svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.list {
  padding: 0 0 0 1em;
}

figure.image {
  margin: 0;
}

.video iframe, .video img {
  display: block;
}

.guide-accordion dd p a, .analysis-group .group-entry > p > a, .article-categories .text *:not([class]) > a:not([class]), .article-section .text *:not([class]) > a:not([class]), .article-results .text *:not([class]) > a:not([class]), .article-summary .intro a:not([class]), .article-summary .text *:not([class]) > a:not([class]), .page-template-urban95 .article-aside .aside-box p a {
  color: #00adef;
  text-decoration: underline;
}

.guide-accordion dd p a:hover, .analysis-group .group-entry > p > a:hover, .article-categories .text *:not([class]) > a:hover:not([class]), .article-section .text *:not([class]) > a:hover:not([class]), .article-results .text *:not([class]) > a:hover:not([class]), .article-summary .intro a:hover:not([class]), .article-summary .text *:not([class]) > a:hover:not([class]), .page-template-urban95 .article-aside .aside-box p a:hover {
  color: #333333;
}

.single-impact .article-section dl a:not([class]), .article-accordion .row-entry dl a:not([class]), .article-details dl a:not([class]), .article-results dl a:not([class]), .article-summary dl a:not([class]) {
  color: #00adef;
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size .2s ease;
}

.single-impact .article-section dl a:hover:not([class]), .article-accordion .row-entry dl a:hover:not([class]), .article-details dl a:hover:not([class]), .article-results dl a:hover:not([class]), .article-summary dl a:hover:not([class]) {
  background-size: 100% 1px;
  color: currentColor;
}

.breadcrumbs a, .nav-drawer .menu a span, [id=nav] .menu a {
  background-image: linear-gradient(#00adef, #00adef);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size .2s ease;
}

.breadcrumbs a:hover, .nav-drawer .menu a span:hover, [id=nav] .menu a:hover {
  background-size: 100% 1px;
}

.single-impact .article-section dt, .article-accordion .row-entry dt, .article-details dt, .article-results dt, .article-summary dt, .article-accordion .label, .article-categories .label, .article-section .label, .article-guide .label, .article-header .label, .article-map .label, .articles .label, .implementation-section .label {
  font-size: 0.8888888889em;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
  font-family: Asap, sans-serif;
}

.single-impact .article-section dt + .lead, .article-accordion .row-entry dt + .lead, .article-details dt + .lead, .article-results dt + .lead, .article-summary dt + .lead, .article-accordion .label + .lead, .article-categories .label + .lead, .article-section .label + .lead, .article-guide .label + .lead, .article-header .label + .lead, .article-map .label + .lead, .articles .label + .lead, .implementation-section .label + .lead {
  margin-top: 0;
}

.links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
}

.links li {
  margin: 0;
}

.links .link-item:not(:last-child) {
  margin-right: 2em;
}

.links a:hover, p > a:hover {
  color: #333333;
}

.article-categories .lead, .article-section .lead, .implementation-section .lead {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.3333333333;
  color: #333333;
}

@media (max-width: 639px) {
  .article-categories .lead, .article-section .lead, .implementation-section .lead {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-categories .lead, .article-section .lead, .implementation-section .lead {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-categories .lead, .article-section .lead, .implementation-section .lead {
    font-size: 1.6666666667em;
  }
}

.article-guide .lead {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.25;
  color: #333333;
}

@media (max-width: 639px) {
  .article-guide .lead {
    font-size: 1.4074074074em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-guide .lead {
    font-size: calc( 1.4074074074em + 22 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-guide .lead {
    font-size: 2.2222222222em;
  }
}

/*
    ##################################
    #                                #
    #             HELPERS             #
    #                                #
    ################################## */

.screen-reader-text, .screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus, .screen-reader-response:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*
    ##################################
    #                                #
    #              GRID              #
    #                                #
    ################################## */

:root {
  --padding: 20px;
}

@media (min-width: 720px) and (max-width: 1259px) {
  :root {
    --padding: 27px;
  }
}

@media (min-width: 1260px) {
  :root {
    --padding: 40px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1257px;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

/*
    ##################################
    #                                #
    #             MODULES             #
    #                                #
    ################################## */

.spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}

.spinner .path {
  stroke: #93bfec;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

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

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

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.post-navigation {
  margin-left: auto;
  margin-right: auto;
  max-width: 1043px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
}

@media (min-width: 640px) {
  .post-navigation {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.steps {
  counter-reset: counter;
  list-style: none;
  padding: 0;
}

.steps li {
  counter-increment: counter;
  position: relative;
  padding-left: 4em;
}

@media (min-width: 480px) {
  .steps li {
    padding-left: 6em;
  }
}

.steps li:before {
  content: "Step " counter(counter) ".";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 1em;
  color: #333333;
}

@media (min-width: 480px) {
  .steps li:before {
    left: 2em;
  }
}

.steps li + li {
  margin-top: 2em;
}

.action-nav:not(.tool-nav) {
  list-style-type: none;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .action-nav:not(.tool-nav) {
    display: flex;
    flex-flow: row wrap;
  }
}

@media (max-width: 640px) {
  .action-nav:not(.tool-nav) .action-item + * {
    margin-top: 10px;
  }
}

@media (min-width: 640px) {
  .action-nav:not(.tool-nav) .action-item {
    width: calc((100% - 10px)/2);
  }
  .action-nav:not(.tool-nav) .action-item:nth-child(odd) {
    margin-right: 10px;
  }
  .action-nav:not(.tool-nav) .action-item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.action-nav:not(.tool-nav) .icon {
  margin-right: .5em;
}

.logo-urban95 {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  width: 140px;
  height: 22px;
  display: block;
}

.logo-parents-plus {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  width: 130px;
  height: 22px;
  display: block;
}

html.sr .load-hidden {
  visibility: hidden;
}

html.sr .logo, html.sr .nav .menu-item, html.sr .nav .nav-button, html.sr .breadcrumbs li {
  visibility: hidden;
}

html.sr .home .article-header .text > * {
  visibility: hidden;
}

html.sr .home .article-header.has-bg .text {
  visibility: hidden;
}

html.sr body:not(.home) .article-header .container > .text > *, html.sr body:not(.home) .article-header .container > :not(.text):not(.bg) {
  visibility: hidden;
}

html.sr .articles .text > * {
  visibility: hidden;
}

html.sr .article-grid > * {
  visibility: hidden;
}

html.sr .article-section:not(.has-dark-background) .container > *:not(.image) > * {
  visibility: hidden;
}

html.sr .article-section.has-dark-background .text > * {
  visibility: hidden;
}

html.sr .article-summary .container > * > * {
  visibility: hidden;
}

html.sr .article-guide .container > * > * {
  visibility: hidden;
}

html.sr .article-download .container > * > * {
  visibility: hidden;
}

html.sr .article-accordion > .container > *, html.sr .article-accordion > *:not(.container) {
  visibility: hidden;
}

html.sr .article-aside .container > * {
  visibility: hidden;
}

html.sr .article-cta .container > * {
  visibility: hidden;
}

html.sr .article-info > * {
  visibility: hidden;
}

html.sr .article-filters > * {
  visibility: hidden;
}

html.sr .selected-filters > * {
  visibility: hidden;
}

html.sr .media-section {
  visibility: hidden;
}

.mask {
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0) !important;
}

.mask br {
  display: none;
}

.mask:nth-child(1) {
  transition-delay: 0s !important;
}

.mask:nth-child(2) {
  transition-delay: 0.1s !important;
}

.mask:nth-child(3) {
  transition-delay: 0.2s !important;
}

.mask:nth-child(4) {
  transition-delay: 0.3s !important;
}

.mask:nth-child(5) {
  transition-delay: 0.4s !important;
}

.mask:nth-child(6) {
  transition-delay: 0.5s !important;
}

.mask:nth-child(7) {
  transition-delay: 0.6s !important;
}

.mask:nth-child(8) {
  transition-delay: 0.7s !important;
}

.mask:nth-child(9) {
  transition-delay: 0.8s !important;
}

.mask:nth-child(10) {
  transition-delay: 0.9s !important;
}

.line {
  display: block;
  opacity: 0;
  transform: translate(0%, 0.5em) matrix(1, 0, 0, 1, 0, 0);
  will-change: opacity, transform;
  transition: opacity 1s cubic-bezier(0.7, 0, 0.3, 1), transform 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.5s;
  transition-delay: inherit;
}

.animate .line {
  opacity: 1 !important;
  transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0) !important;
}

.article-box.area-box {
  padding: 1.1111111111em calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px) 1.1111111111em 6.6666666667em;
  position: relative;
  background-size: 0;
  background-color: #f2f2f2;
  display: flex;
  align-content: center;
}

@media (min-width: 1120px) {
  .article-box.area-box {
    min-height: 10em;
  }
}

.article-box.area-box:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5em;
  background-image: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.has-grey-background .article-box.area-box {
  background-color: white;
}

.article-box.area-box + .article-box {
  margin-top: 27px;
}

.article-box.area-box > *:first-child, .article-box.area-box > a > *:first-child {
  margin-top: 0;
}

.article-box.area-box > *:last-child, .article-box.area-box > a > *:last-child {
  margin-bottom: 0;
}

.article-box.area-box > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.article-box.area-box.area-family-friendly-urban-planning:before {
  background-color: #73D5F0;
}

.article-box.area-box.area-family-friendly-urban-planning h3, .article-box.area-box.area-family-friendly-urban-planning h3:before {
  color: #73D5F0;
}

.article-box.area-box.area-healthy-environments-for-children:before {
  background-color: #42B984;
}

.article-box.area-box.area-healthy-environments-for-children h3, .article-box.area-box.area-healthy-environments-for-children h3:before {
  color: #42B984;
}

.article-box.area-box.area-services-for-babies-and-toddlers:before {
  background-color: #005e6e;
}

.article-box.area-box.area-services-for-babies-and-toddlers h3, .article-box.area-box.area-services-for-babies-and-toddlers h3:before {
  color: #005e6e;
}

.article-box.area-box.area-caring-for-caregivers:before {
  background-color: #ff866f;
}

.article-box.area-box.area-caring-for-caregivers h3, .article-box.area-box.area-caring-for-caregivers h3:before {
  color: #ff866f;
}

.area-grid {
  position: relative;
}

@media (min-width: 640px) {
  .area-grid:not(:only-child) {
    max-width: 401px;
    flex: 1;
    min-width: 288px;
  }
}

@media (min-width: 800px) {
  .area-grid:not(:only-child) {
    min-width: 385px;
  }
}

@media (min-width: 640px) {
  .area-grid {
    display: grid;
    grid-gap: 1em 27px;
    grid-template-columns: [urban] 1fr 1fr;
    grid-auto-flow: row dense;
  }
  .area-grid > * {
    margin: 0;
  }
  .area-grid [class*=urban] {
    grid-column: urban;
    grid-row: auto;
  }
}

.area-grid .label {
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #B1B1B1;
  padding-bottom: .25em;
}

.area-grid .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  min-height: 32px;
  padding-left: 36px;
  background-size: 30px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.area-grid .title .icon {
  pointer-events: auto;
  width: 13px;
  height: 13px;
}

.area-grid .title:hover + .tooltip {
  opacity: 1;
}

.area-grid .pointer {
  color: black;
}

.area-grid .area-family-friendly-urban-planning {
  color: #73D5F0;
}

.area-grid .area-healthy-environments-for-children {
  color: #42B984;
}

.area-grid .area-services-for-babies-and-toddlers {
  color: #005e6e;
}

.area-grid .area-caring-for-caregivers {
  color: #ff866f;
}

.area-grid .tooltip {
  background-color: #333333;
  border-radius: 5px;
  padding: 1em 20px;
  margin: 0;
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
  --top: 100%;
  --left: 50%;
  position: absolute;
  top: var(--top);
  left: 0;
  z-index: 1000;
  margin-top: 20px;
  color: white;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  box-sizing: border-box;
}

.area-grid .tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: calc(var(--left) - 15px);
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-color: #333333;
  border-width: 0 15px 18px 15px;
  margin-bottom: -2px;
}

.article-top {
  margin-bottom: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
}

.breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 1257px;
  padding-left: var(--padding);
  padding-right: var(--padding);
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 639px) {
  .breadcrumbs {
    font-size: 0.9259259259em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .breadcrumbs {
    font-size: calc( 0.9259259259em + -4 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .breadcrumbs {
    font-size: 0.7777777778em;
  }
}

.breadcrumbs a {
  color: #00adef;
}

.breadcrumbs li:not(:last-child) {
  margin-right: .5em;
}

.breadcrumbs li + li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  vertical-align: middle;
  margin-right: .5em;
}

.download-button, .form .button, .form input[type=submit], .form button, .wpcf7-form .button, .wpcf7-form input[type=submit], .wpcf7-form button, .article-download .button, .download-form .wpcf7-form > .wpcf7-response-output .button, .article-categories .button, .article-section .button, .articles .button {
  font: inherit;
  font-size: 1em;
  line-height: inherit;
  cursor: pointer;
  padding: .325em 1em;
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #00adef;
  border-radius: 5px;
  background-color: transparent;
  color: #00adef;
  border-color: #00adef;
  text-align: center;
  border-width: 2px;
  transition: all .2s ease;
}

.download-button:hover, .form .button:hover, .form input:hover[type=submit], .form button:hover, .wpcf7-form .button:hover, .wpcf7-form input:hover[type=submit], .wpcf7-form button:hover, .article-download .button:hover, .download-form .wpcf7-form > .wpcf7-response-output .button:hover, .article-categories .button:hover, .article-section .button:hover, .articles .button:hover, .download-button:focus, .form .button:focus, .form input:focus[type=submit], .form button:focus, .wpcf7-form .button:focus, .wpcf7-form input:focus[type=submit], .wpcf7-form button:focus, .article-download .button:focus, .download-form .wpcf7-form > .wpcf7-response-output .button:focus, .article-categories .button:focus, .article-section .button:focus, .articles .button:focus, .download-button:active, .form .button:active, .form input:active[type=submit], .form button:active, .wpcf7-form .button:active, .wpcf7-form input:active[type=submit], .wpcf7-form button:active, .article-download .button:active, .download-form .wpcf7-form > .wpcf7-response-output .button:active, .article-categories .button:active, .article-section .button:active, .articles .button:active {
  background-color: #00adef;
  color: white;
}

.button + .button {
  margin-left: 1em;
}

.categories-graph .circle, .categories-graph .circle-bg, .categories-graph circle, .categories-graph ellipse {
  transition: opacity .2s;
}

.categories-graph .circle-bg, .categories-graph .area-icon, .categories-graph .text {
  pointer-events: none;
}

.article-categories.active .categories-graph .circle, .article-categories.active .categories-graph circle[class^=area], .article-categories.active .categories-graph ellipse[class^=area] {
  opacity: .3;
}

.article-categories.elements-list .categories-graph .circle, .article-categories.elements-list .categories-graph circle[class^=area], .article-categories.elements-list .categories-graph ellipse[class^=area], .article-categories.elements-list .categories-graph .circle-bg {
  opacity: 0;
}

.article-categories.elements-list .categories-graph .elements-list.circle, .article-categories.elements-list .categories-graph .elements-list ~ .circle {
  opacity: 1;
}

.article-categories.area-family-friendly-urban-planning .categories-graph .area-family-friendly-urban-planning {
  opacity: 1 !important;
}

.article-categories.area-healthy-environments-for-children .categories-graph .area-healthy-environments-for-children {
  opacity: 1 !important;
}

.article-categories.area-services-for-babies-and-toddlers .categories-graph .area-services-for-babies-and-toddlers {
  opacity: 1 !important;
}

.article-categories.area-caring-for-caregivers .categories-graph .area-caring-for-caregivers {
  opacity: 1 !important;
}

.article-box.component-box {
  background-color: white;
  background-size: 0;
  padding: 1.25em 1.5em 1.25em 1.5em;
  position: relative;
  box-sizing: border-box;
  padding-top: 4.75em;
}

.article-box.component-box a {
  background: inherit;
}

.article-box.component-box .title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 3em;
  padding: 0.25em 1em 0.25em calc(1.5em + 55px);
  margin: 0;
  border-radius: 10px 10px 0 0;
  background: inherit;
  background-position: 1em center;
  background-size: auto;
  font-family: "Varela Round" , sans-serif;
  line-height: 1.3333333333;
  color: white;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  vertical-align: top;
}

@media (max-width: 639px) {
  .article-box.component-box .title {
    font-size: 1em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-box.component-box .title {
    font-size: calc( 1em + 0 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-box.component-box .title {
    font-size: 1em;
  }
}

.article-box.component-box.area-family-friendly-urban-planning:before {
  border-bottom-color: #73D5F0 !important;
}

.article-box.component-box.area-family-friendly-urban-planning .title {
  background-color: #73D5F0;
}

.article-box.component-box.area-family-friendly-urban-planning [class*=component]:before {
  background-color: #73D5F0;
}

.article-box.component-box.area-healthy-environments-for-children:before {
  border-bottom-color: #42B984 !important;
}

.article-box.component-box.area-healthy-environments-for-children .title {
  background-color: #42B984;
}

.article-box.component-box.area-healthy-environments-for-children [class*=component]:before {
  background-color: #42B984;
}

.article-box.component-box.area-services-for-babies-and-toddlers:before {
  border-bottom-color: #005e6e !important;
}

.article-box.component-box.area-services-for-babies-and-toddlers .title {
  background-color: #005e6e;
}

.article-box.component-box.area-services-for-babies-and-toddlers [class*=component]:before {
  background-color: #005e6e;
}

.article-box.component-box.area-caring-for-caregivers:before {
  border-bottom-color: #ff866f !important;
}

.article-box.component-box.area-caring-for-caregivers .title {
  background-color: #ff866f;
}

.article-box.component-box.area-caring-for-caregivers [class*=component]:before {
  background-color: #ff866f;
}

.article-box.component-box [class*=component] {
  position: relative;
}

.article-box.component-box [class*=component]:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.article-box.component-box [class*=component] img {
  position: absolute;
  top: 50%;
  left: 0;
  max-height: 50px;
  max-width: 50px;
  width: auto;
  transform: translateY(-50%);
}

.text-group .article-box.component-box .title {
  background-position: right 20px center;
  padding-left: 27px;
  padding-right: 64px;
}

.text-group .article-box.component-box > a > span:first-of-type {
  margin-top: 0;
}

@media (min-width: 480px) and (max-width: 755px), (min-width: 960px) {
  .text-group .article-box.component-box > a > span {
    width: calc(50% - 13px);
    min-width: auto;
  }
  .text-group .article-box.component-box > a > span:nth-of-type(even) {
    margin-left: 20px;
  }
  .text-group .article-box.component-box > a > span:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}

.article-box.component-box + .article-box {
  margin-top: 27px;
}

.feedback-section {
  position: relative;
  margin-bottom: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
}

.feedback-section .container {
  max-width: 1043px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (min-width: 800px) {
  .feedback-section .container > * {
    width: calc((100% - 80px) / 2);
  }
}

.feedback-section .label {
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
}

@media (max-width: 639px) {
  .feedback-section .label {
    font-size: 0.962962963em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .feedback-section .label {
    font-size: calc( 0.962962963em + -2 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .feedback-section .label {
    font-size: 0.8888888889em;
  }
}

.feedback-section .lead {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.25;
  color: #333333;
}

@media (max-width: 639px) {
  .feedback-section .lead {
    font-size: 1.4074074074em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .feedback-section .lead {
    font-size: calc( 1.4074074074em + 22 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .feedback-section .lead {
    font-size: 2.2222222222em;
  }
}

.form .text-input, .form input:not([type='submit']), .wpcf7-form .text-input, .wpcf7-form input:not([type='submit']), .form .textarea, .form .wpcf7-textarea, .wpcf7-form .textarea, .wpcf7-form .wpcf7-textarea, .form .wpcf7-select, .wpcf7-form .wpcf7-select, .form .label[for], .form label[for], .wpcf7-form .label[for], .wpcf7-form label[for], .form .notice, .form .wpcf7-not-valid-tip, .wpcf7-form .notice, .wpcf7-form .wpcf7-not-valid-tip, .form .button, .wpcf7-form .button {
  padding: .75em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 5px;
}

.form .text-input, .form input:not([type='submit']), .wpcf7-form .text-input, .wpcf7-form input:not([type='submit']), .form .textarea, .form .wpcf7-textarea, .wpcf7-form .textarea, .wpcf7-form .wpcf7-textarea, .form .wpcf7-select, .wpcf7-form .wpcf7-select {
  font: inherit;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  display: block;
  border-color: #b1b1b1;
  transition: border .2s ease;
  background-color: white;
  outline: none;
  color: #3C3935;
}

.form .text-input:placeholder, .form input:placeholder:not([type='submit']), .wpcf7-form .text-input:placeholder, .wpcf7-form input:placeholder:not([type='submit']), .form .textarea:placeholder, .form .wpcf7-textarea:placeholder, .wpcf7-form .textarea:placeholder, .wpcf7-form .wpcf7-textarea:placeholder, .form .wpcf7-select:placeholder, .wpcf7-form .wpcf7-select:placeholder {
  color: #9E9C9A;
}

.form .error.text-input, .form input.error:not([type='submit']), .wpcf7-form .error.text-input, .wpcf7-form input.error:not([type='submit']), .form .error.textarea, .form .error.wpcf7-textarea, .wpcf7-form .error.textarea, .wpcf7-form .error.wpcf7-textarea, .form .error.wpcf7-select, .wpcf7-form .error.wpcf7-select, .error .form .text-input, .form .error .text-input, .error .form input:not([type='submit']), .form .error input:not([type='submit']), .error .wpcf7-form .text-input, .wpcf7-form .error .text-input, .error .wpcf7-form input:not([type='submit']), .wpcf7-form .error input:not([type='submit']), .error .form .textarea, .form .error .textarea, .error .form .wpcf7-textarea, .form .error .wpcf7-textarea, .error .wpcf7-form .textarea, .wpcf7-form .error .textarea, .error .wpcf7-form .wpcf7-textarea, .wpcf7-form .error .wpcf7-textarea, .error .form .wpcf7-select, .form .error .wpcf7-select, .error .wpcf7-form .wpcf7-select, .wpcf7-form .error .wpcf7-select, .form .wpcf7-not-valid.text-input, .form input.wpcf7-not-valid:not([type='submit']), .wpcf7-form .wpcf7-not-valid.text-input, .wpcf7-form input.wpcf7-not-valid:not([type='submit']), .form .wpcf7-not-valid.textarea, .form .wpcf7-not-valid.wpcf7-textarea, .wpcf7-form .wpcf7-not-valid.textarea, .wpcf7-form .wpcf7-not-valid.wpcf7-textarea, .form .wpcf7-not-valid.wpcf7-select, .wpcf7-form .wpcf7-not-valid.wpcf7-select {
  border-color: #eb5151;
}

.form .text-input:active, .form input:active:not([type='submit']), .wpcf7-form .text-input:active, .wpcf7-form input:active:not([type='submit']), .form .textarea:active, .form .wpcf7-textarea:active, .wpcf7-form .textarea:active, .wpcf7-form .wpcf7-textarea:active, .form .wpcf7-select:active, .wpcf7-form .wpcf7-select:active, .form .text-input:focus, .form input:focus:not([type='submit']), .wpcf7-form .text-input:focus, .wpcf7-form input:focus:not([type='submit']), .form .textarea:focus, .form .wpcf7-textarea:focus, .wpcf7-form .textarea:focus, .wpcf7-form .wpcf7-textarea:focus, .form .wpcf7-select:focus, .wpcf7-form .wpcf7-select:focus, .form .text-input:hover, .form input:hover:not([type='submit']), .wpcf7-form .text-input:hover, .wpcf7-form input:hover:not([type='submit']), .form .textarea:hover, .form .wpcf7-textarea:hover, .wpcf7-form .textarea:hover, .wpcf7-form .wpcf7-textarea:hover, .form .wpcf7-select:hover, .wpcf7-form .wpcf7-select:hover {
  border-color: #00adef;
}

.active .form .text-input, .form .active .text-input, .active .form input:not([type='submit']), .form .active input:not([type='submit']), .active .wpcf7-form .text-input, .wpcf7-form .active .text-input, .active .wpcf7-form input:not([type='submit']), .wpcf7-form .active input:not([type='submit']), .active .form .textarea, .form .active .textarea, .active .form .wpcf7-textarea, .form .active .wpcf7-textarea, .active .wpcf7-form .textarea, .wpcf7-form .active .textarea, .active .wpcf7-form .wpcf7-textarea, .wpcf7-form .active .wpcf7-textarea, .active .form .wpcf7-select, .form .active .wpcf7-select, .active .wpcf7-form .wpcf7-select, .wpcf7-form .active .wpcf7-select, .error .form .text-input, .form .error .text-input, .error .form input:not([type='submit']), .form .error input:not([type='submit']), .error .wpcf7-form .text-input, .wpcf7-form .error .text-input, .error .wpcf7-form input:not([type='submit']), .wpcf7-form .error input:not([type='submit']), .error .form .textarea, .form .error .textarea, .error .form .wpcf7-textarea, .form .error .wpcf7-textarea, .error .wpcf7-form .textarea, .wpcf7-form .error .textarea, .error .wpcf7-form .wpcf7-textarea, .wpcf7-form .error .wpcf7-textarea, .error .form .wpcf7-select, .form .error .wpcf7-select, .error .wpcf7-form .wpcf7-select, .wpcf7-form .error .wpcf7-select {
  padding-top: 1em;
  padding-bottom: .5em;
}

.form .label[for], .form label[for], .wpcf7-form .label[for], .wpcf7-form label[for], .form .notice, .form .wpcf7-not-valid-tip, .wpcf7-form .notice, .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
  transform-origin: 1px 1px;
}

.form .label[for], .form label[for], .wpcf7-form .label[for], .wpcf7-form label[for] {
  left: 1em;
  padding-left: 0;
  color: #9E9C9A;
}

.focus:not(.error) .form .label[for], .form .focus:not(.error) .label[for], .focus:not(.error) .form label[for], .form .focus:not(.error) label[for], .focus:not(.error) .wpcf7-form .label[for], .wpcf7-form .focus:not(.error) .label[for], .focus:not(.error) .wpcf7-form label[for], .wpcf7-form .focus:not(.error) label[for] {
  transition: all .2s ease;
}

.active .form .label[for], .form .active .label[for], .active .form label[for], .form .active label[for], .active .wpcf7-form .label[for], .wpcf7-form .active .label[for], .active .wpcf7-form label[for], .wpcf7-form .active label[for] {
  transform: scale(0.5);
}

.focus .form .label[for], .form .focus .label[for], .focus .form label[for], .form .focus label[for], .focus .wpcf7-form .label[for], .wpcf7-form .focus .label[for], .focus .wpcf7-form label[for], .wpcf7-form .focus label[for] {
  color: #00adef;
}

.error:not(.active) .form .label[for], .form .error:not(.active) .label[for], .error:not(.active) .form label[for], .form .error:not(.active) label[for], .error:not(.active) .wpcf7-form .label[for], .wpcf7-form .error:not(.active) .label[for], .error:not(.active) .wpcf7-form label[for], .wpcf7-form .error:not(.active) label[for] {
  padding-top: 1.25em;
  padding-bottom: .25em;
}

.form .notice, .form .wpcf7-not-valid-tip, .wpcf7-form .notice, .wpcf7-form .wpcf7-not-valid-tip {
  top: 0;
  left: .75em;
  right: 0;
  padding-left: 0;
  color: #eb5151;
  transform: scale(0.625);
  display: none;
  background-clip: padding-box;
}

.form .notice:after, .form .wpcf7-not-valid-tip:after, .wpcf7-form .notice:after, .wpcf7-form .wpcf7-not-valid-tip:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: .5em;
  background: white;
  z-index: -1;
}

.error .form .notice, .form .error .notice, .error .form .wpcf7-not-valid-tip, .form .error .wpcf7-not-valid-tip, .error .wpcf7-form .notice, .wpcf7-form .error .notice, .error .wpcf7-form .wpcf7-not-valid-tip, .wpcf7-form .error .wpcf7-not-valid-tip {
  display: block;
}

.form, .wpcf7-form {
  border-radius: 10px;
  background-color: #f2f2f2;
  margin: 0 auto;
  padding: 6%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.form > *:first-child, .wpcf7-form > *:first-child {
  margin-top: 0;
}

.form > *:last-child, .wpcf7-form > *:last-child {
  margin-bottom: 0;
}

.form > *, .wpcf7-form > * {
  width: 100%;
  max-width: 829px;
  margin: 0 auto;
}

.form > * + *, .wpcf7-form > * + * {
  margin-top: 22px;
}

.form > div:not(.wpcf7-response-output):not(.full), .wpcf7-form > div:not(.wpcf7-response-output):not(.full) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.form > div:not(.wpcf7-response-output):not(.full):not[style*=none] + h3, .wpcf7-form > div:not(.wpcf7-response-output):not(.full):not[style*=none] + h3 {
  margin-top: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
}

.form > div:not(.wpcf7-response-output):not(.full):not[style*=none] + h3 + *, .wpcf7-form > div:not(.wpcf7-response-output):not(.full):not[style*=none] + h3 + * {
  margin-top: 22px;
}

.form > div:not(.wpcf7-response-output):not(.full) > *, .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > * {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child), .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child) {
  box-sizing: border-box;
}

.form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child) + *:not(.actions), .form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child).actions, .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child) + *:not(.actions), .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child).actions {
  margin-top: 20px;
}

@media (min-width: 480px) {
  .form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child):nth-child(2):nth-last-child(2), .form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child):nth-child(3):nth-last-child(1), .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child):nth-child(2):nth-last-child(2), .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child):nth-child(3):nth-last-child(1) {
    width: calc((100% - 27px)/2);
    margin-top: 0 !important;
  }
}

@media (min-width: 720px) {
  .form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child), .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child) {
    width: calc((100% - 27px)/2);
    margin-top: 0 !important;
  }
}

@media (min-width: 960px) {
  .form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child):nth-child(2):nth-last-child(2), .form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child):nth-child(3):nth-last-child(1), .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child):nth-child(2):nth-last-child(2), .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child):nth-child(3):nth-last-child(1) {
    width: calc((100% - 81px)/4);
  }
}

@media (max-width: 960px) {
  .form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child).wpcf7-form-control-wrap:nth-child(1):nth-last-child(3), .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child).wpcf7-form-control-wrap:nth-child(1):nth-last-child(3) {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

@media (min-width: 480px) and (max-width: 720px) {
  .aside .form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child), .aside .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child) {
    width: calc((100% - 27px)/2);
    margin-top: 0;
  }
}

@media (min-width: 720px) and (max-width: 1120px) {
  .aside .form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child), .aside .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child) {
    width: 100%;
  }
  .aside .form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child) + *:not(.actions), .aside .form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child).actions, .aside .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child) + *:not(.actions), .aside .wpcf7-form > div:not(.wpcf7-response-output):not(.full) > *:not(:only-child).actions {
    margin-top: 20px;
  }
}

.form div[style*='display: none'] + *, .wpcf7-form div[style*='display: none'] + * {
  margin-top: 0;
}

.form > p, .wpcf7-form > p {
  width: 100%;
}

.form .textarea, .form .wpcf7-textarea, .wpcf7-form .textarea, .wpcf7-form .wpcf7-textarea {
  max-width: 100%;
}

.form .textarea:active, .form .textarea:focus, .form .wpcf7-textarea:active, .form .wpcf7-textarea:focus, .wpcf7-form .textarea:active, .wpcf7-form .textarea:focus, .wpcf7-form .wpcf7-textarea:active, .wpcf7-form .wpcf7-textarea:focus {
  border-color: #00adef;
}

.form .actions, .wpcf7-form .actions {
  text-align: right;
  order: 10;
  margin-left: auto;
}

.form .has-floating-label, .wpcf7-form .has-floating-label {
  position: relative;
}

.form input[type=checkbox], .wpcf7-form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #00adef;
  height: 30px;
  width: 30px;
  padding: 0;
  outline: none;
  border-radius: 3px;
  border: 1px solid #b1b1b1;
  background-color: white;
  position: relative;
  margin-right: .5em;
}

.form input[type=checkbox]:checked:before, .wpcf7-form input[type=checkbox]:checked:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
}

.form h3:not([class]), .wpcf7-form h3:not([class]) {
  font-family: "Varela Round" , sans-serif;
  color: #666;
}

@media (max-width: 639px) {
  .form h3:not([class]), .wpcf7-form h3:not([class]) {
    font-size: 1.0555555556em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .form h3:not([class]), .wpcf7-form h3:not([class]) {
    font-size: calc( 1.0555555556em + 3 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .form h3:not([class]), .wpcf7-form h3:not([class]) {
    font-size: 1.1666666667em;
  }
}

.form h3:not([class]) + .info, .wpcf7-form h3:not([class]) + .info {
  margin-top: 0;
}

.form > div > h3, .wpcf7-form > div > h3 {
  margin: 0;
}

@media (max-width: 639px) {
  .form .info, .wpcf7-form .info {
    font-size: 0.9259259259em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .form .info, .wpcf7-form .info {
    font-size: calc( 0.9259259259em + -4 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .form .info, .wpcf7-form .info {
    font-size: 0.7777777778em;
  }
}

.form .info a, .wpcf7-form .info a {
  text-decoration: underline;
}

.form *:not(h3) + .info, .wpcf7-form *:not(h3) + .info {
  border-top: 1px solid #999;
  padding-top: 1em;
}

.form .wpcf7-checkbox, .form .wpcf7-list-item, .form .wpcf7-list-item label, .wpcf7-form .wpcf7-checkbox, .wpcf7-form .wpcf7-list-item, .wpcf7-form .wpcf7-list-item label {
  display: flex;
  flex-flow: row wrap;
  vertical-align: middle;
}

.form input + label, .wpcf7-form input + label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.form .wpcf7-list-item-label, .wpcf7-form .wpcf7-list-item-label {
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-self: center;
}

.form .wpcf7-list-item:not(:last-child), .wpcf7-form .wpcf7-list-item:not(:last-child) {
  margin-right: 1.5em;
}

.form .wpcf7-list-item > *, .wpcf7-form .wpcf7-list-item > * {
  align-self: center;
}

@media (min-width: 480px) {
  .form .full .wpcf7-list-item, .wpcf7-form .full .wpcf7-list-item {
    width: calc((100% - 27px) / 2);
    margin-right: 0;
  }
  .form .full .wpcf7-list-item:nth-child(odd), .wpcf7-form .full .wpcf7-list-item:nth-child(odd) {
    margin-right: 27px;
  }
  .form .full .wpcf7-list-item:nth-last-child(n+3), .wpcf7-form .full .wpcf7-list-item:nth-last-child(n+3) {
    margin-bottom: 1em;
  }
}

.form .wpcf7-acceptance, .wpcf7-form .wpcf7-acceptance {
  font-size: 14px;
}

.form div > .wpcf7-response-output, .form div > .wpcf7-spam-blocked, .wpcf7-form div > .wpcf7-response-output, .wpcf7-form div > .wpcf7-spam-blocked {
  font-size: 0.8888888889em;
  font-weight: 700;
  padding-left: 1.5rem;
  background-position: left .125em;
}

.form div > .wpcf7-response-output small, .form div > .wpcf7-spam-blocked small, .wpcf7-form div > .wpcf7-response-output small, .wpcf7-form div > .wpcf7-spam-blocked small {
  display: block;
  font-weight: normal;
  font-size: 0.875em;
  margin-left: -1.5rem;
}

.form.sent .wpcf7-response-output, .wpcf7-form.sent .wpcf7-response-output {
  color: #42b982;
}

.form:not(.sent) .wpcf7-response-output, .wpcf7-form:not(.sent) .wpcf7-response-output {
  color: #eb5151;
}

.form .wpcf7-response-output:only-child, .wpcf7-form .wpcf7-response-output:only-child {
  background: none;
}

.form .wpcf7-response-output:only-child .lead, .wpcf7-form .wpcf7-response-output:only-child .lead {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.2941176471;
  width: 100%;
  padding: 5.8823529412em 0;
  text-align: center;
  color: #666666;
}

@media (max-width: 639px) {
  .form .wpcf7-response-output:only-child .lead, .wpcf7-form .wpcf7-response-output:only-child .lead {
    font-size: 1.2962962963em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .form .wpcf7-response-output:only-child .lead, .wpcf7-form .wpcf7-response-output:only-child .lead {
    font-size: calc( 1.2962962963em + 16 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .form .wpcf7-response-output:only-child .lead, .wpcf7-form .wpcf7-response-output:only-child .lead {
    font-size: 1.8888888889em;
  }
}

.download-form .sent > *:not(.wpcf7-response-output) {
  display: none !important;
}

.download-form .sent > .wpcf7-response-output {
  display: flex !important;
}

.download-form .sent .wpcf7-response-output {
  background: none;
}

.guide-accordion {
  background-color: white;
}

.guide-accordion dt, .guide-accordion dd {
  display: block;
  margin: 0;
}

.guide-accordion dt > *:first-child, .guide-accordion dd > *:first-child {
  margin-top: 0;
}

.guide-accordion dt > *:last-child, .guide-accordion dd > *:last-child {
  margin-bottom: 0;
}

.guide-accordion dt {
  position: relative;
  padding: 8px 15px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 639px) {
  .guide-accordion dt {
    font-size: 1.0555555556em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .guide-accordion dt {
    font-size: calc( 1.0555555556em + 3 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .guide-accordion dt {
    font-size: 1.1666666667em;
  }
}

.guide-accordion dt:not(:first-child) {
  border-top: 1px solid #f2f2f2;
}

.guide-accordion dt.slide-trigger {
  cursor: pointer;
}

.guide-accordion dt > .icon svg {
  transition: transform .2s ease;
  transform-origin: center;
  z-index: 1;
}

.guide-accordion dt span[class*=guide-] {
  display: inline-block;
  vertical-align: 10%;
  margin-right: .5em;
  min-width: 30px;
  text-align: center;
}

.guide-accordion dt span[class*=guide-] svg {
  display: inline-block;
  vertical-align: middle;
}

.guide-accordion dt > .icon {
  color: #00adef;
  position: absolute;
  top: 15px;
  right: 15px;
}

.guide-accordion dt.open .icon svg {
  transform: rotate(-180deg);
}

.guide-accordion dt.open + dd {
  display: block;
}

.guide-accordion dd {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .25em;
  padding-bottom: 1em;
  line-height: 1.5333333333;
}

@media (min-width: 480px) {
  .guide-accordion dd {
    padding-right: 2rem;
    padding-left: 3.5rem;
  }
}

@media (max-width: 639px) {
  .guide-accordion dd {
    font-size: 0.9444444444em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .guide-accordion dd {
    font-size: calc( 0.9444444444em + -3 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .guide-accordion dd {
    font-size: 0.8333333333em;
  }
}

.guide-accordion dd.slide-toggler {
  display: none;
}

.guide-accordion dd:hover dt > .icon {
  color: white;
}

.guide-accordion dd:hover dt > .icon:before {
  background-color: #00adef;
}

.guide-tab {
  overflow: hidden;
}

.guide-content {
  position: relative;
}

.tabs-nav {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}

.tabs-nav li {
  margin: 0;
}

@media (max-width: 720px) {
  .tabs-nav {
    width: 100%;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 720px) {
  .tabs-nav {
    max-width: calc(100% - 40px);
  }
}

.tabs-nav .nav-item {
  max-width: calc(50% - 5px);
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.tabs-nav .nav-item + .nav-item {
  margin-left: 10px;
}

.tabs-nav .nav-item:not(.active) a {
  background-color: #e6e6e6;
}

.is-tab:not(.active) {
  display: none;
}

.is-tab .section-title {
  visibility: hidden;
}

.section-content {
  padding: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px) 4%;
  background-color: #f2f2f2;
  overflow: hidden;
}

@media (max-width: 720px) {
  .section-content {
    width: 100%;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .section-content .text + .text {
    margin-top: 20px;
  }
}

@media (min-width: 720px) {
  .section-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .section-content .image, .section-content .tool-nav {
    margin: 0;
  }
  .section-content .text {
    flex: 1;
    max-width: 565px;
  }
  .section-content .text:last-child {
    max-width: 485px;
    flex: 2;
  }
  .section-content .text + .text {
    margin-left: 27px;
  }
}

.section-content h3 {
  text-transform: uppercase;
  color: inherit;
}

@media (max-width: 639px) {
  .section-content h3 {
    font-size: 1.0555555556em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .section-content h3 {
    font-size: calc( 1.0555555556em + 3 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .section-content h3 {
    font-size: 1.1666666667em;
  }
}

.section-title {
  margin: 0;
  overflow: hidden;
}

.section-title a, .nav-item a {
  border-radius: 10px 10px 0 0;
  background-color: #f2f2f2;
  padding: 12px 20px;
  min-width: 295px;
  background-position: left 20px center;
  position: relative;
}

.section-title a a, .nav-item a a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.guide-section[id=guide-parents-plus] {
  font-family: europa, Asap, sans-serif;
  font-weight: 300;
  color: #0b1d26;
}

.guide-section[id=guide-parents-plus] .icon {
  color: #ff866f;
}

.guide-section[id=guide-parents-plus] h3, .guide-section[id=guide-parents-plus] dt {
  font-family: Avenir, "Varela Round", sans-serif;
  font-weight: 900;
}

.guide-section[id=guide-urban95] h3, .guide-section[id=guide-urban95] dt {
  font-family: "Titillium Web", "Varela Round", sans-serif;
  font-weight: 900;
}

.guide-section[id=guide-urban95] .icon {
  color: #54c7f0;
}

.guide-section[id=guide-urban95] .guide-scale path {
  fill: #54c7f0;
}

.guide-section[id=guide-urban95] .guide-actions path:not(:last-child) {
  fill: #DBF1E4;
  opacity: 1;
}

.guide-section[id=guide-urban95] .guide-considerations path:not(:last-child) {
  fill: #DBF1E4;
  opacity: 1;
}

.guide-section[id=guide-urban95] .guide-considerations path:nth-child(2) {
  fill: #bce2cb;
}

.guide-section[id=guide-urban95] .guide-tools path {
  fill: #666666;
}

.guide-section[id=guide-urban95] .guide-accordion dt {
  text-transform: uppercase;
}

.article-box.idea-box {
  background-size: 0;
}

.article-box.idea-box:hover {
  z-index: 1000;
}

.article-box.idea-box .entry {
  background-color: #E6E6E6;
  color: #333333;
  border-radius: 10px 10px 0 0;
}

.article-box.idea-box .label {
  padding-right: 44px;
  display: block;
}

.article-box.idea-box .label span {
  display: block;
}

.article-box.idea-box .label span:nth-child(2) {
  text-transform: none;
}

.article-box.idea-box.area-family-friendly-urban-planning .label span:nth-child(2) {
  color: #73D5F0;
}

.article-box.idea-box.area-healthy-environments-for-children .label span:nth-child(2) {
  color: #42B984;
}

.article-box.idea-box.area-services-for-babies-and-toddlers .label span:nth-child(2) {
  color: #005e6e;
}

.article-box.idea-box.area-caring-for-caregivers .label span:nth-child(2) {
  color: #ff866f;
}

.article-box.idea-box .title {
  color: inherit;
}

.article-box.idea-box a {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background-image: inherit;
  background-size: 0;
}

.article-box.idea-box a .entry {
  flex: 1;
}

.article-box.idea-box .article-meta {
  padding: 15px 20px;
  box-sizing: border-box;
  min-height: 72px;
  margin: 0;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-image: inherit;
  background-size: 33.75% auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-color: #333333;
  color: white;
  border-radius: 0 0 10px 10px;
  --metaLeft: 20px;
}

.article-box.idea-box .article-meta dt, .article-box.idea-box .article-meta dd {
  margin: 0;
  padding: 0;
}

.article-box.idea-box .article-meta dt {
  background: none;
  width: 11.6666666667%;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  overflow: hidden;
  border: 1px solid white;
  border-radius: 50%;
}

.article-box.idea-box .article-meta dt img {
  display: block;
}

.article-box.idea-box .article-meta dt .icon {
  width: 100%;
  height: 100%;
}

.article-box.idea-box .article-meta dt .icon path {
  fill: unset;
}

.article-box.idea-box .article-meta dt .icon path:not(.bg) {
  fill: white;
}

.article-box.idea-box .article-meta dt[class*=area] + * + [class*=element] {
  margin-left: auto;
}

.article-box.idea-box .article-meta dt.area-family-friendly-urban-planning:not(:first-child):not(:hover):not(.hover) *:not(.bg) {
  fill: #73D5F0;
}

.article-box.idea-box .article-meta dt.area-family-friendly-urban-planning:not(:first-child):not(:hover):not(.hover) .bg {
  fill: none;
}

.article-box.idea-box .article-meta dt.area-healthy-environments-for-children:not(:first-child):not(:hover):not(.hover) *:not(.bg) {
  fill: #42B984;
}

.article-box.idea-box .article-meta dt.area-healthy-environments-for-children:not(:first-child):not(:hover):not(.hover) .bg {
  fill: none;
}

.article-box.idea-box .article-meta dt.area-services-for-babies-and-toddlers:not(:first-child):not(:hover):not(.hover) *:not(.bg) {
  fill: #005e6e;
}

.article-box.idea-box .article-meta dt.area-services-for-babies-and-toddlers:not(:first-child):not(:hover):not(.hover) .bg {
  fill: none;
}

.article-box.idea-box .article-meta dt.area-caring-for-caregivers:not(:first-child):not(:hover):not(.hover) *:not(.bg) {
  fill: #ff866f;
}

.article-box.idea-box .article-meta dt.area-caring-for-caregivers:not(:first-child):not(:hover):not(.hover) .bg {
  fill: none;
}

.article-box.idea-box .article-meta dt[class*=element] .bg {
  stroke: white;
}

.article-box.idea-box .article-meta dt[class*=element]:hover .bg, .article-box.idea-box .article-meta dt[class*=element].hover .bg {
  fill: white;
}

.article-box.idea-box .article-meta dt[class*=element]:hover path, .article-box.idea-box .article-meta dt[class*=element].hover path {
  fill: #333333;
}

.article-box.idea-box .article-meta dt:hover + dd {
  visibility: visible;
}

.article-box.idea-box .article-meta dt:not(:last-of-type) {
  margin-right: 2.5%;
}

.article-box.idea-box .article-meta dd {
  background-color: #231F20;
  color: white;
  padding: 1em;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10000;
  visibility: hidden;
}

.article-box.idea-box .article-meta dd:hover, .article-box.idea-box .article-meta dd:active {
  visibility: visible;
}

.article-box.idea-box .article-meta dd:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-color: #231F20;
  border-width: 0 15px 18px 15px;
  position: absolute;
  bottom: 100%;
  left: calc(var(--metaLeft) + 8px);
}

.article-box.idea-box .article-meta dd:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 1.5em;
}

.article-box.idea-box .article-meta dd.article-box.component-box {
  background-color: #231f20;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: "Varela Round" , sans-serif;
}

.article-box.idea-box .article-meta dd.article-box.component-box .title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  background-size: 0 !important;
  border-radius: 15px 15px 0 0;
  padding-left: 1em;
}

.article-box.idea-box .article-meta dd.article-box.element-box {
  padding: 1.5em;
  background-image: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.article-box.idea-box .article-meta dd.article-box.element-box > *:first-child {
  margin-top: 0;
}

.article-box.idea-box .article-meta dd.article-box.element-box > *:last-child {
  margin-bottom: 0;
}

.action-scan-and-identify .segments > *:not(.scan-and-identify) {
  opacity: .5;
}

.action-scan-and-identify .segments > .scan-and-identify {
  opacity: 1 !important;
  transform: scale(1.02);
  z-index: 100;
}

.action-build-your-team .segments > *:not(.build-your-team) {
  opacity: .5;
}

.action-build-your-team .segments > .build-your-team {
  opacity: 1 !important;
  transform: scale(1.02);
  z-index: 100;
}

.action-assess-and-prioritise .segments > *:not(.assess-and-prioritise) {
  opacity: .5;
}

.action-assess-and-prioritise .segments > .assess-and-prioritise {
  opacity: 1 !important;
  transform: scale(1.02);
  z-index: 100;
}

.action-design-your-intervention .segments > *:not(.design-your-intervention) {
  opacity: .5;
}

.action-design-your-intervention .segments > .design-your-intervention {
  opacity: 1 !important;
  transform: scale(1.02);
  z-index: 100;
}

.action-test-and-refine .segments > *:not(.test-and-refine) {
  opacity: .5;
}

.action-test-and-refine .segments > .test-and-refine {
  opacity: 1 !important;
  transform: scale(1.02);
  z-index: 100;
}

.action-scale .segments > *:not(.scale) {
  opacity: .5;
}

.action-scale .segments > .scale {
  opacity: 1 !important;
  transform: scale(1.02);
  z-index: 100;
}

.tool-nav {
  position: relative;
  max-width: 565px;
  padding: 0;
  list-style-type: none;
}

.tool-nav:before {
  content: '';
  position: relative;
  height: 0;
  padding-top: 100%;
  width: 100%;
  display: block;
}

.tool-nav:before > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.tool-nav .action-item {
  z-index: 3;
}

.tool-nav .action-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-color: inherit;
}

.tool-nav .action-item:hover {
  z-index: 4;
}

.tool-nav .action-item:not(:nth-child(6)) {
  width: 21.9469026549%;
  height: 34.3362831858%;
  position: absolute;
  bottom: calc(50% + 15.0442477876%);
  left: 39.0265486726%;
  cursor: pointer;
  transform-origin: 50% calc(100% + 44%);
}

.tool-nav .action-item:not(:nth-child(6)) a:before, .tool-nav .action-item:not(:nth-child(6)) a:after {
  content: '';
  width: 150%;
  height: 90%;
  background-color: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tool-nav .action-item:not(:nth-child(6)) a:before {
  transform-origin: left bottom;
  transform: rotate(-36deg);
  border-radius: 0% 100% 0% 100% / 100% 70% 30% 0%;
}

.tool-nav .action-item:not(:nth-child(6)) a:after {
  transform-origin: right bottom;
  transform: rotate(36deg);
  left: auto;
  right: 0;
  border-radius: 100% 0% 100% 0% / 70% 100% 0% 30%;
}

.tool-nav .action-item:nth-child(6) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 38%;
  height: 38%;
  z-index: 2;
}

.tool-nav .action-item:nth-child(1) {
  transform: rotate(36deg);
}

.tool-nav .action-item:nth-child(2) {
  transform: rotate(108deg);
}

.tool-nav .action-item:nth-child(3) {
  transform: rotate(180deg);
}

.tool-nav .action-item:nth-child(4) {
  transform: rotate(252deg);
}

.tool-nav .action-item:nth-child(5) {
  transform: rotate(324deg);
}

.tool-nav .action-item.scan-and-identify:hover ~ .action-image .segment.scan-and-identify {
  transform: scale(1.02);
  z-index: 100;
}

.tool-nav .action-item.build-your-team:hover ~ .action-image .segment.build-your-team {
  transform: scale(1.02);
  z-index: 100;
}

.tool-nav .action-item.assess-and-prioritise:hover ~ .action-image .segment.assess-and-prioritise {
  transform: scale(1.02);
  z-index: 100;
}

.tool-nav .action-item.design-your-intervention:hover ~ .action-image .segment.design-your-intervention {
  transform: scale(1.02);
  z-index: 100;
}

.tool-nav .action-item.test-and-refine:hover ~ .action-image .segment.test-and-refine {
  transform: scale(1.02);
  z-index: 100;
}

.tool-nav .action-item.scale:hover ~ .action-image .segment.scale {
  transform: scale(1.02);
  z-index: 100;
}

.tool-nav .action-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}

.tool-nav .action-image span {
  display: block;
}

.segments .segment {
  transform-origin: center;
  transition: transform .2s ease;
}

.link-section {
  border-radius: 10px;
  background-color: #f2f2f2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1257px;
  padding-left: var(--padding);
  padding-right: var(--padding);
  box-sizing: border-box;
  margin-top: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  padding-top: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px);
}

.link-section > *:first-child {
  margin-top: 0;
}

.link-section > *:last-child {
  margin-bottom: 0;
}

.link-section > * {
  max-width: 1043px;
  margin-left: auto;
  margin-right: auto;
}

.link-section h2 {
  color: #333333;
  font-family: "Varela Round" , sans-serif;
}

@media (max-width: 639px) {
  .link-section h2 {
    font-size: 1.1111111111em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .link-section h2 {
    font-size: calc( 1.1111111111em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .link-section h2 {
    font-size: 1.3333333333em;
  }
}

.link-section ul {
  padding: 0;
  list-style-type: none;
}

.link-section li + li {
  margin-top: 1.25em;
}

.link-section a {
  color: #00adef;
  transition: color .2s ease;
}

.link-section a:hover {
  color: #333333;
}

.link-section .icon {
  margin-left: .25em;
}

.media-grid {
  margin: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px) 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media (min-width: 640px) {
  .media-grid {
    grid-template-columns: 1fr 23.3890214797%;
    grid-gap: 1% 27px;
  }
  .media-grid .media-item:first-child {
    grid-row: span 3;
  }
}

.media-grid .media-item {
  overflow: hidden;
}

.media-grid a {
  display: block;
}

.media-grid a iframe {
  pointer-events: none;
  display: block !important;
}

@media (min-width: 1260px) {
  .container .media-grid {
    width: 100vw;
    margin-left: -10.2588686481%;
    margin-right: -10.2588686481%;
    max-width: calc(1257px);
  }
}

.play-button {
  transition: color .3s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.5);
  padding: 17.5%;
}

.play-button path {
  fill: currentColor;
}

.play-button circle {
  stroke: currentColor;
}

.play-button svg {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.page-template-urban95 .play-button {
  color: #54C7F0;
}

.page-template-parents-plus .play-button {
  color: #FF866F;
}

.media-section {
  margin: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px) auto;
  max-width: 1257px;
  color: #999999;
}

.media-section:not(.wide) {
  max-width: 1097px;
}

.media-section:not(.wide) img {
  width: 669px;
}

.media-section.wide img {
  max-height: calc( 135px + 365 * (.05vw + .01vh) * var(--font) + 0px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-section img, .media-section iframe {
  border-radius: 10px;
}

.media-section figcaption {
  margin-left: auto;
  margin-right: auto;
  max-width: 1043px;
  padding-left: var(--padding);
  padding-right: var(--padding);
  margin-top: .75em;
  font-size: 14px;
}

@media (min-width: 640px) {
  .media-section figcaption {
    padding-left: 27px;
    padding-right: 27px;
  }
}

.media-section + .article-results, .media-section + .article-summary {
  margin-top: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  background-color: #333333;
  width: 100%;
  max-width: 410px;
  transform: translate3d(100%, 0, 0);
  transition: transform .4s;
  will-change: transform;
  color: white;
  padding-top: 80px;
}

.drawer-open .nav-drawer {
  transform: translate3d(0, 0, 0);
}

.admin-bar .nav-drawer {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .nav-drawer {
    top: 46px;
  }
}

@media (max-width: 1279px) {
  .nav-drawer {
    padding-bottom: 32px;
  }
}

.nav-drawer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav-drawer ul li {
  margin: 0;
}

.nav-drawer .menu a {
  display: block;
  padding: .25em 44px;
  position: relative;
}

.nav-drawer .menu .current-menu-item > a span, .nav-drawer .menu .current_page_item > a span, .nav-drawer .menu a:hover span {
  background-size: 100% 1px;
}

.nav-drawer .primary > .menu-item, .nav-drawer .primary > .page_item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1em;
  padding-bottom: 1em;
}

.nav-drawer .primary > .menu-item > a, .nav-drawer .primary > .page_item > a {
  font-family: "Varela Round" , sans-serif;
}

@media (max-width: 639px) {
  .nav-drawer .primary .sub-menu, .nav-drawer .primary .children {
    font-size: 0.962962963em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .nav-drawer .primary .sub-menu, .nav-drawer .primary .children {
    font-size: calc( 0.962962963em + -2 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .nav-drawer .primary .sub-menu, .nav-drawer .primary .children {
    font-size: 0.8888888889em;
  }
}

.nav-drawer .secondary {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (max-width: 639px) {
  .nav-drawer .secondary .menu-item {
    font-size: 0.962962963em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .nav-drawer .secondary .menu-item {
    font-size: calc( 0.962962963em + -2 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .nav-drawer .secondary .menu-item {
    font-size: 0.8888888889em;
  }
}

.drawer-close {
  outline: none;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: color .2s ease;
  color: inherit;
}

.drawer-close path {
  transition: fill .2s ease;
  fill: currentColor;
}

.drawer-close:hover {
  color: #00adef;
}

body:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.drawer-open body:before {
  opacity: 1;
  pointer-events: auto;
}

.no-results-box {
  margin-top: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  border-radius: 10px;
  background-color: #f2f2f2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1257px;
  padding-left: var(--padding);
  padding-right: var(--padding);
  max-width: 401px;
  padding-top: calc( 17.5px + 12.5 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 17.5px + 12.5 * (.05vw + .01vh) * var(--font) + 0px);
}

@media (min-width: 1120px) {
  .no-results-box {
    padding: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px) calc( 27.5px + 42.5 * (.05vw + .01vh) * var(--font) + 0px);
  }
}

.no-results-box > *:first-child {
  margin-top: 0;
}

.no-results-box > *:last-child {
  margin-bottom: 0;
}

.no-results-box .title {
  font-family: "Varela Round" , sans-serif;
  color: #333333;
  line-height: 1.25;
  margin-bottom: .5em;
}

@media (max-width: 639px) {
  .no-results-box .title {
    font-size: 1.4074074074em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .no-results-box .title {
    font-size: calc( 1.4074074074em + 22 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .no-results-box .title {
    font-size: 2.2222222222em;
  }
}

.no-results-box .filters-clear {
  color: #00adef;
  font-size: 16px;
}

.no-results-box .filters-clear .icon {
  margin-left: .5em;
}

ul.page-numbers {
  margin-left: auto;
  margin-right: auto;
  max-width: 1257px;
  padding-left: var(--padding);
  padding-right: var(--padding);
  margin-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
}

@media (max-width: 639px) {
  ul.page-numbers {
    font-size: 1.0740740741em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  ul.page-numbers {
    font-size: calc( 1.0740740741em + 4 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  ul.page-numbers {
    font-size: 1.2222222222em;
  }
}

ul.page-numbers .current {
  font-weight: bold;
}

ul.page-numbers .page-numbers {
  color: #00adef;
  margin: 0 .125em;
}

ul.page-numbers a {
  transition: color .2s ease;
  color: #00adef;
}

ul.page-numbers a:hover {
  color: #333333;
}

ul.page-numbers .page-prev {
  color: #00adef;
}

ul.page-numbers .page-prev:after {
  content: '';
  border-right: 1px solid #666666;
  margin: 0 1em;
}

ul.page-numbers .page-next {
  color: #00adef;
}

ul.page-numbers .page-next:before {
  content: '';
  margin: 0 1em;
  border-right: 1px solid #666666;
}

article.type-page {
  position: relative;
}

button.mfp-close {
  width: 24px;
  height: 24px;
  line-height: 1;
  color: #333333 !important;
  opacity: 1;
  transition: color 0.2s ease !important;
  box-sizing: content-box !important;
}

button.mfp-close:hover {
  color: #00adef !important;
}

button.mfp-close svg {
  pointer-events: none;
}

button.mfp-close path {
  fill: currentColor;
}

.mfp-fullpage {
  background-color: #f2f2f2;
  background-position: calc(20% - 200px) -30px;
}

.mfp-fullpage .mfp-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1257px;
  padding-left: var(--padding);
  padding-right: var(--padding);
  max-width: 829px;
  padding-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  position: relative;
}

.mfp-fullpage .mfp-close {
  padding: 25px 20px;
}

@media (min-width: 720px) {
  .mfp-fullpage .mfp-close {
    padding: 50px 40px !important;
  }
}

.mfp-fullpage .wpcf7 h2 {
  color: #333333;
  font-family: "Varela Round" , sans-serif;
  border-bottom: 1px solid #999999;
  padding-bottom: .5em;
  margin-top: 0;
}

@media (max-width: 639px) {
  .mfp-fullpage .wpcf7 h2 {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .mfp-fullpage .wpcf7 h2 {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .mfp-fullpage .wpcf7 h2 {
    font-size: 1.6666666667em;
  }
}

.mfp-fullpage .wpcf7-form {
  padding: 0;
  background-color: transparent;
}

.mfp-impact .mfp-close {
  padding: 20px;
}

.mfp-impact .mfp-content {
  width: auto;
  border-radius: 10px;
  background-color: #f2f2f2;
  padding: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px) calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
  max-width: 669px;
}

.mfp-window .mfp-close {
  width: 24px;
}

.post-navigation {
  margin-top: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  display: flex;
  flex-flow: row wrap;
}

.post-navigation:last-child {
  margin-bottom: calc( 45px + 95 * (.05vw + .01vh) * var(--font) + 0px);
}

.post-navigation .nav-links {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
  vertical-align: middle;
}

@media (max-width: 639px) {
  .post-navigation {
    font-size: 1.0740740741em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .post-navigation {
    font-size: calc( 1.0740740741em + 4 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .post-navigation {
    font-size: 1.2222222222em;
  }
}

.post-navigation .current {
  font-weight: bold;
}

.post-navigation .page-numbers {
  color: #00adef;
  margin: 0 .125em;
}

.post-navigation a {
  transition: color .2s ease;
  color: #00adef;
  display: inline-block;
  vertical-align: middle;
}

.post-navigation a:hover {
  color: #333333;
}

.post-navigation .nav-previous .icon {
  margin-right: .25em;
}

.post-navigation .nav-next .icon {
  margin-left: .25em;
}

.post-navigation .nav-previous + .nav-next:before {
  content: '';
  margin: 0 1em;
  border-right: 1px solid #666666;
  vertical-align: middle;
}

.post-navigation .scroll-top {
  margin-left: auto;
}

@media (max-width: 480px) {
  .post-navigation .scroll-top {
    flex-basis: 100%;
    margin-top: 20px;
    text-align: left;
  }
}

select.select, .wpcf7-select, .select-label {
  color: inherit;
  display: block;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
  background-color: #f2f2f2;
  padding: .5em 3rem .5em 1em;
  background-position: right 1rem center;
  line-height: inherit;
  min-width: 5em;
  max-width: 11em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

select.select:focus, .wpcf7-select:focus, .select-label:focus, select.select:active, .wpcf7-select:active, .select-label:active {
  border-color: #00adef;
}

select.select, .wpcf7-select {
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.select::-ms-expand, .wpcf7-select::-ms-expand {
  display: none;
}

select.select:focus, .wpcf7-select:focus {
  outline: none;
}

select.select:focus ~ .select-label, select.select:active ~ .select-label, .wpcf7-select:focus ~ .select-label, .wpcf7-select:active ~ .select-label {
  border-color: #00adef;
}

div.select {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 9;
}

div.select select {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

div.select select:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

div.select.open {
  z-index: 12;
}

div.select.open .select-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

div.select.open .select-list {
  display: block;
}

div.select.selected li[rel=''], div.select.selected li:not([rel]) {
  display: block;
}

.select-label {
  z-index: 100;
}

.select-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1001;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 14.5em;
  overflow: auto;
  border-radius: 0 0 5px 5px;
  border: 1px solid #b1b1b1;
  background-color: white;
  margin-top: -1px;
}

.select-list li {
  margin: 0;
  padding: .625em 1em;
  font-size: 16px;
}

.select-list li.active, .select-list li:hover {
  font-weight: bold;
}

.select-list li + .select-item {
  border-top: 1px solid #b1b1b1;
}

.select-list li[rel=''], .select-list li:not([rel]), .select-list li.empty {
  display: none;
}

.select-list li[rel=''] + *, .select-list li:not([rel]) + *, .select-list li.empty + * {
  border-top: none;
}

.select-list .sub-option {
  padding-left: 2em;
}

.selected-filters {
  border-top: 1px solid #999999;
  padding-top: calc( 15px + 5 * (.05vw + .01vh) * var(--font) + 0px);
  margin-top: calc( 18.75px + 16.25 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.selected-filters > *:last-child {
  margin-left: auto;
}

.selected-filters .label {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1.5em;
}

.selected-filters .filters-list {
  padding: 0 5em 0 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
}

.selected-filters .filters-list li:not(:last-child) {
  margin-right: .75em;
}

@media (max-width: 720px) {
  .selected-filters .filters-list {
    padding-right: 0;
    width: 100%;
  }
}

.selected-filters .filters-item {
  margin-top: .375em;
  margin-bottom: .375em;
  font-weight: bold;
  padding: .125em .5em;
  border-radius: 8px;
  background-color: #f2f2f2;
}

@media (max-width: 639px) {
  .selected-filters .filters-item {
    font-size: 1em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .selected-filters .filters-item {
    font-size: calc( 1em + 0 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .selected-filters .filters-item {
    font-size: 1em;
  }
}

.selected-filters .filters-clear {
  position: absolute;
  top: 30px;
  right: 0;
  transition: color .2s ease;
  font-size: 16px;
  letter-spacing: -0.16px;
  padding: .125em 0;
  display: inline-block;
  color: #00adef;
}

.selected-filters .filters-clear:hover {
  color: #333333;
}

.side-share {
  position: fixed;
  top: 30vh;
  right: 0;
  z-index: 1000;
  border-radius: 10px 0 0 10px;
  background-color: #e6e6e6;
  padding: 16px 8px;
  transition: transform .3s ease;
}

.side-share, .side-share .addthis_toolbox {
  display: flex;
  flex-flow: column nowrap;
}

.side-share a, .side-share button {
  background-position: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0 !important;
}

.side-share .addthis_button_compact {
  height: 24px;
}

.side-share a ~ a, .side-share > button, .side-share > a {
  margin-top: 12px;
}

@media (max-width: 960px) {
  .side-share.headroom--unpinned {
    transform: translate3d(100%, 0, 0);
  }
}

.text-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-gap: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px) 27px;
}

@media (min-width: 1260px) {
  .text-group {
    --padding: 80px;
  }
}

.text-group.has-grey-background {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  background-color: #f2f2f2;
  position: relative;
}

.text-group.has-grey-background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 calc(var(--padding) * -1);
  background: inherit;
  pointer-events: none;
  border-radius: 12px;
  z-index: -1;
}

.text-group .col {
  float: none !important;
  width: auto !important;
}

.text-group .col > *:first-child {
  margin-top: 0;
}

.text-group .col > *:last-child {
  margin-bottom: 0;
}

.text-group > *:not(.col) {
  grid-column: 1 / -1;
}

@media (min-width: 1260px) {
  .text-group .col:nth-child(odd) .article-box {
    margin-left: -27px;
  }
  .text-group .col:nth-child(even) .article-box {
    margin-right: -27px;
  }
}

.article-box.zoom-in-box a {
  display: flex;
  flex-flow: column nowrap;
}

.article-box.zoom-in-box .image {
  order: -1;
}

/*
    ##################################
    #                                #
    #            ARTICLES            #
    #                                #
    ################################## */

.type-idea {
  background-size: 0;
}

.type-idea .article-header {
  border-radius: 10px 10px 0 0;
  color: white;
  background: inherit;
  background-color: #333333;
  background-size: auto 1.25em;
  background-position: right 40px top calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  padding-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px);
  max-width: 1257px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.type-idea .article-header + .media-section {
  margin-top: 0;
}

.type-idea .article-header + .media-section img, .type-idea .article-header + .media-section iframe {
  border-radius: 0 0 10px 10px;
}

.type-idea .article-header .label {
  color: inherit;
  text-transform: uppercase;
}

.type-idea .article-header .lead {
  color: inherit;
}

@media (max-width: 640px) {
  .type-idea .article-header {
    background-position: right 20px top calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  }
}

@media (min-width: 960px) {
  .type-idea .article-header {
    background-position: right 80px center;
    background-size: auto 30px;
  }
}

@media (min-width: 640px) and (max-width: 720px) {
  .type-idea .article-header .text {
    padding-right: 50px;
  }
}

@media (max-width: 639px) {
  .type-idea .article-header .lead {
    margin-top: 1em !important;
  }
}

.single-impact main {
  background-color: #f2f2f2;
}

.single-impact .article-top, .single-impact .article-header {
  background-color: white;
  margin-bottom: 0;
}

.single-impact .article-header {
  padding-bottom: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
}

.single-impact .article-header .text > * {
  max-width: none;
}

@media (min-width: 800px) {
  .single-impact .article-section .col:first-child {
    width: 48.7056567593%;
  }
  .single-impact .article-section .col:last-child {
    width: 38.4467881112%;
  }
}

.type-implementation {
  background-size: 0;
}

.type-implementation .article-header {
  background-color: #f2f2f2;
  --top: -999px;
  --bottom: calc(calc( -25px - 35 * (.05vw + .01vh) * var(--font) + 0px));
  position: relative;
  margin-bottom: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
}

.type-implementation .article-header:before {
  content: '';
  background-color: inherit;
  z-index: -1;
  position: absolute;
  top: var(--top);
  right: 0;
  bottom: var(--bottom);
  left: 0;
}

.type-implementation .article-header .lead {
  max-width: none;
}

.type-implementation .article-header .lead .icon {
  margin: 0 .25em 0 0;
}

.type-implementation .article-header .lead .icon svg {
  width: 1.15em;
}

.type-implementation .article-header .lead + p {
  line-height: 1.2083333333;
  color: #333333;
}

@media (max-width: 639px) {
  .type-implementation .article-header .lead + p {
    font-size: 1.1111111111em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .type-implementation .article-header .lead + p {
    font-size: calc( 1.1111111111em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .type-implementation .article-header .lead + p {
    font-size: 1.3333333333em;
  }
}

.type-implementation .article-header .lead [class*=logo] {
  margin-right: -80px;
}

.type-implementation .article-header .intro {
  line-height: 1.2083333333;
  color: #333333;
}

@media (max-width: 639px) {
  .type-implementation .article-header .intro {
    font-size: 1.1111111111em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .type-implementation .article-header .intro {
    font-size: calc( 1.1111111111em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .type-implementation .article-header .intro {
    font-size: 1.3333333333em;
  }
}

.type-implementation .article-header .links {
  margin-top: 1em;
}

.type-implementation.area-parents-plus .lead .icon {
  color: #ff866f;
}

.type-implementation.area-urban95 .lead .icon {
  color: #54c7f0;
}

.type-zoom-in {
  background-size: 0;
}

.type-zoom-in .article-header {
  --top: calc(calc( -35px - 65 * (.05vw + .01vh) * var(--font) + 0px));
  --bottom: calc(calc( -22.5px - 27.5 * (.05vw + .01vh) * var(--font) + 0px));
  background-color: #f2f2f2;
  position: relative;
}

.type-zoom-in .article-header:before {
  content: '';
  background-color: inherit;
  z-index: -1;
  position: absolute;
  top: var(--top);
  right: 0;
  bottom: var(--bottom);
  left: 0;
}

.type-zoom-in .article-header .text {
  max-width: 829px;
}

.type-zoom-in .article-header + .media-section {
  margin-top: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
}

.type-zoom-in .article-info dd + dt {
  border-top-color: #e6e6e6;
}

.type-zoom-in .intro {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.3333333333;
  color: #333333;
  margin-bottom: 1.5em;
}

@media (max-width: 639px) {
  .type-zoom-in .intro {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .type-zoom-in .intro {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .type-zoom-in .intro {
    font-size: 1.6666666667em;
  }
}

/*
    ##################################
    #                                #
    #             ARTICLE             #
    #                                #
    ################################## */

.article-details .container, .article-results .container, .article-summary .container {
  max-width: 1043px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (max-width: 720px) {
  .article-details .container > *, .article-results .container > *, .article-summary .container > * {
    flex-basis: 100% !important;
  }
  .article-details .container > * + *, .article-results .container > * + *, .article-summary .container > * + * {
    margin-top: 2em;
  }
}

.article-details .text > *:first-child, .article-results .text > *:first-child, .article-summary .text > *:first-child {
  margin-top: 0;
}

.article-details .text > *:last-child, .article-results .text > *:last-child, .article-summary .text > *:last-child {
  margin-bottom: 0;
}

.article-details .text:only-child, .article-results .text:only-child, .article-summary .text:only-child {
  max-width: 722px;
}

.article-details .text:not(:only-child), .article-results .text:not(:only-child), .article-summary .text:not(:only-child) {
  max-width: 615px;
  margin-right: 5.1773729626%;
  flex: 1;
}

.article-details .aside, .article-results .aside, .article-summary .aside {
  width: 30.7766059444%;
  margin-left: auto;
}

.article-details .aside > *:first-child, .article-results .aside > *:first-child, .article-summary .aside > *:first-child {
  margin-top: 0;
}

.article-details .aside > *:last-child, .article-results .aside > *:last-child, .article-summary .aside > *:last-child {
  margin-bottom: 0;
}

.single-impact .article-section ul li, .article-accordion .row-entry ul li, .article-details ul li, .article-results ul li, .article-summary ul li, .action-scale .article-analysis:not(:first-of-type) h4 {
  position: relative;
}

.single-impact .article-section ul li:before, .article-accordion .row-entry ul li:before, .article-details ul li:before, .article-results ul li:before, .article-summary ul li:before, .action-scale .article-analysis:not(:first-of-type) h4:before {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: .75em;
  content: '\2022';
  color: #00adef;
  font-size: 1.5em;
  line-height: 1;
}

.single-impact .article-section ol li, .article-accordion .row-entry ol li, .article-details ol li, .article-results ol li, .article-summary ol li, .action-scale .article-analysis:not(:first-of-type) ol li, .page-template-urban95 .article-section.has-green-background ol li {
  counter-increment: counter;
  position: relative;
}

.single-impact .article-section ol li:before, .article-accordion .row-entry ol li:before, .article-details ol li:before, .article-results ol li:before, .article-summary ol li:before, .action-scale .article-analysis:not(:first-of-type) ol li:before, .page-template-urban95 .article-section.has-green-background ol li:before {
  content: counter(counter) ".";
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 1em;
  text-align: right;
}

.single-impact .article-section .screen-reader-text + *, .article-accordion .row-entry .screen-reader-text + *, .article-details .screen-reader-text + *, .article-results .screen-reader-text + *, .article-summary .screen-reader-text + * {
  margin-top: 0;
}

.single-impact .article-section .lead, .article-accordion .row-entry .lead, .article-details .lead, .article-results .lead, .article-summary .lead {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.3333333333;
  color: #333333;
}

@media (max-width: 639px) {
  .single-impact .article-section .lead, .article-accordion .row-entry .lead, .article-details .lead, .article-results .lead, .article-summary .lead {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .single-impact .article-section .lead, .article-accordion .row-entry .lead, .article-details .lead, .article-results .lead, .article-summary .lead {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .single-impact .article-section .lead, .article-accordion .row-entry .lead, .article-details .lead, .article-results .lead, .article-summary .lead {
    font-size: 1.6666666667em;
  }
}

.single-impact .article-section dt, .article-accordion .row-entry dt, .article-details dt, .article-results dt, .article-summary dt {
  margin-bottom: 0;
}

.single-impact .article-section dd, .article-accordion .row-entry dd, .article-details dd, .article-results dd, .article-summary dd {
  margin: .5em 0 0 0;
}

.single-impact .article-section dd + dt, .article-accordion .row-entry dd + dt, .article-details dd + dt, .article-results dd + dt, .article-summary dd + dt {
  margin-top: 2em;
}

.single-impact .article-section p, .article-accordion .row-entry p, .article-details p, .article-results p, .article-summary p, .single-impact .article-section ul, .article-accordion .row-entry ul, .article-details ul, .article-results ul, .article-summary ul, .single-impact .article-section h3, .article-accordion .row-entry h3, .article-details h3, .article-results h3, .article-summary h3, .single-impact .article-section h4, .article-accordion .row-entry h4, .article-details h4, .article-results h4, .article-summary h4 {
  margin: 2em 0;
}

.single-impact .article-section ul, .article-accordion .row-entry ul, .article-details ul, .article-results ul, .article-summary ul {
  list-style-type: none;
  padding: 0;
}

.single-impact .article-section ul li + li, .article-accordion .row-entry ul li + li, .article-details ul li + li, .article-results ul li + li, .article-summary ul li + li {
  margin-top: 2em;
}

.single-impact .article-section ol, .article-accordion .row-entry ol, .article-details ol, .article-results ol, .article-summary ol {
  counter-reset: counter;
  list-style: none;
  padding: 0;
}

.single-impact .article-section ol li + li, .article-accordion .row-entry ol li + li, .article-details ol li + li, .article-results ol li + li, .article-summary ol li + li {
  margin-top: 2em;
}

@media (max-width: 1120px) {
  .single-impact .article-section ol li:before, .article-accordion .row-entry ol li:before, .article-details ol li:before, .article-results ol li:before, .article-summary ol li:before, .single-impact .article-section ul li:before, .article-accordion .row-entry ul li:before, .article-details ul li:before, .article-results ul li:before, .article-summary ul li:before {
    position: static !important;
  }
}

.single-impact .article-section blockquote, .article-accordion .row-entry blockquote, .article-details blockquote, .article-results blockquote, .article-summary blockquote {
  color: #00adef;
  font-family: "Varela Round" , sans-serif;
  line-height: 1.3333333333;
  margin: 3em 0;
}

@media (max-width: 639px) {
  .single-impact .article-section blockquote, .article-accordion .row-entry blockquote, .article-details blockquote, .article-results blockquote, .article-summary blockquote {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .single-impact .article-section blockquote, .article-accordion .row-entry blockquote, .article-details blockquote, .article-results blockquote, .article-summary blockquote {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .single-impact .article-section blockquote, .article-accordion .row-entry blockquote, .article-details blockquote, .article-results blockquote, .article-summary blockquote {
    font-size: 1.6666666667em;
  }
}

.single-impact .article-section blockquote > *:first-child, .article-accordion .row-entry blockquote > *:first-child, .article-details blockquote > *:first-child, .article-results blockquote > *:first-child, .article-summary blockquote > *:first-child {
  margin-top: 0;
}

.single-impact .article-section blockquote > *:last-child, .article-accordion .row-entry blockquote > *:last-child, .article-details blockquote > *:last-child, .article-results blockquote > *:last-child, .article-summary blockquote > *:last-child {
  margin-bottom: 0;
}

.single-impact .article-section blockquote cite, .article-accordion .row-entry blockquote cite, .article-details blockquote cite, .article-results blockquote cite, .article-summary blockquote cite {
  margin-top: 1em;
  font-family: Asap, sans-serif;
  font-size: 1rem;
  font-style: normal;
  display: block;
  text-transform: none;
  font-weight: normal;
  color: #666666;
}

.article-accordion:not(.element-accordion) {
  margin-top: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
  background-color: white;
}

.article-accordion:not(.element-accordion)[id] {
  margin-top: 0;
  padding-top: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-accordion .container {
  max-width: 1043px;
}

.article-accordion .container > *:first-child {
  margin-top: 0;
}

.article-accordion .container > *:last-child {
  margin-bottom: 0;
}

.article-accordion .label {
  max-width: 1043px;
  margin-left: auto;
  margin-right: auto;
}

.article-accordion .lead {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.3333333333;
  color: #333333;
  margin-bottom: 1.5em;
}

@media (max-width: 639px) {
  .article-accordion .lead {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-accordion .lead {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-accordion .lead {
    font-size: 1.6666666667em;
  }
}

.article-accordion:not(.element-accordion) .lead {
  max-width: 1043px;
  margin-left: auto;
  margin-right: auto;
}

.article-accordion .row-article {
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1120px) {
  .article-accordion .row-article {
    margin-left: -27px;
    margin-right: -27px;
  }
}

.article-accordion .row-article[class*=element] .row-header {
  background-image: inherit;
  background-size: 0;
}

.article-accordion .row-article[class*=element] .row-header:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 18.2315405652%;
  background-color: #00adef;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: 66% auto;
  background-position: center;
}

.article-accordion .row-article + .row-article {
  margin-top: 25px;
}

.article-accordion p + .row-article {
  margin-top: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-accordion .row-header {
  position: relative;
  background-color: #333333;
  padding: calc( 17.5px + 12.5 * (.05vw + .01vh) * var(--font) + 0px) 15% calc( 17.5px + 12.5 * (.05vw + .01vh) * var(--font) + 0px) 12%;
  min-height: 4.8em;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  .article-accordion .row-header {
    padding-left: 3em;
    padding-right: 1em;
  }
}

.article-accordion .row-header.slide-trigger {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.article-accordion .row-header .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 18.2315405652%;
  margin: 0;
  transition: opacity .2s ease;
  background-color: #00adef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-accordion .row-header .image img:not([src*=svg]):not([data-src*=svg]) {
  width: 160.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}

.article-accordion .row-header .image img[src*=svg], .article-accordion .row-header .image img[data-src*=svg] {
  margin: auto;
}

@media (max-width: 640px) {
  .article-accordion .row-header .image {
    display: none;
  }
}

.article-accordion .row-header .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #00adef;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12%;
  transition: color .2s ease;
  pointer-events: none;
}

@media (max-width: 480px) {
  .article-accordion .row-header .icon {
    width: 3em;
  }
}

.article-accordion .row-header .icon:before {
  content: '';
  width: 16px;
  height: 16px;
  background: white;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  transition: background .2s ease;
  border: 1px solid red;
}

.article-accordion .row-header svg {
  transition: transform .2s ease;
  z-index: 1;
  transform: scale(1.6666666667) rotate(0deg);
  display: block;
  transform-origin: center;
}

.article-accordion .row-header.open .icon svg {
  transform: scale(1.6666666667) rotate(-180deg);
}

.article-accordion .row-header:hover .icon {
  color: white;
}

.article-accordion .row-header:hover .icon:before {
  background-color: #00adef;
}

.article-accordion .row-title {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.2083333333;
  color: white;
  max-width: 80%;
  margin: 0;
}

@media (max-width: 639px) {
  .article-accordion .row-title {
    font-size: 1.1111111111em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-accordion .row-title {
    font-size: calc( 1.1111111111em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-accordion .row-title {
    font-size: 1.3333333333em;
  }
}

@media (max-width: 640px) {
  .article-accordion .row-title {
    max-width: none;
  }
}

.article-accordion .row-entry {
  padding-top: calc( 21.25px + 23.75 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 21.25px + 23.75 * (.05vw + .01vh) * var(--font) + 0px);
  background-color: #f2f2f2;
}

.has-grey-background .article-accordion .row-entry {
  background-color: white;
}

.article-accordion .row-entry.slide-toggler {
  display: none;
}

.article-accordion .row-entry .row-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 829px;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

.article-accordion .row-entry .row-content > *:first-child {
  margin-top: 0;
}

.article-accordion .row-entry .row-content > *:last-child {
  margin-bottom: 0;
}

.article-accordion .row-entry .row-content > * {
  margin: 1.25em 0;
}

.article-accordion .row-entry .image img {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

@media (min-width: 720px) {
  .article-accordion .row-entry .image {
    float: left;
    margin-right: 1.25em;
  }
  .article-accordion .row-entry .image + * {
    margin-top: 0;
  }
}

@media (min-width: 1120px) {
  .article-accordion .row-entry .image {
    margin-left: calc(-8.082026538% - 9px);
  }
}

.article-accordion .row-entry a {
  color: #00adef;
  text-decoration: underline;
}

.article-analysis {
  max-width: 1257px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  border-top: 10px solid #666666;
  background-color: #e6e6e6;
  position: relative;
}

.article-analysis + .article-analysis {
  margin-top: calc( 28.75px + 46.25 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-analysis > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1043px;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

.article-analysis h2 {
  margin: 0;
  line-height: 1.3333333333;
  font-weight: 900;
  color: white;
  background-color: #666666;
  padding: .5em 1em;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 639px) {
  .article-analysis h2 {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-analysis h2 {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-analysis h2 {
    font-size: 1.6666666667em;
  }
}

.article-analysis h3, .article-analysis h4, .article-analysis h5, .article-analysis h6 {
  color: inherit;
}

.article-analysis [class*=group] > h3 {
  line-height: 1.3333333333;
  font-weight: 900;
}

@media (max-width: 639px) {
  .article-analysis [class*=group] > h3 {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-analysis [class*=group] > h3 {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-analysis [class*=group] > h3 {
    font-size: 1.6666666667em;
  }
}

.article-analysis h4 {
  font-weight: bold;
}

.area-urban95 .article-analysis {
  border-top-color: #54c7f0;
  background-color: #D0EBDB;
}

.area-urban95 .article-analysis > h2 {
  text-transform: uppercase;
  background-color: #54c7f0;
}

.area-urban95 .article-analysis > h2, .area-urban95 .article-analysis [class*=group] > h2, .area-urban95 .article-analysis [class*=group] > h3, .area-urban95 .article-analysis li:before {
  font-family: "Titillium Web", "Varela Round", sans-serif;
}

.area-urban95 .article-analysis [class*=group] > h3 {
  text-transform: uppercase;
}

.area-urban95 .article-analysis .icon {
  color: #54c7f0;
}

.area-urban95 .article-analysis + .article-analysis {
  background-color: rgba(208, 235, 219, 0.75);
}

.area-urban95.action-scale .article-analysis {
  border-top-color: #54C6F0;
  background-color: #DDF4FB;
}

.area-urban95.action-scale .article-analysis > h2, .area-urban95.action-scale .article-analysis h4:before, .area-urban95.action-scale .article-analysis li:before {
  color: #42B982;
}

.area-parents-plus .article-analysis {
  border-top-color: #ff866f;
  background-color: #C7EEEB;
  font-family: europa, Asap, sans-serif;
  font-weight: 300;
  color: #112b35;
}

.area-parents-plus .article-analysis h2 {
  background-color: #ff866f;
}

.area-parents-plus .article-analysis strong, .area-parents-plus .article-analysis b {
  font-weight: bold;
}

.area-parents-plus .article-analysis > h2, .area-parents-plus .article-analysis [class*=group] > h2, .area-parents-plus .article-analysis [class*=group] > h3, .area-parents-plus .article-analysis li:before {
  font-family: Avenir, "Varela Round", sans-serif;
}

.area-parents-plus .article-analysis .icon {
  color: #ff866f;
}

.area-parents-plus .article-analysis + .article-analysis {
  background-color: rgba(199, 238, 235, 0.75);
}

.area-parents-plus.action-scale .article-analysis {
  border-top-color: #FF866F;
  background-color: #FFE7E3;
}

.area-parents-plus.action-scale .article-analysis > h2, .area-parents-plus.action-scale .article-analysis h4:before, .area-parents-plus.action-scale .article-analysis li:before {
  color: #ff866f;
}

.action-scale .article-analysis:not(:first-of-type) {
  margin-top: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
  background-color: transparent;
  border-top: none;
  padding-bottom: 0;
}

.action-scale .article-analysis:not(:first-of-type) h2 {
  background: none;
  display: block;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 639px) {
  .action-scale .article-analysis:not(:first-of-type) h2 {
    font-size: 1.4074074074em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .action-scale .article-analysis:not(:first-of-type) h2 {
    font-size: calc( 1.4074074074em + 22 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .action-scale .article-analysis:not(:first-of-type) h2 {
    font-size: 2.2222222222em;
  }
}

.action-scale .article-analysis:not(:first-of-type) h4 {
  font-size: 1em;
  font-weight: normal;
  margin: 1.375em 0;
}

.action-scale .article-analysis:not(:first-of-type) .group-entry {
  padding: 0;
  border: 0;
  margin: 1.375em 0;
}

.action-scale .article-analysis:not(:first-of-type) ol {
  list-style-type: none;
  padding: 0 0 0 2.5em;
}

.action-scale .article-analysis:not(:first-of-type) ol li:before {
  content: counter(counter, decimal-leading-zero) ".";
  line-height: 1.0833333333;
  margin-right: 0;
  width: 2.75rem;
  text-align: left;
}

@media (max-width: 639px) {
  .action-scale .article-analysis:not(:first-of-type) ol li:before {
    font-size: 1.1111111111em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .action-scale .article-analysis:not(:first-of-type) ol li:before {
    font-size: calc( 1.1111111111em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .action-scale .article-analysis:not(:first-of-type) ol li:before {
    font-size: 1.3333333333em;
  }
}

.action-scale .article-analysis:not(:first-of-type) ol li + li {
  margin-top: 1.375em;
}

.action-scale .article-analysis:not(:first-of-type) ol.alpha li:before {
  content: counter(counter, upper-alpha) ".";
}

.action-scale .article-analysis:not(:first-of-type) .analysis-group {
  display: block;
  margin-top: 1.5em;
}

.action-scale .article-analysis:not(:first-of-type) .analysis-group > * {
  max-width: 722px;
}

.analysis-group {
  position: relative;
  margin-top: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
  overflow: hidden;
}

.analysis-group > * {
  margin: 0;
}

.analysis-group > * > *:first-child {
  margin-top: 0;
}

.analysis-group > * > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 719px) {
  .analysis-group > * + * {
    margin-top: 1em;
  }
  .analysis-group > .group-tools + .group-entry {
    margin-top: 2em;
  }
}

@media (min-width: 720px) {
  .analysis-group {
    display: grid;
    grid-gap: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px) 10.6603023071%;
    grid-template-columns: [text] 58.9645254075% [aside] 28.1879194631%;
  }
}

.analysis-group + section {
  margin-top: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
}

.analysis-group .group-entry {
  grid-column: text;
  grid-row: auto;
  border-top: 1px solid white;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (min-width: 720px) {
  .analysis-group h3 + .group-entry {
    position: relative;
  }
  .analysis-group h3 + .group-entry:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 47%;
    border-top: 1px solid white;
    margin-left: 17.3983739837%;
  }
}

.analysis-group .group-tools {
  overflow: hidden;
}

.analysis-group .group-tools h5 {
  all: unset;
  display: block;
  font-family: Asap, sans-serif;
  font-size: 16px;
  min-height: 2.4em;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 720px) {
  .analysis-group .group-tools h5 {
    position: absolute;
    top: 0;
  }
}

.analysis-group .group-tools ul, .analysis-group .group-tools p {
  margin: 0;
  list-style-type: none;
  padding: 1em 0 0 0;
  border-top: 1px solid white;
}

.analysis-group .group-tools ul li + li, .analysis-group .group-tools p li + li {
  margin-top: .75em;
}

.analysis-group .group-tools .link {
  font-weight: bold;
}

.analysis-group .group-tools .icon[class*=guide] {
  color: inherit;
  margin-right: .5em;
}

.analysis-group .group-tools .icon:not([class*=guide]) {
  width: 0;
  box-sizing: border-box;
}

.analysis-group .group-tools .icon:not([class*=guide]) svg {
  max-width: none;
}

@media (min-width: 720px) {
  .analysis-group .group-tools ~ .group-tools h5 {
    visibility: hidden;
  }
}

.analysis-group .article-box {
  font-family: Asap, sans-serif;
}

@media (min-width: 640px) {
  .analysis-group .article-box a {
    flex-flow: row nowrap;
  }
  .analysis-group .article-box .image {
    width: 34.7967479675%;
  }
  .analysis-group .article-box .entry {
    flex: 1;
  }
}

.analysis-group .article-box .image {
  order: -1;
}

.analysis-group .article-box .entry {
  background-color: #ffffff;
}

.analysis-group .article-box .title {
  color: #333333;
}

.analysis-group .article-box + .article-box {
  margin-top: 1em;
}

@media (max-width: 720px) {
  .article-aside {
    height: auto !important;
    position: static;
    padding-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
    padding-bottom: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  }
}

@media (min-width: 720px) {
  .article-aside {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    pointer-events: none;
  }
  .article-aside .container {
    position: relative;
    z-index: 1;
    max-width: 1043px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: sticky;
    top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  }
  .article-aside .aside-box {
    pointer-events: auto;
    margin-right: 0 !important;
    width: 30.7766059444%;
  }
}

@media (min-width: 1120px) {
  .article-aside .aside-box.has-blue-background {
    margin-top: calc( -30px - 50 * (.05vw + .01vh) * var(--font) + 0px);
  }
}

.article-aside .aside-box {
  max-width: 348px;
  display: block;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  transform: translate3d(0, 0, 0);
}

.article-aside .aside-box + .aside-box {
  margin-top: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-aside .aside-box figure {
  margin: 0;
  padding: 0;
}

.article-aside .aside-box img {
  display: block;
  transition: transform .4s ease, opacity .4s ease;
  transform-origin: center;
}

@media (max-width: 720px) {
  .article-aside .aside-box img {
    width: 100%;
    max-height: 50vmin;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .article-aside .aside-box img[src*='svg'], .article-aside .aside-box img[data-src*='svg'] {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.article-aside .aside-box .text {
  padding: 1.5rem .75rem;
  background-color: inherit;
  position: relative;
}

.article-aside .aside-box .text > *:first-child {
  margin-top: 0;
}

.article-aside .aside-box .text > *:last-child {
  margin-bottom: 0;
}

.article-aside .aside-box h3 {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.2083333333;
  margin-bottom: .5rem;
  color: inherit;
}

@media (max-width: 639px) {
  .article-aside .aside-box h3 {
    font-size: 1.1111111111em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-aside .aside-box h3 {
    font-size: calc( 1.1111111111em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-aside .aside-box h3 {
    font-size: 1.3333333333em;
  }
}

.article-aside .aside-box p.lead {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.2083333333;
  margin: 0 -.75rem;
  padding: 1.5rem 1.2083333333em;
}

@media (max-width: 639px) {
  .article-aside .aside-box p.lead {
    font-size: 1.1111111111em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-aside .aside-box p.lead {
    font-size: calc( 1.1111111111em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-aside .aside-box p.lead {
    font-size: 1.3333333333em;
  }
}

.article-aside .aside-box p.lead:first-of-type {
  margin-top: -1.5rem;
}

.article-aside .aside-box p.lead:last-of-type {
  margin-bottom: -1.5rem;
}

.article-aside .aside-box p.lead + .lead {
  border-top: 1px solid currentColor;
}

.article-aside .aside-box p.lead strong {
  font-weight: normal;
}

.article-aside .aside-box p {
  margin: .5em 0;
}

@media (max-width: 639px) {
  .article-aside .aside-box p {
    font-size: 1.037037037em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-aside .aside-box p {
    font-size: calc( 1.037037037em + 2 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-aside .aside-box p {
    font-size: 1.1111111111em;
  }
}

.article-aside .aside-box .links {
  justify-content: center;
}

.article-aside .aside-box .links .link-item {
  margin: .125em .5em;
}

.article-aside .aside-box strong {
  color: #00adef;
}

.article-aside .aside-box .link {
  letter-spacing: -0.18px;
  color: #00adef;
}

.article-aside .aside-box .link .icon {
  margin-left: .25em;
}

.article-aside .aside-box .link:hover {
  color: #333333;
}

.article-aside .aside-box a, .article-aside .aside-box .text {
  background-color: inherit;
}

.article-aside .aside-box a:hover {
  color: #00adef;
}

.article-aside .aside-box a:hover .link {
  color: #333333;
}

.article-aside .aside-box a:hover img {
  transform: scale(1.1);
}

.article-aside .aside-box.has-blue-background {
  background-color: #00adef;
  color: white;
  text-align: center;
}

.article-aside .aside-box.has-blue-background .link {
  color: inherit;
}

.article-aside .aside-box.has-blue-background .link:hover {
  color: #333333;
}

.article-aside .aside-box.has-dark-background {
  color: white;
  background-color: #333333;
  text-align: center;
}

.article-aside .aside-box.has-dark-background p.lead {
  text-align: left;
}

.article-aside .aside-box.has-dark-background .link:hover {
  color: white;
}

.article-categories {
  background-size: 0;
  margin-top: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
}

@media (max-width: 639px) {
  .article-categories.has-large-title .lead {
    font-size: 1.4074074074em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-categories.has-large-title .lead {
    font-size: calc( 1.4074074074em + 22 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-categories.has-large-title .lead {
    font-size: 2.2222222222em;
  }
}

.article-categories .text {
  max-width: 1043px;
  margin-left: auto;
  margin-right: auto;
}

.article-categories .text > *:first-child {
  margin-top: 0;
}

.article-categories .text > *:last-child {
  margin-bottom: 0;
}

.article-categories .text > * {
  max-width: 615px !important;
}

.article-categories .categories-box {
  border-radius: 15px;
  grid-gap: 0 40px;
  grid-auto-flow: dense;
  grid-template-columns: 7fr 5fr;
  grid-template-rows: auto auto auto;
  padding-top: calc( 27.5px + 42.5 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 27.5px + 42.5 * (.05vw + .01vh) * var(--font) + 0px);
}

@media (min-width: 720px) {
  .article-categories .categories-box {
    background-color: #F2F2F2;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    margin-top: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
  }
}

.article-categories .categories-graph {
  padding: 0;
  margin: 0;
  text-align: right;
  width: 100%;
  grid-row: span 2;
  max-width: 600px;
  margin-left: auto;
}

@media (max-width: 719px) {
  .article-categories .categories-graph {
    margin: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px) 0 calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px) 0;
  }
}

@media (min-width: 720px) {
  .article-categories .categories-graph {
    box-sizing: border-box;
  }
}

@media (min-width: 720px) {
  .article-categories .categories-components {
    display: none;
  }
}

.article-categories .component-box {
  background-color: #f2f2f2;
}

.article-categories .components-list {
  grid-row: span 2;
}

.article-categories .components-list span {
  position: relative;
}

.article-categories .components-list span:after {
  content: '';
  position: absolute;
  top: -5px;
  right: -10px;
  bottom: -5px;
  left: -10px;
}

@media (min-width: 720px) and (max-width: 960px) {
  .article-categories .components-elements {
    display: contents;
  }
}

@media (min-width: 720px) {
  .article-categories .components-elements {
    margin: 0;
  }
  .article-categories .components-elements dd + dt {
    margin-top: 1.5em;
  }
}

.article-categories .components-elements dt {
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
  border-top: 1px solid white;
  padding-top: 1.5em;
}

@media (max-width: 719px) {
  .article-categories .components-elements {
    display: none;
  }
}

.article-categories .components-list, .article-categories .elements-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9em, 1fr));
  grid-gap: 10px 20px;
  margin: 0;
}

.article-categories .components-list span, .article-categories .elements-list span {
  display: inline-flex;
  align-items: center;
  line-height: 1.1111111111;
  font-weight: bold;
  background-size: 42px;
  min-height: 42px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.article-categories .components-list img, .article-categories .components-list span:before, .article-categories .elements-list img, .article-categories .elements-list span:before {
  background-color: #333333;
  border-radius: 50%;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  transition: background .2s ease;
}

.article-categories.active .components-list span:before, .article-categories.active .components-list span img, .article-categories.active .elements-list span:before, .article-categories.active .elements-list span img {
  background-color: #999999;
}

.article-categories .components-list span:hover img {
  background-color: #333333;
}

.article-categories.area-family-friendly-urban-planning .components-list span.active img {
  background-color: #73D5F0;
}

.article-categories.area-healthy-environments-for-children .components-list span.active img {
  background-color: #42B984;
}

.article-categories.area-services-for-babies-and-toddlers .components-list span.active img {
  background-color: #005e6e;
}

.article-categories.area-caring-for-caregivers .components-list span.active img {
  background-color: #ff866f;
}

.article-categories .elements-list {
  position: relative;
  z-index: 1;
}

.article-categories .elements-list span {
  padding-left: 52px;
  grid-column: 1 / -1;
}

.article-categories .elements-list span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.article-categories.elements-list .elements-list span:before {
  background-color: #00adef;
}

.article-cta {
  background-color: #f2f2f2;
  padding-top: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 45px + 95 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-cta .container {
  max-width: 1043px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-cta .cta-box {
  margin-top: 80px;
  border-radius: 10px;
  padding: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px) calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px) 7em;
  position: relative;
  text-align: center;
  background: white;
  color: #666666;
}

.article-cta .cta-box .title {
  color: #333333;
}

.article-cta .cta-box .link {
  color: #00adef;
}

.article-cta .cta-box.has-blue-background {
  background: #00adef;
  color: white;
}

.article-cta .cta-box.has-blue-background .title {
  color: inherit;
}

.article-cta .cta-box.has-blue-background .link {
  color: inherit;
}

.article-cta .cta-box .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translate(0, -50%);
}

.article-cta .cta-box .title {
  margin-top: 80px;
  margin-bottom: 0;
  font-family: "Varela Round" , sans-serif;
  line-height: 1.25;
}

@media (max-width: 639px) {
  .article-cta .cta-box .title {
    font-size: 1.4074074074em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-cta .cta-box .title {
    font-size: calc( 1.4074074074em + 22 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-cta .cta-box .title {
    font-size: 2.2222222222em;
  }
}

.article-cta .cta-box p {
  line-height: 1.380952381;
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .article-cta .cta-box p {
    font-size: 1.0555555556em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-cta .cta-box p {
    font-size: calc( 1.0555555556em + 3 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-cta .cta-box p {
    font-size: 1.1666666667em;
  }
}

.article-cta .cta-box .link {
  position: absolute;
  bottom: 3.3333333333em;
  transform: translate(-50%, 0);
  color: #00adef;
  white-space: nowrap;
}

.article-cta .cta-box .link + .link {
  margin-bottom: 1.75em;
}

.article-cta .cta-box .link:hover {
  color: #333333;
}

.article-details {
  margin-top: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-download {
  margin-top: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
  background-color: #f2f2f2;
  padding-top: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
  color: #333333;
}

.article-download .container, .download-form .wpcf7-form > .wpcf7-response-output .container {
  max-width: 1043px;
}

.article-download .image, .download-form .wpcf7-form > .wpcf7-response-output .image {
  margin: 0;
}

.article-download .image img, .download-form .wpcf7-form > .wpcf7-response-output .image img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .article-download .text:first-child, .article-download .image:first-child, .article-download h2 + .text, .article-download h2 + .image, .download-form .wpcf7-form > .wpcf7-response-output .text:first-child, .download-form .wpcf7-form > .wpcf7-response-output .image:first-child, .download-form .wpcf7-form > .wpcf7-response-output h2 + .text, .download-form .wpcf7-form > .wpcf7-response-output h2 + .image {
    width: 38.4467881112%;
    margin: 0 2.5886864813% 0 0;
  }
}

.article-download .text > *:first-child, .download-form .wpcf7-form > .wpcf7-response-output .text > *:first-child {
  margin-top: 0;
}

.article-download .text > *:last-child, .download-form .wpcf7-form > .wpcf7-response-output .text > *:last-child {
  margin-bottom: 0;
}

.article-download .text + .image, .article-download .image + .text, .download-form .wpcf7-form > .wpcf7-response-output .text + .image, .download-form .wpcf7-form > .wpcf7-response-output .image + .text {
  max-width: 562px;
  flex: 1;
}

.article-download .lead, .download-form .wpcf7-form > .wpcf7-response-output .lead {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.25;
  margin-bottom: .5em;
}

@media (max-width: 639px) {
  .article-download .lead, .download-form .wpcf7-form > .wpcf7-response-output .lead {
    font-size: 1.4074074074em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-download .lead, .download-form .wpcf7-form > .wpcf7-response-output .lead {
    font-size: calc( 1.4074074074em + 22 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-download .lead, .download-form .wpcf7-form > .wpcf7-response-output .lead {
    font-size: 2.2222222222em;
  }
}

.article-download h3, .download-form .wpcf7-form > .wpcf7-response-output h3 {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.3333333333;
  color: #333333;
}

@media (max-width: 639px) {
  .article-download h3, .download-form .wpcf7-form > .wpcf7-response-output h3 {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-download h3, .download-form .wpcf7-form > .wpcf7-response-output h3 {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-download h3, .download-form .wpcf7-form > .wpcf7-response-output h3 {
    font-size: 1.6666666667em;
  }
}

.article-download p, .download-form .wpcf7-form > .wpcf7-response-output p {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.2083333333;
  margin-bottom: 1.5em;
}

@media (max-width: 639px) {
  .article-download p, .download-form .wpcf7-form > .wpcf7-response-output p {
    font-size: 1.1111111111em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-download p, .download-form .wpcf7-form > .wpcf7-response-output p {
    font-size: calc( 1.1111111111em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-download p, .download-form .wpcf7-form > .wpcf7-response-output p {
    font-size: 1.3333333333em;
  }
}

.article-download p a, .download-form .wpcf7-form > .wpcf7-response-output p a {
  color: #00adef;
}

.article-download p a:hover, .download-form .wpcf7-form > .wpcf7-response-output p a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .article-download .container, .article-download.wpcf7-response-output, .download-form .wpcf7-form > .wpcf7-response-output .container, .download-form .wpcf7-form > .wpcf7-response-output.wpcf7-response-output {
    display: flex;
    flex-flow: column nowrap;
  }
  .article-download .image, .download-form .wpcf7-form > .wpcf7-response-output .image {
    order: 10;
    margin-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  }
}

@media (min-width: 640px) {
  .article-download .container, .article-download.wpcf7-response-output, .download-form .wpcf7-form > .wpcf7-response-output .container, .download-form .wpcf7-form > .wpcf7-response-output.wpcf7-response-output {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}

.button-group {
  display: flex;
}

.download-form .wpcf7-form > .wpcf7-response-output {
  margin-top: 0;
}

.download-form .wpcf7-form > .wpcf7-response-output h2 {
  flex-basis: 100%;
}

.download-form .wpcf7-form > .wpcf7-response-output .image {
  order: 10;
}

.article-categories h3, .article-section h3 {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.3333333333;
  color: #333333;
}

@media (max-width: 639px) {
  .article-categories h3, .article-section h3 {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-categories h3, .article-section h3 {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-categories h3, .article-section h3 {
    font-size: 1.6666666667em;
  }
}

.article-categories .col h3, .article-section .col h3 {
  margin-bottom: 0;
}

.article-categories .col h3 + *, .article-section .col h3 + * {
  margin-top: .5em;
}

.article-categories .col p + .article-box, .article-section .col p + .article-box {
  margin-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-categories .label, .article-section .label {
  margin-bottom: 1em;
}

.article-categories .label + *, .article-section .label + * {
  margin-top: 0;
}

.article-categories .lead, .article-section .lead {
  max-width: 20em;
  margin-bottom: 1em;
}

@media (max-width: 800px) {
  .article-categories .lead br, .article-section .lead br {
    display: none;
  }
}

.article-categories p + .button, .article-section p + .button {
  margin-top: 1em;
}

.article-categories .text .image, .article-section .text .image {
  margin: 1em 0;
}

.article-categories .text .image img, .article-section .text .image img {
  border-radius: 10px;
  display: block;
}

@media (min-width: 720px) {
  .article-categories .text .image, .article-section .text .image {
    margin-left: 2em;
    margin-top: 0;
    width: 43.6241610738%;
    float: right;
  }
}

.article-filters {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
}

@media (max-width: 1120px) {
  .article-filters .article-search, .article-filters .label, .article-filters .article-selects > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.article-filters .label {
  margin: 0 1em 0 0;
}

.article-filters .article-search {
  margin-right: auto;
  max-width: 428px;
}

@media (min-width: 960px) and (max-width: 1120px) {
  .article-filters .label {
    flex-basis: 100%;
  }
}

@media (min-width: 720px) and (max-width: 960px) {
  .article-filters .article-selects {
    flex-basis: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 960px) {
  .article-filters .article-search {
    justify-content: flex-end;
    flex: 1;
    margin-left: auto;
    margin-right: 0;
  }
}

.article-selects {
  display: flex;
  flex-flow: row wrap;
}

.article-selects > .select:not(:last-of-type) {
  margin-right: 10px;
}

@media (max-width: 480px) {
  .article-selects > .select {
    flex-basis: 100%;
    margin-right: 0 !important;
  }
}

.article-search {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}

.article-search [type=search] {
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: none;
  padding: .5em 1em;
  border-radius: 5px 0 0 5px;
  border: 1px solid #b1b1b1;
  border-right: none;
  background: white;
  line-height: inherit;
  color: #333333;
  flex: 1;
}

.article-search .search-submit {
  background: white;
  border: none;
  outline: none;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  cursor: pointer;
  width: 45px;
  overflow: hidden;
  border-radius: 0 5px 5px 0;
  border: 2px solid #00adef;
  transition: background .2s ease;
}

.article-search .search-submit .icon {
  color: #00adef;
  transition: color .2s ease;
}

.article-search .search-submit:hover, .article-search .search-submit:focus {
  background-color: #00adef;
}

.article-search .search-submit:hover .icon, .article-search .search-submit:focus .icon {
  color: white;
}

.article-search label {
  display: none;
}

.article-grid {
  display: grid;
  grid-gap: 27px;
  grid-template-columns: repeat(6, 1fr);
}

.article-grid[data-limit="3"] .article-box:nth-child(n + 4) {
  display: none;
}

.article-grid[data-limit="4"] .article-box:nth-child(n + 5) {
  display: none;
}

.article-grid[data-limit="6"] .article-box:nth-child(n + 7) {
  display: none;
}

.article-box {
  grid-column: 1 / -1;
  border-radius: 10px;
  background-color: #e6e6e6;
}

@media (min-width: 640px) {
  .article-box {
    grid-column: span 3;
  }
}

@media (min-width: 960px) {
  .article-box {
    grid-column: span 2;
  }
}

.article-box:not(.impact-box) {
  transition: transform 0s .4s;
}

.article-box:not(.impact-box):hover {
  transform: translate3d(0, 0, 0);
}

.article-box:not(.impact-box):not(.idea-box):not(.component-box):not(.element-box) {
  overflow: hidden;
}

.article-box a {
  display: block;
}

.article-box a:hover .image img {
  transform: scale(1.1);
}

.article-box .image {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.article-box .image img {
  display: block;
  transition: transform .4s ease, opacity .4s ease;
  transform-origin: center;
}

@media (max-width: 639px) {
  .article-box .image img {
    width: 100%;
    max-height: 50vmin;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 640px) {
  .article-box .image:after {
    content: '';
    display: block;
    position: relative;
    height: 0;
    padding-top: 57.1428571429%;
    width: 100%;
  }
  .article-box .image:after > * {
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    margin: 0;
    padding: 0;
  }
  .article-box .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.article-box .entry {
  padding: 20px;
  background-color: inherit;
  position: relative;
}

.article-box .entry > *:first-child {
  margin-top: 0;
}

.article-box .entry > *:last-child {
  margin-bottom: 0;
}

.article-box .label {
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
}

@media (max-width: 639px) {
  .article-box .label {
    font-size: 0.962962963em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-box .label {
    font-size: calc( 0.962962963em + -2 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-box .label {
    font-size: 0.8888888889em;
  }
}

.article-box .title {
  color: #333333;
  font-family: "Varela Round" , sans-serif;
  line-height: 1.2083333333;
  margin-top: .25em;
}

@media (max-width: 639px) {
  .article-box .title {
    font-size: 1.1111111111em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-box .title {
    font-size: calc( 1.1111111111em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-box .title {
    font-size: 1.3333333333em;
  }
}

.article-box.note-box {
  background-color: #f2f2f2;
  border-radius: 0 5px 5px 0;
  border-left: 6px solid #00adef;
  padding: calc( 15px + 5 * (.05vw + .01vh) * var(--font) + 0px);
}

@media (min-width: 480px) {
  .article-box.note-box {
    grid-column: span 3;
  }
}

@media (min-width: 720px) {
  .article-box.note-box {
    grid-column: span 2;
  }
}

.article-box.note-box .entry > *:first-child {
  margin-top: 0;
}

.article-box.note-box .entry > *:last-child {
  margin-bottom: 0;
}

.article-box.note-box .title {
  margin-bottom: 0;
}

.article-box.note-box .title + * {
  margin-top: .5em;
}

.article-box.page-box {
  grid-column: 1 / -1;
  background-color: #f2f2f2;
}

@media (min-width: 720px) {
  .article-box.page-box {
    grid-column: span 3;
  }
}

.article-box.page-box > a {
  display: flex;
  flex-flow: column nowrap;
}

.article-box.page-box > a:hover .link {
  color: #333333;
}

.article-box.page-box .image {
  order: -1;
  max-height: 16em;
}

.article-box.page-box .entry {
  padding: calc( 17.5px + 12.5 * (.05vw + .01vh) * var(--font) + 0px) calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px) calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-box.page-box .title {
  line-height: 1.3333333333;
  margin-bottom: .5em;
}

@media (max-width: 639px) {
  .article-box.page-box .title {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-box.page-box .title {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-box.page-box .title {
    font-size: 1.6666666667em;
  }
}

.article-box.page-box .link {
  color: #00adef;
}

.home .article-box.page-box {
  background-color: white;
}

.article-guide {
  margin-top: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-guide[id] {
  margin-top: 0;
  padding-top: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-guide + [id] {
  margin-top: calc( -40px - 80 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-guide > * + * {
  margin-top: calc( 27.5px + 42.5 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-guide .container {
  max-width: 1043px;
}

.article-guide .text {
  overflow: hidden;
}

.article-guide .text > *:first-child {
  margin-top: 0;
}

.article-guide .text > *:last-child {
  margin-bottom: 0;
}

.article-guide .text > * {
  max-width: 722px;
}

@media (max-width: 799px) {
  .article-guide .col + .col {
    margin-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  }
}

@media (min-width: 800px) {
  .article-guide .col {
    width: 48.7056567593%;
    float: left;
  }
  .article-guide .col > *:first-child {
    margin-top: 0;
  }
  .article-guide .col > *:last-child {
    margin-bottom: 0;
  }
  .article-guide .col + .col {
    float: right;
  }
}

.article-guide > *:not(.container) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1257px;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

.article-header {
  position: relative;
  padding-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-header .container {
  position: relative;
  max-width: 1043px;
}

@media (min-width: 640px) {
  .article-header .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

.article-header .text > *:first-child {
  margin-top: 0;
}

.article-header .text > *:last-child {
  margin-bottom: 0;
}

.article-header .text h1, .article-header .text h2, .article-header .text p {
  max-width: 615px;
}

.article-header .screen-reader-text + * {
  margin-top: 0;
}

.article-header .label {
  display: block;
  margin-bottom: 1em;
}

.article-header .lead {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.25;
  color: #333333;
  margin-bottom: 1.5rem;
}

@media (max-width: 639px) {
  .article-header .lead {
    font-size: 1.4074074074em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-header .lead {
    font-size: calc( 1.4074074074em + 22 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-header .lead {
    font-size: 2.2222222222em;
  }
}

.article-header .links {
  margin-top: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-header p > a:hover {
  color: #333333;
}

.article-header .logo-parents-plus, .article-header .logo-urban95 {
  display: inline-block;
  vertical-align: -0.2rem;
  margin-left: 30px !important;
  position: relative;
  border-left: 1px solid #B1B1B1;
  padding: 5px 40px 5px 30px;
  background-size: auto 28px;
  background-position: left 30px center;
}

@media (max-width: 1000px) {
  .article-header .logo-parents-plus, .article-header .logo-urban95 {
    border-left: 0;
    display: block;
    padding-left: 0;
    margin: 1.5rem 0 0 0 !important;
    background-position: left center;
  }
}

.article-header.has-large-title .lead {
  line-height: 1;
}

@media (max-width: 639px) {
  .article-header.has-large-title .lead {
    font-size: 1.7037037037em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-header.has-large-title .lead {
    font-size: calc( 1.7037037037em + 38 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-header.has-large-title .lead {
    font-size: 3.1111111111em;
  }
}

.article-header.has-aside .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.article-header.has-aside .text, .article-header.has-aside .aside {
  flex-basis: 100%;
}

.article-header.has-aside .text:not(:last-child), .article-header.has-aside .aside:not(:last-child) {
  margin-bottom: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
}

@media (min-width: 720px) {
  .article-header.has-aside .text, .article-header.has-aside .aside {
    flex-basis: 48.7056567593%;
    margin: 0;
  }
}

.article-header.has-aside .text:not(:only-child) {
  flex: 1;
  margin-right: 27px;
}

.article-header.has-aside .text > * {
  max-width: 480px;
}

.article-header.has-bg {
  padding-top: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
  margin: 0;
}

.article-header.has-bg .container {
  position: static;
}

.article-header.has-bg .text {
  position: relative;
  z-index: 1;
  color: white;
  border-radius: 10px;
  background-color: rgba(0, 173, 239, 0.7);
  max-width: 535px;
  padding: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px) calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  display: inline-block;
}

.article-header.has-bg .label {
  color: inherit;
}

.article-header.has-bg .lead {
  line-height: 1.0357142857;
  width: 9em;
  max-width: 100%;
  color: inherit;
}

@media (max-width: 639px) {
  .article-header.has-bg .lead {
    font-size: 1.7037037037em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-header.has-bg .lead {
    font-size: calc( 1.7037037037em + 38 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-header.has-bg .lead {
    font-size: 3.1111111111em;
  }
}

@media (max-width: 479px) {
  .article-header.has-bg .lead {
    font-size: 1.5em;
    line-height: inherit;
  }
}

.article-header .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.article-header .bg img:not([src*=svg]):not([data-src*=svg]) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.article-header .bg img[src*=svg], .article-header .bg img[data-src*=svg] {
  width: 100%;
  height: 140%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}

.article-header .bg img[src*=svg].lazyloaded, .article-header .bg img[data-src*=svg].lazyloaded {
  opacity: .75;
}

@media (min-width: 0px) and (max-width: 960px) {
  .article-header:not(.has-bg) .bg {
    filter: contrast(0.5) brightness(1.2) opacity(0.5);
  }
}

@media (min-width: 640px) {
  .article-header .image {
    width: 28.1879194631%;
  }
}

.home .article-header .lead + * {
  margin-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
}

.single-impact .article-header .container, .type-implementation .article-header .container {
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 640px) {
  .single-impact .article-header .container > * + *, .type-implementation .article-header .container > * + * {
    margin-top: 27px;
  }
}

@media (min-width: 640px) {
  .single-impact .article-header .text, .type-implementation .article-header .text {
    width: 69.2233940556%;
  }
}

.single-impact .article-header .image, .type-implementation .article-header .image {
  text-align: center;
  max-width: 294px;
}

.single-impact .article-header .image svg, .type-implementation .article-header .image svg {
  display: inline-block;
}

@media (max-width: 639px) {
  .single-impact .article-header .image, .type-implementation .article-header .image {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 640px) {
  .single-impact .article-header .image, .type-implementation .article-header .image {
    width: 28.1879194631%;
    text-align: right;
  }
}

.article-info {
  margin: 0;
}

.article-info dd {
  font-weight: bold;
}

.article-info dt {
  border-top: 1px solid white;
  padding-top: 1.5em;
}

.article-info dd:last-child {
  border-bottom: 1px solid white;
  padding-bottom: 1.5em;
}

.article-info dd + dt {
  margin-top: 1.75em;
}

.article-info dt + dd {
  margin-top: .5em;
}

.article-info dt[class*=logo-urban] {
  display: none;
}

.article-info dd.logo-urban95, .article-info dd > .logo-urban95 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 140px;
  height: 22px;
}

.article-info dd.logo-parents-plus, .article-info dd > .logo-parents-plus {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 130px;
  height: 22px;
}

.article-info dd[class*=area] {
  padding-left: 60px;
  line-height: 1.1111111111;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  background-size: contain;
}

.article-info dd[class*=area]:before {
  content: '';
  width: 0;
  height: 48px;
  display: inline-block;
}

.article-info dd.action, .article-info dd.location {
  padding-left: 24px;
  background-position: center left;
}

.article-info span {
  display: block;
}

.article-info span + span {
  margin-top: 10px;
}

.article-info span img {
  background-color: #333333;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.article-info .addthis_toolbox {
  display: flex;
  flex-flow: row nowrap;
  margin-top: -1.75em;
  padding-left: 3.5em;
}

.article-info .addthis_toolbox a {
  margin: 0 5px;
  background-size: contain;
  background-position: center;
}

.article-info .addthis_toolbox img {
  display: block;
}

@media (max-width: 720px), (min-width: 1120px) {
  .article-info .print {
    text-align: right;
    border-top: none;
    padding-top: 0;
  }
}

.article-info dt.print {
  pointer-events: none;
}

@media (max-width: 720px), (min-width: 1120px) {
  .article-info dt.print {
    padding: 0 2.5em 0 0;
    margin-top: -1.5em;
  }
}

.article-info dd.print {
  margin-top: -1.375em;
  padding-left: 3.5em;
}

@media (max-width: 720px), (min-width: 1120px) {
  .article-info dd.print {
    padding-left: 0;
  }
}

.article-info dd.print .share-print {
  background-size: contain;
}

.share-print {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 28px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
}

.article-map {
  margin-left: auto;
  margin-right: auto;
  max-width: 1257px;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

@media (max-width: 720px) {
  .article-map {
    display: none;
  }
}

.meta-section {
  --top: calc(calc( -35px - 65 * (.05vw + .01vh) * var(--font) + 0px));
  --bottom: 0;
  background-color: #f2f2f2;
  position: relative;
  padding-bottom: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
}

.meta-section:before {
  content: '';
  background-color: inherit;
  z-index: -1;
  position: absolute;
  top: var(--top);
  right: 0;
  bottom: var(--bottom);
  left: 0;
}

article > .article-meta, section > .article-meta {
  max-width: 1257px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: 1em 27px;
}

@media (min-width: 640px) and (max-width: 959px) {
  article > .article-meta, section > .article-meta {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, [title] auto [def] auto);
  }
}

@media (min-width: 960px) {
  article > .article-meta, section > .article-meta {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: [title] auto [def] auto;
  }
}

@media (max-width: 959px) {
  article > .article-meta, section > .article-meta {
    padding-left: 27px;
    padding-right: 27px;
  }
}

article > .article-meta dt, section > .article-meta dt {
  color: #999999;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.125;
}

@media (min-width: 640px) {
  article > .article-meta dt, section > .article-meta dt {
    grid-row: title;
    grid-column: span 1;
  }
}

@media (min-width: 640px) and (max-width: 959px) {
  article > .article-meta dt:nth-child(n + 5), section > .article-meta dt:nth-child(n + 5) {
    grid-row: title 2;
  }
}

@media (min-width: 960px) and (max-width: 1260px) {
  article > .article-meta dt:first-child, section > .article-meta dt:first-child {
    padding-left: 27px;
  }
}

article > .article-meta dd, section > .article-meta dd {
  font-weight: bold;
}

article > .article-meta dd > *, section > .article-meta dd > * {
  font-weight: normal;
}

@media (min-width: 640px) {
  article > .article-meta dd, section > .article-meta dd {
    grid-row: def;
    grid-column: span 1;
  }
}

@media (min-width: 640px) and (max-width: 959px) {
  article > .article-meta dd:nth-child(n + 5), section > .article-meta dd:nth-child(n + 5) {
    grid-row: def 2;
  }
}

article > .article-meta dt, article > .article-meta dd, section > .article-meta dt, section > .article-meta dd {
  margin: 0;
  padding: 0;
}

.article-box.component-box > span, .article-box.component-box > a > span {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  min-width: 100%;
  box-sizing: border-box;
  color: #231f20;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  vertical-align: top;
  min-height: 50px;
  padding-left: 65px;
  background-size: auto;
  background-position: left center;
}

.article-box.component-box > span + span, .article-box.component-box > a > span + span {
  margin-top: .75em;
}

.article-box.element-box {
  background-color: #333333;
}

.article-box.element-box span {
  color: #ffffff;
}

dd.article-box.element-box {
  padding: 1.5em;
}

.article-results {
  margin-top: calc( 45px + 95 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 45px + 95 * (.05vw + .01vh) * var(--font) + 0px);
  background-color: #f2f2f2;
  --top: calc(calc( -27.5px - 42.5 * (.05vw + .01vh) * var(--font) + 0px));
  --bottom: 0;
  position: relative;
}

.article-results:before {
  content: '';
  background-color: inherit;
  z-index: -1;
  position: absolute;
  top: var(--top);
  right: 0;
  bottom: var(--bottom);
  left: 0;
}

.article-results .text .lead {
  margin-bottom: 1.5em;
}

.article-results .text h3, .article-results .text p {
  position: relative;
}

.article-results .text h3:before, .article-results .text p:before {
  content: '';
  border-right: 2px solid #999999;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin-right: 10px;
}

@media (min-width: 720px) {
  .article-results .text h3:before, .article-results .text p:before {
    margin-right: 20px;
  }
}

@media (min-width: 1120px) {
  .article-results .text h3:before, .article-results .text p:before {
    margin-right: 27px;
  }
}

.article-results .text h3 + p:before, .article-results .text p + p:before {
  top: -2em;
}

.article-results .text p + h3 {
  margin-top: 2em;
}

.article-results .text h3, .article-results .text p {
  margin: .5em 0;
}

.article-results .title {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.2083333333;
  color: #333333;
}

@media (max-width: 639px) {
  .article-results .title {
    font-size: 1.1111111111em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-results .title {
    font-size: calc( 1.1111111111em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-results .title {
    font-size: 1.3333333333em;
  }
}

.article-results .results-pros h3:before, .article-results .results-pros p:before {
  border-color: #00adef;
}

.article-section {
  margin-top: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-section[id] {
  margin-top: 0;
  padding-top: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-section[id]:not(:last-of-type) {
  padding-bottom: 0;
}

.home .article-section {
  margin-top: calc( 50px + 110 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 50px + 110 * (.05vw + .01vh) * var(--font) + 0px);
}

.home .article-section[id] {
  margin-top: 0;
  padding-top: calc( 50px + 110 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-section.has-grey-background {
  background-color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
  --top: 0;
  --bottom: calc( -35px - 65 * (.05vw + .01vh) * var(--font) + 0px);
  position: relative;
}

.article-section.has-grey-background[style*=var] {
  margin-top: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
  padding-top: 0;
}

.article-section.has-grey-background:before {
  content: '';
  background-color: inherit;
  z-index: -2;
  position: absolute;
  top: var(--top);
  right: 0;
  bottom: var(--bottom);
  left: 0;
}

.article-section.has-grey-background + section:not(.has-grey-background) {
  background-color: white;
}

.article-section.has-grey-background + section:not(.has-grey-background)[id] {
  margin-top: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
}

.article-section.has-grey-background + section:not(.has-grey-background):not([id]) {
  margin-top: calc( 60px + 140 * (.05vw + .01vh) * var(--font) + 0px);
}

@media (max-width: 639px) {
  .article-section.has-large-title .lead {
    font-size: 1.4074074074em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-section.has-large-title .lead {
    font-size: calc( 1.4074074074em + 22 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-section.has-large-title .lead {
    font-size: 2.2222222222em;
  }
}

@media (max-width: 719px) {
  .article-section.has-cover-image .container > * + * {
    margin-top: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
  }
}

@media (min-width: 720px) {
  .article-section.has-cover-image .container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}

.article-section.has-cover-image .image {
  text-align: center;
  position: relative;
}

@media (min-width: 720px) {
  .article-section.has-cover-image .image {
    width: 38.4467881112%;
    margin-right: 7.6701821668%;
  }
}

.article-section.has-cover-image .text {
  flex: 1;
}

@media (min-width: 720px) {
  .article-section.has-cover-image .text {
    width: 43.6241610738%;
  }
}

.article-section.has-cover-image img {
  display: block;
  margin: auto;
}

@media (max-width: 719px) {
  .article-section.has-cover-image img {
    max-height: 50vmin;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.article-section.has-cover-image img:not([src*=svg]) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.article-section.has-cover-image .lead {
  margin-bottom: 0;
}

.article-section.has-dark-background .container {
  max-width: 1257px;
  position: relative;
}

@media (min-width: 720px) {
  .article-section.has-dark-background .container {
    padding: 0;
  }
}

.article-section.has-dark-background .container:before {
  content: '';
  z-index: -1;
  border-radius: 10px;
  background-color: #333333;
  max-width: 1257px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 719px) {
  .article-section.has-dark-background .image {
    margin: 0 -20px;
    overflow: hidden;
  }
  .article-section.has-dark-background .image img {
    border-radius: 10px 10px 0 0;
  }
}

@media (min-width: 720px) {
  .article-section.has-dark-background .image {
    width: 40.4136833731%;
    margin-right: 6.3643595863%;
    align-self: stretch;
  }
  .article-section.has-dark-background .image img {
    border-radius: 10px 0 0 10px;
  }
}

.article-section.has-dark-background .text {
  background-color: #333333;
  color: white;
}

@media (max-width: 719px) {
  .article-section.has-dark-background .text {
    padding-bottom: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
  }
}

@media (min-width: 720px) {
  .article-section.has-dark-background .text {
    padding-top: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
    padding-bottom: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
  }
}

@media (min-width: 720px) {
  .article-section.has-dark-background .text {
    width: 44.7096260939%;
    margin-right: 6.3643595863%;
  }
}

.article-section.has-dark-background .lead {
  color: inherit;
}

.article-section .container {
  max-width: 1043px;
}

.article-section .text {
  position: relative;
}

.article-section .text > *:first-child {
  margin-top: 0;
}

.article-section .text > *:last-child {
  margin-bottom: 0;
}

.article-section .text:after {
  content: '';
  display: block;
  clear: both;
}

.article-section .text > *:not(div) {
  max-width: 615px;
}

.home .article-section .text > *:not(div) {
  max-width: none;
}

@media (min-width: 720px) {
  .article-section.has-aside .text {
    width: 64.1418983701%;
  }
}

@media (max-width: 719px) {
  .article-section .col + .col {
    margin-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  }
}

@media (min-width: 720px) {
  .article-section .col {
    width: 48.7056567593%;
    float: left;
  }
  .article-section .col > h1:first-child, .article-section .col > h2:first-child, .article-section .col > h3:first-child, .article-section .col > h4:first-child, .article-section .col > h5:first-child, .article-section .col > h6:first-child, .article-section .col > p:first-child, .article-section .col > ul:first-child, .article-section .col > ol:first-child {
    margin-top: -.25em;
  }
  .article-section .col > h1:last-child, .article-section .col > h2:last-child, .article-section .col > h3:last-child, .article-section .col > h4:last-child, .article-section .col > h5:last-child, .article-section .col > h6:last-child, .article-section .col > p:last-child, .article-section .col > ul:last-child, .article-section .col > ol:last-child {
    margin-bottom: -.25em;
  }
  .article-section .col + .col {
    float: right;
  }
}

.article-summary {
  margin-top: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
}

.type-idea .article-summary {
  --top: calc(calc( -35px - 65 * (.05vw + .01vh) * var(--font) + 0px));
  --bottom: calc(calc( -22.5px - 27.5 * (.05vw + .01vh) * var(--font) + 0px));
  background-color: #f2f2f2;
  position: relative;
}

.type-idea .article-summary:before {
  content: '';
  background-color: inherit;
  z-index: -1;
  position: absolute;
  top: var(--top);
  right: 0;
  bottom: var(--bottom);
  left: 0;
}

.article-summary .intro {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.380952381;
  margin-bottom: 1.5em;
}

@media (max-width: 639px) {
  .article-summary .intro {
    font-size: 1.0555555556em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-summary .intro {
    font-size: calc( 1.0555555556em + 3 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-summary .intro {
    font-size: 1.1666666667em;
  }
}

.articles {
  margin-top: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
}

.articles:last-of-type {
  margin-bottom: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
}

.articles:not(.has-grey-background) + .article-footer {
  margin-top: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
}

.articles .container > *:not(:empty) + * {
  margin-top: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
}

.search-results .article-header + .articles {
  margin-top: calc( -20px - 20 * (.05vw + .01vh) * var(--font) + 0px);
  padding-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
}

.articles .text {
  max-width: 1043px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.articles .text > *:first-child {
  margin-top: 0;
}

.articles .text > *:last-child {
  margin-bottom: 0;
}

.articles .text > .label {
  flex-basis: 100%;
  margin-bottom: 1em;
}

.articles .lead {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.3333333333;
  color: #333333;
  margin-bottom: 1.5rem;
}

@media (max-width: 639px) {
  .articles .lead {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .articles .lead {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .articles .lead {
    font-size: 1.6666666667em;
  }
}

.articles .button {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

@media (max-width: 800px) {
  .articles .lead br {
    display: none;
  }
}

@media (min-width: 800px) {
  .articles .lead {
    margin-bottom: 0;
    flex: 1;
    margin-right: 1em;
  }
  .articles .lead, .articles > p {
    max-width: 722px;
  }
  .articles .text {
    justify-content: space-between;
  }
  .articles .button {
    margin-bottom: 0.625em !important;
    margin-left: auto;
  }
}

.implementation .articles .button {
  min-width: 7em;
}

.has-dark-background + .articles {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding-bottom: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  --top: calc(calc( -27.5px - 42.5 * (.05vw + .01vh) * var(--font) + 0px));
  --bottom: 0;
  position: relative;
}

.has-dark-background + .articles:before {
  content: '';
  background-color: inherit;
  z-index: -2;
  position: absolute;
  top: var(--top);
  right: 0;
  bottom: var(--bottom);
  left: 0;
}

.articles.has-grey-background {
  background-color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
}

@media (min-width: 480px) and (max-width: 719px) {
  .article-grid.element-grid .element-box {
    grid-column: span 3;
  }
}

@media (min-width: 720px) {
  .article-grid.element-grid .element-box {
    grid-column: span 2;
  }
}

.article-box.element-box {
  color: white;
}

.article-grid.impact-grid h3 {
  grid-column: 1 / -1;
  margin: 0;
}

@media (min-width: 800px) {
  .article-grid.impact-grid {
    grid-template-columns: [caregiver] 1fr repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
  }
  .article-grid.impact-grid h3 {
    grid-column: span 2;
  }
  .article-grid.impact-grid .relation-caregiver-well-being {
    grid-column: caregiver;
    margin-right: 20px;
  }
  .article-grid.impact-grid .relation-caregiver-well-being:not(h3) {
    position: relative;
  }
  .article-grid.impact-grid .relation-caregiver-well-being:not(h3):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    border-right: 1px solid #e6e6e6;
    margin-left: 20px;
  }
  .article-grid.impact-grid .relation-caregiver-well-being:not(h3) + .relation-caregiver-well-being:after {
    top: -54px;
  }
}

.article-box.impact-box {
  color: white;
  background-color: transparent;
}

@media (min-width: 480px) and (max-width: 799px) {
  .article-box.impact-box {
    grid-column: span 3;
  }
}

@media (min-width: 800px) {
  .article-box.impact-box {
    grid-column: auto;
  }
}

.single-idea .article-box.impact-box .entry {
  background-color: #e6e6e6;
}

.single-idea .article-box.impact-box .title {
  color: #333333;
}

.single-idea .article-box.impact-box:hover .link {
  color: #333333;
}

.single-idea .article-box.impact-box:hover .icon:before {
  background-color: white;
}

.implementation-section {
  margin-top: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
  margin-bottom: calc( 40px + 80 * (.05vw + .01vh) * var(--font) + 0px);
}

.implementation-section .container {
  max-width: 1043px;
}

.implementation-section .implementation-content {
  margin-top: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px);
  background: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1257px;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

@media (min-width: 720px) {
  .implementation-section .implementation-content {
    display: flex;
    flex-flow: row wrap;
  }
}

@media (max-width: 720px) {
  .implementation-section .image + *, .implementation-section .text + * {
    margin-top: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px);
  }
}

@media (min-width: 720px) {
  .implementation-section .image, .implementation-section .text {
    width: 48.9260143198%;
  }
}

.implementation-section .image {
  margin-right: 2.1479713604%;
}

.implementation-section .text {
  max-width: 508px;
}

.implementation-section .text > *:first-child {
  margin-top: 0;
}

.implementation-section .text > *:last-child {
  margin-bottom: 0;
}

.implementation-section .label {
  margin-bottom: .5em;
}

.implementation-section .label + * {
  margin-top: 0;
}

.implementation-section .label:not(:first-child) {
  margin-top: 2em;
  text-transform: none;
}

.implementation-section h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .implementation-section h4 {
    font-size: 1em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .implementation-section h4 {
    font-size: calc( 1em + 0 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .implementation-section h4 {
    font-size: 1em;
  }
}

.implementation-section h4 + p {
  margin-top: 0;
}

.implementation-section h4 .icon {
  margin-right: .5em;
}

.area-parents-plus .implementation-section {
  font-family: europa, Asap, sans-serif;
  font-weight: 300;
}

.area-parents-plus .implementation-section .icon {
  color: #ff866f;
}

.area-parents-plus .implementation-section h4 {
  font-family: Avenir, "Varela Round", sans-serif;
}

.area-urban95 .implementation-section .icon {
  color: #54c7f0;
}

.area-urban95 .implementation-section h4 {
  font-family: "Titillium Web", "Varela Round", sans-serif;
}

.article-grid.impact-grid, .article-grid.term-grid {
  display: grid;
  grid-gap: 54px 27px;
  max-width: 1097px;
  margin-left: auto;
  margin-right: auto;
}

.article-box.impact-box, .article-box.term-box {
  background-size: 0;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.article-box.impact-box .entry, .article-box.term-box .entry {
  width: 100%;
  height: 100%;
  background-size: 0;
  background-image: inherit;
  transform: none;
  box-sizing: border-box;
  padding: calc( 15px + 5 * (.05vw + .01vh) * var(--font) + 0px) 1.5em calc( 16.25px + 8.75 * (.05vw + .01vh) * var(--font) + 0px);
  background-color: #333333;
  border-radius: 10px;
  text-align: center;
}

.article-box.impact-box .entry:before, .article-box.term-box .entry:before {
  content: '';
  display: inline-block;
  margin: -2.2222222222em auto 0;
  width: 5em;
  height: 5em;
  background: inherit;
  background-size: cover;
  background-color: #00adef;
  border-radius: 5px;
}

.article-box.impact-box .entry:not(a), .article-box.term-box .entry:not(a) {
  opacity: .5;
}

.article-box.impact-box .title, .article-box.term-box .title {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.25;
  color: inherit;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (max-width: 639px) {
  .article-box.impact-box .title, .article-box.term-box .title {
    font-size: 1.1111111111em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .article-box.impact-box .title, .article-box.term-box .title {
    font-size: calc( 1.1111111111em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .article-box.impact-box .title, .article-box.term-box .title {
    font-size: 1.3333333333em;
  }
}

@media (min-width: 480px) {
  .article-box.impact-box .title, .article-box.term-box .title {
    min-height: 2.5em;
  }
}

.article-box.impact-box .link, .article-box.term-box .link {
  color: #00adef;
  position: relative;
  z-index: 2;
}

.article-box.impact-box .link .icon, .article-box.term-box .link .icon {
  position: relative;
  margin-left: .25em;
  color: inherit;
}

.article-box.impact-box .link .icon:before, .article-box.term-box .link .icon:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  width: 50%;
  height: 50%;
  margin: auto;
  background-color: white;
  transition: background .2s ease;
  z-index: -1;
}

.article-box.impact-box:hover .link, .article-box.term-box:hover .link {
  color: white;
}

.article-box.impact-box:hover .icon:before, .article-box.term-box:hover .icon:before {
  background-color: #00adef;
}

.impact-description, .term-description {
  background-size: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
}

.impact-description > *:first-child, .term-description > *:first-child {
  margin-top: 0;
}

.impact-description > *:last-child, .term-description > *:last-child {
  margin-bottom: 0;
}

.impact-description .title, .term-description .title {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.3333333333;
  color: #333333;
  border-bottom: 1px solid #999999;
  padding-bottom: .75em;
  padding-left: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  min-height: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 639px) {
  .impact-description .title, .term-description .title {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .impact-description .title, .term-description .title {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .impact-description .title, .term-description .title {
    font-size: 1.6666666667em;
  }
}

.impact-description .title:before, .term-description .title:before {
  content: '';
  background-color: #00adef;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
  height: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
  z-index: -1;
}

.impact-description p, .term-description p {
  font-family: "Varela Round" , sans-serif;
  line-height: 1.380952381;
}

@media (max-width: 639px) {
  .impact-description p, .term-description p {
    font-size: 1.0555555556em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .impact-description p, .term-description p {
    font-size: calc( 1.0555555556em + 3 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .impact-description p, .term-description p {
    font-size: 1.1666666667em;
  }
}

/*
    ##################################
    #                                #
    #             HEADER             #
    #                                #
    ################################## */

[id=header] {
  padding-top: 32px;
  padding-bottom: 46px;
}

@media (max-width: 1119px) {
  [id=header] {
    padding-bottom: 32px;
  }
}

[id=header] .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 719px) {
  [id=header] .container {
    align-items: flex-start;
  }
}

@media (min-width: 720px) and (max-width: 1120px) {
  [id=header] .container .menu.primary {
    margin-top: 5em;
  }
}

@media (min-width: 1120px) {
  [id=header] .container {
    align-items: flex-end;
  }
}

[id=header] .logo {
  position: relative;
  z-index: 1;
  margin-right: -15em;
  text-align: right;
  line-height: 1;
}

@media (max-width: 639px) {
  [id=header] .logo {
    font-size: 1.3518518519em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  [id=header] .logo {
    font-size: calc( 1.3518518519em + 19 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  [id=header] .logo {
    font-size: 2.0555555556em;
  }
}

@media (max-width: 480px) {
  [id=header] .logo {
    font-size: 22px;
  }
}

[id=header] .logo span {
  display: block;
  white-space: nowrap;
}

[id=header] .logo .site-title {
  color: #333333;
  font-family: "Varela Round" , sans-serif;
  line-height: 1;
}

[id=header] .logo .site-description {
  font-size: .4725em;
  color: #999999;
}

/*
    ##################################
    #                                #
    #               NAV               #
    #                                #
    ################################## */

[id=nav] {
  display: flex;
}

@media (min-width: 720px) {
  [id=nav] {
    flex-flow: row wrap;
    justify-content: flex-end;
  }
}

[id=nav] .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}

[id=nav] .menu li {
  margin: 0;
}

@media (max-width: 720px) {
  [id=nav] .menu {
    display: none;
  }
}

[id=nav] .menu li:not(:first-child) {
  margin-left: 1.5em;
}

[id=nav] .menu ul {
  display: none;
}

[id=nav] .menu [class*=current] > a, [id=nav] .menu .sub-menu > .current-menu-parent > a {
  background-size: 100% 1px;
}

[id=nav] .primary {
  margin-top: 1.375em;
  color: #333333;
  font-family: "Varela Round" , sans-serif;
  flex-basis: 100%;
}

@media (max-width: 639px) {
  [id=nav] .primary {
    font-size: 0.9814814815em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  [id=nav] .primary {
    font-size: calc( 0.9814814815em + -1 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  [id=nav] .primary {
    font-size: 0.9444444444em;
  }
}

@media (min-width: 720px) and (max-width: 1120px) {
  [id=nav] .primary {
    flex-flow: row nowrap;
    white-space: nowrap;
  }
}

[id=nav] .secondary {
  color: #00adef;
  order: -2;
}

@media (max-width: 639px) {
  [id=nav] .secondary {
    font-size: 0.9444444444em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  [id=nav] .secondary {
    font-size: calc( 0.9444444444em + -3 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  [id=nav] .secondary {
    font-size: 0.8333333333em;
  }
}

[id=nav] .nav-button {
  order: -1;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 22px;
  align-self: center;
  height: 19px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  outline: none;
  margin-left: 1.5em;
}

/*
    ##################################
    #                                #
    #              MAIN              #
    #                                #
    ################################## */

[id=main] {
  flex: 1;
}

/*
    ##################################
    #                                #
    #             FOOTER             #
    #                                #
    ################################## */

[id=footer] {
  background-color: #333333;
  color: white;
  overflow: hidden;
}

[id=footer] .main-content, [id=footer] .bottom-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1257px;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

[id=footer] .main-content > *, [id=footer] .bottom-content > * {
  margin-top: 0;
  margin-bottom: 0;
}

[id=footer] h4 {
  font-family: "Varela Round" , sans-serif;
  color: inherit;
  margin-bottom: 0;
}

@media (max-width: 639px) {
  [id=footer] h4 {
    font-size: 1.037037037em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  [id=footer] h4 {
    font-size: calc( 1.037037037em + 2 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  [id=footer] h4 {
    font-size: 1.1111111111em;
  }
}

[id=footer] .main-content {
  padding-top: 1.7777777778em;
  padding-bottom: 1.7777777778em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

[id=footer] .main-content a {
  transition: color .2s ease;
}

[id=footer] .main-content a:hover {
  color: #00adef;
}

[id=footer] .main-content p {
  margin: 0;
}

[id=footer] .main-content p > a:not([class]) {
  text-decoration: underline;
}

[id=footer] .main-content > * {
  margin-top: 1.6666666667em;
  margin-bottom: 1.6666666667em;
}

[id=footer] .main-content > * > *:first-child {
  margin-top: 0;
}

[id=footer] .main-content > * > *:last-child {
  margin-bottom: 0;
}

[id=footer] .main-content > *:not(:last-child) {
  margin-right: 6.3643595863%;
}

@media (max-width: 1120px) {
  [id=footer] .main-content > *:not(.foundation-logo) {
    flex-grow: 1;
  }
  [id=footer] .main-content > *.foundation-logo {
    flex-basis: 100%;
  }
}

[id=footer] .main-content .textwidget {
  margin-top: 1.1111111111em;
}

[id=footer] .foundation-logo {
  flex: 1;
}

@media (max-width: 1120px) {
  [id=footer] .foundation-logo {
    flex-basis: 100%;
  }
}

[id=footer] .foundation-logo .widget-title {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-size: contain;
  max-width: 323px;
  min-width: 280px;
  margin-top: -7px !important;
}

[id=footer] .foundation-logo .widget-title:before {
  content: '';
  display: block;
  position: relative;
  height: 0;
  padding-top: 12.3839009288%;
  width: 100%;
}

[id=footer] .foundation-logo .widget-title:before > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

[id=footer] .foundation-logo .textwidget {
  font-family: "Varela Round" , sans-serif;
}

@media (max-width: 639px) {
  [id=footer] .foundation-logo .textwidget {
    font-size: 0.9259259259em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  [id=footer] .foundation-logo .textwidget {
    font-size: calc( 0.9259259259em + -4 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  [id=footer] .foundation-logo .textwidget {
    font-size: 0.7777777778em;
  }
}

[id=footer] .social-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 1.1111111111em;
}

[id=footer] .social-list li {
  margin: 0;
}

[id=footer] .social-list .social-item {
  margin-right: 1em;
}

[id=footer] .social-list .icon {
  margin-right: .5em;
}

[id=footer] .sign-up .icon {
  margin-left: .5em;
}

[id=footer] .bottom-content {
  background-color: #00adef;
  position: relative;
  color: white;
  padding-top: 1.325em;
  padding-bottom: 1.325em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  font-family: Asap, sans-serif;
  font-size: 12px;
}

[id=footer] .bottom-content:before {
  content: '';
  position: absolute;
  top: 0;
  right: -999px;
  bottom: 0;
  left: -999px;
  display: block;
  background: inherit;
}

[id=footer] .bottom-content > * {
  position: relative;
}

[id=footer] .bottom-content a.privacy-policy-link {
  margin-left: 1.5em;
  text-decoration: underline;
}

[id=footer] .bottom-content a {
  transition: color .2s ease;
}

[id=footer] .bottom-content a:hover {
  color: #333333;
}

[id=footer] .scroll-top {
  margin-left: 20px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  color: white;
}

[id=footer] .scroll-top .icon {
  transform: scale(1.6666666667);
  transform-origin: center;
  display: inline-block;
  vertical-align: middle;
}

[id=footer] .scroll-top:hover {
  color: #333333;
}

/*
    ##################################
    #                                #
    #              PAGES              #
    #                                #
    ################################## */

.page-not-found .article-header {
  padding-top: calc( 45px + 95 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 45px + 95 * (.05vw + .01vh) * var(--font) + 0px);
}

.page-not-found .article-header .text {
  background-color: #00adef;
}

.page-not-found .article-header .container {
  max-width: 829px;
}

.page-not-found .article-header.has-bg {
  background-size: auto calc(100% - calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px));
  background-position: calc(50% + 120px) center;
}

.post-type-archive-implementation .article-header {
  padding-top: 0;
  margin-bottom: 0;
}

.post-type-archive-implementation .article-header .container {
  padding-top: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 45px + 95 * (.05vw + .01vh) * var(--font) + 0px);
}

.post-type-archive-implementation .article-header .lead {
  line-height: 1;
}

@media (max-width: 639px) {
  .post-type-archive-implementation .article-header .lead {
    font-size: 1.7037037037em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .post-type-archive-implementation .article-header .lead {
    font-size: calc( 1.7037037037em + 38 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .post-type-archive-implementation .article-header .lead {
    font-size: 3.1111111111em;
  }
}

.page-template-parents-plus .article-header {
  background-color: #112B34;
  margin-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  padding: 0;
  overflow: hidden;
}

.page-template-parents-plus .article-header .container {
  max-width: 1257px;
}

.page-template-parents-plus .article-header .text {
  background-color: #112B34;
  padding: 0;
  position: relative;
  width: 50%;
  max-width: none;
  padding-top: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px);
}

.page-template-parents-plus .article-header .text .lead {
  max-width: 8em;
  width: auto;
}

.page-template-parents-plus .article-header .text:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background-size: auto 100%;
  width: 240px;
  transform: translateX(-50%);
  z-index: -1;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='313' height='570' viewBox='0 0 313 570'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpolygon fill='%2320BCB0' points='134.481 276.67 225.283 276.67 225.283 0 134.481 0'/%3E%3Cpolygon fill='%23FF866F' points='134.339 570 225.283 570 225.283 293.33 134.339 293.33'/%3E%3Cpolygon fill='%23112B35' points='.391 0 .391 569.999 146.391 569.999 313.391 287.119 146.391 0'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.page-template-parents-plus .article-header [class*=logo] {
  padding: 0;
  background-size: contain;
  background-position: left center;
  margin-left: 0 !important;
  border: none;
  display: block;
}

.page-template-parents-plus .article-header .lead {
  margin-top: .5em;
  font-family: Avenir, "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.1538461538;
  color: white;
}

@media (max-width: 639px) {
  .page-template-parents-plus .article-header .lead {
    font-size: 1.8703703704em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-parents-plus .article-header .lead {
    font-size: calc( 1.8703703704em + 47 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-parents-plus .article-header .lead {
    font-size: 3.6111111111em;
  }
}

.page-template-parents-plus .article-header .lead strong {
  color: #54c7f0;
}

.page-template-parents-plus .article-header .bg {
  z-index: 0;
  left: 50%;
}

.page-template-parents-plus .article-section {
  color: #112b35;
  font-family: europa, Asap, sans-serif;
  font-weight: 300;
}

.page-template-parents-plus .article-section .text {
  overflow: visible;
}

@media (min-width: 720px) {
  .page-template-parents-plus .article-section .text {
    width: 69.2233940556%;
  }
}

.page-template-parents-plus .article-section .text > * {
  max-width: none;
  width: auto;
}

.page-template-parents-plus .article-section .label {
  font-family: Avenir, "Varela Round", sans-serif;
  font-weight: 900;
  font-weight: 300;
  margin-bottom: 2.5rem;
  color: inherit;
  text-transform: none;
  position: relative;
}

@media (max-width: 639px) {
  .page-template-parents-plus .article-section .label {
    font-size: 1.0555555556em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-parents-plus .article-section .label {
    font-size: calc( 1.0555555556em + 3 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-parents-plus .article-section .label {
    font-size: 1.1666666667em;
  }
}

.page-template-parents-plus .article-section .label:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 3em;
  margin-top: .75rem;
  border-bottom: 6px solid #ff866f;
}

.page-template-parents-plus .article-section h3.lead {
  font-family: Avenir, "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.3333333333;
}

@media (max-width: 639px) {
  .page-template-parents-plus .article-section h3.lead {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-parents-plus .article-section h3.lead {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-parents-plus .article-section h3.lead {
    font-size: 1.6666666667em;
  }
}

.page-template-parents-plus .article-section blockquote {
  margin: calc( 35px + 65 * (.05vw + .01vh) * var(--font) + 0px) 0;
  font-family: Avenir, "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.3846153846;
  position: relative;
}

.page-template-parents-plus .article-section blockquote > *:first-child {
  margin-top: 0;
}

.page-template-parents-plus .article-section blockquote > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .page-template-parents-plus .article-section blockquote {
    font-size: 1.1481481481em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-parents-plus .article-section blockquote {
    font-size: calc( 1.1481481481em + 8 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-parents-plus .article-section blockquote {
    font-size: 1.4444444444em;
  }
}

.page-template-parents-plus .article-section blockquote:before, .page-template-parents-plus .article-section blockquote:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-color: #50e27c;
  border-width: 0 2em 3em 2em;
  border-left-width: 0;
  position: absolute;
  top: -1.75em;
  left: -0.5em;
  z-index: -1;
}

.page-template-parents-plus .article-section blockquote:after {
  margin-left: 2.25em;
}

.page-template-parents-plus .article-section blockquote cite {
  margin-top: .5em;
  font-size: 1rem;
  font-style: normal;
  display: block;
  text-transform: none;
  font-weight: 300;
}

.page-template-parents-plus .article-section.has-wide-image .image {
  float: none;
  margin: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px) auto;
  position: relative;
}

.page-template-parents-plus .article-section.has-wide-image .image:after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 12%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 400'%3E%3Cpolygon fill='%23FFF' points='0 400 120 400 120 200 120 0 0 0 120 200'/%3E%3Cpolygon fill='%2350E27C' points='60 100.049 60 0 0 0'/%3E%3Cpolygon fill='%2321BCB1' points='0 400 60 400 60 299.739'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.page-template-parents-plus .article-section.has-wide-image .image img {
  border-radius: 0;
  display: block;
}

@media (min-width: 720px) {
  .page-template-parents-plus .article-section.has-wide-image .image {
    width: 144.459833795%;
  }
}

@media (min-width: 1260px) {
  .page-template-parents-plus .article-section.has-wide-image .image {
    width: 100vw;
    margin-left: -14.8199445983%;
    max-width: calc(1257px);
  }
}

.page-template-parents-plus .article-section h2.lead {
  font-family: "Titillium Web", "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.3846153846;
  text-transform: uppercase;
  color: #666666;
}

@media (max-width: 639px) {
  .page-template-parents-plus .article-section h2.lead {
    font-size: 1.1481481481em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-parents-plus .article-section h2.lead {
    font-size: calc( 1.1481481481em + 8 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-parents-plus .article-section h2.lead {
    font-size: 1.4444444444em;
  }
}

.page-template-parents-plus .article-section .note-grid {
  display: grid;
  grid-gap: 27px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px) 0;
}

@media (min-width: 720px) {
  .page-template-parents-plus .article-section .note-grid {
    width: 144.459833795%;
  }
}

@media (min-width: 1260px) {
  .page-template-parents-plus .article-section .note-grid {
    width: 100vw;
    margin-left: -14.8199445983%;
    max-width: calc(1257px);
  }
}

.page-template-parents-plus .article-section .note-box {
  background-color: #112B35;
  color: white;
  padding: 1em 11.0569105691% calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px);
  position: relative;
  margin-top: 5em;
}

.page-template-parents-plus .article-section .note-box > *:first-child {
  margin-top: 0;
}

.page-template-parents-plus .article-section .note-box > *:last-child {
  margin-bottom: 0;
}

.page-template-parents-plus .article-section .note-box:before {
  content: '';
  height: 5em;
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='100' viewBox='0 0 600 100'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpolygon fill='%23FFF' points='0 40 600 40 600 90 0 90'/%3E%3Cpolygon fill='%23112B35' points='300 0 600 80 600 100 0 100 0 80'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.page-template-parents-plus .article-section .note-box h3 {
  color: #f9f9fa;
  font-family: Avenir, "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.3333333333;
  position: relative;
  margin-bottom: 2.25rem;
}

@media (max-width: 639px) {
  .page-template-parents-plus .article-section .note-box h3 {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-parents-plus .article-section .note-box h3 {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-parents-plus .article-section .note-box h3 {
    font-size: 1.6666666667em;
  }
}

.page-template-parents-plus .article-section .note-box h3:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 3em;
  margin-top: .5rem;
  border-bottom: 6px solid #20bcb0;
}

.page-template-parents-plus .article-section .area-box {
  display: flex;
  flex-flow: row wrap;
  border-radius: 0;
  background-color: #112b35;
  color: white;
}

@media (max-width: 480px) {
  .page-template-parents-plus .article-section .area-box {
    padding-top: 5em;
    padding-left: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  }
  .page-template-parents-plus .article-section .area-box:before {
    bottom: auto;
    height: 4em;
    width: 100%;
  }
}

@media (min-width: 720px) {
  .page-template-parents-plus .article-section .area-box {
    padding: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px) 0 calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px) 0;
    width: 144.459833795%;
  }
  .page-template-parents-plus .article-section .area-box:before {
    width: 31.8217979316%;
    background-size: contain;
    background-clip: padding-box;
    background-position: left bottom;
  }
  .page-template-parents-plus .article-section .area-box > * {
    margin-left: 40.5727923628%;
    margin-right: 12.7287191726%;
  }
}

@media (min-width: 1260px) {
  .page-template-parents-plus .article-section .area-box {
    width: 100vw;
    margin-left: -14.8199445983%;
    max-width: calc(1257px);
  }
}

@media (min-width: 1120px) {
  .page-template-parents-plus .article-section .area-box:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 23.8663484487%;
    width: 7.9554494829%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='280'%3E%3Cpath fill='%23112B35' fill-rule='evenodd' d='M0 280h60V0H0l60 140z'/%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.page-template-parents-plus .article-section .area-box h3 {
  font-family: Avenir, "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.3333333333;
  color: white;
  position: relative;
  margin-bottom: 2.25rem;
}

@media (max-width: 639px) {
  .page-template-parents-plus .article-section .area-box h3 {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-parents-plus .article-section .area-box h3 {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-parents-plus .article-section .area-box h3 {
    font-size: 1.6666666667em;
  }
}

.page-template-parents-plus .article-section .area-box h3:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 3em;
  margin-top: .5rem;
  border-bottom: 6px solid currentColor;
}

.page-template-parents-plus .article-section *:not(.area-box) + .area-box, .page-template-parents-plus .article-section .area-box + *:not(.area-box) {
  margin-top: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px);
}

.page-template-parents-plus .article-section.has-large-title h2.lead {
  font-family: "Titillium Web", "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.3333333333;
}

@media (max-width: 639px) {
  .page-template-parents-plus .article-section.has-large-title h2.lead {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-parents-plus .article-section.has-large-title h2.lead {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-parents-plus .article-section.has-large-title h2.lead {
    font-size: 1.6666666667em;
  }
}

.page-template-parents-plus .article-footer .articles {
  padding-top: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
  background-color: #ffffff;
}

.page-template-parents-plus .article-footer .article-download {
  background-color: #e6e6e6;
}

.post-type-archive-idea .article-header .lead {
  line-height: 1;
}

@media (max-width: 639px) {
  .post-type-archive-idea .article-header .lead {
    font-size: 1.7037037037em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .post-type-archive-idea .article-header .lead {
    font-size: calc( 1.7037037037em + 38 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .post-type-archive-idea .article-header .lead {
    font-size: 3.1111111111em;
  }
}

.page-template-urban95 .link {
  font-family: Aroha, cursive;
  line-height: 0.4107142857;
  color: #00adef;
}

@media (max-width: 639px) {
  .page-template-urban95 .link {
    font-size: 1.7037037037em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-urban95 .link {
    font-size: calc( 1.7037037037em + 38 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-urban95 .link {
    font-size: 3.1111111111em;
  }
}

.page-template-urban95 .link .icon {
  margin-left: 0;
}

.page-template-urban95 .article-header {
  margin-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  padding-top: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  padding-bottom: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  background-color: #dbf1e4;
}

.page-template-urban95 .article-header .text {
  background: none;
  padding: 0;
  width: 79.4822627037%;
  max-width: 669px;
}

.page-template-urban95 .article-header .text > * {
  max-width: none;
}

.page-template-urban95 .article-header [class*=logo] {
  padding: 0;
  background-size: contain;
  background-position: left center;
  margin-left: 0 !important;
  border: none;
}

.page-template-urban95 .article-header .lead {
  font-family: "Titillium Web", "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.0666666667;
  text-transform: uppercase;
  color: #42b982;
  width: auto;
}

@media (max-width: 639px) {
  .page-template-urban95 .article-header .lead {
    font-size: 1.7777777778em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-urban95 .article-header .lead {
    font-size: calc( 1.7777777778em + 42 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-urban95 .article-header .lead {
    font-size: 3.3333333333em;
  }
}

.page-template-urban95 .article-header .lead strong {
  color: #54c7f0;
}

.page-template-urban95 .article-header .bg {
  z-index: 0;
  left: 50%;
}

.page-template-urban95 .article-header .bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 9%, rgba(239, 249, 243, 0.11) 18%, rgba(228, 244, 234, 0.25) 31%, rgba(221, 242, 229, 0.45) 50%, #dbf1e4 100%);
  z-index: 1;
}

.page-template-urban95 .article-section .text {
  overflow: visible;
}

@media (min-width: 720px) {
  .page-template-urban95 .article-section .text {
    width: 69.2233940556%;
  }
}

.page-template-urban95 .article-section .text > * {
  max-width: none;
  width: auto;
}

.page-template-urban95 .article-section .label {
  color: #42b982;
  font-family: "Titillium Web", "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 0.9523809524;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

@media (max-width: 639px) {
  .page-template-urban95 .article-section .label {
    font-size: 1.4444444444em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-urban95 .article-section .label {
    font-size: calc( 1.4444444444em + 24 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-urban95 .article-section .label {
    font-size: 2.3333333333em;
  }
}

.page-template-urban95 .article-section h3.lead {
  line-height: 1.3;
  font-weight: bold;
  font-family: Asap, sans-serif;
  color: #666666;
}

@media (max-width: 639px) {
  .page-template-urban95 .article-section h3.lead {
    font-size: 1.037037037em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-urban95 .article-section h3.lead {
    font-size: calc( 1.037037037em + 2 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-urban95 .article-section h3.lead {
    font-size: 1.1111111111em;
  }
}

.page-template-urban95 .article-section blockquote {
  border-left: 6px solid #54c7f0;
  background-color: #dbf1e4;
  padding: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px) calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  box-sizing: border-box;
  margin: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px) 0;
  font-family: "Titillium Web", "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.3846153846;
  text-transform: uppercase;
}

.page-template-urban95 .article-section blockquote > *:first-child {
  margin-top: 0;
}

.page-template-urban95 .article-section blockquote > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .page-template-urban95 .article-section blockquote {
    font-size: 1.1481481481em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-urban95 .article-section blockquote {
    font-size: calc( 1.1481481481em + 8 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-urban95 .article-section blockquote {
    font-size: 1.4444444444em;
  }
}

.page-template-urban95 .article-section blockquote cite {
  margin-top: 1em;
  font-family: Asap, sans-serif;
  font-size: 1rem;
  font-style: normal;
  display: block;
  text-transform: none;
  font-weight: normal;
}

.page-template-urban95 .article-section h2.lead {
  font-family: "Titillium Web", "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.3846153846;
  text-transform: uppercase;
  color: #666666;
}

@media (max-width: 639px) {
  .page-template-urban95 .article-section h2.lead {
    font-size: 1.1481481481em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-urban95 .article-section h2.lead {
    font-size: calc( 1.1481481481em + 8 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-urban95 .article-section h2.lead {
    font-size: 1.4444444444em;
  }
}

.page-template-urban95 .article-section .offer-list {
  list-style-type: none;
  padding: 0;
  font-weight: bold;
}

.page-template-urban95 .article-section .offer-list li {
  background-size: 65px;
  padding-left: 85px;
  background-position: left center;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.page-template-urban95 .article-section .offer-list li:before {
  content: '';
  width: 0;
  height: 65px;
  display: inline-block;
}

.page-template-urban95 .article-section .offer-list li + li {
  margin-top: 20px;
}

.page-template-urban95 .article-section .area-box {
  display: flex;
  flex-flow: row wrap;
  border-radius: 0;
}

@media (max-width: 480px) {
  .page-template-urban95 .article-section .area-box {
    padding-top: 5em;
    padding-left: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  }
  .page-template-urban95 .article-section .area-box:before {
    bottom: auto;
    height: 4em;
    width: 100%;
  }
}

@media (min-width: 720px) {
  .page-template-urban95 .article-section .area-box {
    padding: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px) 0 calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px) 0;
    width: calc(100vw - 27px * 2);
  }
  .page-template-urban95 .article-section .area-box:before {
    width: 31.8217979316%;
    background-size: 100% auto;
    background-clip: padding-box;
    background-position: center;
  }
  .page-template-urban95 .article-section .area-box > * {
    margin-left: 40.5727923628%;
    margin-right: 12.7287191726%;
  }
}

@media (min-width: 1260px) {
  .page-template-urban95 .article-section .area-box {
    width: 100vw;
    margin-left: -14.8199445983%;
    max-width: calc(1257px);
  }
}

.page-template-urban95 .article-section .area-box h3 {
  font-family: "Titillium Web", "Varela Round", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .page-template-urban95 .article-section .area-box h3 {
    font-size: 1.1481481481em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-urban95 .article-section .area-box h3 {
    font-size: calc( 1.1481481481em + 8 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-urban95 .article-section .area-box h3 {
    font-size: 1.4444444444em;
  }
}

.page-template-urban95 .article-section *:not(.area-box) + .area-box, .page-template-urban95 .article-section .area-box + *:not(.area-box) {
  margin-top: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px);
}

.page-template-urban95 .article-section.has-large-title h2.lead {
  font-family: "Titillium Web", "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.3333333333;
}

@media (max-width: 639px) {
  .page-template-urban95 .article-section.has-large-title h2.lead {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-urban95 .article-section.has-large-title h2.lead {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-urban95 .article-section.has-large-title h2.lead {
    font-size: 1.6666666667em;
  }
}

.page-template-urban95 .article-section.has-green-background {
  padding-top: calc( 30px + 50 * (.05vw + .01vh) * var(--font) + 0px);
  background-color: #dbf1e4;
}

.page-template-urban95 .article-section.has-green-background .lead + ol {
  margin-top: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font) + 0px);
}

.page-template-urban95 .article-section.has-green-background ol {
  list-style-type: none;
  padding: 0 0 0 2.5em;
}

.page-template-urban95 .article-section.has-green-background ol li:before {
  content: counter(counter, decimal-leading-zero) ".";
  font-family: "Titillium Web", "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.04;
  color: #42b982;
}

@media (max-width: 639px) {
  .page-template-urban95 .article-section.has-green-background ol li:before {
    font-size: 1.1296296296em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-urban95 .article-section.has-green-background ol li:before {
    font-size: calc( 1.1296296296em + 7 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-urban95 .article-section.has-green-background ol li:before {
    font-size: 1.3888888889em;
  }
}

.page-template-urban95 .article-section.has-green-background ol li + li {
  margin-top: 1.375em;
}

.page-template-urban95 .article-section.has-green-background.has-wide-image {
  overflow: hidden;
  position: relative;
}

.page-template-urban95 .article-section.has-green-background.has-wide-image .image {
  width: 100vw;
  margin-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font) + 0px);
  margin-left: 50%;
  transform: translate(-50%, 0);
}

.page-template-urban95 .article-section.has-green-background.has-wide-image img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 720px) {
  .page-template-urban95 .article-aside .aside-box {
    width: 19.1726332538%;
  }
}

.page-template-urban95 .article-aside .aside-box .text {
  padding: 0;
}

.page-template-urban95 .article-aside .aside-box h3 {
  font-family: "Titillium Web", "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.3333333333;
  text-transform: uppercase;
  color: #42b982;
}

@media (max-width: 639px) {
  .page-template-urban95 .article-aside .aside-box h3 {
    font-size: 1.2222222222em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .page-template-urban95 .article-aside .aside-box h3 {
    font-size: calc( 1.2222222222em + 12 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .page-template-urban95 .article-aside .aside-box h3 {
    font-size: 1.6666666667em;
  }
}

.page-template-urban95 .article-footer .articles {
  padding-top: calc( 25px + 35 * (.05vw + .01vh) * var(--font) + 0px);
  background-color: #ffffff;
}

.page-template-urban95 .article-footer .article-download {
  background-color: #e6e6e6;
}
