@charset "UTF-8";
@import url("//hello.myfonts.net/count/314141");
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?xr5snx");
  src: url("fonts/icomoon.eot?xr5snx#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?xr5snx") format("truetype"), url("fonts/icomoon.woff?xr5snx") format("woff"), url("fonts/icomoon.svg?xr5snx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: "NexaLight";
  src: url("fonts/NexaFreeLightwebfont.eot");
  src: url("fonts/314141_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/NexaFreeLightwebfont.woff") format("woff"), url("fonts/NexaFreeLightwebfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-twitter:before {
  content: "\e90a";
}

.icon-mail:before {
  content: "\e90b";
}

.icon-phone:before {
  content: "\e901";
}

.icon-printer:before {
  content: "\e902";
}

.icon-linkedin2:before {
  content: "\e900";
}

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

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  line-height: 1.3;
  font-family: "Open sans", sans-serif;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

h1, .h1,
h2, .h2, .subscribe-box__title,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p, li, ul, ol {
  margin: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:focus {
  outline: 0;
}

a.focus {
  outline: 3px solid #a5ccee;
}

a.focus:active {
  outline: 3px solid #501b03;
}

ul,
ul ul,
ul ul ul {
  list-style-type: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.shy {
  position: absolute;
  left: -9999px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.textcenter {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .textvertical, .home-block__category {
    position: absolute;
    -webkit-transform: scale3d(-1, -1, 1) rotate(90deg) translate3d(-100%, 0, 0);
            transform: scale3d(-1, -1, 1) rotate(90deg) translate3d(-100%, 0, 0);
    -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
            transform-origin: left top 0;
  }
}

.text-white {
  color: white;
}

.content-wrap {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 20px;
}

@media screen and (min-width: 1600px) {
  .content-wrap {
    padding: 0;
  }
}

.main-content {
  float: left;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .main-content {
    max-width: 1060px;
    width: 66.25%;
  }
}

.side-content {
  float: left;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .side-content {
    margin: 0 0 0 2.5%;
    max-width: 500px;
    width: 31.25%;
  }
}

.push-t-10 {
  margin-top: 10px;
}

@media print {
  tr,
  img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  thead {
    display: table-header-group;
  }
}

.lined-block {
  border-bottom: 1px solid #9cb2b9;
  margin: 0 0 50px 0;
  padding: 0 0 20px 0;
}

.lined-block__title {
  color: #bfc8ce;
  font: 700 16px "NexaBold";
  text-transform: uppercase;
}

.button, .fund__website,
.fund__event {
  cursor: pointer;
  display: inline-block;
  font: normal 14px "NexaBold", "Open sans", sans-serif;
  letter-spacing: 0.2em;
  padding: 17px 40px;
  text-align: center;
  text-transform: uppercase;
}

.button:hover, .fund__website:hover,
.fund__event:hover, .button:focus, .fund__website:focus,
.fund__event:focus {
  text-decoration: none;
}

.button--orange {
  background: #eb8046;
  color: white;
}

.button--blue, .fund__website,
.fund__event {
  background: #083551;
  color: white;
}

.button--green {
  background: #79c944;
  color: white;
}

.main-header .button, .main-header .fund__website, .main-header
.fund__event {
  font-size: 12px;
  letter-spacing: normal;
  padding: 9px 7px;
}

@media screen and (min-width: 1160px) {
  .main-header .button, .main-header .fund__website, .main-header
  .fund__event {
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 6px 17px 5px 20px;
  }
}

p {
  color: #626e73;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

a {
  color: #124b80;
}

/**
 * Titles
 */
.h2, .subscribe-box__title {
  color: #124b80;
  font: 700 28px "NexaBold";
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

/**
 * Page content elements
 */
.page__content > a,
.mce-content-body > a,
.article > a {
  color: #124b80;
  text-decoration: underline;
}

.page__content > h2,
.mce-content-body > h2,
.article > h2 {
  background: #f1f4f7;
  color: #124b80;
  font: 700 18px "NexaBold";
  margin: 0 0 30px 0;
  padding: 20px;
  text-transform: uppercase;
}

.page__content > h3,
.mce-content-body > h3,
.article > h3 {
  color: #124b80;
  font: 700 18px "NexaBold";
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.page__content > p > img,
.page__content img,
.mce-content-body > p > img,
.mce-content-body img,
.article > p > img,
.article img {
  display: block;
  height: auto;
  max-width: 100%;
}

.page__content > p >  iframe,
.page__content iframe,
.mce-content-body > p >  iframe,
.mce-content-body iframe,
.article > p >  iframe,
.article iframe {
  max-width: 100%;
}

/**
 * List
 */
.list, .page__content > ul,
.mce-content-body > ul,
.article > ul {
  color: #626e73;
  font-size: 18px;
  line-height: 1.5;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.list li, .page__content > ul li,
.mce-content-body > ul li,
.article > ul li {
  margin: 0 0 20px 0;
}

.list li::before, .page__content > ul li::before,
.mce-content-body > ul li::before,
.article > ul li::before {
  background: #48b8a2;
  content: "";
  display: inline-block;
  float: left;
  height: 5px;
  margin: 12px 10px 10px 0;
  width: 5px;
}

/**
 * Images alignments
 */
.alignleft {
  margin: 0 0 20px 0;
}

@media screen and (min-width: 660px) {
  .alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
}

body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  background: #F1F4F7;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

@media screen and (min-width: 660px) {
  .slideout-menu {
    padding: 0 40px 20px 40px;
  }
}

.slideout-panel {
  background: white;
  position: relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

/**
 * Main header
 */
.main-header {
  border-bottom: 1px solid #e2e8ee;
  padding: 20px 0 10px;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 660px) {
  .main-header {
    margin: 0 0 60px 0;
  }
}

.main-header-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}

.main-header__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.main-header__pull .button, .main-header__pull .fund__website, .main-header__pull
.fund__event {
  display: none;
}

@media screen and (min-width: 1024px) {
  .main-header__pull .button, .main-header__pull .fund__website, .main-header__pull
  .fund__event {
    display: inline-block;
  }
}

.main-header__button {
  color: #9cb2b9;
  cursor: pointer;
  font-size: 10px;
  margin: 0;
  padding: 0 60px 0 0;
  display: block;
}

@media screen and (min-width: 1024px) {
  .main-header__button {
    display: none;
  }
}

.main-header__button:focus {
  outline: none;
}

.main-header__button img {
  width: 40px;
}

.main-header__button span {
  display: none;
  color: #9cb2b9;
  margin: 9px 0 0 0;
  text-transform: uppercase;
}

.main-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1.25% 0 0;
  max-width: 20%;
  min-width: 20%;
}

.main-header__logo > img {
  width: auto;
  max-height: 65px;
}

.main-header__search-button {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  margin: 0 20px 0 0;
}

.main-header__search-button:focus {
  outline: none;
}

.menu-glass-icon {
  height: 20px;
  width: 20px;
}

.footer {
  background: #626e73;
  margin: 100px 0 0 0;
  padding: 80px 0 40px 0;
}

.footer-col-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #717f85;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 15px;
  padding-bottom: 50px;
  max-width: 1240px;
}

.footer-col {
  margin: 0 0 25px 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .footer-col {
    width: 48.39%;
  }
}

.lined-block--footer {
  border-color: #717f85;
  margin-bottom: 20px;
  padding-bottom: 9px;
}

.lined-block__title--footer {
  color: #9cb2b9;
  font-size: 16px;
  letter-spacing: 0.01em;
}

.lined-block__social {
  color: #9cb2b9;
  font-size: 16px;
  float: right;
}

.lined-block__social a {
  color: #9cb2b9;
  margin-right: 5px;
}

.lined-block__social a:hover, .lined-block__social a:focus {
  color: #fff;
}

.footer__coords {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #f1f4f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  font-size: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
}

@media screen and (min-width: 660px) {
  .footer__coords {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.footer__address {
  font-style: normal;
  width: 100%;
}

@media screen and (min-width: 660px) {
  .footer__address {
    width: 50.83%;
  }
}

.footer__address a {
  color: #f1f4f7;
}

.footer__contact {
  margin: 10px 0 0 0;
}

.footer__social {
  max-width: 190px;
}

.footer__social > a {
  color: #f1f4f7;
  display: block;
}

.footer__social > a:hover, .footer__social > a:focus {
  color: #9cb2b9;
}

.footer__icon {
  color: #9cb2b9;
  display: inline-block;
  margin: 0 5px 8px 0;
}

.footer__icon--facebook {
  margin-right: 11px;
}

.footer__icon--twitter {
  font-size: 12px;
}

.footer__icon--youtube {
  font-size: 12px;
}

.footer__icon--mail {
  font-size: 11px;
  margin-right: 8px;
}

.footer__meta {
  font-size: 15px;
  text-align: center;
  width: 100%;
}

.footer__meta, .footer__meta .footer__link {
  color: #b3b9bd;
}

.page__featured-image {
  display: block;
  margin: 0 0 40px 0;
  max-width: 100%;
}

.page__featured-image.desk {
  display: none;
}

@media screen and (min-width: 660px) {
  .page__featured-image.desk {
    display: block;
  }
}

@media screen and (min-width: 660px) {
  .page__featured-image.mobi {
    display: none;
  }
}

.page__wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .page__wrap {
    padding: 60px 0 0 0;
  }
  .page__wrap::before {
    background: #f1f4f7 top left no-repeat;
  }
}

.page__wrap::before {
  content: "";
  display: block;
  height: 270px;
  left: 0;
  position: absolute;
  top: 0;
  width: 270px;
  z-index: -1;
}

.page_bc__wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .page_bc__wrap {
    padding: 50px 0 0 0;
  }
  .page_bc__wrap::before {
    background: #f1f4f7 top left no-repeat;
  }
}

.page__section-title {
  color: #124b80;
  font: 700 32px "NexaBold";
  margin: 0 0 40px 0;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (min-width: 660px) {
  .page__section-title {
    font-size: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .page__section-title {
    font-size: 52px;
    margin: 0 0 40px 3.75%;
  }
}

@media screen and (min-width: 1024px) {
  .page__content .page__section-title {
    margin-left: 0;
  }
}

.page_bc__section_return {
  display: block;
  padding-left: 30px;
  position: relative;
  font-family: "NexaLight";
  color: #083551;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 6px;
  margin-bottom: 30px;
}

@media screen and (min-width: 660px) {
  .page_bc__section_return {
    margin-bottom: 30px;
  }
}

.page_bc__section_return::before {
  position: absolute;
  left: 0;
  content: '<';
  font-size: 40px;
  top: 0;
  line-height: 30px;
}

@media screen and (min-width: 660px) {
  .page_bc__section_return::before {
    font-size: 25px;
  }
}

.page_bc__section-title {
  color: #083551;
  font: 400 26px "NexaBold";
  margin: 0 0 20px 35px;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (min-width: 660px) {
  .page_bc__section-title {
    font-size: 32px;
    border-bottom: 1px solid #083551;
    margin: 0 0 40px 0;
  }
}

@media screen and (min-width: 1024px) {
  .page_bc__section-title {
    font-size: 46px;
    margin: 0 0 40px 0;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .page__content .page_bc__section-title {
    margin-left: 0;
  }
}

.page_bc__navigation .page-bc-menu {
  padding: 0;
}

.page_bc__navigation .page-bc-menu > li.open > .menu-nav-link--with-subnav::after {
  content: '-';
}

.page_bc__navigation .page-bc-menu > li .menu-nav-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #083551;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "NexaLight";
  font-size: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.4;
  padding: 15px 20px 15px 0;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
  position: relative;
}

.page_bc__navigation .page-bc-menu > li .menu-nav-link::before {
  content: '';
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
  position: absolute;
  left: -2000px;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: -1;
}

.page_bc__navigation .page-bc-menu > li .menu-nav-link:hover, .page_bc__navigation .page-bc-menu > li .menu-nav-link.current {
  color: white;
}

.page_bc__navigation .page-bc-menu > li .menu-nav-link:hover::before, .page_bc__navigation .page-bc-menu > li .menu-nav-link.current::before {
  background-color: #083551;
}

.page_bc__navigation .page-bc-menu > li .menu-nav-link:hover::after, .page_bc__navigation .page-bc-menu > li .menu-nav-link.current::after {
  color: white;
}

.page_bc__navigation .page-bc-menu > li .menu-nav-link--with-subnav {
  padding-left: 35px;
}

.page_bc__navigation .page-bc-menu > li .menu-nav-link--with-subnav::after {
  color: #083551;
  content: "+";
  display: inline-block;
  font-size: 28px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67), -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  left: 0;
  position: absolute;
}

.page_bc__navigation .page-bc-menu > li .sub-menu {
  display: none;
  padding: 0;
  margin-left: 35px;
}

.page_bc__navigation .page-bc-menu > li .sub-menu > .menu-nav-item.open > .menu-nav-link--with-subnav::after {
  content: '-';
}

.page_bc__navigation .page-bc-menu > li .sub-menu > .menu-nav-item > .menu-nav-link {
  padding-left: 40px;
}

.page_bc__sidebar {
  position: relative;
  width: 85%;
}

@media screen and (min-width: 660px) {
  .page_bc__sidebar {
    width: 22%;
  }
}

.page_bc__sidebar::before {
  content: "";
  display: block;
  left: -2000px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -25px;
  z-index: -1;
  background-color: #f1f4f7;
}

@media screen and (min-width: 660px) {
  .page_bc__sidebar::before {
    top: -150px;
  }
}

.page_bc__sidebar + .page__content {
  padding: 40px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .page_bc__sidebar + .page__content {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    max-width: 70%;
  }
}

.page_bc__sidebar.contact-info {
  font-size: 14px;
  color: #083551;
}

.page_bc__sidebar.contact-info > div {
  margin-bottom: 10px;
}

.page_bc__sidebar.contact-info h3 {
  font-size: 20px;
  font-weight: bold;
}

.page__category {
  color: #48b8a2;
  font: 700 14px "NexaBold";
  left: 15px;
  text-transform: uppercase;
  top: 73px;
}

.page__navigation {
  background: white;
}

@media screen and (min-width: 1024px) {
  .page__navigation {
    max-width: 380px;
  }
}

.page__sidebar {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

@media screen and (min-width: 1024px) {
  .page__sidebar {
    -webkit-flex-basis: 23.75%;
        -ms-flex-preferred-size: 23.75%;
            flex-basis: 23.75%;
    max-width: 23.75%;
    margin-left: 3.75%;
  }
}

.page__sidebar + .page__content {
  border-top: 1px solid #cdd8dc;
  padding: 40px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .page__sidebar + .page__content {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    margin-left: 7.5%;
    max-width: 65%;
  }
}

.page__content {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .page__content {
    -webkit-flex-basis: 58.75%;
        -ms-flex-preferred-size: 58.75%;
            flex-basis: 58.75%;
    margin-left: 3.75%;
    max-width: 58.75%;
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .page__content + .page__sidebar {
    -webkit-flex-basis: 31.25%;
        -ms-flex-preferred-size: 31.25%;
            flex-basis: 31.25%;
    max-width: 31.25%;
    margin-left: 3.75%;
  }
}

.page__content iframe {
  width: 100%;
}

.page__content .gmap {
  width: 100%;
  height: 400px;
}

.article {
  margin: 0 0 30px 0;
}

.article__thumbnail {
  float: left;
  margin: 0 10px 10px 0;
}

.article__category {
  color: #083551;
  display: inline-block;
  font-size: 15px;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}

.article__category .date {
  display: block;
  font-size: 12px;
  padding: 8px 0;
}

.article__category .sharethis-inline-share-buttons {
  display: inline-block !important;
  margin-left: 6px;
}

.article__category .sharethis-inline-share-buttons .st-btn {
  height: 15px !important;
  padding: 0 !important;
  line-height: 15px !important;
  margin-right: 4px !important;
}

.article__category .sharethis-inline-share-buttons .st-btn svg {
  top: 0 !important;
  height: 14px !important;
  width: 14px !important;
}

.article__title {
  color: #083551;
  font-family: "NexaBold";
  font-size: 28px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.article__title a {
  color: inherit;
}

.article__title a:hover, .article__title a:focus {
  text-decoration: underline;
}

.article__excerpt {
  color: #626e73;
  font-size: 18px;
  line-height: 1.55;
}

.article__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 10px 0 10px;
}

.article__social .fb-share-button {
  display: block;
  margin-left: 15px;
}

.article-archive article {
  border-bottom: 1px solid #083551;
}

.article-archive article:last-child {
  border-bottom: none;
}

/**
 * Common
 */
.main-header__menu ul, .main-header__menu,
.slideout__main-menu ul,
.slideout__main-menu,
.slideout__secondary-menu ul,
.slideout__secondary-menu,
.footer__main-menu ul,
.footer__main-menu,
.page-menu ul,
.page-menu {
  list-style-type: none;
  padding: 0;
}

/**
 * Main header
 */
.main-header__menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0 0 12px;
}

@media screen and (min-width: 1024px) {
  .main-header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
  }
}

.main-header__menu .sub-menu {
  background: #f1f4f7;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 250px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  text-align: left;
}

@media screen and (min-width: 1160px) {
  .main-header__menu .sub-menu {
    margin-top: 18px;
  }
}

.main-header__menu .sub-menu .sub-menu {
  display: none !important;
}

.main-header__menu .sub-menu a {
  color: #083551;
  font-family: "NexaBold";
  display: block;
  font-size: 12px;
  line-height: 1.14;
  padding: 12px 5px 12px 20px;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  width: 100%;
  font-weight: bold;
}

.main-header__menu .sub-menu a:hover, .main-header__menu .sub-menu a:focus, .main-header__menu .sub-menu a.active {
  background: #083551;
  color: #f1f4f7;
  text-decoration: none;
}

.main-header__menu > li {
  position: relative;
}

.main-header__menu > li:hover .sub-menu, .main-header__menu > li:focus .sub-menu {
  display: block;
}

@media screen and (min-width: 1024px) {
  .main-header__menu > li {
    padding-left: 0;
    text-align: left;
  }
}

@media screen and (min-width: 1300px) {
  .main-header__menu > li {
    padding-left: 4%;
  }
}

@media screen and (min-width: 1600px) {
  .main-header__menu > li {
    padding-left: 3%;
  }
}

.main-header__menu > li > a {
  color: #083551;
  display: block;
  font-family: "NexaBold";
  font-size: 12px;
  padding: 4px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  position: relative;
  font-weight: 700;
}

.main-header__menu > li > a::before {
  bottom: 0;
  content: '';
  height: 18px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}

@media screen and (min-width: 1024px) {
  .main-header__menu > li > a {
    font-size: 13px;
    padding: 25px 0 0 10px;
  }
}

@media screen and (min-width: 1200px) {
  .main-header__menu > li > a {
    /*font-size: 14px;*/
    padding: 25px 0 0 20px;
  }
}

.main-header__menu > li > a:hover, .main-header__menu > li > a:focus, .main-header__menu > li > a.active {
  border-color: #256195;
  text-decoration: none;
}

.main-header__menu > li > a::after {
  color: #9cb2b9;
  display: block;
  font-family: "Open sans";
  font-size: 14px;
  text-transform: none;
}

/**
 * Slideout main
 */
.slideout__main-menu {
  padding: 0 20px;
  position: relative;
}

.slideout__main-menu ul {
  padding: 0;
}

.slideout__main-menu > li:first-child > a {
  border-top: none;
  padding: 0 0 0 30px;
}

.slideout__main-menu > li > a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #083551;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0 0;
  padding: 20px 0 0 30px;
  color: #083551;
  font-family: "NexaBold";
  text-transform: uppercase;
  position: relative;
}

.slideout__main-menu > li > a::after {
  position: absolute;
  left: 0;
  color: #083551;
  content: "+";
  display: inline-block;
  font-size: 30px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67), -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.slideout__main-menu > li > a.open::after {
  content: '-';
}

.slideout__main-menu > li > a.open + .sub-menu {
  max-height: 999px;
  padding: 10px 0 0 0;
}

.slideout__main-menu.second-level {
  min-height: 375px;
}

.slideout__main-menu.second-level > li > a {
  display: none;
}

.slideout__main-menu a {
  color: #083551;
  text-transform: uppercase;
}

.slideout__main-menu a:hover, .slideout__main-menu a:focus {
  text-decoration: none;
}

.slideout__main-menu .sub-menu {
  overflow: hidden;
  padding: 0;
  max-height: 0;
  -webkit-transition: max-height 0.8s ease, padding 0.4s ease;
  transition: max-height 0.8s ease, padding 0.4s ease;
}

.slideout__main-menu .sub-menu > li {
  padding: 0 20px 0 30px;
}

.slideout__main-menu .sub-menu > li:hover, .slideout__main-menu .sub-menu > li:focus {
  background-color: #083551;
}

.slideout__main-menu .sub-menu > li:hover > a, .slideout__main-menu .sub-menu > li:focus > a {
  color: white;
}

.slideout__main-menu .sub-menu > li:hover > a::after, .slideout__main-menu .sub-menu > li:focus > a::after {
  color: white;
}

.slideout__main-menu .sub-menu a {
  display: inline-block;
  font-size: 18px;
  font-family: "NexaLight";
  padding: 13px 0;
}

.slideout__main-menu .second-level-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  width: 100%;
  background-color: #f1f4f7;
  padding: 0;
  -webkit-transition: left 0.8s ease;
  transition: left 0.8s ease;
}

.slideout__main-menu .second-level-menu .parent-title {
  font-family: "NexaBold";
  font-size: 28px;
  text-transform: uppercase;
  padding: 20px 20px 13px 60px;
  color: #083551;
}

.slideout__main-menu .second-level-menu a {
  display: inline-block;
  font-size: 18px;
  font-family: "NexaLight";
  padding: 13px 0;
  color: #083551;
  padding-left: 30px;
}

.slideout__main-menu .second-level-menu a.parent-return {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}

.slideout__main-menu .second-level-menu a.parent-return::after {
  position: absolute;
  left: 0;
  color: #083551;
  content: "<";
  display: inline-block;
  font-size: 40px;
  top: -2px;
}

.slideout__main-menu .second-level-menu.open {
  max-height: 999px;
  left: 0;
  z-index: 10;
  -webkit-transition: left 0.8s ease;
  transition: left 0.8s ease;
  min-height: 400px;
}

/**
 * Slideout secondary
 */
.slideout__secondary-menu {
  margin: 0 0 40px 0;
}

.slideout__secondary-menu > li:first-child > a {
  border-top: 1px solid #e2e8ee;
  margin: 20px 0 0 0;
}

.slideout__secondary-menu a {
  border-bottom: 1px solid #e2e8ee;
  color: #083551;
  display: block;
  font-size: 14px;
  padding: 20px 0;
  text-transform: uppercase;
}

/*  background: rgba(8, 53, 81, 0.95)
  cursor: pointer
  height: 0
  left: 0
  opacity: 0
  position: absolute
  top: 0
  transition: opacity 0.4s ease
  width: 100%
  z-index: 10

  &.open
    height: 100%
    opacity: 1*/
/**
 * Page menu
 */
.page-menu .menu-nav-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #083551;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.4;
  padding: 15px 20px 15px 0;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}

.page-menu .menu-nav-link:hover, .page-menu .menu-nav-link:focus, .page-menu .menu-nav-link.current {
  background: #124b80;
  color: white;
}

.page-menu .menu-nav-link:hover::after, .page-menu .menu-nav-link:focus::after, .page-menu .menu-nav-link.current::after {
  color: white;
}

.page-menu .menu-nav-link.menu-nav-link--first-level {
  border-top: 1px solid #d5dddf;
  font-size: 18px;
  line-height: 1.11;
  margin: 0;
  padding: 20px;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}

.page-menu .menu-nav-link--with-subnav.open + .sub-menu {
  display: block;
}

.page-menu .menu-nav-link--with-subnav::after {
  color: #9cb2b9;
  content: "+";
  display: inline-block;
  font-size: 38px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67), -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.page-menu .menu-nav-link--with-subnav.open::after {
  -webkit-transform: rotate3d(0, 0, 1, 135deg);
          transform: rotate3d(0, 0, 1, 135deg);
}

.page-menu > .menu-nav-item.open {
  background: #e2e8ee;
}

.page-menu .sub-menu {
  display: none;
}

.page-menu .sub-menu > .menu-nav-item > .menu-nav-link {
  padding-left: 22px;
}

.page-menu .sub-menu > .menu-nav-item .menu-nav-item > .menu-nav-link {
  padding-left: 44px;
}

.page-menu .sub-menu > .menu-nav-item .menu-nav-item > .sub-menu .menu-nav-item > .menu-nav-link {
  padding-left: 66px;
}

/**
 * Footer main menu
 */
.footer__main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__main-menu li {
  display: inline-block;
  margin: 0 0 15px 0;
  width: 100%;
}

@media screen and (min-width: 660px) {
  .footer__main-menu li {
    width: 30%;
  }
}

.footer__main-menu a {
  color: #f1f4f7;
  font-size: 16px;
  text-transform: uppercase;
}

.footer__main-menu a:hover, .footer__main-menu a:focus {
  color: #9cb2b9;
}

.fund {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #e2e8ee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8px 0;
  min-height: 82px;
  padding: 10px 0 10px 20px;
  position: relative;
}

.fund.fund--active {
  background: #f1f4f7;
}

.fund__meta {
  color: #48b8a2;
  display: none;
  font: 700 12px "NexaBold";
  left: 0;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
          transform: translate3d(0, -50%, 0) rotate(-90deg);
  -webkit-transform-origin: 50% 53%;
      -ms-transform-origin: 50% 53%;
          transform-origin: 50% 53%;
}

@media screen and (min-width: 660px) {
  .fund__meta {
    display: inline-block;
  }
}

@media screen and (min-width: 660px) {
  .fund__description {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
        -ms-flex: 4;
            flex: 4;
    padding: 0 0 0 25px;
  }
}

.fund__name, .fund__name > a {
  color: #124b80;
  font: 700 18px "NexaBold";
  line-height: 1.22;
  margin: 0;
  text-transform: uppercase;
}

.fund__short {
  color: #626e73;
  font-size: 16px;
}

.fund__donate-button {
  margin: 0 0 40px;
}

.fund__donate-button--inline {
  border: 1px solid #eeba9e;
  color: #eb8046;
  display: block;
  font: 700 12px "NexaBold";
  letter-spacing: 0.2em;
  margin: 15px 0 0 0;
  padding: 15px 20px 11px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fund__donate-button--inline:hover, .fund__donate-button--inline:focus {
  background: #eb8046;
  color: white;
}

@media screen and (min-width: 660px) {
  .fund__donate-button--inline {
    margin: 0 0 0 30px;
  }
}

.fund__link {
  background: url("../images/icon-fund-arrow@2x.png") 50% 50%/25px 21px no-repeat;
  border-left: 1px solid #9cb2b9;
  display: none;
  height: 82px;
  margin: 0 0 0 30px;
  max-width: 86px;
  width: 8.11%;
}

@media screen and (min-width: 660px) {
  .fund__link {
    display: block;
  }
}

.fund__news {
  margin: 80px 0 0 0;
}

/**
 * Fund informations sidebar
 */
.fund__informations {
  font-size: 18px;
}

.lined-block + .fund__informations {
  margin-top: -30px;
}

.fund__logo {
  display: block;
  margin: 0 0 30px  0;
  max-width: 100%;
}

.fund__contact-name {
  color: #083551;
  display: block;
  font: 700 18px "NexaBold";
  text-transform: uppercase;
}

.fund__contact-name + .fund__contact-email {
  margin-top: 20px;
}

.fund__contact-email {
  color: #083551;
  display: block;
  margin: 0 0 20px 0;
  text-decoration: underline;
}

.fund__contact-title {
  color: #626e73;
  font: 400 18px "Open sans";
  text-transform: none;
}

.fund__contact-title + .fund__contact-email {
  margin-top: 20px;
}

.fund__address,
.fund__city,
.fund__zip {
  display: block;
}

.fund__address + .fund__phone,
.fund__city + .fund__phone,
.fund__zip + .fund__phone {
  margin-top: 20px;
}

.fund__address + .fund__event,
.fund__city + .fund__event,
.fund__zip + .fund__event {
  margin-top: 20px;
}

.fund__phone {
  display: block;
  margin: 0 0 20px 0;
}

.fund__website,
.fund__event {
  display: block;
  margin: 0 0 20px 0;
  max-width: 300px;
}

.slideout-menu__button {
  color: #9cb2b9;
  cursor: pointer;
  font-size: 10px;
  padding: 0 60px 0 0;
}

.slideout-menu__button:focus {
  outline: none;
}

.slideout-menu__button span {
  display: none;
}

.slideout-menu__button img {
  height: 33px;
  width: 33px;
}

.slideout-menu__logo {
  background-color: white;
  padding: 20px;
}

.slideout-menu__logo .slideout-menu__button {
  display: inline-block;
}

.slideout-menu__logo .main-header__logo {
  display: inline-block;
}

.slideout-menu__title {
  color: #083551;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}

.slideout-menu__social {
  padding: 20px;
}

.slideout-menu__social a {
  color: #083551;
  display: inline-block;
  font-size: 26px;
  text-align: center;
  width: 24%;
}

.slideout-menu__social:hover, .slideout-menu__social:focus {
  color: #124b80;
  text-decoration: none;
}

.home-blocks {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 660px) {
  .home-blocks {
    margin: 0 0 100px 0;
  }
}

.home-block {
  margin: 0 0 50px 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .home-block {
    padding: 65px 0 0 65px;
  }
  .home-block::before {
    background-color: #f1f4f7;
  }
}

@media screen and (min-width: 1024px) {
  .home-block {
    margin: 0;
    width: 46%;
  }
}

.home-block::before {
  content: "";
  display: block;
  left: 0;
  padding: 35% 0 0 0;
  position: absolute;
  top: 0;
  width: 35%;
  z-index: -1;
}

.home-block__category {
  color: #48b8a2;
  font: 700 14px "NexaBold";
  left: 25px;
  text-transform: uppercase;
  top: 65px;
}

.home-block__title {
  color: #124b80;
  font: 700 38px "NexaBold";
  line-height: 1.05;
  text-transform: uppercase;
}

.home-block__text {
  color: #626e73;
  font-size: 18px;
  line-height: 1.44;
  margin: 0 0 45px 0;
}

.home-block__link {
  background: #083551;
  color: white;
  display: inline-block;
  font: 700 14px "NexaBold";
  letter-spacing: 0.2em;
  padding: 20px 30px;
  text-transform: uppercase;
}

.home-fond-iccs {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.home-fond-iccs .__image {
  width: 100%;
}

.home-fond-iccs .__image img {
  width: 100%;
}

.home-fond-iccs .__content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.home-fond-iccs .__content .block-btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media screen and (min-width: 660px) {
  .home-fond-iccs .__content .block-btn {
    bottom: 10px;
    left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .home-fond-iccs .__content .block-btn {
    bottom: 15px;
    left: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .home-fond-iccs .__content .block-btn {
    bottom: 15px;
    left: 60px;
  }
}

@media screen and (min-width: 1600px) {
  .home-fond-iccs .__content .block-btn {
    bottom: 25px;
    left: 85px;
  }
}

.home-fond-iccs .__content .block-btn .home-block__link {
  background: #2486ab;
  font: 700 7px "NexaBold";
  padding: 4px 6px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  width: 115px;
}

@media screen and (min-width: 660px) {
  .home-fond-iccs .__content .block-btn .home-block__link {
    width: 210px;
    margin-right: 10px;
    font: 700 13px "NexaBold";
    padding: 8px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .home-fond-iccs .__content .block-btn .home-block__link {
    width: 300px;
    margin-right: 20px;
    font: 700 16px "NexaBold";
    padding: 10px 40px;
  }
}

@media screen and (min-width: 1400px) {
  .home-fond-iccs .__content .block-btn .home-block__link {
    width: 380px;
    font: 700 22px "NexaBold";
    padding: 12px 50px;
    margin-right: 25px;
  }
}

@media screen and (min-width: 1600px) {
  .home-fond-iccs .__content .block-btn .home-block__link {
    width: 400px;
    font: 700 24px "NexaBold";
    padding: 12px 50px;
    margin-right: 30px;
  }
}

.home-fond-block {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.home-fond-block .__image {
  width: 100%;
}

@media screen and (min-width: 660px) {
  .home-fond-block .__image {
    width: 40%;
  }
}

.home-fond-block .__image img {
  width: 100%;
}

@media screen and (min-width: 660px) {
  .home-fond-block .__image img {
    width: 90%;
  }
}

.home-fond-block .__content {
  display: inline-block;
  background-color: #f1f4f7;
}

@media screen and (min-width: 660px) {
  .home-fond-block .__content {
    float: right;
    position: absolute;
    -webkit-border-radius: 50% 0 0 50%;
            border-radius: 50% 0 0 50%;
    top: -250px;
    left: 32%;
    bottom: -250px;
    right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .home-fond-block .__content {
    top: -250px;
    left: 32%;
    bottom: -250px;
    right: 0;
  }
}

@media screen and (min-width: 1400px) {
  .home-fond-block .__content {
    top: -250px;
    left: 32%;
    bottom: -250px;
    right: 0;
  }
}

@media screen and (min-width: 1600px) {
  .home-fond-block .__content {
    top: -250px;
    left: 32%;
    bottom: -250px;
    right: 0;
  }
}

.home-fond-block .__content > span {
  display: block;
  padding: 20px 10px;
  color: #124b80;
  font: 700 10px 'Open sans';
}

@media screen and (min-width: 660px) {
  .home-fond-block .__content > span {
    padding: 0;
    top: 270px;
    left: 50px;
    padding-right: 25px;
    position: absolute;
    font: 700 12px 'Open sans';
  }
}

@media screen and (min-width: 1024px) {
  .home-fond-block .__content > span {
    top: 265px;
    left: 100px;
    padding-right: 30px;
    font: 700 16px 'Open sans';
  }
}

@media screen and (min-width: 1400px) {
  .home-fond-block .__content > span {
    top: 275px;
    left: 100px;
    padding-right: 50px;
    font: 700 18px 'Open sans';
  }
}

@media screen and (min-width: 1600px) {
  .home-fond-block .__content > span {
    top: 290px;
    left: 100px;
    padding-right: 50px;
    font: 700 20px 'Open sans';
  }
}

.home-fond-block .__content > span .orange {
  display: block;
  text-transform: uppercase;
  color: #eb8046;
  font: 700 14px 'NexaBold';
}

@media screen and (min-width: 660px) {
  .home-fond-block .__content > span .orange {
    font: 700 20px 'NexaBold';
  }
}

@media screen and (min-width: 1024px) {
  .home-fond-block .__content > span .orange {
    font: 700 40px 'NexaBold';
  }
}

@media screen and (min-width: 1400px) {
  .home-fond-block .__content > span .orange {
    font: 700 42px 'NexaBold';
  }
}

@media screen and (min-width: 1600px) {
  .home-fond-block .__content > span .orange {
    font: 700 50px 'NexaBold';
  }
}

.home-fond-block .__content > span .blue {
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
  color: #124b80;
  font: 700 11px 'NexaBold';
}

@media screen and (min-width: 660px) {
  .home-fond-block .__content > span .blue {
    margin-top: 10px;
    font: 700 14px 'NexaBold';
  }
}

@media screen and (min-width: 1024px) {
  .home-fond-block .__content > span .blue {
    margin-top: 10px;
    font: 700 20px 'NexaBold';
  }
}

@media screen and (min-width: 1400px) {
  .home-fond-block .__content > span .blue {
    margin-top: 15px;
    font: 700 28px 'NexaBold';
  }
}

@media screen and (min-width: 1600px) {
  .home-fond-block .__content > span .blue {
    margin-top: 20px;
    font: 700 30px 'NexaBold';
  }
}

.home-fond-block .__content > span .block-btn {
  margin-top: 8px;
}

@media screen and (min-width: 660px) {
  .home-fond-block .__content > span .block-btn {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .home-fond-block .__content > span .block-btn {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1400px) {
  .home-fond-block .__content > span .block-btn {
    margin-top: 22px;
  }
}

@media screen and (min-width: 1600px) {
  .home-fond-block .__content > span .block-btn {
    margin-top: 25px;
  }
}

.home-fond-block .__content > span .home-block__link {
  margin-bottom: 8px;
  background: #79c944;
  font: 700 9px "NexaBold";
  padding: 6px 10px;
  letter-spacing: 0.8px;
}

@media screen and (min-width: 660px) {
  .home-fond-block .__content > span .home-block__link {
    margin-bottom: 6px;
    font: 700 10px "NexaBold";
    padding: 8px 15px;
  }
}

@media screen and (min-width: 1024px) {
  .home-fond-block .__content > span .home-block__link {
    margin-bottom: 10px;
    font: 700 13px "NexaBold";
    padding: 12px 20px;
  }
}

@media screen and (min-width: 1400px) {
  .home-fond-block .__content > span .home-block__link {
    font: 700 14px "NexaBold";
    padding: 16px 30px;
  }
}

@media screen and (min-width: 1600px) {
  .home-fond-block .__content > span .home-block__link {
    font: 700 14px "NexaBold";
    padding: 16px 30px;
  }
}

.home-fond-block.right .__image {
  width: 100%;
}

@media screen and (min-width: 660px) {
  .home-fond-block.right .__image {
    width: 40%;
    float: right;
  }
}

.home-fond-block.right .__image img {
  width: 100%;
  margin-left: -5%;
}

@media screen and (min-width: 660px) {
  .home-fond-block.right .__image img {
    margin-left: 0;
  }
}

.home-fond-block.right .__content {
  display: inline-block;
  background-color: #f1f4f7;
}

@media screen and (min-width: 660px) {
  .home-fond-block.right .__content {
    float: right;
    position: absolute;
    -webkit-border-radius: 0 50% 50% 0;
            border-radius: 0 50% 50% 0;
    top: -250px;
    left: 0;
    bottom: -250px;
    right: 35%;
  }
}

@media screen and (min-width: 1024px) {
  .home-fond-block.right .__content {
    top: -250px;
    left: 0;
    bottom: -250px;
    right: 34%;
  }
}

@media screen and (min-width: 1400px) {
  .home-fond-block.right .__content {
    top: -250px;
    left: 0;
    bottom: -250px;
    right: 34%;
  }
}

@media screen and (min-width: 1600px) {
  .home-fond-block.right .__content {
    top: -250px;
    left: 0;
    bottom: -250px;
    right: 34%;
  }
}

.home-fond-block.right .__content > span {
  display: block;
  padding: 20px 10px;
  color: #124b80;
  font: 700 10px 'Open sans';
}

@media screen and (min-width: 660px) {
  .home-fond-block.right .__content > span {
    padding: 0;
    top: 39%;
    left: 12px;
    padding-right: 20px;
    position: absolute;
    font: 700 12px 'Open sans';
  }
}

@media screen and (min-width: 1024px) {
  .home-fond-block.right .__content > span {
    top: 37%;
    left: 15px;
    padding-right: 20px;
    font: 700 14px 'Open sans';
  }
}

@media screen and (min-width: 1400px) {
  .home-fond-block.right .__content > span {
    top: 33%;
    left: 25px;
    padding-right: 50px;
    font: 700 18px 'Open sans';
  }
}

@media screen and (min-width: 1600px) {
  .home-fond-block.right .__content > span {
    top: 32%;
    left: 25px;
    padding-right: 50px;
    font: 700 20px 'Open sans';
  }
}

.homepage-slogan {
  background-color: #256195;
  color: white;
  text-transform: uppercase;
  padding: 8px 20px;
  margin-bottom: 15px;
  font: 400 16px 'Open sans';
}

@media screen and (min-width: 660px) {
  .homepage-slogan {
    font: 400 22px 'Open sans';
    margin-bottom: 20px;
    padding: 10px 25px;
  }
}

@media screen and (min-width: 1400px) {
  .homepage-slogan {
    font: 400 30px 'Open sans';
    margin-bottom: 25px;
    padding: 12px 30px;
  }
}

.homepage-intro, .homepage-intro * {
  margin: 15px 0 20px;
  font: 600 16px 'Open sans';
}

@media screen and (min-width: 660px) {
  .homepage-intro, .homepage-intro * {
    margin: 20px 0 30px;
    font: 600 20px 'Open sans';
  }
}

@media screen and (min-width: 1400px) {
  .homepage-intro, .homepage-intro * {
    font: 600 24px 'Open sans';
    margin: 25px 0 40px;
  }
}

.home-banners-block {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.home-banners-block .__image img {
  width: 100%;
}

.home-banners-block .block-btn {
  position: absolute;
  bottom: 2px;
  left: 5px;
}

@media screen and (min-width: 660px) {
  .home-banners-block .block-btn {
    bottom: 10px;
    left: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .home-banners-block .block-btn {
    bottom: 10px;
    left: 25px;
  }
}

@media screen and (min-width: 1400px) {
  .home-banners-block .block-btn {
    bottom: 15px;
    left: 35px;
  }
}

@media screen and (min-width: 1600px) {
  .home-banners-block .block-btn {
    bottom: 15px;
    left: 35px;
  }
}

.home-banners-block .block-btn .home-block__link {
  background: #2486ab;
  display: block;
  font: 400 7px "NexaBold";
  padding: 4px 6px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-bottom: 3px;
}

@media screen and (min-width: 660px) {
  .home-banners-block .block-btn .home-block__link {
    width: 435px;
    font: 700 12px "NexaBold";
    padding: 7px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .home-banners-block .block-btn .home-block__link {
    width: 500px;
    font: 700 16px "NexaBold";
    padding: 10px 40px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1400px) {
  .home-banners-block .block-btn .home-block__link {
    width: 590px;
    font: 700 22px "NexaBold";
    padding: 12px 50px;
  }
}

@media screen and (min-width: 1600px) {
  .home-banners-block .block-btn .home-block__link {
    width: 625px;
    font: 700 24px "NexaBold";
    padding: 12px 50px;
  }
}

.home-banners-block .block-btn .home-block__link:last-child {
  margin-bottom: 0;
}

.home-banners-slick {
  margin-bottom: 40px !important;
}

.home-banners-slick .slick-arrow {
  z-index: 9;
}

.home-banners-slick .slick-arrow:before {
  font-size: 40px;
  color: #124b80;
}

.home-banners-slick .slick-arrow.slick-next {
  right: 30px;
}

.home-banners-slick .slick-arrow.slick-prev {
  left: 20px;
}

.home-banners-slick .slick-dots {
  bottom: -10px;
}

.home-banners-slick .slick-dots li button:before {
  font-size: 13px;
  color: #256195;
}

.ressource {
  background: #f1f4f7;
  display: block;
  margin: 0 0 30px 0;
  padding: 22px 90px;
  position: relative;
  width: 100%;
}

.ressource:hover .ressource__type, .ressource:focus .ressource__type {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}

.ressource::after {
  background: url("../images/icon-ressource-download@2x.png") top left/32px 32px no-repeat;
  content: "";
  display: block;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  right: 36px;
  top: 50%;
  width: 32px;
}

.ressource--no-dl::after {
  background: url("../images/icon-ressource-link@2x.png") top left/25px 21px no-repeat;
  height: 21px;
  margin-top: -10px;
  width: 25px;
}

.ressource__type {
  background: url("../images/bg-ressource-type@2x.png") top left/58px 82px no-repeat;
  display: block;
  height: 82px;
  left: 12px;
  position: absolute;
  top: -10px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 58px;
}

.ressource__type::before {
  background: #124b80;
  color: white;
  content: attr(data-type);
  font-family: "NexaBold";
  font-size: 10px;
  left: -4px;
  padding: 4px 6px;
  position: absolute;
  top: 10px;
  text-transform: uppercase;
}

.ressource__title {
  color: #124b80;
  display: block;
  font-family: "NexaBold";
  font-size: 18px;
  text-transform: uppercase;
}

.ressource__size {
  color: #626e73;
  font-size: 18px;
  text-transform: capitalize;
}

.person {
  display: block;
  position: relative;
  margin: 0 0 60px 0;
  vertical-align: top;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .person {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0 0 50px;
  }
  .person::before {
    background: #f1f4f7;
  }
}

.person::before {
  content: "";
  height: 220px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 75%;
  z-index: -1;
}

.person__thumbnail {
  display: block;
  width: 200px;
}

.person__thumbnail--large {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 210px;
}

.person__title {
  color: #48b8a2;
  font: 700 14px "NexaBold";
  left: 20px;
  top: 50px;
  text-transform: uppercase;
}

.person__meta {
  margin: 20px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .person__meta {
    margin: 50px 0 0 20px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1600px) {
  .person__meta {
    max-width: none;
  }
}

.person__name {
  color: #124b80;
  display: block;
  font: 700 28px "NexaBold";
  margin: 0 0 8px 0;
  text-transform: uppercase;
}

.person__description--short {
  color: #626e73;
  font-size: 18px;
  margin: 0;
}

.wp-pagenavi {
  font-size: 18px;
  margin: 30px 0;
  text-align: center;
  text-transform: uppercase;
}

.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #124b80;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-size: 14px;
  letter-spacing: 0.2em;
}

.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslinkt,
.wp-pagenavi .current {
  display: inline-block;
  margin: 0 20px;
}

.wp-pagenavi .current {
  background: #124b80;
  color: white;
  display: inline-block;
  padding: 10px 14px;
}

.breadcrumb {
  background: #f1f4f7;
  padding: 18px 0;
}

.main-header + .breadcrumb {
  margin: -60px 0 60px 0;
}

.breadcrumb__back {
  color: #626e73;
  font: 700 14px "NexaBold";
  padding: 0 0 0 44px;
  position: relative;
  text-transform: uppercase;
}

.breadcrumb__back:hover::before, .breadcrumb__back:focus::before {
  -webkit-transform: scale(-1) translate3d(3px, 50%, 0);
          transform: scale(-1) translate3d(3px, 50%, 0);
}

.breadcrumb__back::before {
  background: url("../images/icon-fund-arrow@2x.png") center left/25px 21px no-repeat;
  content: "";
  display: block;
  height: 21px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(-1) translate3d(0, 50%, 0);
          transform: scale(-1) translate3d(0, 50%, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 25px;
}

.subscribe-box {
  background: #f1f4f7;
  margin: 100px 0 0 0;
  padding: 60px 0;
  text-align: center;
}

.subscribe-box + .footer {
  margin-top: 0;
}

.subscribe-box > .content-wrap {
  max-width: 800px;
}

.subscribe-box__title {
  margin-bottom: 10px;
}

.subscribe-box__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subscribe-box__form .input {
  background: white;
  color: #83969f;
  border: 1px solid #cbd3d7;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  margin: 0 10px 10px 0;
  padding: 14px 15px;
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
}

.subscribe-box__form .input:focus {
  border-color: #124b80;
  outline: none;
}

.subscribe-box__form .input--small {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 125px;
}

.subscribe-box__form .input--large {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
}

.subscribe-box__form .button, .subscribe-box__form .fund__website, .subscribe-box__form
.fund__event {
  margin: 10px 0 0 0;
}

.webinaires-block .article {
  border-bottom: 1px solid #083551;
}

.webinaires-block .article img {
  width: 100%;
}

@media screen and (min-width: 660px) {
  .webinaires-block .article img {
    width: 250px;
  }
}

.search-form, .header__search-form, .slideout-menu__search-form {
  background: #f1f4f7;
}

.search-form input, .header__search-form input, .slideout-menu__search-form input,
.search-form button, .header__search-form button, .slideout-menu__search-form button {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
}

.search-form input:focus, .header__search-form input:focus, .slideout-menu__search-form input:focus,
.search-form button:focus, .header__search-form button:focus, .slideout-menu__search-form button:focus {
  outline: none;
}

.search-form input, .header__search-form input, .slideout-menu__search-form input {
  color: #626e73;
  font-size: 14px;
}

.search-form input::-webkit-input-placeholder, .header__search-form input::-webkit-input-placeholder, .slideout-menu__search-form input::-webkit-input-placeholder {
  color: #626e73;
}

.search-form input::-moz-placeholder, .header__search-form input::-moz-placeholder, .slideout-menu__search-form input::-moz-placeholder {
  color: #626e73;
}

.search-form input:-ms-input-placeholder, .header__search-form input:-ms-input-placeholder, .slideout-menu__search-form input:-ms-input-placeholder {
  color: #626e73;
}

.search-form input::placeholder, .header__search-form input::placeholder, .slideout-menu__search-form input::placeholder {
  color: #626e73;
}

.search-form button, .header__search-form button, .slideout-menu__search-form button {
  cursor: pointer;
}

.header__search-form {
  display: none;
  padding: 6px 10px;
  margin-right: 6px;
  vertical-align: top;
}

@media screen and (min-width: 1024px) {
  .header__search-form {
    display: inline-block;
  }
}

.header__search-form input {
  color: #98A3AD;
  font-family: "NexaLight";
  font-size: 11px;
  padding: 2px 25px;
  width: 80px;
  -webkit-transition: color 0.4s ease 0.4s, border-color 0.2s ease 0.3s;
  transition: color 0.4s ease 0.4s, border-color 0.2s ease 0.3s;
}

.header__search-form input::-webkit-input-placeholder {
  color: #98A3AD;
  font-family: "NexaLight";
  -webkit-transition: color 0.4s ease 0.4s;
  transition: color 0.4s ease 0.4s;
  text-transform: uppercase;
}

.header__search-form input::-moz-placeholder {
  color: #98A3AD;
  font-family: "NexaLight";
  -webkit-transition: color 0.4s ease 0.4s;
  transition: color 0.4s ease 0.4s;
  text-transform: uppercase;
}

.header__search-form input:-ms-input-placeholder {
  color: #98A3AD;
  font-family: "NexaLight";
  -webkit-transition: color 0.4s ease 0.4s;
  transition: color 0.4s ease 0.4s;
  text-transform: uppercase;
}

.header__search-form input::placeholder {
  color: #98A3AD;
  font-family: "NexaLight";
  -webkit-transition: color 0.4s ease 0.4s;
  transition: color 0.4s ease 0.4s;
  text-transform: uppercase;
}

.header__search-form.open {
  margin: 20px 0 0 0;
  max-height: 400px;
  padding: 18px 0;
}

@media screen and (min-width: 1024px) {
  .header__search-form.open {
    padding: 38px 0;
  }
}

.header__search-form.open input {
  border-color: #9cb2b9;
  color: #626e73;
}

.header__search-form.open input::-webkit-input-placeholder {
  color: #626e73;
}

.header__search-form.open input::-moz-placeholder {
  color: #626e73;
}

.header__search-form.open input:-ms-input-placeholder {
  color: #626e73;
}

.header__search-form.open input::placeholder {
  color: #626e73;
}

.slideout-menu__search-form {
  margin: 20px 20px 10px;
  padding: 12px 20px 8px;
  background-color: white;
}

.slideout-menu__search-form input {
  text-transform: uppercase;
  background-color: white;
  font-size: 15px;
  font-family: "NexaLight";
  text-align: center;
  width: 90%;
  letter-spacing: 2px;
}

.homepage-image {
  margin: 0 0 25px 0;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .homepage-image {
    margin: 0 0 100px 0;
  }
}

.home-funds-categories {
  background: #f1f4f7;
  margin: 0 0 60px 0;
  padding: 60px;
  text-align: center;
}

.home-funds-categories__title {
  margin-bottom: 10px;
}

.home-funds-categories__link {
  color: #083551;
  display: block;
  font-size: 18px;
  margin: 0 0 10px 0;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .home-funds-categories__link {
    border-left: 1px solid #42647a;
    display: inline-block;
    margin: 0 0 0 28px;
    padding: 2px 0 2px 28px;
  }
  .home-funds-categories__link:first-of-type {
    border-left: none;
    padding: 0;
    margin: 0;
  }
}


.videos-block .cat-items {
  width: 100%;
}
.videos-block .cat-items .single-container {
  width: 100%;
  display: inline-block;
  margin-bottom: 35px;
  vertical-align: top;
}
.videos-block .cat-items .single-container img, .videos-block .cat-items .single-container .wpvl_auto_thumb_box{
  width: 100%;
  height: auto;
}
.videos-block .cat-items .single-container .wpvl_auto_thumb_box .wpvl_auto_thumb_play {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.videos-block .cat-items .single-container .video-single .title {
  color: #124b80;
  font: 700 16px "NexaBold";
  margin: 12px 0 12px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .videos-block .cat-items .single-container {
    width: 32%;
    padding: 0 15px;
  }
  .videos-block .cat-items .single-container .video-single .title {
    font: 700 18px "NexaBold";
  }
}
@media screen and (min-width: 1024px) {
  .videos-block .cat-items .single-container {
    width: 24%;
  }
  .videos-block .cat-items .single-container .video-single .title {
    font: 700 20px "NexaBold";
  }
}