@charset "UTF-8";
/*
Theme Name:
Theme URI:
Author:
Author URI:
Description:
Version: 1.0.0
Text Domain:
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*--------------------------------------------------------------
# SCSS Variables
--------------------------------------------------------------*/
/* Colors ---- */
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/* Flex Layout ---- */
/* Vertical Align ---- */
/* Transitions --- */
/* Transforms ----- */
/* Box Shadow ----- */
/* Border Radius ----- */
/* Columns ----- */
/* Filter --------- */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html,
body {
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
  transition: all 0.4s ease-in-out; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

img {
  display: block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

ul {
  padding: 0;
  margin: 0; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure images, embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# All Containers
--------------------------------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'Averta';
  src: url("../fonts/Averta-Regular.woff") format("woff"), url("../fonts/Averta-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

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

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

html {
  font-size: 16px;
  font-family: 'Averta', sans-serif;
  line-height: 1.4;
  color: #231f20; }
  @media (min-width: 1024px) {
    html {
      font-size: 18px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Averta', sans-serif;
  color: #231f20; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em;
  font-style: normal; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

strong,
b {
  font-weight: 600 !important; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #E40046;
  text-decoration: none;
  transition: opacity 0.4s ease-in-out; }
  a:hover, a:focus {
    opacity: 0.5; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn,
.gform_button {
  outline: none;
  border: none;
  color: #E40046;
  fill: #E40046;
  text-decoration: none;
  font-weight: 700;
  background: none; }
  .btn--font-s,
  .gform_button--font-s {
    font-size: 1.25rem; }
  .btn--mar-b,
  .gform_button--mar-b {
    margin-bottom: 20px; }
  .btn--faq,
  .gform_button--faq {
    margin-top: 20px;
    display: block;
    font-size: 1rem; }
  .btn--development,
  .gform_button--development {
    margin-bottom: 20px;
    margin-top: 60px;
    display: block;
    font-size: 1.25; }
  .btn--standard-a:hover, .btn--standard-a:focus,
  .gform_button--standard-a:hover,
  .gform_button--standard-a:focus {
    opacity: 0.5 !important; }
  .btn svg,
  .gform_button svg {
    vertical-align: bottom;
    fill: #E40046; }

.link {
  font-weight: 400; }

.btn:hover,
.btn:focus {
  opacity: 1; }

.btn--translate:hover,
.btn--translate:focus {
  transform: translateY(5px); }

.btn:active {
  opacity: 0.5; }

.btn-styled,
.gform_button {
  margin-bottom: 30px;
  padding: 10px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-size: 1.25rem !important;
  font-weight: 400;
  outline: none;
  border: none;
  background-color: #E40046;
  transition: transform 0.4s ease-in-out; }
  .btn-styled--small-text,
  .gform_button--small-text {
    font-size: 0.8rem; }
    @media (min-width: 768px) {
      .btn-styled--small-text,
      .gform_button--small-text {
        font-size: 1.25rem; } }
  .btn-styled--mar,
  .gform_button--mar {
    margin: 0 10px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .btn-styled--mar,
      .gform_button--mar {
        margin: 30px;
        margin-top: 0; } }
    @media (min-width: 1024px) {
      .btn-styled--mar,
      .gform_button--mar {
        margin: 0 50px;
        margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .btn-styled,
    .gform_button {
      padding: 10px 20px; } }
  .btn-styled svg,
  .gform_button svg {
    margin-top: 4px;
    margin-left: 15px;
    fill: #fff; }

.form-main {
  padding: 70px 0;
  color: white;
  background: #3a2051; }
  .form-main input[type="radio"],
  .form-main input[type="checkbox"] {
    display: none; }
  .form-main label {
    display: inline-block; }

.form-panel {
  margin: 0 40px; }
  .form-panel:not(:last-of-type) {
    margin-bottom: 70px; }
  @media (min-width: 768px) {
    .form-panel {
      margin: 0 auto;
      width: 720px; }
      .form-panel:not(:last-of-type) {
        margin-bottom: 70px; } }
  .form-panel-inner {
    position: relative; }

.form-numbers {
  position: absolute;
  top: 8px;
  left: -30px;
  margin-bottom: 20px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .form-numbers {
      top: 5px;
      left: -40px;
      font-size: 16px; } }

.form-numbers-top, .form-numbers-bottom {
  display: inline-block; }

.form-section-header {
  margin: 0;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 700;
  color: inherit; }

.gsection {
  border-bottom: 0 !important; }
  .gsection h2.gsection_title {
    margin: 0;
    margin-bottom: 20px !important;
    font-size: 1.5rem !important;
    font-weight: 700;
    color: #fff !important; }

.gform_wrapper label.gfield_label {
  font-weight: 400 !important; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

.input-text,
input[type="text"] {
  margin-bottom: 30px;
  padding: 5px 0;
  width: 100% !important;
  color: inherit;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff; }
  .input-text--amount,
  input[type="text"]--amount {
    width: 20%; }
  .input-text:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder {
    font-size: 18px; }
  .input-text::placeholder,
  input[type="text"]::placeholder {
    font-size: 18px; }

.checkbox,
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  margin-bottom: 10px !important;
  margin-left: 10px !important; }
  .checkbox--hear,
  .gform_wrapper .gfield_checkbox li label--hear,
  .gform_wrapper .gfield_radio li label--hear {
    margin-bottom: 10px; }
  .checkbox span,
  .gform_wrapper .gfield_checkbox li label span,
  .gform_wrapper .gfield_radio li label span {
    display: inline-block; }

.checkbox-box,
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  padding-left: 25px !important;
  margin-top: 0 !important;
  visibility: hidden;
  top: -3px !important; }
  .checkbox-box::before,
  input[type="checkbox"]::before,
  input[type="radio"]::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #979797;
    background-color: #ffffff;
    content: '';
    visibility: visible; }

input:checked + .checkbox-box::after,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked::after,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked::after {
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  display: block;
  background: url(../img/checked.svg) no-repeat center center;
  background-size: 18px 18px;
  content: '';
  visibility: visible; }

input:checked + .cross.checkbox-box::after {
  position: absolute;
  left: -2px;
  top: -1px;
  background: url(../img/cross.svg) no-repeat center center;
  background-size: 12px 12px;
  content: '';
  display: block;
  visibility: visible;
  z-index: 100; }

.textarea-label {
  margin-top: 25px;
  margin-bottom: 15px; }

.textarea-field, .textarea.medium {
  width: 100%;
  min-height: 100px;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background: 0;
  color: #fff; }

.checkbox-text {
  margin-bottom: 30px;
  font-size: 14px; }

.label-amount {
  font-size: 15px; }

.label-text {
  margin-top: 40px;
  margin-bottom: 20px; }

.application-btn-container {
  margin: 0 40px; }
  @media (min-width: 768px) {
    .application-btn-container {
      margin: 0 auto;
      width: 720px; } }

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  width: 45.25% !important; }

.gfield {
  margin-bottom: 2rem !important; }

.gform_body {
  margin: 4rem 0 !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 16px !important;
  padding-left: 0 !important; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 16px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 16px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 32px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 32px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 32px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 32px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 32px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 32px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-3.2px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-3.2px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(3.2px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(3.2px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-3.2px, -4px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-3.2px, 4px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(3.2px, -4px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(3.2px, 4px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -32px;
      top: -32px;
      transform: translate3d(32px, 32px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -32px;
      top: -32px;
      transform: translate3d(-32px, 32px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -32px;
      top: 32px;
      transform: translate3d(32px, -32px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -32px;
      top: 32px;
      transform: translate3d(-32px, -32px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-2.28571px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(2.28571px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.page-header {
  padding: 0 30px;
  min-height: 80px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (min-width: 1024px) {
    .page-header {
      padding: 0 50px; } }
  @media (min-width: 1280px) {
    .page-header {
      padding: 0 5%; } }

.page-header__logo-wrapper {
  padding-top: 15px;
  padding-bottom: 15px; }

.page-header__logo-link {
  text-decoration: none; }

.page-header__logo {
  height: 50px;
  width: auto;
  transition: opacity 0.4s ease-in-out; }
  @media (min-width: 1280px) {
    .page-header__logo:hover, .page-header__logo:focus {
      opacity: 0.5; } }

.page-header__nav {
  display: none;
  position: absolute;
  top: 87px;
  left: 0;
  right: 0;
  z-index: 5; }
  @media (min-width: 1024px) {
    .page-header__nav {
      display: block;
      position: static; } }

.nav__list {
  padding-left: 0;
  list-style-type: none;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.3); }
  @media (min-width: 1024px) {
    .nav__list {
      display: -ms-flexbox;
      display: flex;
      border: none; } }

.nav__list-item,
.menu-item {
  position: relative; }
  @media (min-width: 1024px) {
    .nav__list-item,
    .menu-item {
      margin-left: 10px;
      border-bottom: none;
      height: 80px;
      line-height: 80px; } }
  @media (min-width: 1280px) {
    .nav__list-item,
    .menu-item {
      margin-left: 50px; } }
  @media (min-width: 1440px) {
    .nav__list-item,
    .menu-item {
      margin-left: 70px; } }

.nav__link,
.menu-item > a {
  padding: 20px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #231f20;
  transition: color 0.4s ease-in-out; }
  @media (max-width: 1023px) {
    .nav__link,
    .menu-item > a {
      color: #E40046; } }
  @media (min-width: 1024px) {
    .nav__link,
    .menu-item > a {
      padding: 0 20px;
      border-bottom: none; } }

.nav-styled > a {
  background: #E40046;
  color: #fff;
  transition: background 0.4s ease-in-out; }

.nav__link--current,
.current-menu-item {
  color: #E40046; }

.nav__list-item:hover > .nav__link,
.nav__list-item:focus > .nav__link,
.menu-item:hover > a,
.menu-item:focus > a {
  color: #E40046;
  opacity: 1; }

.nav-styled:hover > a,
.nav-styled:focus > a {
  color: #fff;
  background: #3a2051; }

.nav__dropdown-btn {
  padding: 0;
  padding-left: 50px;
  position: absolute;
  right: 1%;
  border: none;
  outline: none;
  background: none; }
  .nav__dropdown-btn svg {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .nav__dropdown-btn {
      padding-left: 150px; } }
  @media (min-width: 1024px) {
    .nav__dropdown-btn {
      display: none; } }

.nav__dropdown-list,
.sub-menu {
  list-style-type: none; }
  @media (min-width: 1024px) {
    .nav__dropdown-list,
    .sub-menu {
      position: absolute;
      top: 38px;
      left: -15px;
      opacity: 0;
      display: block;
      visibility: hidden;
      transition: all 0.4s ease-in-out;
      padding-top: 20px;
      width: 250px; } }
  @media (min-width: 1280px) {
    .nav__dropdown-list,
    .sub-menu {
      width: 300px; } }

.nav__dropdown-item,
.sub-menu > li {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-left: 0; }
  @media (min-width: 1024px) {
    .nav__dropdown-item,
    .sub-menu > li {
      line-height: normal;
      height: auto;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .nav__dropdown-item:hover, .nav__dropdown-item:focus,
  .sub-menu > li:hover,
  .sub-menu > li:focus {
    background: #E40046; }

.nav__dropdown-link,
.sub-menu > li > a {
  padding: 13px 30px;
  display: block;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: none;
  border-bottom: 0 !important; }
  @media (max-width: 1023px) {
    .nav__dropdown-link,
    .sub-menu > li > a {
      color: #231f20; } }
  @media (min-width: 1024px) {
    .nav__dropdown-link,
    .sub-menu > li > a {
      padding: 15px 30px;
      font-size: 1rem; } }

.nav__dropdown-item:hover > .nav__dropdown-link,
.nav__dropdown-item:focus > .nav__dropdown-link,
.sub-menu > li:hover > a,
.sub-menu > li:focus > a {
  color: #fff; }

@media (min-width: 1024px) {
  .nav__list-item:hover > .nav__dropdown-list,
  .nav__list-item:focus > .nav__dropdown-list,
  .menu-item-has-children:hover > .sub-menu {
    position: absolute;
    top: 58px;
    left: -15px;
    visibility: visible;
    opacity: 1; } }

.nav__btn {
  position: absolute;
  top: 20px;
  right: 0;
  outline: none; }
  @media (min-width: 1024px) {
    .nav__btn {
      display: none; } }

.breadcrumbs--mar-top {
  margin-top: 40px; }

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .breadcrumbs__list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.breadcrumbs__item {
  font-size: 0.75rem;
  margin-right: 10px;
  padding: 0 !important;
  margin-bottom: 0 !important;
  color: #231f20; }
  .breadcrumbs__item span {
    color: #231f20; }
  .breadcrumbs__item--white {
    color: #fff; }
    .breadcrumbs__item--white a {
      color: #fff; }

.breadcrumbs__link {
  text-decoration: none;
  padding-right: 10px; }

.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
  color: #E40046; }

.breadcrumbs__link:active {
  opacity: 0.6; }

.page-hero {
  position: relative;
  margin-bottom: 40px;
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 400px;
  background-size: cover; }
  .page-hero--home {
    background: rgba(0, 0, 0, 0.6) url("../img/bg_homepage.jpg") no-repeat center center;
    background-size: cover; }
  .page-hero--about {
    background: rgba(0, 0, 0, 0.6) url("../img/bg_about.jpg") no-repeat center center;
    background-size: cover; }
  .page-hero--funds {
    background: rgba(0, 0, 0, 0.6) url("../img/bg_funds.jpg") no-repeat center center;
    background-size: cover; }
  .page-hero--case-studies {
    background: rgba(0, 0, 0, 0.6) url("../img/bg_case-studies.jpg") no-repeat center center;
    background-size: cover; }
  .page-hero--resources {
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.6) url("../img/bg_resources.jpg") no-repeat center center;
    background-size: cover; }
  .page-hero--theory-of-change {
    background: rgba(0, 0, 0, 0.6) url("../img/bg_resources.jpg") no-repeat center center;
    background-size: cover; }
  .page-hero--case-single {
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0.6) url("../img/looe_music_bg.jpg") no-repeat center center;
    background-size: cover; }
    .page-hero--case-single::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      content: '';
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1; }
  .page-hero--form {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .page-hero {
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-bottom: 70px;
      min-height: calc(100vh - 120px); }
      .page-hero--resources, .page-hero--form {
        margin-bottom: 0; } }
  @media (min-width: 1280px) {
    .page-hero {
      background-attachment: fixed; } }

.page-hero__wrapper {
  margin: 0 auto;
  padding: 15px 40px;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.85); }
  .page-hero__wrapper--case-studies, .page-hero__wrapper--theory-of-change {
    padding: 15px 0;
    background: none;
    z-index: 5; }
  @media (min-width: 1024px) {
    .page-hero__wrapper {
      margin: 0;
      padding: 50px 110px;
      padding-bottom: 90px;
      width: 70%; } }
  @media (min-width: 1280px) {
    .page-hero__wrapper {
      width: 50%; }
      .page-hero__wrapper--case-studies, .page-hero__wrapper--theory-of-change {
        width: 70%; } }

.page-hero__title {
  margin-top: 0;
  color: #231f20;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -0.8px; }
  .page-hero__title--case-studies, .page-hero__title--theory-of-change {
    margin-bottom: 0;
    color: #fff;
    font-size: 2.7rem; }
  @media (min-width: 1024px) {
    .page-hero__title {
      font-size: 2.5rem; }
      .page-hero__title--case-studies, .page-hero__title--theory-of-change {
        color: #fff;
        font-size: 3.2rem; } }
  @media (min-width: 1280px) {
    .page-hero__title--case-studies, .page-hero__title--theory-of-change {
      font-size: 4rem; } }

.page-hero__text {
  margin: 0;
  color: #231f20;
  font-size: 1rem;
  font-weight: 400; }
  .page-hero__text--case-studies, .page-hero__text--theory-of-change {
    color: #fff;
    max-width: 370px; }
  @media (min-width: 1024px) {
    .page-hero__text {
      font-size: 1.25rem; }
      .page-hero__text--case-studies, .page-hero__text--theory-of-change {
        max-width: 520px; } }

.page-hero__link-wrapper {
  margin-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .page-hero__link-wrapper {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 300px; } }
  @media (min-width: 1280px) {
    .page-hero__link-wrapper {
      width: 400px; } }

.page-hero__link {
  margin-bottom: 10px;
  font-size: 1rem; }
  .page-hero__link:hover, .page-hero__link:focus {
    opacity: 0.5; }

.page-hero__arrow {
  display: none; }
  @media (min-width: 1024px) {
    .page-hero__arrow {
      position: absolute;
      bottom: 50px;
      left: calc( 50% - 20px);
      display: block;
      fill: #fff;
      z-index: 5; } }

.wpgmp_filter_wrappers {
  float: none; }

.page-section__blog-with-map .wpgmp_filter_wrappers .wpgmp_before_listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 5px solid #e7e3de; }

.page-section__blog-with-map .wpgmp_filter_wrappers .wpgmp_before_listing > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 30px;
  cursor: pointer; }

.page-section__blog-with-map .wpgmp_filter_wrappers .wpgmp_before_listing > div img {
  padding: 15px; }

.location_listing2 {
  float: none !important; }

.page-section__blog-with-map .fc-component-6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-section__blog-with-map .fc-component-6 .article {
  width: 33%;
  padding: 15px;
  margin-bottom: 50px;
  position: relative;
  transition: transform 0.4s ease-in-out; }

.page-section__blog-with-map .fc-component-6 .article img {
  width: 100%; }

.page-section__blog-with-map .fc-component-6 .article .article__title {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  font-size: 1.25rem;
  font-weight: 700; }

.page-section__blog-with-map .categories_filter {
  background: #3D1151;
  padding: 40px;
  margin-top: 25px; }

.page-section__blog-with-map .categories_filter [data-container="wpgmp-filters-container"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: solid 1px #8a7197; }
  @media (max-width: 768px) {
    .page-section__blog-with-map .categories_filter [data-container="wpgmp-filters-container"] {
      display: block; } }

.page-section__blog-with-map .categories_filter [data-container="wpgmp-filters-container"] select {
  width: 25%;
  max-width: initial;
  margin: 0;
  background: #3D1151;
  border: solid 1px #8a7197;
  font-size: 22px;
  line-height: 24px;
  padding: 10px; }
  @media (max-width: 768px) {
    .page-section__blog-with-map .categories_filter [data-container="wpgmp-filters-container"] select {
      width: 100%;
      margin-bottom: 15px; } }

.page-section__blog-with-map .categories_filter [data-container="wpgmp-filters-container"] .select2-selection {
  max-width: initial;
  margin: 0;
  background: #3D1151;
  border: solid 1px #8a7197;
  font-size: 22px;
  line-height: 24px;
  padding: 10px;
  color: #ffffff;
  height: auto;
  border-radius: 0; }
  @media (max-width: 768px) {
    .page-section__blog-with-map .categories_filter [data-container="wpgmp-filters-container"] .select2-selection {
      margin-bottom: 15px; } }

.page-section__blog-with-map .categories_filter [data-container="wpgmp-filters-container"] .select2-selection .select2-selection__rendered {
  color: #ffffff; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 30px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 20px;
  left: 0;
  position: relative;
  top: 12px;
  transform: rotate(135deg);
  vertical-align: top;
  width: 20px;
  border-color: #8a7197; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #8a7197;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  top: 22px; }

.page-section__blog-with-map .categories_filter_reset_btn {
  background: transparent !important;
  border: none;
  font-size: 22px !important; }

.page-section__blog-with-map .wpgmp_map_parent {
  margin-top: 25px;
  margin-bottom: 25px; }

.wpgmp_map_parent {
  display: none; }

.categories_filter.visible, .wpgmp_map_parent.visible {
  display: block; }

.page-section {
  margin: 30px 40px; }
  .page-section--wide {
    margin: 30px 20px; }
  .page-section--loan-intro {
    position: relative; }
  .page-section--standard-content ul {
    list-style-type: none !important; }
    .page-section--standard-content ul li {
      margin-bottom: 15px;
      padding-left: 20px;
      position: relative;
      list-style-type: none !important; }
      .page-section--standard-content ul li::before {
        position: absolute;
        left: 0;
        top: 10px;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        content: '';
        background: #E40046; }
  @media (min-width: 768px) {
    .page-section {
      margin: 0 auto;
      margin-bottom: 70px;
      width: 720px; }
      .page-section--list {
        width: 780px; } }
  @media (min-width: 1024px) {
    .page-section--wide {
      margin: 0 50px;
      margin-bottom: 70px;
      width: auto; } }

.page-section__blog, .wpgmp_filter_wrappers, .location_listing2 {
  margin: 30px 40px;
  margin-bottom: 0;
  float: none !important;
  background: transparent !important;
  padding: 20px;
  border-radius: 0 !important;
  width: auto !important; }
  @media (min-width: 768px) {
    .page-section__blog, .wpgmp_filter_wrappers, .location_listing2 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (min-width: 1024px) {
    .page-section__blog, .wpgmp_filter_wrappers, .location_listing2 {
      margin: 30px 40px; } }
  @media (min-width: 1280px) {
    .page-section__blog, .wpgmp_filter_wrappers, .location_listing2 {
      margin: 0 auto;
      max-width: 1200px; } }

.page-section__btn-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .page-section__btn-wrapper--start {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .page-section__btn-wrapper--center {
    -ms-flex-pack: center;
        justify-content: center; }
  .page-section__btn-wrapper--mar-top {
    margin-top: 40px; }
    @media (min-width: 1024px) {
      .page-section__btn-wrapper--mar-top {
        margin-top: 65px; } }
  .page-section__btn-wrapper--mar-bot {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .page-section__btn-wrapper--mar-bot {
        margin-bottom: 65px; } }

.page-section__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 768px) {
    .page-section__wrapper {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (min-width: 1024px) {
    .page-section__wrapper {
      margin: 0 auto;
      width: 900px; } }
  @media (min-width: 1280px) {
    .page-section__wrapper {
      width: 1065px; } }

.page-section__title {
  text-align: left;
  font-size: 1.3rem;
  font-weight: 700; }
  .page-section__title--big {
    margin: 10px 0;
    font-size: 3rem;
    font-weight: 300; }
  .page-section__title--centered {
    margin-left: 20px; }
  @media (min-width: 768px) {
    .page-section__title--centered {
      margin-left: 0; }
    .page-section__title--list {
      padding-left: 30px; } }
  @media (min-width: 1024px) {
    .page-section__title {
      margin-bottom: 30px; }
      .page-section__title--centered {
        width: 720px;
        margin: 0 auto;
        margin-bottom: 40px; } }

.page-section__text {
  color: #231f20;
  font-size: 1rem; }
  .page-section__text--big {
    font-size: 1.25rem;
    line-height: 1.6; }
  .page-section__text--mar-bot {
    margin-bottom: 60px; }
  .page-section__text--mar-top {
    margin-top: 50px; }
  @media (min-width: 1024px) {
    .page-section__text {
      margin-bottom: 30px; } }

.page-section__list,
.page-section ol {
  padding-left: 0;
  color: #E40046; }

.page-section__list-item,
.page-section ol li {
  padding-left: 10px;
  margin-bottom: 5px; }
  .page-section__list-item span,
  .page-section ol li span {
    margin: 0;
    color: #231f20; }
  @media (min-width: 768px) {
    .page-section__list-item,
    .page-section ol li {
      padding-right: 30px; } }

.article .wpgmp_map_parent a:hover,
.page-section__blog-with-map .wpgmp_map_parent a:hover {
  opacity: 1; }
  .article .wpgmp_map_parent a:hover .fc-item-title,
  .page-section__blog-with-map .wpgmp_map_parent a:hover .fc-item-title {
    color: #E40046 !important; }

.article .wpgmp_map_parent .infoBox,
.page-section__blog-with-map .wpgmp_map_parent .infoBox {
  border: 1px solid #e7e3de; }
  .article .wpgmp_map_parent .infoBox .wpgmp_infowindow,
  .page-section__blog-with-map .wpgmp_map_parent .infoBox .wpgmp_infowindow {
    padding: 0 5px 10px; }

.article .wpgmp_pagination,
.page-section__blog-with-map .wpgmp_pagination {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 30px; }

.article .wpgmp_pagination span,
.article .wpgmp_pagination a,
.page-section__blog-with-map .wpgmp_pagination span,
.page-section__blog-with-map .wpgmp_pagination a {
  background: transparent;
  color: #000000;
  padding: 5px 15px; }

.article .wpgmp_pagination span.current,
.article .wpgmp_pagination a:hover,
.page-section__blog-with-map .wpgmp_pagination span.current,
.page-section__blog-with-map .wpgmp_pagination a:hover {
  background: #E40046;
  color: #ffffff; }

.article .fc-component-6 .article,
.page-section__blog-with-map .fc-component-6 .article {
  margin-bottom: 50px;
  position: relative;
  transition: transform 0.4s ease-in-out; }
  .article .fc-component-6 .article--infinite,
  .page-section__blog-with-map .fc-component-6 .article--infinite {
    display: none; }
  @media (max-width: 768px) {
    .article .fc-component-6 .article,
    .page-section__blog-with-map .fc-component-6 .article {
      width: 100%; } }
  @media (min-width: 768px) {
    .article .fc-component-6 .article,
    .page-section__blog-with-map .fc-component-6 .article {
      width: 48%; } }
  @media (min-width: 1024px) {
    .article .fc-component-6 .article,
    .page-section__blog-with-map .fc-component-6 .article {
      width: 33.3%; } }
  @media (min-width: 1280px) {
    .article .fc-component-6 .article:hover, .article .fc-component-6 .article:focus,
    .page-section__blog-with-map .fc-component-6 .article:hover,
    .page-section__blog-with-map .fc-component-6 .article:focus {
      transform: scale(1.05); } }

.page-section__blog .article,
.interest__wrapper .article {
  margin-bottom: 50px;
  position: relative;
  padding: 15px;
  transition: transform 0.4s ease-in-out; }
  .page-section__blog .article--infinite,
  .interest__wrapper .article--infinite {
    display: none; }
  @media (max-width: 768px) {
    .page-section__blog .article,
    .interest__wrapper .article {
      width: 100%; } }
  @media (min-width: 768px) {
    .page-section__blog .article,
    .interest__wrapper .article {
      width: 48%; } }
  @media (min-width: 1024px) {
    .page-section__blog .article,
    .interest__wrapper .article {
      width: 33.3%; } }
  @media (min-width: 1280px) {
    .page-section__blog .article:hover, .page-section__blog .article:focus,
    .interest__wrapper .article:hover,
    .interest__wrapper .article:focus {
      transform: scale(1.05); } }

.article__link {
  text-decoration: none;
  color: #231f20; }

.article__wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  background: #6a5847 url("../img/slider1.jpg") no-repeat center center;
  background-size: cover; }

.article__wrapper--case-1 {
  background: #6a5847 url("../img/case-studies-1.jpg") no-repeat center center;
  background-size: cover; }

.article__wrapper--case-2 {
  background: #6a5847 url("../img/case-studies-2.jpg") no-repeat center center;
  background-size: cover; }

.article__wrapper--case-3 {
  background: #6a5847 url("../img/case-studies-3.jpg") no-repeat center center;
  background-size: cover; }

.article__wrapper--case-4 {
  background: #6a5847 url("../img/case-studies-4.jpg") no-repeat center center;
  background-size: cover; }

.article__wrapper--case-5 {
  background: #6a5847 url("../img/case-studies-5.jpg") no-repeat center center;
  background-size: cover; }

.article__wrapper--case-6 {
  background: #6a5847 url("../img/case-studies-6.jpg") no-repeat center center;
  background-size: cover; }

.article__img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 5; }

.article__title {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  font-size: 1.25rem;
  font-weight: 700; }

.article__text {
  font-size: 1rem; }

.article__block--white {
  color: #fff; }
  .article__block--white .article__title {
    color: #fff; }

.slider {
  position: relative;
  margin-top: 30px; }
  @media (min-width: 1024px) {
    .slider {
      margin-top: 70px; } }

.slider__btn {
  position: absolute;
  top: calc(50% - 20px);
  font-size: 0;
  outline: none;
  border: none;
  background: none;
  fill: #fff; }
  .slider__btn--prev {
    left: 10px; }
  .slider__btn--next {
    right: 10px; }

.slider__item {
  min-height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 500px; }
  @media (min-width: 1024px) {
    .slider__item {
      height: 550px; } }
  @media (min-width: 1280px) {
    .slider__item {
      height: 630px; } }
  .slider__item--1 {
    background-image: url("../img/slider1.jpg"); }
  .slider__item--2 {
    background-image: url("../img/slider2.jpg"); }
  .slider__item--3 {
    background-image: url("../img/slider3.jpg"); }

.slider__wrapper {
  margin: 0 auto;
  padding: 100px 30px;
  width: 100%;
  background-color: rgba(230, 234, 237, 0.8);
  height: 500px; }
  @media (min-width: 768px) {
    .slider__wrapper {
      width: 65%;
      padding: 100px 50px; } }
  @media (min-width: 1024px) {
    .slider__wrapper {
      margin-left: 70px;
      padding: 150px 50px;
      width: 45%;
      height: 100%; } }

.slider__content {
  top: 50%;
  transform: translateY(-50%);
  position: relative; }

.slider__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 400; }

.slider__link {
  font-weight: bold; }
  .slider__link:hover, .slider__link:focus {
    opacity: 0.5; }

.slider__btn {
  transition: transform 0.4s ease-in-out;
  display: none !important; }
  @media (min-width: 1024px) {
    .slider__btn {
      display: block !important; } }
  @media (min-width: 1280px) {
    .slider__btn--prev:hover, .slider__btn--prev:focus {
      transform: translateX(-5px); } }
  @media (min-width: 1280px) {
    .slider__btn--next:hover, .slider__btn--next:focus {
      transform: translateX(5px); } }

.person {
  margin-bottom: 40px;
  transition: transform 0.4s ease-in-out; }
  @media (min-width: 768px) {
    .person {
      width: 50%; } }
  @media (min-width: 1024px) {
    .person {
      margin-bottom: 60px;
      width: 400px; } }
  @media (min-width: 1280px) {
    .person {
      width: 500px; }
      .person:hover, .person:focus {
        transform: scale(1.05); } }

.person__link {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #231f20; }
  .person__link:hover, .person__link:focus {
    opacity: 1; }

.person__wrapper {
  width: 40%;
  padding-left: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .person__wrapper {
      padding-left: 30px;
      width: 50%; } }

.person__photo-wrapper {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background: #d8d8d8;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.person__name {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400; }
  @media (min-width: 1024px) {
    .person__name {
      margin-top: 0; } }

.person__job {
  font-size: 1rem;
  font-weight: 400; }

.about-team {
  margin-bottom: 40px;
  padding: 40px 0;
  background: #F1C400; }
  @media (min-width: 768px) {
    .about-team {
      margin-bottom: 70px;
      padding-bottom: 0; } }

.about-team__wrapper {
  margin: 0 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .about-team__wrapper {
      margin: 0 auto;
      width: 720px; } }
  @media (min-width: 1280px) {
    .about-team__wrapper {
      width: 730px; } }

@media (min-width: 768px) {
  .member {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

.member__name {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: -0.8px;
  color: #231f20; }
  @media (min-width: 768px) {
    .member__name {
      margin: 0;
      font-size: 4rem; } }

.member__position {
  font-size: 1.3rem;
  margin-bottom: 2em; }
  .member__position--white {
    color: #fff; }

.member__photo-wrapper {
  margin: 0 auto;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.member__biography:last-of-type {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .member__biography:last-of-type {
      margin-bottom: 50px; } }

.team {
  background: #3a2051; }

.team__wrapper {
  margin: 0 40px;
  padding: 40px 0;
  color: #fff; }
  @media (min-width: 768px) {
    .team__wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (min-width: 1024px) {
    .team__wrapper {
      margin: 0 auto;
      width: 900px; } }
  @media (min-width: 1280px) {
    .team__wrapper {
      width: 1100px; } }

.team__title {
  margin: 0;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    .team__title {
      width: 100%; } }
  @media (min-width: 1024px) {
    .team__title {
      margin-bottom: 55px; } }

.team__link {
  color: #fff;
  text-decoration: none; }
  @media (min-width: 768px) {
    .team__link {
      -moz-flex: 0 0 31%;
      -ms-flex: 0 0 31%;
      flex: 0 0 31%; } }
  .team__link:hover, .team__link:focus {
    opacity: 1; }

.team__block {
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  transition: transform 0.4s ease-in-out; }
  .team__block:hover, .team__block:focus {
    transform: scale(1.05); }

.team__photo-wrapper {
  margin-bottom: 20px;
  width: 188px;
  height: 188px;
  background-color: #d8d8d8;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.team__name {
  margin: 0;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700; }

.team__job {
  font-size: 0.8rem;
  text-align: center; }

.faq {
  margin-bottom: 40px; }

.faq__question {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  color: #231f20;
  transition: color 0.4s ease-in-out; }
  .faq__question:hover, .faq__question:focus {
    opacity: 1;
    color: #E40046; }
  .faq__question svg {
    vertical-align: bottom; }
  @media (min-width: 768px) {
    .faq__question {
      font-size: 1.2rem; } }

.faq__answer {
  margin-top: 20px;
  display: none;
  font-size: 0.8rem; }
  @media (min-width: 768px) {
    .faq__answer {
      font-size: 1rem; } }

.approach {
  margin: 30px 40px;
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .approach {
      margin: 0 50px;
      margin-bottom: 70px; } }
  @media (min-width: 1280px) {
    .approach {
      margin: 0 auto;
      margin-bottom: 70px;
      max-width: 1100px; } }

@media (min-width: 768px) {
  .approach__section {
    width: 720px; } }

@media (min-width: 1024px) {
  .approach__section {
    margin: 0 auto; } }

.approach__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .approach__wrapper {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (min-width: 1024px) {
    .approach__wrapper {
      margin: 0 auto;
      max-width: 1000px; } }
  @media (min-width: 1280px) {
    .approach__wrapper {
      max-width: 1100px; } }

@media (min-width: 768px) {
  .approach__column {
    width: calc((100% - 50px) / 2); }
    .approach__column:nth-child(2) {
      margin-top: 200px; } }

.approach__block {
  padding: 20px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  background: #3a2051;
  color: #fff; }
  .approach__block--v2 {
    background: 0;
    color: #231f20;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1024px) {
    .approach__block {
      padding: 40px;
      padding-top: 20px; }
      .approach__block--v2 {
        padding-left: 0;
        padding-right: 0; } }

.approach__title {
  margin: 10px 0 30px;
  text-align: left;
  font-size: 3rem;
  font-weight: 300; }

.approach__subtitle {
  margin: 0;
  padding: 20px 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff; }
  .approach__subtitle--v2 {
    color: #231f20; }

.approach__icon {
  margin-right: 25px; }

.approach__icon--box {
  width: 125px; }

.approach__icon--heart {
  width: 48px;
  height: 45px; }

.approach__icon--list {
  width: 39px;
  height: 50px; }

.approach__icon--brain {
  width: 42px;
  height: 60px; }

.approach__icon--arrows {
  width: 49px;
  height: 48px; }

.approach__text {
  margin-top: 0; }

@media (min-width: 1024px) {
  .approach__link {
    display: block;
    text-align: right; } }

/* Approach V2 ----- */
.approach-v2 {
  margin: 30px 40px; }
  @media (min-width: 768px) {
    .approach-v2 {
      margin: 0 auto;
      margin-bottom: 50px;
      width: 720px; } }
  @media (min-width: 1024px) {
    .approach-v2 {
      width: 900px;
      margin-bottom: 80px; } }
  @media (min-width: 1280px) {
    .approach-v2 {
      width: 1100px; } }

@media (min-width: 1024px) {
  .video {
    margin: 0 auto;
    margin-top: 80px;
    max-width: 1100px; } }

.video__title {
  margin-bottom: 40px;
  font-size: 2rem; }

.video__text {
  margin: 50px auto 0;
  margin-bottom: 50px;
  max-width: 450px;
  display: block; }
  @media (min-width: 768px) {
    .video__text {
      width: 720px;
      max-width: none; } }

.interest {
  padding: 60px 40px;
  background: #3a2051; }
  .interest--external-resources {
    background: #3a2051; }
  .interest#child-resources {
    background: #F1C400; }
    .interest#child-resources .interest__title {
      color: #231f20 !important; }
  @media (min-width: 1024px) {
    .interest {
      padding: 70px 40px;
      padding-bottom: 0; } }

.interest--external-resources {
  background: #3a2051; }
  .interest--external-resources .interest__wrapper {
    -ms-flex-pack: justify;
        justify-content: space-between; }

@media (min-width: 768px) {
  .interest__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    .interest__wrapper .article:first-of-type {
      margin-right: auto; } }

@media (min-width: 1024px) {
  .interest__wrapper {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .interest__wrapper .article:first-of-type {
      margin-right: 0; } }

@media (min-width: 1280px) {
  .interest__wrapper {
    margin: 0 auto;
    max-width: 1200px; } }

.interest__title {
  margin-top: 0;
  width: 100%;
  font-size: 2rem;
  color: #fff;
  font-weight: 300; }
  .interest__title svg {
    margin-left: 1rem; }

.funds__list {
  margin-bottom: 60px;
  list-style-type: none; }

.funds__item {
  margin-bottom: 10px; }

.funds__wrapper {
  margin-top: 60px; }

.funds__link {
  margin-bottom: 25px;
  display: block;
  color: #E40046;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem; }

.red-tick {
  color: #E40046; }

.development {
  margin: 30px 40px; }
  @media (min-width: 768px) {
    .development {
      margin: 0 auto;
      margin-bottom: 70px;
      width: 720px; } }
  @media (min-width: 1024px) {
    .development--wide {
      margin: 0 50px;
      margin-bottom: 70px;
      width: auto; } }
  @media (min-width: 1280px) {
    .development--wide {
      margin: 0 auto;
      margin-bottom: 70px;
      max-width: 1200px; } }
  .development ul {
    list-style-type: none; }
    .development ul li {
      margin-bottom: 15px;
      padding-left: 20px;
      position: relative; }
      .development ul li::before {
        position: absolute;
        left: 0;
        top: 10px;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        content: '';
        background: #E40046; }

.development__title {
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .development__title--centered {
      margin: 40px auto;
      margin-top: 70px;
      width: 720px;
      display: block; } }
  @media (min-width: 1024px) {
    .development__title--inset {
      width: 720px;
      margin: 40px auto; } }

img.intro-logo {
  width: 200px;
  height: auto;
  margin: 35px auto;
  display: block; }
  @media (min-width: 768px) {
    img.intro-logo {
      position: absolute;
      right: 0;
      top: 10px;
      margin: 0; } }

@media (min-width: 768px) {
  .intro-with-logo {
    padding-right: 270px; } }

.development__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #3a2051;
  padding-top: 10px; }

.development__tr {
  color: #ffffff; }

.development__td {
  padding: 15px;
  font-size: 0.75rem;
  vertical-align: top;
  width: 65%; }
  .development__td:first-child {
    width: 35%; }
  @media (max-width: 600px) {
    .development__td {
      width: 60%; }
      .development__td:first-child {
        width: 40%; } }
  @media (min-width: 768px) {
    .development__td {
      font-size: 1rem; } }

.development__td-small-text {
  font-size: 0.6rem; }
  @media (min-width: 768px) {
    .development__td-small-text {
      font-size: 0.75rem; } }

.development__list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.development__item {
  margin-bottom: 40px;
  padding-left: 20px;
  position: relative; }

.development__item::before {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: '';
  background: #E40046; }

.development__partners--image {
  width: 100%;
  height: auto;
  display: block; }

.criteria {
  margin-bottom: 40px; }

.criteria__question {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  color: #231f20;
  transition: color 0.4s ease-in-out; }
  .criteria__question:hover, .criteria__question:focus {
    opacity: 1;
    color: #E40046; }
  .criteria__question svg {
    vertical-align: bottom; }
  @media (min-width: 768px) {
    .criteria__question {
      font-size: 1.2rem; } }

.criteria__answer {
  margin-top: 20px;
  display: none;
  font-size: 0.8rem; }
  @media (min-width: 768px) {
    .criteria__answer {
      font-size: 1rem; } }

.criteria__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .criteria__flex {
      -ms-flex-direction: row;
          flex-direction: row; } }

.criteria__column {
  width: 100%; }
  @media (min-width: 768px) {
    .criteria__column {
      width: 45%; } }

.criteria__list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.criteria__item {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative; }

.criteria__item::before {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: '';
  background: #E40046; }

.criteria__subtitle {
  color: #E40046;
  font-size: 1.25rem;
  font-weight: 700; }

.apply {
  margin: 30px 40px; }
  @media (min-width: 768px) {
    .apply {
      margin: 0 auto;
      width: 720px; } }

.apply__list {
  margin-bottom: 60px;
  list-style-type: none; }
  @media (min-width: 768px) {
    .apply__list {
      margin-bottom: 80px; } }

.apply__item {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative; }

.apply__item::before {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: '';
  background: #E40046; }

.apply__title {
  font-size: 2.1rem;
  font-weight: 300;
  letter-spacing: -0.8px; }
  @media (min-width: 768px) {
    .apply__title {
      font-size: 3rem; } }

.apply__subtitle {
  margin-bottom: 30px;
  margin-top: 60px;
  font-size: 1.25rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .apply__subtitle {
      margin-top: 80px; } }

.apply__wrapper {
  padding: 50px 40px; }
  @media (min-width: 768px) {
    .apply__wrapper {
      margin: 0 auto;
      min-width: 720px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (min-width: 1024px) {
    .apply__wrapper {
      padding: 100px 0; } }
  @media (min-width: 1280px) {
    .apply__wrapper {
      margin: 0 auto;
      max-width: 1200px; } }

.apply__block {
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 768px) {
    .apply__block {
      margin-bottom: 0;
      width: 31%; } }

.apply__icon-wrap {
  width: 103px;
  height: 103px;
  background: #3a2051;
  border-radius: 50%; }
  @media (min-width: 1024px) {
    .apply__icon-wrap {
      margin-bottom: 30px; } }

.apply__icon-wrap--tick {
  background: #3a2051 url(../img/tick.svg) no-repeat center center;
  background-size: 60px 60px; }

.apply__icon-wrap--exclamation {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 103px;
  text-align: center;
  vertical-align: middle; }

.apply__icon-wrap--x {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 103px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase; }

.apply__text strong {
  text-align: center;
  display: block; }

.case-study-image-credits {
  position: absolute;
  bottom: -20px;
  left: 20px;
  padding-right: 20px;
  font-size: 0.5rem; }
  @media (min-width: 768px) {
    .case-study-image-credits {
      font-size: 0.85rem;
      left: 0;
      right: 0;
      display: block;
      margin: auto;
      text-align: center;
      bottom: -30px; } }

@media (min-width: 768px) {
  #case-studies-details {
    margin-top: 90px; } }

.case-single {
  margin: 30px 40px; }
  @media (min-width: 768px) {
    .case-single {
      margin: 0 auto;
      margin-bottom: 50px;
      width: 720px; } }
  @media (min-width: 1024px) {
    .case-single {
      width: 900px;
      margin-bottom: 80px; } }
  @media (min-width: 1280px) {
    .case-single {
      width: 1100px; } }

@media (min-width: 768px) {
  .case-study-table {
    width: 60%;
    border-collapse: collapse; } }

.case-study-tr {
  line-height: 2;
  font-size: 1.15rem; }

.case-single__text {
  position: relative;
  padding-bottom: 40px;
  display: block;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: -0.8px; }
  .case-single__text::before {
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
    display: block;
    height: 1px;
    content: '';
    background: #979797; }
    @media (min-width: 768px) {
      .case-single__text::before {
        left: 35%;
        right: 35%; } }
  @media (min-width: 1024px) {
    .case-single__text {
      padding-bottom: 60px; } }

.case-single__text-bottom {
  margin-bottom: 60px; }
  @media (min-width: 1024px) {
    .case-single__text-bottom {
      margin-bottom: 100px; } }

.theory-of-change {
  margin-bottom: 60px;
  padding: 40px 0;
  background: #e1e0d6; }

.theory-of-change__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 30px 40px; }
  @media (min-width: 768px) {
    .theory-of-change__wrapper {
      margin: 0 auto;
      width: 720px; } }
  @media (min-width: 1024px) {
    .theory-of-change__wrapper {
      width: 900px;
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (min-width: 1280px) {
    .theory-of-change__wrapper {
      width: 1100px; } }

.theory-of-change__block {
  position: relative;
  margin-bottom: 40px;
  padding: 5px 20px;
  padding-bottom: 20px;
  background: #3f3558;
  border-radius: 20px;
  border: 6px solid #fff;
  z-index: 5; }
  .theory-of-change__block:nth-of-type(1) {
    opacity: 0.4; }
  .theory-of-change__block:nth-of-type(2) {
    opacity: 0.6; }
  .theory-of-change__block:nth-of-type(3) {
    opacity: 0.8; }
  .theory-of-change__block:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .theory-of-change__block {
      margin-bottom: 0;
      width: 200px; } }
  @media (min-width: 1280px) {
    .theory-of-change__block {
      width: 240px; } }
  .theory-of-change__block::before {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    display: block;
    background: #fff;
    content: ''; }
  .theory-of-change__block::after {
    position: absolute;
    left: 50%;
    bottom: -74px;
    width: 65px;
    transform: rotate(90deg) translateY(50%);
    height: 70px;
    display: block;
    background-image: url("../img/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100px 50px;
    content: ''; }
    @media (min-width: 1024px) {
      .theory-of-change__block::after {
        right: -63px;
        top: 50%;
        left: auto;
        bottom: auto;
        width: 56px;
        transform: translateY(-50%); } }
    @media (min-width: 1280px) {
      .theory-of-change__block::after {
        right: -70px;
        width: 64px;
        background-size: 100px 60px; } }
  .theory-of-change__block:last-of-type::after {
    display: none; }

.theory-of-change__arrow {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1; }

.theory-of-change__title {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase; }

.theory-of-change__text {
  margin: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400; }

.page-footer {
  padding: 50px 30px;
  padding-top: 180px;
  position: relative;
  background: #A39382; }
  @media (min-width: 768px) {
    .page-footer {
      padding-top: 50px; } }
  @media (min-width: 1024px) {
    .page-footer {
      padding: 50px;
      padding-top: 80px; } }

@media (min-width: 1024px) {
  .page-footer__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (min-width: 1280px) {
  .page-footer__wrapper {
    margin: 0 auto;
    max-width: 1200px; } }

@media (min-width: 320px) and (max-width: 767px) {
  .page-footer__wrapper {
    margin-top: 8em; } }

@media (min-width: 1024px) {
  .page-footer__block--first {
    position: relative;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; } }

@media (min-width: 768px) {
  .page-footer__upper-line {
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 25px; } }

@media (min-width: 1024px) {
  .page-footer__upper-line {
    -ms-flex-pack: start;
        justify-content: flex-start; } }

.page-footer__logo-wrapper {
  position: absolute;
  top: 50px;
  left: 30px; }
  @media (min-width: 1024px) {
    .page-footer__logo-wrapper {
      position: static;
      margin: 0; } }
  .page-footer__logo-wrapper .page-footer__badge {
    width: 140px;
    height: 140px;
    margin: 1em 0 0 0;
    display: block; }
    @media (min-width: 1024px) {
      .page-footer__logo-wrapper .page-footer__badge {
        display: inline-block;
        margin: -0.4em 0 0 2em;
        vertical-align: top; } }

.page-footer__logo {
  margin: 0;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 1024px) {
    .page-footer__logo {
      margin: 0; } }

@media (min-width: 1024px) {
  .contacts {
    position: absolute;
    bottom: 0;
    width: 100%; } }

.social {
  margin: 40px 0; }
  @media (min-width: 768px) {
    .social {
      margin: 0; } }

.social__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style-type: none; }
  @media (min-width: 768px) {
    .social__list {
      -ms-flex-pack: start;
          justify-content: flex-start; } }

.social__link,
.links-block__link {
  text-decoration: none; }

.social__link {
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  min-height: 40px; }
  .social__link:hover, .social__link:focus {
    opacity: 1; }
  @media (min-width: 768px) {
    .social__link {
      margin-right: 10px;
      width: 50px;
      min-height: 50px; } }
  @media (min-width: 1024px) {
    .social__link {
      margin-right: 20px;
      width: 20px;
      height: 20px; } }
  .social__link svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: fill 0.4s ease-in-out; }
  .social__link svg:hover,
  .social__link svg:focus {
    fill: #E40046; }

.links-block__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style-type: none; }
  @media (min-width: 768px) {
    .links-block__list {
      width: auto;
      -ms-flex-pack: end;
          justify-content: flex-end; } }

@media (min-width: 768px) {
  .links-block__item,
  .links-block__list > li {
    margin-right: 25px;
    line-height: 20px; } }

@media (min-width: 1024px) {
  .links-block__item,
  .links-block__list > li {
    margin-right: 15px;
    line-height: normal;
    height: auto; } }

.links-block__link,
.links-block__list > li > a {
  display: block;
  padding: 15px 0;
  font-size: 0.8rem;
  text-decoration: none;
  color: #fff;
  border-bottom: 0;
  transition: color 0.4s ease-in-out; }
  @media (min-width: 768px) {
    .links-block__link,
    .links-block__list > li > a {
      font-size: 1rem; } }
  @media (min-width: 1024px) {
    .links-block__link,
    .links-block__list > li > a {
      font-size: 0.8rem; } }

.links-block__link:hover,
.links-block__link:focus,
.links-block__list > li > a:hover,
.links-block__list > li > a:focus {
  color: #E40046;
  opacity: 1; }

@media (min-width: 768px) {
  .newsletter {
    padding-left: 35vw; } }

@media (min-width: 1024px) {
  .newsletter {
    padding-left: 0;
    width: 280px; } }

@media (min-width: 1280px) {
  .newsletter {
    width: 320px; } }

.newsletter__title {
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400; }

@media (min-width: 1280px) {
  .newsletter__form,
  #mc-embedded-subscribe-form {
    margin-bottom: 60px; } }

.newsletter__input,
.mc-field-group input {
  padding: 15px 0;
  width: 100%;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #231f20;
  font-size: 1.1rem;
  letter-spacing: -0.8px;
  margin-bottom: 0 !important; }
  @media (min-width: 768px) {
    .newsletter__input,
    .mc-field-group input {
      padding: 10px 0; } }

.mc-field-group label {
  display: none !important; }

.newsletter__input:-ms-input-placeholder,
.mc-field-group input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.6; }

.newsletter__input::placeholder,
.mc-field-group input::placeholder {
  color: #ffffff;
  opacity: 0.6; }

.newsletter__details {
  display: block;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: -0.71px; }
  .newsletter__details a {
    color: inherit;
    transition: color 0.4s ease-in-out; }
    .newsletter__details a:hover {
      color: #E40046;
      opacity: 1; }

.newsletter__btn,
#mc-embedded-subscribe {
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  background: 0;
  border: 0;
  transition: color 0.4s ease-in-out; }
  .newsletter__btn:hover, .newsletter__btn:focus,
  #mc-embedded-subscribe:hover,
  #mc-embedded-subscribe:focus {
    color: #E40046; }

@media (min-width: 768px) {
  .contacts__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (min-width: 1024px) {
  .contacts__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.contacts__title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff; }
  @media (min-width: 1024px) {
    .contacts__title {
      font-size: 1.25rem;
      text-align: left; } }

.contacts__text {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .contacts__text {
      width: auto;
      text-align: left;
      font-size: 0.8rem; } }
  @media (min-width: 1024px) {
    .contacts__text {
      margin: 0;
      margin-bottom: 30px;
      width: 275px;
      text-align: left;
      font-size: 1rem; }
      .contacts__text--email {
        width: 100%; }
        .contacts__text--email a {
          color: #fff;
          transition: color 0.4s ease-in-out; }
          .contacts__text--email a:hover, .contacts__text--email a:focus {
            color: #E40046;
            opacity: 1; }
      .contacts__text--right {
        width: 250px; } }
