/*!
Theme Name: Wheat-Maize
Theme URI: http://underscores.me/
Author: Sherman
Author URI: https://sherman.land/
Description: Custom theme: Wheat-Maize, developed by Sherman
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wheat-maize
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Wheat-Maize is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin: 0 0 20px 0; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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; }

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

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

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

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

.post,
.page {
  margin: 0; }

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

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

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

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

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* 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;
  display: grid;
  grid-gap: 1.5em; }

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

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

/*--------------------------------------------------------------
# Styles by Ayar
--------------------------------------------------------------*/
/* Baseline
================================================== */
/* Spacing
================================================== */
:root {
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-s: 12px;
  --space-m: 16px;
  --space-l: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 80px; }

/*

Usage examples:

Single value:
  padding: var(--space-xl);

Multi value:
  padding: var(--space-m) 0 var(--space-l);

 */
/*
    ===============================
    BOURBON NEAT GRID
    ===============================
*/
/*
@mixin u-container() {
  @include grid-container;
  box-sizing   : border-box;
  margin-left  : auto;
  margin-right : auto;
  max-width    : $max-width;
}

.u-container {
  @include u-container;
}
*/
/* Mixin elements */
/*
    ===============================
    TYPOGRAPHY
    ===============================
*/
/* Font families */
/* Body text */
/*
    ===============================
    MISC
    ===============================
*/
/* #General body
================================================== */
/* #Headings
================================================== */
/* Buttons
================================================== */
/* Labels
================================================== */
/* Miscellaneous
================================================== */
.o-button {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  color: #C7B000;
  font-size: 14px;
  line-height: 16.44px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  background-color: #C7B000;
  border: 0;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  padding: var(--space-s) var(--space-m);
  text-align: center;
  border-radius: 4px;
  text-decoration: none; }
  .o-button__icon-wrapper {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 100%;
    color: #000000;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px; }

.c-button__link {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: underline;
  color: #57844E; }

.o-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1178px + 64px);
  padding-left: 32px;
  padding-right: 32px;
  width: 100%; }
  @media (max-width: 767px) {
    .o-container {
      max-width: calc(1178px + 32px);
      padding-left: 16px;
      padding-right: 16px; } }

.o-section {
  padding: 56px 0 56px;
  /* Items without backgrounds
  ================================================== */
  /* Different types next to eachother
  ================================================== */
  /* Items with backgrounds
  ================================================== */ }
  @media (max-width: 767px) {
    .o-section {
      padding: 40px 0 var(--space-l) 0; } }
  .o-section--no-background + .o-section--no-background {
    padding-top: 0; }
  .o-section--has-background + .o-section--no-background, .o-section--no-background + .o-section--has-background {
    padding-top: var(--space-2xl); }
  .o-section--has-background {
    padding: var(--space-2xl) 0; }
    .o-section--has-background + .o-section--has-background {
      padding-top: 0; }

.o-content-from-editor {
  /* Block Quotes
  ================================================== */
  /* Captioned Images
  ================================================== */
  /* Aligned Images
  ================================================== */
  /* Lists
  ================================================== */
  /* Tables
  ================================================== */
  /* Miscellaneous
  ================================================== */
  /* Wordpress Galleries - Ew!
  ================================================== */ }
  .o-content-from-editor__container {
    margin: 0 auto;
    max-width: 652px; }
    @media (max-width: 767px) {
      .o-content-from-editor__container {
        padding: 0 20px; } }
  .o-content-from-editor p {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #355360; }
    .o-content-from-editor p a {
      border-bottom: 1px solid currentColor;
      color: currentColor;
      font-size: inherit;
      padding-bottom: 2px;
      word-wrap: break-word;
      text-decoration: none; }
  .o-content-from-editor h1, .o-content-from-editor h2, .o-content-from-editor h3, .o-content-from-editor h4, .o-content-from-editor h5, .o-content-from-editor h6, .o-content-from-editor p, .o-content-from-editor ol, .o-content-from-editor ul, .o-content-from-editor a {
    box-sizing: border-box; }
  .o-content-from-editor h1 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: var(--space-l); }
    @media (max-width: 767px) {
      .o-content-from-editor h1 {
        font-size: 40px;
        line-height: 50px; } }
  .o-content-from-editor h2 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: var(--space-l);
    padding-left: 56px;
    position: relative; }
    @media (max-width: 767px) {
      .o-content-from-editor h2 {
        font-size: 30px;
        line-height: 38px; } }
    @media screen and (max-width: 440px) {
      .o-content-from-editor h2 {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .o-content-from-editor h2 {
        padding-left: 40px; } }
    .o-content-from-editor h2:after {
      background-color: #57844E;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px; }
      @media (max-width: 767px) {
        .o-content-from-editor h2:after {
          width: 24px; } }
  .o-content-from-editor h3 {
    margin-bottom: var(--space-m);
    font-size: 22px; }
  .o-content-from-editor h4 {
    margin-bottom: var(--space-m); }
  .o-content-from-editor h5 {
    margin-bottom: var(--space-m); }
  .o-content-from-editor h6 {
    margin-bottom: var(--space-m); }
  .o-content-from-editor p + h1,
  .o-content-from-editor p + h2,
  .o-content-from-editor p + h3,
  .o-content-from-editor p + h4,
  .o-content-from-editor p + h5,
  .o-content-from-editor p + h6 {
    margin-top: var(--space-l); }
  .o-content-from-editor a {
    color: #57844E; }
    .o-content-from-editor a:hover, .o-content-from-editor a:focus {
      border-color: #57844E;
      color: #57844E;
      text-decoration: none; }
  .o-content-from-editor > :last-child {
    margin-bottom: 0; }
  .o-content-from-editor img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }
  .o-content-from-editor hr {
    background-color: #C7B000;
    height: 3px; }
  .o-content-from-editor blockquote {
    margin: var(--space-2xl) 0 56px 0;
    border-left: solid 3px #57844E;
    padding-left: var(--space-2xl); }
    @media (max-width: 767px) {
      .o-content-from-editor blockquote {
        margin: var(--space-l) var(--space-m) var(--space-xl) var(--space-l); } }
    .o-content-from-editor blockquote p {
      font-family: 'Raleway', Arial, Helvetica, sans-serif;
      font-size: 30px;
      line-height: 40px;
      color: #57844E;
      color: #57844E;
      font-style: normal;
      margin-bottom: var(--space-l); }
      @media (max-width: 767px) {
        .o-content-from-editor blockquote p {
          font-size: 24px;
          line-height: 32px; } }
      @media screen and (max-width: 440px) {
        .o-content-from-editor blockquote p {
          font-size: 22px;
          line-height: 28px; } }
      .o-content-from-editor blockquote p a {
        font-family: "Raleway", Arial, Helvetica, sans-serif;
        font-size: 15px;
        line-height: 1;
        font-weight: 700;
        text-decoration: none;
        color: #57844E;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .o-content-from-editor blockquote p a:hover {
          color: #355360;
          border-color: #355360; }
    .o-content-from-editor blockquote h6 {
      font-size: 15px;
      line-height: 20px;
      font-weight: 400;
      color: #57844E; }
      .o-content-from-editor blockquote h6 strong {
        font-weight: 700; }
    .o-content-from-editor blockquote figcaption {
      font-size: 15px;
      line-height: 20px;
      font-weight: 700;
      color: #57844E; }
      .o-content-from-editor blockquote figcaption cite {
        display: block;
        font-weight: 400; }
    .o-content-from-editor blockquote footer {
      margin-top: var(--space-m); }
    @media (max-width: 767px) {
      .o-content-from-editor blockquote {
        margin: var(--space-2xl) var(--space-m);
        padding-left: var(--space-l); } }
  .o-content-from-editor .wp-caption {
    display: inline-block;
    margin: 0 var(--space-l) var(--space-l) 0;
    vertical-align: top; }
    .o-content-from-editor .wp-caption img {
      display: block;
      height: auto;
      max-width: 100%; }
  .o-content-from-editor .wp-caption-text {
    color: #1C1C1C;
    font-size: 13px;
    line-height: 19px;
    margin-top: var(--space-xs);
    text-align: left; }
    .o-content-from-editor .wp-caption-text p:last-child,
    .o-content-from-editor .wp-caption-text ul:last-child,
    .o-content-from-editor .wp-caption-text ol:last-child {
      margin-bottom: 0; }
  .o-content-from-editor .alignleft {
    float: left;
    margin: var(--space-2xl) 0; }
    .o-content-from-editor .alignleft .wp-caption-text {
      padding-left: 0;
      text-align: left; }
  .o-content-from-editor .aligncenter {
    display: block;
    margin: var(--space-2xl) 0; }
    .o-content-from-editor .aligncenter .wp-caption-text {
      text-align: center; }
  .o-content-from-editor .alignright {
    float: right;
    margin: var(--space-2xl) 0; }
    .o-content-from-editor .alignright .wp-caption-text {
      padding-right: 0;
      text-align: right; }
  .o-content-from-editor .alignnone {
    display: block;
    height: auto;
    margin: var(--space-2xl) 0;
    max-width: 100%; }
    .o-content-from-editor .alignnone .wp-caption-text {
      padding-left: 0; }
  @media (max-width: 767px) {
    .o-content-from-editor .alignleft,
    .o-content-from-editor .alignright,
    .o-content-from-editor .alignnone {
      display: block;
      float: none;
      margin-bottom: var(--space-m);
      margin-left: 0; } }
  @media (max-width: 767px) {
    .o-content-from-editor .alignleft .wp-caption-text,
    .o-content-from-editor .alignright .wp-caption-text,
    .o-content-from-editor .alignnone .wp-caption-text {
      padding-left: 0;
      text-align: left; } }
  .o-content-from-editor ol, .o-content-from-editor ul {
    margin: var(--space-m) 0 var(--space-l) 0.5 var(--space-l); }
    @media (max-width: 767px) {
      .o-content-from-editor ol, .o-content-from-editor ul {
        margin-bottom: var(--space-m);
        margin-top: var(--space-m); } }
    .o-content-from-editor ol ul, .o-content-from-editor ol ol, .o-content-from-editor ul ul, .o-content-from-editor ul ol {
      margin: 4px 0 5px var(--space-l); }
    .o-content-from-editor ol li, .o-content-from-editor ul li {
      margin-bottom: 0;
      padding-left: var(--space-m); }
  .o-content-from-editor ol {
    list-style: decimal; }
    .o-content-from-editor ol ul {
      list-style: disc; }
    .o-content-from-editor ol ol {
      list-style: lower-latin; }
  .o-content-from-editor ol {
    counter-reset: li;
    list-style: none;
    margin-bottom: var(--space-2xl);
    margin-top: var(--space-2xl);
    padding-left: 1em;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px; }
    .o-content-from-editor ol a {
      border-bottom: 1px solid currentColor;
      color: currentColor;
      font-size: inherit;
      padding-bottom: 2px;
      word-wrap: break-word;
      text-decoration: none; }
    @media (max-width: 767px) {
      .o-content-from-editor ol {
        margin-bottom: var(--space-xl);
        margin-top: var(--space-xl); } }
    .o-content-from-editor ol li {
      counter-increment: li;
      position: relative; }
      .o-content-from-editor ol li:before {
        color: #57844E;
        content: counter(li) ".";
        display: inline-block;
        left: -16px;
        margin-left: 0;
        position: absolute;
        top: 0; }
    .o-content-from-editor ol ul {
      list-style: circle; }
    .o-content-from-editor ol ol {
      list-style: decimal; }
  .o-content-from-editor ul {
    list-style: none;
    margin-bottom: var(--space-2xl);
    margin-top: var(--space-2xl);
    padding-left: 1em;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px; }
    .o-content-from-editor ul a {
      border-bottom: 1px solid currentColor;
      color: currentColor;
      font-size: inherit;
      padding-bottom: 2px;
      word-wrap: break-word;
      text-decoration: none; }
    @media (max-width: 767px) {
      .o-content-from-editor ul {
        margin-bottom: var(--space-xl);
        margin-top: var(--space-xl); } }
    .o-content-from-editor ul li {
      position: relative; }
      .o-content-from-editor ul li:before {
        background-color: #57844E;
        content: "";
        display: inline-block;
        height: 8px;
        left: -16px;
        margin-left: 0;
        position: absolute;
        top: 12px;
        width: 8px; }
    .o-content-from-editor ul ul {
      list-style: circle; }
    .o-content-from-editor ul ol {
      list-style: decimal; }
  .o-content-from-editor table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 60px;
    margin-top: 36px;
    width: 100%;
    /* Cells in even rows (2,4,6...) are one color */ }
    @media (max-width: 767px) {
      .o-content-from-editor table {
        margin-bottom: var(--space-xl);
        margin-top: var(--space-xs); } }
    .o-content-from-editor table thead > tr:first-child > td {
      font-size: 18px;
      font-weight: 700;
      line-height: 28px; }
    .o-content-from-editor table td, .o-content-from-editor table th {
      border-bottom: 1px solid #57844E;
      border-top: 1px solid #57844E;
      box-sizing: border-box;
      padding: var(--space-xs) 0; }
    .o-content-from-editor table th {
      font-weight: 600; }
    .o-content-from-editor table td {
      text-align: left; }
    .o-content-from-editor table tr:nth-child(even) td {
      background-color: transparent; }
  .o-content-from-editor address {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: var(--space-m); }
    .o-content-from-editor address a {
      border-bottom: 1px solid currentColor;
      color: currentColor;
      font-size: inherit;
      padding-bottom: 2px;
      word-wrap: break-word;
      text-decoration: none; }
  .o-content-from-editor big {
    font-size: 22px;
    line-height: 32px; }
  .o-content-from-editor small {
    font-size: 14px;
    line-height: 22px; }
  .o-content-from-editor cite {
    font-weight: 700; }
  .o-content-from-editor q {
    font-style: italic; }
  .o-content-from-editor code, .o-content-from-editor var {
    font-family: Consolas, monospace; }
  .o-content-from-editor picture {
    display: block;
    margin-bottom: 36px; }
  .o-content-from-editor figcaption {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin-top: 15px;
    margin-left: 20px;
    color: #355360; }
  .o-content-from-editor .gallery {
    display: block;
    margin-bottom: var(--space-l);
    margin-top: var(--space-2xl); }
  .o-content-from-editor .gallery-item {
    display: inline-block;
    vertical-align: top; }
  .o-content-from-editor figure {
    width: 100% !important; }

/* Iframes
================================================== */
.iframe-container {
  height: 0;
  margin-bottom: 60px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .iframe-container iframe,
  .iframe-container object,
  .iframe-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

audio {
  width: 100%; }

.c-call-to-action {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 20px; }
  .c-call-to-action__container {
    margin-top: 110px; }
  .c-call-to-action__wrapper {
    background: #57844E;
    padding: 50px 140px;
    color: #FFFFFF;
    display: flex;
    align-items: center; }
    @media (max-width: 1023px) {
      .c-call-to-action__wrapper {
        padding: 40px 80px; } }
    @media (max-width: 767px) {
      .c-call-to-action__wrapper {
        padding: 40px 20px;
        flex-direction: column; } }
  .c-call-to-action__text {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-size: 22px;
    line-height: 30px;
    width: 70%; }
    .c-call-to-action__text a {
      border-bottom: 1px solid currentColor;
      color: currentColor;
      font-size: inherit;
      padding-bottom: 2px;
      word-wrap: break-word;
      text-decoration: none; }
    @media (max-width: 1023px) {
      .c-call-to-action__text {
        width: 100%; } }
    @media (max-width: 767px) {
      .c-call-to-action__text {
        text-align: center;
        font-size: 20px;
        line-height: 28px; } }
  .c-call-to-action__action {
    width: 30%;
    text-align: right; }
    @media (max-width: 1023px) {
      .c-call-to-action__action {
        width: 60%; } }
    @media (max-width: 767px) {
      .c-call-to-action__action {
        width: 100%;
        text-align: center;
        margin-top: 30px; } }
  .c-call-to-action__btn {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: #C7B000;
    font-size: 14px;
    line-height: 16.44px;
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    background-color: #C7B000;
    border: 0;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-flex;
    justify-content: space-between;
    padding: var(--space-s) var(--space-m);
    text-align: center;
    border-radius: 4px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .c-call-to-action__btn__icon-wrapper {
      align-items: center;
      background-color: #FFFFFF;
      border-radius: 100%;
      color: #000000;
      display: flex;
      height: 24px;
      justify-content: center;
      width: 24px; }
    .c-call-to-action__btn:hover {
      background-color: #355360;
      color: #FFFFFF; }
  .c-call-to-action__bg {
    width: 100%;
    padding: 80px 0 50px;
    margin-top: 120px; }
  .c-call-to-action__shape {
    position: relative;
    text-align: right;
    padding-right: 57px;
    margin-bottom: 57px;
    line-height: 0; }
    .c-call-to-action__shape:after {
      content: '';
      width: 57px;
      height: 52px;
      background-color: #C7B000;
      position: absolute;
      bottom: -52px;
      right: 0; }

.page .c-call-to-action {
  background-color: #FBF7E9; }
.page .c-call-to-action__shape {
  background-color: #FFFFFF; }

.page-template-tpl-homepage .c-call-to-action {
  background-color: #FFFFFF; }
.page-template-tpl-homepage .c-call-to-action__shape {
  background-color: #FBF7E9; }

.c-card {
  width: 100%;
  border-top: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
  border-left: solid 1px #E5E5E5;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .c-card:hover {
    background-color: #FBF7E9; }
  .c-card:hover .c-card__image-wrapper:after {
    opacity: 1; }
  .c-card:last-child {
    border-right: solid 1px #E5E5E5; }
  @media (max-width: 1023px) {
    .c-card {
      border-top: solid 1px #E5E5E5;
      border-left: solid 1px #E5E5E5;
      border-bottom: none; }
      .c-card:nth-child(2) {
        border-right: solid 1px #E5E5E5; }
      .c-card:nth-child(3) {
        border-bottom: solid 1px #E5E5E5; }
      .c-card:last-child {
        border-bottom: solid 1px #E5E5E5; } }
  @media (max-width: 767px) {
    .c-card {
      border: solid 1px #E5E5E5;
      margin-top: -1px; } }
  .c-card__image-wrapper {
    background: #57844E;
    height: 243px;
    position: relative;
    margin: 10px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .c-card__image-wrapper:after {
      opacity: 0;
      content: '';
      width: 72px;
      height: 72px;
      background-color: #C7B000;
      background-image: url("img/icons/arrow-right.svg");
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 50%;
      border-radius: 48px;
      transform: translate(-50%, -50%);
      background-repeat: no-repeat;
      background-position: 35% 50%;
      background-size: 50%;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .c-card__image-wrapper-short {
    background: #57844E;
    height: 194px;
    position: relative;
    margin: 10px;
    overflow: hidden; }
  .c-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .c-card__heading {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #57844E;
    font-weight: 700;
    margin: 20px 20px 16px 20px; }
  .c-card__description {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 37px;
    margin: 0 20px 40px 20px;
    color: #355360; }
    .c-card__description a {
      border-bottom: 1px solid currentColor;
      color: currentColor;
      font-size: inherit;
      padding-bottom: 2px;
      word-wrap: break-word;
      text-decoration: none; }
  .c-card__btn {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: #C7B000;
    font-size: 14px;
    line-height: 16.44px;
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    background-color: #C7B000;
    border: 0;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-flex;
    justify-content: space-between;
    padding: var(--space-s) var(--space-m);
    text-align: center;
    border-radius: 4px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: auto 20px 20px 20px;
    padding: 13px 46px;
    text-decoration: none;
    display: inline-block; }
    .c-card__btn__icon-wrapper {
      align-items: center;
      background-color: #FFFFFF;
      border-radius: 100%;
      color: #000000;
      display: flex;
      height: 24px;
      justify-content: center;
      width: 24px; }
    .c-card__btn:hover {
      color: #FFFFFF;
      background-color: #355360; }
  .c-card__btn-footer {
    margin-top: 30px; }
  .c-card__text-center {
    text-align: center; }
  .c-card__page a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .c-card__page a:hover .c-card__btn {
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background-color: #355360; }

.c-card-block__container {
  display: grid;
  grid-column-gap: 0;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 1023px) {
    .c-card-block__container {
      grid-template-columns: 1fr;
      padding-left: 20px;
      padding-right: 20px; } }
.c-card-block__container-x4 {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px; }
  @media (max-width: 1023px) {
    .c-card-block__container-x4 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    .c-card-block__container-x4 {
      grid-template-columns: repeat(1, 1fr); } }
.c-card-block__heading {
  margin-bottom: 50px; }
.c-card-block__heading-title {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-weight: 500;
  color: #355360;
  text-align: center; }
  @media (max-width: 767px) {
    .c-card-block__heading-title {
      font-size: 30px;
      line-height: 38px; } }
  @media screen and (max-width: 440px) {
    .c-card-block__heading-title {
      font-size: 24px; } }

.c-features {
  background-color: #FBF7E9;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative; }
  @media (max-width: 767px) {
    .c-features {
      padding-top: 50px; } }
  @media screen and (max-width: 440px) {
    .c-features {
      padding-top: 30px;
      padding-bottom: 20px; } }
  .c-features__inner {
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 767px) {
      .c-features__inner {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 767px) {
      .c-features__inner {
        grid-template-columns: repeat(1, 1fr); } }
  .c-features__item {
    padding-left: 40px;
    padding-right: 70px; }
    @media (max-width: 1023px) {
      .c-features__item {
        padding-left: 30px;
        padding-right: 50px; } }
    @media (max-width: 767px) {
      .c-features__item {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
        position: relative; }
        .c-features__item:after {
          content: '';
          position: absolute;
          height: 3px;
          width: 100%;
          bottom: -30px;
          background-color: #57844E; } }
  .c-features__item:last-child:after {
    content: none; }
  .c-features h6 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #355360;
    margin-bottom: 26px; }
  .c-features p {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #355360;
    position: relative; }
    @media (max-width: 1023px) {
      .c-features p {
        font-size: 24px;
        line-height: 30px; } }
    .c-features p a {
      color: #C7B000;
      text-decoration: none;
      border-bottom: 1px solid #C7B000;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .c-features p a:hover {
        color: #57844E;
        border-bottom: 1px solid #57844E; }
    .c-features p:before {
      content: '';
      height: auto;
      width: 3px;
      background-color: #57844E;
      position: absolute;
      left: -48px;
      top: 0;
      bottom: 0px; }
      @media (max-width: 1023px) {
        .c-features p:before {
          content: none; } }

.c-footer {
  border-bottom: solid 10px #57844E;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  position: relative; }
  .c-footer__social {
    margin-top: 40px; }
    .c-footer__social ul {
      padding-left: 0; }
      @media (max-width: 1023px) {
        .c-footer__social ul {
          text-align: center; } }
      .c-footer__social ul li {
        display: inline-block;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        position: relative; }
        .c-footer__social ul li a {
          background: #57844E;
          color: #FFFFFF;
          display: inline-block;
          width: 35px;
          height: 35px;
          line-height: 35px;
          border-radius: 50%;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          .c-footer__social ul li a:hover {
            background-color: #355360; }
  .c-footer__social-tw img {
    position: absolute;
    top: 9px;
    left: 8px; }
  .c-footer__social-fb img {
    position: absolute;
    top: 9px;
    left: 8px; }
  .c-footer__social-fl img {
    position: absolute;
    top: 12px;
    left: 7px; }
  .c-footer__social-in img {
    position: absolute;
    top: 8px;
    left: 7px; }
  .c-footer__social-em img {
    position: absolute;
    top: 11px;
    left: 7px; }
  .c-footer__credits {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center; }
    @media (max-width: 1023px) {
      .c-footer__credits {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px; } }
    .c-footer__credits :first-child {
      padding-left: 0px; }
  .c-footer__credits-item {
    padding-left: 30px;
    display: flex;
    color: #355360;
    align-items: center;
    font-size: 14px;
    line-height: 18px; }
    @media (max-width: 1023px) {
      .c-footer__credits-item {
        flex-direction: column;
        text-align: center; } }
  .c-footer__credits-item-logo-cimmyt {
    width: 155px;
    margin-right: 30px; }
    @media (max-width: 1023px) {
      .c-footer__credits-item-logo-cimmyt {
        margin: 0 0 10px 0; } }
  .c-footer__credits-item-logo-icarda {
    width: 56px;
    margin-right: 30px; }
    @media (max-width: 1023px) {
      .c-footer__credits-item-logo-icarda {
        margin: 30px 0 10px 0; } }
  .c-footer__credits-item-logo-iita {
    width: 86px;
    margin-right: 30px; }
    @media (max-width: 1023px) {
      .c-footer__credits-item-logo-iita {
        margin: 30px 0 10px 0; } }
  .c-footer__copyright {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .c-footer__copyright {
        text-align: center; } }

.c-hero {
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  color: #FFFFFF;
  position: relative;
  border-bottom: solid 10px #57844E;
  margin-bottom: 0;
  position: relative; }
  @media (max-width: 767px) {
    .c-hero {
      height: 85vh; } }
  .c-hero__image-wrapper {
    position: absolute;
    height: 650px;
    width: 100%;
    top: 0;
    left: 0; }
    @media (max-width: 767px) {
      .c-hero__image-wrapper {
        height: 85vh; } }
    .c-hero__image-wrapper:before {
      background: radial-gradient(transparent, #000000);
      content: '';
      height: 100%;
      left: 0;
      opacity: .4;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
    .c-hero__image-wrapper:hover .c-hero__image {
      opacity: 0; }
    @media (max-width: 767px) {
      .c-hero__image-wrapper {
        height: 85vh; } }
  .c-hero__image, .c-hero__image-ghost {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 650px;
    z-index: -1;
    background-attachment: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .c-hero__image, .c-hero__image-ghost {
        height: 100vh; } }
  .c-hero__video-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .c-hero__video-wrapper:before {
      background: radial-gradient(transparent, #000000);
      content: '';
      height: 100%;
      left: 0;
      opacity: .8;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
  .c-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1; }
  .c-hero__text-block {
    background: #C7B000;
    position: absolute;
    bottom: -60px;
    width: 512px;
    right: 150px;
    padding-bottom: 50px;
    padding-top: 40px;
    z-index: 1; }
    @media (max-width: 1023px) {
      .c-hero__text-block {
        right: 20px; } }
    @media (max-width: 767px) {
      .c-hero__text-block {
        width: calc(100% - 40px);
        left: 20px; } }
    @media screen and (max-width: 440px) {
      .c-hero__text-block {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .c-hero__text-block-heading {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18.78px;
    text-transform: uppercase;
    padding-bottom: 55px;
    padding-left: 38px;
    padding-right: 38px; }
  .c-hero__text-block-content {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 36px;
    padding-left: 38px;
    padding-right: 38px; }
    @media screen and (max-width: 440px) {
      .c-hero__text-block-content {
        font-size: 20px;
        line-height: 30px;
        padding-left: 20px;
        padding-right: 20px; } }
    .c-hero__text-block-content p {
      margin: 0; }
    .c-hero__text-block-content span {
      font-family: 'Raleway', Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 19px;
      text-transform: uppercase;
      padding-bottom: 24px;
      font-weight: 700;
      display: inline-block; }
  .c-hero__text-block-shape {
    position: absolute;
    bottom: -59px;
    left: -52px;
    fill: #c7b000; }
  .c-hero__is-page {
    padding-top: 56.25%;
    height: inherit; }
    @media (max-width: 575px) {
      .c-hero__is-page {
        padding-top: 109.42%; } }
    .c-hero__is-page .c-hero__image-wrapper, .c-hero__is-page .c-hero__image, .c-hero__is-page .c-hero__image-ghost {
      padding-top: 56.25%;
      height: inherit; }
      @media (max-width: 575px) {
        .c-hero__is-page .c-hero__image-wrapper, .c-hero__is-page .c-hero__image, .c-hero__is-page .c-hero__image-ghost {
          padding-top: 109.42%; } }

.c-impact__container {
  margin-bottom: -60px; }
.c-impact__item {
  padding-top: 1px;
  position: relative; }
  @media screen and (max-width: 440px) {
    .c-impact__item .o-container {
      padding-left: 0;
      padding-right: 0; } }
  .c-impact__item:nth-child(even):after {
    background: rgba(241, 173, 45, 0.2);
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 130px;
    top: 0px;
    z-index: -1; }
  .c-impact__item:nth-child(odd) {
    margin-bottom: 50px; }
  .c-impact__item:last-child {
    margin-bottom: 0; }
.c-impact__heading-title {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-weight: 500;
  color: #355360;
  text-align: center; }
  @media (max-width: 767px) {
    .c-impact__heading-title {
      font-size: 30px;
      line-height: 38px; } }
  @media screen and (max-width: 440px) {
    .c-impact__heading-title {
      font-size: 24px; } }
.c-impact__image-wrapper {
  margin-top: 60px;
  padding-top: 56.25%;
  background-color: #57844e;
  overflow: hidden;
  position: relative;
  -ms-flex-align: center;
  display: -ms-flexbox;
  -ms-flex-pack: center; }
  @media (max-width: 575px) {
    .c-impact__image-wrapper {
      padding-top: 109.42%; } }
  .c-impact__image-wrapper:after {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000a8);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000a8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
.c-impact__image-wrapper-front, .c-impact__image-wrapper-ghost {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0; }
.c-impact__image-wrapper:hover .c-impact__image-wrapper-front {
  opacity: 0; }
.c-impact__text-block {
  background: #F9F9F9;
  top: -60px;
  left: 20px;
  right: 20px;
  z-index: 1;
  position: relative;
  border-bottom: solid 10px #57844E;
  display: flex;
  padding: 50px;
  width: calc(100% - 40px); }
.c-impact__text-block-wrapper {
  width: 58%; }
.c-impact__text-block-heading {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #355360;
  padding-bottom: 48px;
  position: relative; }
  @media (max-width: 767px) {
    .c-impact__text-block-heading {
      font-size: 30px;
      line-height: 38px; } }
  @media screen and (max-width: 440px) {
    .c-impact__text-block-heading {
      font-size: 24px; } }
  @media (max-width: 1023px) {
    .c-impact__text-block-heading {
      padding-bottom: 30px; } }
  .c-impact__text-block-heading:after {
    content: '';
    height: 3px;
    width: 75px;
    background: #C7B000;
    top: 58px;
    left: 0;
    position: absolute; }
.c-impact__text-block-content {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  color: #355360;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  max-width: 660px; }
  @media (max-width: 1023px) {
    .c-impact__text-block-content {
      margin-right: 0;
      margin-bottom: 30px;
      max-width: 100%; } }
.c-impact__text-block-stats {
  width: 65%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-end; }
  @media (max-width: 1023px) {
    .c-impact__text-block-stats {
      width: 100%;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .c-impact__text-block-stats {
      justify-content: flex-start;
      margin: 10px 0 30px 0; } }
.c-impact__text-block-stats-items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-right: -10px; }
  @media (max-width: 767px) {
    .c-impact__text-block-stats-items {
      flex-direction: column;
      margin-right: 0; } }
.c-impact__text-block-stats-item {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 10px; }
  @media (max-width: 767px) {
    .c-impact__text-block-stats-item {
      margin-right: 15px;
      width: 100%; } }
  @media screen and (max-width: 440px) {
    .c-impact__text-block-stats-item {
      margin-right: 0; } }
.c-impact .full-width-item {
  width: 100%;
  max-width: 450px; }
.c-impact__text-block-stats-item-wrapper {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  padding-left: 28px; }
.c-impact__text-block-stats-item-value {
  width: auto;
  white-space: nowrap;
  font-size: 48px;
  line-height: 48px;
  color: #C7B000;
  font-weight: 500; }
  @media screen and (max-width: 440px) {
    .c-impact__text-block-stats-item-value {
      font-size: 32px;
      line-height: 38px; } }
.c-impact__text-block-stats-item-description {
  font-size: 14px;
  line-height: 15px;
  color: #C7B000;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 10px; }
.c-impact__text-block-stats-cta {
  margin: 0px; }
.c-impact__footer {
  border-top: 10px solid #57844E; }
.c-impact__content-container {
  background: #F9F9F9;
  top: -60px;
  left: 20px;
  right: 20px;
  z-index: 1;
  position: relative;
  border-bottom: solid 10px #57844E;
  padding: 50px;
  width: calc(100% - 40px); }
  @media (max-width: 1023px) {
    .c-impact__content-container {
      padding: 30px; } }
  @media (max-width: 767px) {
    .c-impact__content-container {
      padding: 20px; } }
  @media screen and (max-width: 440px) {
    .c-impact__content-container {
      left: 10px;
      right: 10px;
      width: calc(100% - 20px); } }
.c-impact__header {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .c-impact__header {
      flex-direction: column; } }
.c-impact__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media (max-width: 1023px) {
    .c-impact__content {
      flex-direction: column; } }
@media (max-width: 767px) {
  .c-impact__text-link {
    width: 100%; }
    .c-impact__text-link a {
      width: 100%; } }

.c-learn-more {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  margin-bottom: var(--space-4xl); }
  .c-learn-more__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #355360;
    margin-bottom: 14px;
    color: #355360; }
    .c-learn-more__item a {
      color: #355360;
      text-decoration: none;
      border-bottom: 1px solid #355360;
      line-height: 1.3;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .c-learn-more__item a:hover {
        color: #C7B000;
        border-color: #C7B000; }
  .c-learn-more__icon {
    margin-right: 16px;
    width: 22px; }
    .c-learn-more__icon img {
      text-align: center;
      height: 20px;
      width: auto; }

.c-main-menu {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-content: center; }
  .c-main-menu__logo {
    z-index: 2; }
  .c-main-menu__wrapper {
    display: flex;
    align-items: center;
    z-index: 2; }
  .c-main-menu__item {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    padding-right: var(--space-m);
    padding-left: var(--space-m);
    border-right: solid 1px #FFFFFF; }
    .c-main-menu__item:first-child {
      padding-left: 0; }
    .c-main-menu__item:last-child {
      padding-right: 0;
      border-right: 0; }

.c-map {
  margin-top: 70px;
  padding-bottom: 70px;
  position: relative;
  border-bottom: solid 10px #57844E; }
  .c-map__heading {
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: repeat(12, 1fr);
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    grid-template-columns: 65% 35%;
    margin-bottom: 60px;
    font-size: 22px;
    line-height: 26px;
    color: #57844E;
    padding-top: 40px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .c-map__heading {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 1023px) {
      .c-map__heading {
        padding-left: 20px;
        padding-right: 20px;
        grid-template-columns: 100%; } }
  .c-map__heading-stats {
    display: flex;
    flex-flow: row wrap;
    border-left: solid 3px #57844E;
    padding-left: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #355360; }
    @media screen and (max-width: 440px) {
      .c-map__heading-stats {
        padding-left: 20px; } }
  .c-map__heading-stats-item {
    width: 40%;
    margin-bottom: 15px; }
    @media (max-width: 1023px) {
      .c-map__heading-stats-item {
        width: 50%; } }
    @media screen and (max-width: 440px) {
      .c-map__heading-stats-item {
        width: 100%;
        margin-bottom: 15px; } }
  .c-map__heading-stats-kicker {
    width: 100%;
    font-size: 16px;
    line-height: 18.78px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase; }
  .c-map__heading-stats-intro {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 8px;
    width: 100%;
    max-width: 530px; }
  .c-map__heading-stats-description {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500; }
  .c-map__heading-menu {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: 25%; }
    @media (max-width: 1023px) {
      .c-map__heading-menu {
        margin-top: 30px;
        margin-left: unset;
        margin-right: 0;
        margin-bottom: 20px;
        justify-content: flex-start;
        text-align: left; } }
  .c-map__heading-menu-cta {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #355360;
    margin-bottom: 6px; }
  .c-map__heading-menu-list {
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    color: #355360;
    justify-content: center; }
  .c-map__heading-menu-list-item {
    padding: 2px 15px;
    border-right: solid 2px #CCC; }
    .c-map__heading-menu-list-item:last-child {
      border-right: 0; }
    .c-map__heading-menu-list-item:first-child {
      padding-left: 0; }
  .c-map__heading-menu-btn {
    font-family: 'Raleway', Arial, Helvetica, sans-serif; }
    .c-map__heading-menu-btn.active {
      font-weight: 700; }
  .c-map__image {
    width: 100%; }
  .c-map__description {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding-top: 30px;
    margin-bottom: 40px; }
    .c-map__description a {
      border-bottom: 1px solid currentColor;
      color: currentColor;
      font-size: inherit;
      padding-bottom: 2px;
      word-wrap: break-word;
      text-decoration: none; }

.c-media__full-container {
  margin: 0 auto 40px auto;
  max-width: 1240px;
  display: block; }
.c-media__wide-container {
  margin: 0 auto 40px auto;
  max-width: 990px;
  display: block; }
.c-media__wide video {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  margin: var(--space-3xl) auto; }
.c-media figcaption {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 24px;
  margin-top: 15px;
  color: #355360; }

.c-page-header {
  background: #F9F9F9;
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-3xl); }
  @media (max-width: 767px) {
    .c-page-header {
      padding-top: 32px;
      padding-bottom: 32px; } }
  .c-page-header__title {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 652px;
    color: #355360;
    margin-bottom: 34px; }
    @media (max-width: 767px) {
      .c-page-header__title {
        font-size: 30px;
        line-height: 38px; } }
    @media screen and (max-width: 440px) {
      .c-page-header__title {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .c-page-header__title {
        padding: 0 20px; } }
  .c-page-header__lead {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 652px;
    color: #355360; }
    @media (max-width: 767px) {
      .c-page-header__lead {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .c-page-header__lead {
        padding: 0 20px; } }

.page-slick .slick-arrow {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 20px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .page-slick .slick-arrow:hover {
    opacity: 0.4; }
  @media (max-width: 1023px) {
    .page-slick .slick-arrow {
      top: unset;
      transform: none;
      bottom: 0; } }
.page-slick .slick-prev {
  left: -30px; }
  @media (max-width: 1023px) {
    .page-slick .slick-prev {
      left: unset;
      right: 80px; } }
.page-slick .slick-next {
  right: -30px; }
  @media (max-width: 1023px) {
    .page-slick .slick-next {
      right: 20px; } }
.page-slick .slick-disabled {
  opacity: 0.2; }

.c-quotes {
  padding-top: 0;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .c-quotes__item {
      display: block; } }
  .c-quotes__item-content p {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: #979797;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    position: relative; }
    @media (max-width: 767px) {
      .c-quotes__item-content p {
        font-size: 20px;
        line-height: 30px; } }
    .c-quotes__item-content p strong {
      font-weight: 700; }
  .c-quotes__item-content hr {
    width: 75px;
    height: 3px;
    background-color: #C7B000;
    margin: 0 0 20px 0; }
  .c-quotes__item-content h6 {
    color: #355360;
    margin: 0;
    font-size: 12px;
    font-weight: 400; }
    .c-quotes__item-content h6 strong {
      font-weight: 700;
      font-size: 16px; }
  @media (max-width: 767px) {
    .c-quotes__item-content {
      font-size: 20px; } }
  .c-quotes__item-metadata {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-weight: 700;
    color: #355360; }
    .c-quotes__item-metadata-rol {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 400;
      margin-left: 20px; }
  .c-quotes__slick {
    position: relative;
    width: 810px;
    max-width: 100%;
    margin: 30px auto 0 auto; }
    @media (max-width: 1023px) {
      .c-quotes__slick {
        width: 760px; } }
    @media (max-width: 767px) {
      .c-quotes__slick {
        width: 100%; } }
    .c-quotes__slick:before {
      content: '';
      position: absolute;
      width: 68px;
      height: 59px;
      top: 0;
      left: -100px;
      background-image: url("img/icons/quote.svg"); }
  .c-quotes .slide-nav {
    display: flex;
    justify-content: flex-end;
    max-width: 860px; }
    @media (max-width: 767px) {
      .c-quotes .slide-nav {
        margin-top: 40px;
        justify-content: center; } }
    .c-quotes .slide-nav .a-nav {
      background-color: #C7B000;
      width: 36px;
      height: 36px;
      border-radius: 36px;
      margin: 0 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .c-quotes .slide-nav .a-nav:hover {
        background: #355360; }
    .c-quotes .slide-nav .a-left img {
      width: 16px;
      height: auto;
      margin-left: 4px; }
    .c-quotes .slide-nav .a-right img {
      width: 16px;
      height: auto;
      margin-right: 4px; }

.c-stats {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  color: #355360;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: var(--space-l); }
  @media (max-width: 767px) {
    .c-stats {
      grid-template-columns: repeat(1, 1fr); } }
  .c-stats__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .c-stats__item {
        width: 100%; } }
  .c-stats__item-number {
    font-size: 48px;
    line-height: 30px;
    font-weight: 500;
    white-space: nowrap;
    margin-right: 10px;
    margin-top: -5px; }
    @media (max-width: 767px) {
      .c-stats__item-number {
        font-size: 36px; } }

/*--------------------------------------------------------------
# Styles by Sherman
--------------------------------------------------------------*/
/* Clear */
.clearfix::after {
  content: '';
  clear: both;
  display: table; }

/* */
.background-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: -2; }

/* Site header */
.site-header {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .site-header {
      padding: 10px 0; } }

.nav-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center; }

.logo {
  max-width: 185px;
  height: auto; }
  @media (max-width: 767px) {
    .logo {
      max-width: 155px; } }

@media (max-width: 1023px) {
  .site-nav {
    display: none; } }
.site-nav.on {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%; }
  .site-nav.on .main-nav {
    display: block;
    text-align: right;
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: solid 1px #C7B000; }
    .site-nav.on .main-nav li {
      display: block;
      padding: 5px 15px;
      border-right: 0; }
      .site-nav.on .main-nav li a {
        font-size: 18px;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .site-nav.on .main-nav li.current-menu-item a {
      color: #C7B000; }

.main-nav {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center; }
  .main-nav li {
    display: inline-block;
    padding-right: var(--space-m);
    padding-left: var(--space-m);
    border-right: solid 1px #ccc; }
    .main-nav li:first-child {
      padding-left: 0; }
    .main-nav li:last-child {
      padding-right: 0;
      border-right: 0; }
    .main-nav li a {
      font-family: 'Raleway', Arial, Helvetica, sans-serif;
      color: #FFFFFF;
      text-decoration: none;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 30px;
      font-weight: 700;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .main-nav li a:hover {
        color: #C7B000; }

/* Menu Mobile */
.menu {
  margin-left: auto;
  margin-bottom: 0; }

.menu-mobile {
  width: 40px;
  height: 20px;
  display: none;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (max-width: 1023px) {
    .menu-mobile {
      display: block; } }
  .menu-mobile:hover span {
    background: #C7B000; }
  .menu-mobile.on {
    width: 40px;
    height: 20px;
    position: absolute;
    top: 40px;
    right: 15px; }
    .menu-mobile.on span:first-child {
      transform: rotate(45deg) translateY(4px) translateX(4px); }
    .menu-mobile.on span:nth-child(3) {
      transform: rotate(-45deg) translateY(2px) translateX(-2px); }
    .menu-mobile.on span:nth-child(2) {
      display: none; }
    .menu-mobile.on span {
      background: #FFFFFF; }
    .menu-mobile.on:hover span {
      background: #C7B000; }
  .menu-mobile span {
    width: 100%;
    height: 2px;
    display: block;
    transform-origin: center;
    background: #FFFFFF;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .menu-mobile span:nth-child(2) {
    margin: 4px 0; }

/* Map  */
.country {
  /* Map */
  /* Map number */
  /* Filter */ }
  .country__active {
    cursor: pointer; }
    .country__active--hover {
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      fill: #C2DB96; }
    .country__active polygon:hover, .country__active path:hover {
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      fill: #C2DB96; }
    .country__active:hover .country__number-text {
      background: #25353B; }
  .country__line {
    display: none; }
  .country__number {
    display: none; }
    .country__number:hover .country__number-text {
      background: #25353B; }
    .country__number-text {
      font-size: 11px;
      font-weight: 700;
      color: white;
      width: 24px;
      height: 24px;
      text-align: center;
      background: #355360;
      border-radius: 24px;
      line-height: 24px; }
  .country__map-filter p {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #355360;
    margin-bottom: 6px; }
  .country__map-filter ul {
    margin: 0;
    padding: 0; }
    .country__map-filter ul li {
      display: inline-block;
      margin-right: 30px;
      position: relative; }
      .country__map-filter ul li:last-child {
        margin-right: 0; }
        .country__map-filter ul li:last-child:after {
          content: none; }
      .country__map-filter ul li a {
        font-size: 18px;
        line-height: 16px;
        font-weight: 300;
        color: #355360;
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .country__map-filter ul li a:hover {
          color: #C7B000; }
      .country__map-filter ul li:after {
        content: '';
        width: 2px;
        height: 20px;
        background-color: #ccc;
        position: absolute;
        top: 5px;
        right: -16px; }
  .country__filter--active {
    font-weight: 700 !important; }

/* Modal */
.mfp-container {
  padding: 0; }
.mfp-content {
  border-top: 10px solid #57844E;
  background-color: #FFFFFF;
  max-width: 1024px; }
.mfp-bg {
  background-color: #355360;
  opacity: 0.3; }
.mfp-close {
  top: 18px;
  width: 40px;
  height: 40px;
  right: 20px;
  padding: 10px;
  opacity: 1;
  font-size: 40px;
  line-height: 0;
  font-weight: 300;
  font-family: 'Raleway', sans-serif; }
  @media (max-width: 767px) {
    .mfp-close {
      right: 10px;
      top: 8px; } }
.mfp-close-btn-in .mfp-close {
  color: #57844E; }
  .mfp-close-btn-in .mfp-close:hover {
    color: #355360; }
  .mfp-close-btn-in .mfp-close:active {
    top: 18px; }

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  border-bottom: 1px solid #E5E5E5; }
  @media (max-width: 767px) {
    .modal__header {
      padding: 10px 15px; } }
  @media screen and (max-width: 630px) {
    .modal__header {
      flex-direction: column;
      align-items: flex-start; } }
  .modal__header h2 {
    font-weight: 500;
    color: #355360;
    font-size: 40px;
    margin: 0; }
    @media (max-width: 767px) {
      .modal__header h2 {
        font-size: 30px; } }
  .modal__header-year {
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #355360;
    padding: 5px 6px;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .modal__header-year {
        margin-left: 10px; } }
    @media screen and (max-width: 630px) {
      .modal__header-year {
        margin-left: 0; } }
  .modal__header-file {
    margin-right: 60px;
    margin-left: auto;
    font-size: 12px;
    line-height: 16px;
    text-align: right; }
    .modal__header-file a {
      text-decoration: none;
      color: #C7B000;
      font-weight: 700; }
      .modal__header-file a:hover {
        color: #355360; }
    @media (max-width: 767px) {
      .modal__header-file {
        margin-right: 40px; } }
    @media screen and (max-width: 630px) {
      .modal__header-file {
        margin: 10px 0 0 0;
        text-align: left; } }
.modal__footer {
  padding: 10px 0;
  border-top: 1px solid #E5E5E5; }
  .modal__footer div {
    display: flex;
    align-items: center; }
    .modal__footer div ul {
      margin: 0 15px;
      padding: 0;
      width: 20%;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .modal__footer div ul li {
        display: inline-flex;
        align-items: center;
        font-weight: 700;
        font-size: 12px;
        margin: 0 10px;
        line-height: 1; }
        .modal__footer div ul li img {
          margin-right: 5px; }
        @media (max-width: 767px) {
          .modal__footer div ul li {
            margin: 0 10px 5px 0; } }
      @media (max-width: 767px) {
        .modal__footer div ul {
          flex-wrap: wrap;
          justify-content: flex-start; } }
    @media screen and (max-width: 991px) {
      .modal__footer div ul.list-traits {
        width: 30%;
        justify-content: flex-start; } }
.modal__footer--full ul {
  width: 100% !important; }

.graph__main-container {
  padding: 30px 0;
  display: grid;
  grid-template-areas: "header header header sidebar" "data-1 data-2 data-3 sidebar";
  grid-template-columns: 23% 23% 23% auto;
  grid-template-rows: auto;
  align-items: start; }
  @media (max-width: 767px) {
    .graph__main-container {
      grid-template-areas: "header sidebar" "data-1 sidebar" "data-2 sidebar" "data-3 sidebar";
      grid-template-columns: 50%; } }
  @media screen and (max-width: 630px) {
    .graph__main-container {
      grid-template-areas: "header" "data-1" "data-2" "data-3" "sidebar";
      grid-template-columns: 100%; } }
.graph__main-container--partner {
  grid-template-areas: "header sidebar" "data-1 sidebar";
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  align-items: center; }
  @media (max-width: 767px) {
    .graph__main-container--partner {
      grid-template-areas: "header header" "data-1 sidebar"; } }
  @media screen and (max-width: 630px) {
    .graph__main-container--partner {
      grid-template-areas: "header" "data-1" "sidebar";
      grid-template-columns: 100%; }
      .graph__main-container--partner .graph__sidebar {
        margin-top: 0; } }
  .graph__main-container--partner .graph__data-1 {
    max-width: 250px;
    margin: 30px auto; }
.graph__main-container--one-graph {
  display: block; }
  .graph__main-container--one-graph .graph__data-1 {
    max-width: 300px;
    margin: 30px auto 0 auto; }
.graph__header {
  grid-area: header;
  color: #C7B000;
  max-width: 330px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #57844E;
  margin-left: 30px; }
  .graph__header span {
    font-size: 48px;
    margin: 0 15px 0 20px; }
.graph__header--two-numbers {
  display: flex;
  align-items: center;
  max-width: auto; }
  .graph__header--two-numbers div:nth-child(2) {
    margin-left: 40px;
    max-width: 400px; }
    @media (max-width: 767px) {
      .graph__header--two-numbers div:nth-child(2) {
        margin-left: 30px;
        margin-top: 20px;
        max-width: inherit;
        padding-top: 20px; } }
  @media (max-width: 767px) {
    .graph__header--two-numbers {
      flex-direction: column;
      align-items: flex-start; } }
.graph__sidebar {
  grid-area: sidebar; }
  @media screen and (max-width: 630px) {
    .graph__sidebar {
      margin-top: 40px; } }
.graph__sidebar-content {
  margin: 30px 15px 0 15px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.graph__sidebar-percent {
  font-weight: 700;
  color: #C7B000;
  width: 20%; }
  @media (max-width: 767px) {
    .graph__sidebar-percent {
      width: 15%; } }
.graph__sidebar-text {
  width: 80%; }
  @media (max-width: 767px) {
    .graph__sidebar-text {
      width: 85%; } }
.graph__sidebar-type {
  width: 10%;
  text-align: center;
  padding-top: 2px; }
.graph__sidebar-link {
  width: 90%; }
  .graph__sidebar-link a {
    color: #355360;
    text-decoration: none;
    border-bottom: 1px solid #C7B000; }
    .graph__sidebar-link a:hover {
      color: #C7B000; }
.graph__sidebar-project {
  margin: 0 auto;
  padding-top: 20px;
  font-size: 14px;
  text-align: left;
  max-width: 600px; }
  @media (max-width: 767px) {
    .graph__sidebar-project {
      padding-left: 40px; } }
  .graph__sidebar-project-multi {
    position: relative; }
    .graph__sidebar-project-multi:before {
      content: '';
      position: absolute;
      top: 18px;
      left: -30px;
      width: 23px;
      height: 23px;
      background-image: url("img/icons/world.svg"); }
      @media (max-width: 767px) {
        .graph__sidebar-project-multi:before {
          left: 0; } }
.graph__sidebar-numbers {
  color: #979797;
  display: flex;
  align-items: center; }
  .graph__sidebar-numbers span {
    font-size: 16px;
    font-weight: 700;
    color: #C7B000;
    margin-right: 20px; }
  .graph__sidebar-numbers img {
    margin-right: 6px; }
.graph__sidebar-countries {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1px;
  margin-top: 10px; }
  .graph__sidebar-countries span {
    display: inline-block;
    width: 15px; }
.graph__data-1 {
  grid-area: data-1; }
.graph__data-2 {
  grid-area: data-2;
  margin: 30px 0 0 0; }
.graph__data-3 {
  grid-area: data-3; }
.graph__container {
  text-align: center;
  margin: 30px 15px 0 15px; }
  .graph__container ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0; }
    .graph__container ul li {
      display: inline-flex;
      align-items: center;
      margin: 0 5px;
      font-weight: 700;
      font-size: 12px;
      line-height: 1; }
      .graph__container ul li img {
        margin-right: 5px; }
.graph__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 1; }

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  min-width: 24px; }
  .tooltip-text {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    visibility: hidden;
    width: auto;
    background-color: #355360;
    color: #FFFFFF;
    text-align: center;
    padding: 4px 8px;
    border-radius: 4px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    .tooltip-text:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #355360 transparent transparent transparent; }
  .tooltip:hover .tooltip-text {
    visibility: visible; }

/* Slick */
.page-slick__content {
  position: relative;
  height: 600px; }
  @media (max-width: 1023px) {
    .page-slick__content {
      height: 500px; } }
  @media (max-width: 767px) {
    .page-slick__content {
      height: 350px; } }

/* Dropdown */
.menu-map__mobile {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1178px + 64px);
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  position: relative;
  min-height: 80px;
  margin-top: -40px;
  display: none; }
  @media (max-width: 767px) {
    .menu-map__mobile {
      max-width: calc(1178px + 32px);
      padding-left: 16px;
      padding-right: 16px; } }
  @media (max-width: 767px) {
    .menu-map__mobile {
      display: block; } }

div.container-dropdown {
  width: 200px;
  font-size: 14px;
  color: #355360;
  position: absolute;
  z-index: 100;
  display: none; }

div.dropdown {
  position: relative; }

div.dropdown > div.caption-dropdown {
  background-color: #f2f2f2;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 700;
  position: relative; }
  div.dropdown > div.caption-dropdown:after {
    content: '';
    background-image: url("img/icons/arrow-down.svg");
    position: absolute;
    top: 14px;
    right: 14px;
    width: 19px;
    height: 12px; }

div.dropdown > div.list-dropdown {
  position: absolute;
  background-color: #f2f2f2;
  width: 100%;
  overflow-y: auto;
  max-height: 410px;
  display: none; }

div.dropdown > div.list-dropdown > div.item-dropdown {
  padding: 10px 20px;
  cursor: pointer; }

div.dropdown > div.list-dropdown > div.item-dropdown.selected {
  font-weight: bold; }

div.dropdown > div.caption-dropdown:hover,
div.dropdown > div.list-dropdown > div.item-dropdown:hover {
  background-color: #355360;
  color: #FFFFFF; }

div.dropdown.open > div.list-dropdown {
  display: block; }

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