@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

img {
  max-width: 100%; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0 30px;
  list-style-type: disc; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* per E */
/* per E */
/* per E */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .blue-btn:focus {
    color: #ffffff;
    text-decoration: none; }
  .blue-btn:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #404040; }
  .blue-btn:hover, .blue-btn:focus {
    background-color: #363636; }
  .blue-btn:active {
    background-color: #333333; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #404040;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #ddd;
  background-color: #fff; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #D79D12;
    border-color: #D79D12;
    background-color: #ffffff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #D79D12; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    background-color: #ffffff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==); }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #F8F8F8;
    opacity: 0.6; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/*********************
GENERAL STYLES
*********************/
html.nav-enabled {
  overflow: hidden; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Lato", sans-serif;
  font-size: 100%;
  line-height: 1.4;
  color: #404040;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased; }

.txt {
  color: #1f638A;
  font-size: 1.9rem;
  margin: 0 0 1em 0; }
  .txt.lightblue {
    color: #3099D5; }
  .txt.fs-2 {
    font-size: 2.2rem; }
  .txt.fs-3 {
    font-size: 2.5rem; }
  .txt.fs-4 {
    font-size: 3.3rem; }
  .txt.fs-5 {
    font-size: 3.75rem; }
  .txt.light {
    font-weight: 300; }
  .txt.normal {
    font-weight: 400; }
  .txt.medium {
    font-weight: 500; }
  .txt.semibold {
    font-weight: 600; }
  .txt.bold {
    font-weight: 700; }
  .txt.uppercase {
    text-transform: uppercase; }
  .txt.oswald {
    font-family: "Oswald", sans-serif; }

/* maybe temp */
.post-categories {
  padding: 0;
  list-style: none; }
  .post-categories li:nth-child(2) {
    display: none; }

a {
  color: #3099D5;
  text-decoration: none; }
  a:hover {
    color: #1b5e84; }

.goodbutton {
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.75rem;
  background: #26a3a5;
  color: #ffffff !important;
  padding: 15px 25px;
  border: none;
  border-radius: 6px;
  display: inline-block;
  margin-top: 20px; }
  .goodbutton:hover {
    background: #f8f8f8;
    color: #1f638a !important; }

/*********************
COMPONENTS
*********************/
.text-area h2 {
  color: #1f638A; }

.text-area h3 {
  margin-top: 0;
  font-size: 1.5rem;
  color: #1f638A; }

.text-area p,
.text-area li {
  color: #404040; }
  .text-area p a,
  .text-area li a {
    padding-right: 20px;
    background: url("../images/icon-arrow-right-lightblue.svg") no-repeat;
    background-position: right;
    background-size: 10px 15px;
    text-decoration: none; }
    .text-area p a:hover,
    .text-area li a:hover {
      text-decoration: underline; }

.text-area ul {
  margin-left: 30px;
  list-style: disc; }

.section.topintro {
  padding-bottom: 0; }

.topintro {
  background: #ffffff;
  color: #1f638A; }
  .topintro .flex {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .topintro .flex p {
      width: 100%;
      font-size: 20px;
      font-weight: 400; }
    .topintro .flex h3 {
      width: 100%;
      background: #F8F8F8;
      border-radius: 18px;
      padding: 30px 40px;
      font-size: 28px;
      font-weight: 300; }
      .topintro .flex h3 strong {
        display: block;
        padding-top: 30px;
        font-size: 28px;
        font-weight: 400;
        color: #3099D5;
        text-transform: uppercase;
        font-family: "Oswald", sans-serif; }
      .topintro .flex h3.reverse-color {
        color: #3099D5; }
        .topintro .flex h3.reverse-color strong {
          color: #1f638A; }
    .topintro .flex .first {
      flex: 0 1 30%; }
      .topintro .flex .first img {
        width: 50px;
        margin: 0 auto;
        display: block; }
    .topintro .flex .second {
      flex: 0 1 70%;
      padding-right: 30px; }
      .topintro .flex .second p {
        margin-top: 0;
        line-height: 1.7; }
      .topintro .flex .second h3 {
        font-style: italic;
        font-size: 2rem; }

.hr-text {
  font-family: "Oswald", sans-serif;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  margin: 30px auto;
  font-weight: 400; }
  .hr-text:before {
    content: '';
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px; }
  .hr-text span, .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 0.75em;
    line-height: 1.5em;
    font-size: 1.6rem;
    color: #1f638A;
    background-color: #ffffff; }
  .hr-text span div {
    display: flex;
    align-items: center; }
    .hr-text span div img {
      height: 1em;
      margin-right: 10px; }

h2.hr-text:after,
h3.hr-text:after,
h4.hr-text:after,
h5.hr-text:after {
  display: none; }

.line-title {
  overflow: hidden;
  text-align: center;
  font-family: "Oswald", sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  color: #1f638A;
  font-weight: 400;
  margin: 30px auto; }
  .line-title span {
    display: inline-block;
    position: relative;
    padding: 0 1em; }
    .line-title span:before, .line-title span:after {
      content: '';
      background: #818078;
      position: absolute;
      left: 100%;
      top: 50%;
      width: 100vw;
      height: 1px; }
    .line-title span:before {
      left: auto;
      right: 100%; }

.d-none {
  display: none; }

.d-block {
  display: block; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 95%;
  margin: 0 auto; }

.section {
  padding: 30px;
  background: #ffffff; }
  .section.bg-offwhite {
    background: #F8F8F8; }
  .section.bg-lightblue {
    background: #3099D5; }
  .section.bg-darkblue {
    background: #1f638A; }

.d-flex {
  display: flex;
  flex-direction: column; }
  .d-flex.direction-row {
    flex-direction: row; }
  .d-flex.direction-column {
    flex-direction: column; }
  .d-flex.justify-center {
    justify-content: center; }
  .d-flex.align-center {
    align-items: center; }
  .d-flex.gap-30 {
    gap: 30px; }
  .d-flex.gap-100 {
    gap: 100px; }
  .d-flex.gap-200 {
    gap: 200px; }
  .d-flex > * {
    width: 100%; }
  .d-flex.even > * {
    flex: 1; }
  .d-flex > .w-25 {
    width: 25%; }
  .d-flex > .w-33 {
    width: 33.33333333%; }
  .d-flex > .w-40 {
    width: 40%; }
  .d-flex > .w-50 {
    width: 50%; }
  .d-flex > .w-60 {
    width: 60%; }
  .d-flex > .w-75 {
    width: 75%; }
  .d-flex > .w-100 {
    width: 100%; }
  .d-flex > .center {
    justify-content: center;
    align-items: center; }

.frame {
  background: #F8F8F8;
  border-radius: 18px;
  padding: 40px 50px; }

/* Overall Headers - h2 */
h2 {
  margin: 0 0 1em 0;
  font-size: 1.3rem;
  font-family: "Lato", sans-serif; }

p, ul, ol {
  line-height: 1.65; }

.slick-dots {
  bottom: -37px; }
  .slick-dots li {
    margin: 0 !important;
    width: 10px !important;
    height: 10px !important; }

.pillbutton {
  background: #3099D5;
  text-align: center;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 15px 40px;
  display: inline-block;
  margin: 10px auto;
  width: auto;
  text-decoration: none;
  border-radius: 40px; }
  .pillbutton:hover {
    background: #1f638A; }

.centered_button {
  display: flex;
  justify-content: center; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #3099D5;
  /* on hover */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #1b5e84; }

/*********************
HEADER STYLES
*********************/
.header #inner-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 120px; }
  .header #inner-header .left {
    /* flex child 1 */
    width: 70%;
    vertical-align: middle;
    display: inline-block;
    flex: 0 1 70%; }
    .header #inner-header .left a {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center; }
      .header #inner-header .left a img:nth-child(1) {
        width: 50px;
        display: block;
        margin-right: 14px; }
      .header #inner-header .left a img:nth-child(2) {
        width: 200px; }
  .header #inner-header .right {
    vertical-align: middle;
    display: inline-block;
    width: 10%;
    flex: 0 1 10%;
    /* end nav */ }
    .header #inner-header .right .navicon {
      /* flex child 2 */
      line-height: 1;
      margin: -13px 0 0 0;
      font-size: 2.5rem;
      text-align: right;
      cursor: pointer;
      color: #1f638A; }
    .header #inner-header .right .search-form .searchicon,
    .header #inner-header .right .search-form .searchclose,
    .header #inner-header .right .search-form input {
      display: none; }
    .header #inner-header .right nav {
      display: none;
      border-bottom: 0;
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto;
      overflow-y: auto;
      height: 100vh;
      background: #1f638A;
      z-index: 100000;
      padding-top: 50px;
      /* end .menu li */ }
      .header #inner-header .right nav .closex {
        display: flex;
        justify-content: center; }
        .header #inner-header .right nav .closex img {
          display: block;
          width: 30px;
          height: 30px; }
      .header #inner-header .right nav li a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        padding: 0.5em;
        text-align: center;
        font-size: 1.7rem;
        font-weight: 500;
        text-transform: uppercase; }
      .header #inner-header .right nav li.current-menu-item a {
        color: #3099D5; }
      .header #inner-header .right nav li .sub-menu {
        margin: -20px 0 0 0;
        padding: 0; }
        .header #inner-header .right nav li .sub-menu li a {
          font-size: 1rem;
          font-weight: 400;
          color: #ccc; }
      .header #inner-header .right nav hr {
        width: 50%;
        margin: 20px auto;
        height: 2px;
        background: #D79D12;
        border: 0; }
      .header #inner-header .right nav .navcontact {
        text-align: center;
        line-height: 1.8; }
        .header #inner-header .right nav .navcontact a[href^="tel:"] {
          text-decoration: none;
          color: #F8F8F8; }
      .header #inner-header .right nav .searchicon {
        display: none; }

.search-results-form h1 {
  color: #1f638A;
  text-align: center; }

.search-results-form form {
  position: relative;
  width: 600px;
  max-width: 80%;
  margin: 0 auto; }
  .search-results-form form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none; }
  .search-results-form form input {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    font-size: 1.3rem;
    color: #1f638A;
    display: block;
    border: none;
    border-bottom: 1px solid #1f638A;
    background: none; }

@media screen and (max-width: 768px) {
  #videoBig {
    display: none; }
  #heroVideo,
  #videoMobile {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    z-index: 0; } }

@media screen and (min-width: 769px) {
  #heroVideo,
  #videoBig {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    position: absolute; } }

.heroheader {
  position: relative;
  height: 275px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  background: #1f638A; }
  .heroheader .overlaytext {
    position: relative;
    z-index: 1;
    margin: 0 auto 40px auto; }
    .heroheader .overlaytext h1 {
      color: #ffffff;
      font-family: "Oswald", sans-serif;
      font-size: 3rem;
      font-weight: 600;
      margin: 0;
      line-height: 1.2; }
    .heroheader .overlaytext img {
      display: block;
      width: 40px;
      height: auto;
      margin: 20px 0 0 0; }
  .heroheader.homepage .overlaytext h1 {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    margin: 0;
    line-height: 1.2; }
  .heroheader.homepage .overlaytext h2 {
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    text-align: left;
    line-height: 1.2; }
    .heroheader.homepage .overlaytext h2 strong, .heroheader.homepage .overlaytext h2 b {
      font-weight: 400;
      font-size: 1.5em; }
  .heroheader .media {
    /*video or pic */
    height: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5; }
    .heroheader .media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .heroheader .media .video-background {
      background: #000;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
      .heroheader .media .video-background iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none; }
  .heroheader #heroVideo,
  .heroheader #videoBig {
    position: absolute;
    top: 0;
    right: 50%;
    left: 0; }
  @media (min-width: 769px) {
    .heroheader #heroVideo,
    .heroheader #videoBig {
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      -o-object-position: center;
      object-position: center;
      position: absolute; } }
  @media (max-width: 768px) {
    .heroheader #videoBig {
      display: none; }
    .heroheader #heroVideo,
    .heroheader #videoMobile {
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      -o-object-position: center;
      object-position: center;
      position: absolute;
      z-index: 0; } }
.blog-filters-wrapper {
  position: relative;
  padding: 20px 0 0 0; }
  .blog-filters-wrapper.bg-blue {
    background-color: #1f638A;
    padding-top: 50px; }
    .blog-filters-wrapper.bg-blue .blog_filter_by_year ul li {
      color: #fff; }
      .blog-filters-wrapper.bg-blue .blog_filter_by_year ul li a {
        color: #fff; }
      .blog-filters-wrapper.bg-blue .blog_filter_by_year ul li a:hover {
        color: #26A3A5; }

.blog_filter_by_year {
  padding-bottom: 20px;
  padding-top: 20px; }
  .blog_filter_by_year ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 0.8rem; }
    .blog_filter_by_year ul li {
      margin: 0 5px; }

.blog-filters ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  row-gap: 20px;
  column-gap: 8px;
  list-style: none; }
  .blog-filters ul li {
    margin: 0; }
    .blog-filters ul li a {
      border-radius: 8px;
      color: #3099D5;
      text-transform: uppercase;
      font-size: 0.8rem;
      background: #f8f8f8;
      padding: 10px 20px;
      text-decoration: none; }
      .blog-filters ul li a:hover {
        background: #cccccc; }
    .blog-filters ul li.cat-item-33 {
      display: none; }
    .blog-filters ul li.current-cat a {
      background: #3099D5;
      color: #ffffff; }

.postsgrid {
  padding: 50px 0;
  max-width: 95%;
  margin: 0 auto; }
  .postsgrid .more {
    /* on home */ }
    .postsgrid .more p {
      font-size: 0.8rem;
      text-transform: uppercase; }
      .postsgrid .more p a {
        text-decoration: none; }
        .postsgrid .more p a img {
          height: auto;
          width: 8px;
          display: inline-block;
          margin-left: 5px;
          margin-top: -2px;
          vertical-align: middle; }
  .postsgrid .flex {
    margin-top: 40px; }
    .postsgrid .flex h2 {
      text-transform: uppercase;
      font-size: 0.85rem;
      vertical-align: middle;
      font-weight: 300;
      letter-spacing: 0.06em;
      font-family: "Lato", sans-serif; }
    .postsgrid .flex .latestpost h2 img {
      height: 12px;
      display: inline-block;
      margin-left: 4px; }
    .postsgrid .flex .latestpost .content {
      background: #f8f8f8;
      border-radius: 18px;
      box-shadow: 0px 2px 4px #dddddd;
      overflow: hidden; }
      .postsgrid .flex .latestpost .content .wp-post-image {
        width: 100%;
        height: auto;
        display: block; }
      .postsgrid .flex .latestpost .content .news_text {
        padding: 20px; }
        .postsgrid .flex .latestpost .content .news_text h3 {
          font-size: 1.3rem;
          margin: 0; }
          .postsgrid .flex .latestpost .content .news_text h3 a {
            text-decoration: none; }
        .postsgrid .flex .latestpost .content .news_text p.newsdate {
          font-size: 0.8rem;
          margin: 0.3em 0;
          color: #bbb; }
          .postsgrid .flex .latestpost .content .news_text p.newsdate.readmore {
            font-size: 0.8rem; }
            .postsgrid .flex .latestpost .content .news_text p.newsdate.readmore a {
              text-decoration: none;
              text-transform: uppercase; }
        .postsgrid .flex .latestpost .content .news_text .meta {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-top: 10px; }
          .postsgrid .flex .latestpost .content .news_text .meta img {
            display: inline-block;
            width: 18px;
            margin-right: 6px;
            margin-top: -3px;
            vertical-align: middle; }
          .postsgrid .flex .latestpost .content .news_text .meta ul {
            /* category */
            list-style: none;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
            font-size: 0.7rem; }
            .postsgrid .flex .latestpost .content .news_text .meta ul a {
              color: #999999;
              text-decoration: none; }
    .postsgrid .flex .latestpost .more a {
      color: #3099D5; }

/* homenews */
.pagination .page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .pagination .page-numbers li {
    padding: 5px 10px;
    font-size: 0.9rem; }

.allposts {
  /* linnkedin feed on home, all posts on news & res. page */
  margin-top: 50px; }
  .allposts h2 {
    color: #1f638A; }
    .allposts h2 img {
      height: 12px;
      display: inline-block;
      margin-left: 4px; }
  .allposts .more a {
    color: #3099D5; }
  .allposts .news_text {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px; }
    .allposts .news_text h3 {
      margin: 0;
      font-size: 1rem; }
      .allposts .news_text h3 a {
        text-decoration: none; }
    .allposts .news_text .meta p {
      /* date */
      margin: 0 0 0.8em 0;
      font-size: 0.8rem; }
    .allposts .news_text .meta ul {
      /* categories */
      list-style: none;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      font-size: 0.7rem; }
      .allposts .news_text .meta ul a {
        color: #999999;
        text-decoration: none; }
      .allposts .news_text .meta ul img {
        display: inline-block;
        width: 18px;
        margin-right: 6px;
        margin-top: -3px;
        vertical-align: middle; }
      .allposts .news_text .meta ul li:nth-child(even) {
        display: none; }
  .allposts.archiving {
    /* the archves pages */
    margin: 50px auto; }

body.page-template-page-home .postsgrid {
  padding-top: 0; }
  body.page-template-page-home .postsgrid .allposts {
    margin-top: 0; }

body.page-template-page-home .partners {
  margin: 20px auto 120px auto; }

body.page-template-page-home .pageintro {
  padding: 50px 0 20px 0; }

/* Possible intro text and image at top of each page, below hero */
.pageintro {
  padding: 50px 0; }
  .pageintro .intro_copy .left h2 {
    color: #1f638A;
    font-size: 1.5rem;
    margin-top: 0; }
  .pageintro .intro_copy .left p {
    color: #404040;
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0 0 0.5em 0; }
  .pageintro .intro_copy .right {
    margin-top: 30px; }
    .pageintro .intro_copy .right p {
      margin: 30px 0 0 0; }
      .pageintro .intro_copy .right p img {
        display: block;
        border-radius: 18px; }

.partners {
  margin: 80px 0 120px 0; }
  .partners .slider .partner {
    /* individual div */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px; }
    .partners .slider .partner img {
      max-width: 120px;
      max-height: 100px; }

.investment_stories_header_row {
  /* impact page */
  background: #1f638A;
  padding-top: 2em; }
  .investment_stories_header_row h2 {
    margin-top: 0;
    color: #3099D5; }

/* INVESTMENT STORIES ON HOME AND OTHERS */
.case_studies {
  background: #1f638a;
  padding: 40px 0; }
  .case_studies .controls {
    width: 90%;
    margin: 0 auto; }
    .case_studies .controls p {
      color: #ffffff;
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin: 0; }
      .case_studies .controls p a {
        color: #ffffff;
        text-decoration: none; }
        .case_studies .controls p a:hover {
          color: #3099D5; }
      .case_studies .controls p img {
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
        width: 20px; }
  .case_studies .slick-dots {
    display: block;
    top: -36px;
    bottom: auto;
    right: 25px;
    left: auto;
    width: auto; }
    .case_studies .slick-dots li button {
      color: #26a3a5; }
      .case_studies .slick-dots li button::before {
        color: #ffffff; }
    .case_studies .slick-dots li.slick-active button::before {
      color: #ffffff;
      opacity: 1; }
  .case_studies .slider {
    height: inherit; }
    .case_studies .slider .slick-list, .case_studies .slider .slick-track {
      height: inherit; }
    .case_studies .slider .case_study {
      height: inherit;
      padding: 20px; }
      .case_studies .slider .case_study .flex {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-end;
        align-items: flex-start; }
        .case_studies .slider .case_study .flex .left {
          margin-bottom: 20px;
          position: relative; }
          .case_studies .slider .case_study .flex .left img {
            /* picture */
            display: block;
            width: 100%;
            height: auto;
            border-radius: 18px; }
          .case_studies .slider .case_study .flex .left .logo {
            /* company logo */
            position: absolute;
            bottom: -20px;
            left: 20px;
            background: #fff;
            padding: 10px;
            border-radius: 8px;
            max-width: 125px; }
            .case_studies .slider .case_study .flex .left .logo img {
              display: block;
              max-width: 100%;
              height: auto;
              max-height: 80px;
              border-radius: 0; }
        .case_studies .slider .case_study .flex .right {
          color: #ffffff; }
          .case_studies .slider .case_study .flex .right h3 {
            font-family: "Lato", sans-serif;
            font-weight: 600;
            margin: 25px 0 0 0;
            text-decoration: none;
            font-size: 1.5rem;
            line-height: 1.2; }
            .case_studies .slider .case_study .flex .right h3 .light {
              font-weight: 200; }
          .case_studies .slider .case_study .flex .right p {
            display: none; }
            .case_studies .slider .case_study .flex .right p:first-of-type {
              display: block; }
              .case_studies .slider .case_study .flex .right p:first-of-type + p {
                display: block; }
            .case_studies .slider .case_study .flex .right p > a {
              color: inherit;
              text-decoration: none; }
          .case_studies .slider .case_study .flex .right a.morelink {
            vertical-align: middle;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            font-size: 0.75rem;
            background: #26a3a5;
            color: #ffffff;
            padding: 15px 25px;
            border-radius: 6px;
            display: inline-block;
            margin-top: 20px; }
            .case_studies .slider .case_study .flex .right a.morelink:hover {
              background: #f8f8f8;
              color: #1f638a; }
            .case_studies .slider .case_study .flex .right a.morelink img {
              display: inline-block;
              vertical-align: middle;
              width: 8px;
              height: auto;
              margin-left: 4px;
              margin-top: -2px; }

.items_grid {
  display: flex; }
  .items_grid .grid_item {
    margin-bottom: 50px; }
  .items_grid.case_studies_grid {
    margin-top: 50px; }
    .items_grid.case_studies_grid .grid_item .backgroundpic {
      width: 100%;
      height: 300px; }
      .items_grid.case_studies_grid .grid_item .backgroundpic img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%; }
    .items_grid.case_studies_grid .grid_item h3 {
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      margin: 0.3em 0 0 0;
      font-size: 1.5rem; }
      .items_grid.case_studies_grid .grid_item h3 a {
        text-decoration: none;
        color: #3099D5; }
        .items_grid.case_studies_grid .grid_item h3 a:hover {
          color: #3099D5; }
    .items_grid.case_studies_grid .grid_item p {
      display: none; }
      .items_grid.case_studies_grid .grid_item p:first-of-type {
        display: block; }
      .items_grid.case_studies_grid .grid_item p:last-child {
        display: block; }
  .items_grid.companies_grid {
    margin-top: 50px;
    padding-top: 50px;
    flex-flow: row wrap;
    justify-content: center;
    padding: 50px 30px; }
    .items_grid.companies_grid .grid_item {
      display: flex;
      justify-content: center;
      width: 46%;
      flex: 0 1 46%;
      height: 200px;
      margin-left: 2%;
      margin-right: 2%;
      margin-bottom: 30px; }
      .items_grid.companies_grid .grid_item .company_holder {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 18px;
        position: relative; }
        .items_grid.companies_grid .grid_item .company_holder .listinglogo {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 18px;
          overflow: hidden; }
          .items_grid.companies_grid .grid_item .company_holder .listinglogo a {
            background: #f8f8f8;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center; }
            .items_grid.companies_grid .grid_item .company_holder .listinglogo a img {
              display: block;
              width: auto;
              height: auto;
              max-width: 160px;
              max-height: 80px; }
            .items_grid.companies_grid .grid_item .company_holder .listinglogo a:hover {
              background: rgba(255, 255, 255, 0.6); }
      .items_grid.companies_grid .grid_item h3 {
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        margin: 0.3em 0 0 0;
        font-size: 1.5rem; }
        .items_grid.companies_grid .grid_item h3 a {
          text-decoration: none;
          color: #3099D5; }
          .items_grid.companies_grid .grid_item h3 a:hover {
            color: #1b5e84; }
      .items_grid.companies_grid .grid_item p {
        display: none; }
        .items_grid.companies_grid .grid_item p:first-of-type {
          display: block; }
        .items_grid.companies_grid .grid_item p:last-child {
          display: block; }
  .items_grid.circulate_initiative {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column-reverse; }
    .items_grid.circulate_initiative .grid_item {
      margin-bottom: 30px; }
      .items_grid.circulate_initiative .grid_item h4 {
        font-size: 2.1rem;
        color: #1f638A; }
      .items_grid.circulate_initiative .grid_item ul {
        list-style: disc;
        padding-left: 30px; }

body.page-template-page-investments .investmentpage-intro {
  padding: 40px 0; }
  body.page-template-page-investments .investmentpage-intro h2 {
    color: #1f638A; }

body.page-template-page-investments .investlogos .d-flex .text-area .items_grid.companies_grid {
  padding: 0;
  margin: 0;
  width: 100%; }
  body.page-template-page-investments .investlogos .d-flex .text-area .items_grid.companies_grid .grid_item {
    width: 29%;
    flex: 0 1 29%;
    height: 100px;
    min-height: 100px; }
    body.page-template-page-investments .investlogos .d-flex .text-area .items_grid.companies_grid .grid_item .company_holder .listinglogo a {
      background: #fff; }
      body.page-template-page-investments .investlogos .d-flex .text-area .items_grid.companies_grid .grid_item .company_holder .listinglogo a img {
        max-width: 80%; }
    body.page-template-page-investments .investlogos .d-flex .text-area .items_grid.companies_grid .grid_item .company_holder .listinglogo:hover {
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }

.successful_exit .listinglogo a {
  background: #E7EDF0 !important; }

.successful_exit::before {
  content: '⭑ Successful Exit';
  background: #1f638a;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 0.4rem;
  position: absolute;
  top: -5px;
  right: -5px; }

.team_grid {
  margin-top: 50px; }
  .team_grid .grid_item {
    margin-bottom: 50px; }
    .team_grid .grid_item .team_member_photo img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 18px;
      filter: grayscale(10); }
      .team_grid .grid_item .team_member_photo img:hover {
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }
    .team_grid .grid_item h3 {
      font-family: "Lato", sans-serif;
      margin: 0.3em 0 0 0;
      font-size: 1.25rem; }
      .team_grid .grid_item h3 a {
        text-decoration: none;
        color: #3099D5; }
        .team_grid .grid_item h3 a:hover {
          color: #1f638A; }
    .team_grid .grid_item p {
      margin: 0;
      line-height: 1.4;
      color: #1f638A; }
      .team_grid .grid_item p.location {
        font-size: 0.9rem;
        color: #404040; }

.bottomcurve {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%; }

.nomedia .bottomcurve {
  display: none; }

.sidebar ul li {
  margin-bottom: 0.5em; }
  .sidebar ul li a {
    text-decoration: none; }

body.category-investment-stories .hero .bottomcurve {
  display: none; }

body.category-investment-stories .grid {
  background: #ccc; }
  body.category-investment-stories .grid .pic_and_logo {
    position: relative; }
    body.category-investment-stories .grid .pic_and_logo img {
      display: block;
      border-radius: 18px;
      width: 100%;
      height: auto; }
    body.category-investment-stories .grid .pic_and_logo .company_logos_holder {
      position: absolute;
      bottom: -10px;
      left: 15px;
      z-index: 2; }
      body.category-investment-stories .grid .pic_and_logo .company_logos_holder .company_logo {
        background: white;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
        padding: 12px;
        border-radius: 8px;
        width: 120px;
        margin-bottom: 3px; }
        body.category-investment-stories .grid .pic_and_logo .company_logos_holder .company_logo img {
          display: block;
          max-height: 50px;
          width: auto;
          margin: 0 auto;
          border-radius: 0; }
  body.category-investment-stories .grid .invid_story {
    background: #f8f8f8;
    padding: 70px 40px;
    color: #404040; }
    body.category-investment-stories .grid .invid_story:nth-child(even) {
      background-color: #1f638a;
      color: #ffffff; }
      body.category-investment-stories .grid .invid_story:nth-child(even) .story_text {
        color: #ffffff; }
        body.category-investment-stories .grid .invid_story:nth-child(even) .story_text a {
          color: #ffffff; }
    body.category-investment-stories .grid .invid_story .story_text {
      color: #404040;
      margin-top: 40px;
      position: relative; }
      body.category-investment-stories .grid .invid_story .story_text h3 {
        margin: 0;
        position: relative; }
        body.category-investment-stories .grid .invid_story .story_text h3::before {
          content: '';
          background: url("/wp-content/uploads/2023/01/Investment-stories-bright-blue.png");
          position: absolute;
          left: -25px;
          top: 2px;
          width: 20px;
          height: 20px;
          background-size: cover; }
        body.category-investment-stories .grid .invid_story .story_text h3 a {
          color: #404040;
          text-decoration: none; }

.hideit {
  display: none; }

/* single template but for investment story single */
.investment-story-page {
  background: #1f638A;
  padding: 60px 0;
  color: #ffffff; }
  .investment-story-page > h2 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 1.5em;
    color: rgba(255, 255, 255, 0.5); }
  .investment-story-page .flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    .investment-story-page .flex .logo {
      width: 20%;
      flex: 0 1 20%; }
      .investment-story-page .flex .logo img {
        background: #ffffff;
        padding: 8px;
        border-radius: 8px; }
    .investment-story-page .flex .story_text {
      color: #ffffff;
      width: 100%;
      flex: 0 1 100%; }
      .investment-story-page .flex .story_text h3 {
        margin-top: 0; }
      .investment-story-page .flex .story_text > p {
        margin-top: 0; }
      .investment-story-page .flex .story_text a {
        text-decoration: none; }
        .investment-story-page .flex .story_text a:hover {
          color: #ffffff; }
    .investment-story-page .flex .story_download {
      width: 100%;
      flex: 0 1 100%; }
      .investment-story-page .flex .story_download .case_study_screenshot {
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
        max-height: 250px;
        display: block;
        margin-top: 30px; }
      .investment-story-page .flex .story_download .wp-post-image {
        width: 100%;
        height: auto;
        display: block; }
  .investment-story-page .returnlink {
    margin-top: 50px; }
    .investment-story-page .returnlink p {
      text-align: center; }
    .investment-story-page .returnlink a {
      text-decoration: none; }
      .investment-story-page .returnlink a:hover {
        color: #ffffff; }

.storycat {
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
  font-size: 0.8em;
  color: #ddd; }

.archive-post-sections section:nth-child(even) {
  background: #f8f8f8; }
  .archive-post-sections section:nth-child(even) .story_text {
    color: #404040; }
    .archive-post-sections section:nth-child(even) .story_text .storycat {
      color: #666; }
    .archive-post-sections section:nth-child(even) .story_text a {
      color: #404040; }

/* in the single template */
body.single-companies_pt .hero {
  position: relative; }
  body.single-companies_pt .hero .heroholder .box {
    align-items: flex-end;
    margin-bottom: 20px; }
    body.single-companies_pt .hero .heroholder .box .text {
      margin-left: 4%; }
      body.single-companies_pt .hero .heroholder .box .text h1 {
        display: none; }
      body.single-companies_pt .hero .heroholder .box .text .company_logo {
        background: rgba(255, 255, 255, 0.9);
        padding: 12px;
        border-radius: 18px;
        width: 120px;
        margin-bottom: 15px; }
        body.single-companies_pt .hero .heroholder .box .text .company_logo img {
          display: block;
          max-height: 100px;
          width: auto;
          margin: 0 auto; }

body.single-companies_pt .standard_grid {
  margin-bottom: 80px; }
  body.single-companies_pt .standard_grid .left {
    order: 0;
    padding: 0; }
    body.single-companies_pt .standard_grid .left .company_website {
      margin: 30px 0; }
      body.single-companies_pt .standard_grid .left .company_website a {
        background-image: url("../images/icon-globe.svg");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left;
        padding-left: 20px;
        text-decoration: none; }
    body.single-companies_pt .standard_grid .left h3 {
      margin-top: 0;
      color: #1f638A; }
  body.single-companies_pt .standard_grid .right {
    order: 1; }

body.single-companies_pt .row_associated {
  /* associated and video */ }
  body.single-companies_pt .row_associated .associated_resources {
    padding: 30px;
    background: #f8f8f8;
    margin-bottom: 50px;
    border-radius: 18px; }
    body.single-companies_pt .row_associated .associated_resources.offsite {
      border: 0;
      padding-top: 0;
      margin-top: 0; }
    body.single-companies_pt .row_associated .associated_resources h4 {
      margin: 0;
      color: #1f638A;
      font-size: 1.1rem; }
    body.single-companies_pt .row_associated .associated_resources .resource_link {
      flex: 0 1 45%;
      margin-right: 10px; }
      body.single-companies_pt .row_associated .associated_resources .resource_link p {
        margin-top: 0.3em; }
        body.single-companies_pt .row_associated .associated_resources .resource_link p a {
          display: flex;
          align-items: flex-start;
          gap: 10px;
          text-decoration: none; }
          body.single-companies_pt .row_associated .associated_resources .resource_link p a img {
            width: 20px;
            margin-top: 5px; }
  body.single-companies_pt .row_associated .company_media {
    padding: 50px 0; }
    body.single-companies_pt .row_associated .company_media .holder {
      width: 95%;
      margin: 0 auto;
      max-width: 1200px; }
      body.single-companies_pt .row_associated .company_media .holder .flex_gallery {
        margin-top: 20px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between; }
        body.single-companies_pt .row_associated .company_media .holder .flex_gallery .photo {
          width: 32%;
          flex: 0 1 32%; }

body.single-companies_pt .centered_button {
  order: 2;
  padding: 80px 0;
  width: 100%; }
  body.single-companies_pt .centered_button a {
    text-decoration: none;
    text-transform: uppercase; }
    body.single-companies_pt .centered_button a img {
      vertical-align: middle; }

body.post-type-archive-team_pt .team_heading .hr-text {
  margin: 60px auto; }

.overlay {
  background: #1f638A;
  width: 100%;
  height: inherit;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.hero {
  /* about and other standard box-top pages */
  height: 275px;
  position: relative;
  background: #F8F8F8; }
  .hero.nomedia .heroholder .box .text {
    color: #1f638A; }
  .hero.nomedia .heroholder {
    background: #f8f8f8; }
    .hero.nomedia .heroholder .box .btn {
      bottom: 20px; }
  .hero .heroholder {
    position: relative;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #1f638A; }
    .hero .heroholder .media {
      position: absolute;
      height: inherit;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0.5; }
      .hero .heroholder .media .simpleParallax {
        height: inherit; }
      .hero .heroholder .media img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%; }
    .hero .heroholder .box {
      padding: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: flex-start;
      position: relative; }
      .hero .heroholder .box .resourcesmenubutton {
        position: absolute;
        right: 20px;
        bottom: 40px; }
        .hero .heroholder .box .resourcesmenubutton .btn {
          font-size: 0.8rem;
          letter-spacing: 0.03em;
          text-decoration: none;
          background: #666;
          color: #ffffff !important;
          padding: 10px 20px;
          border-radius: 6px; }
          .hero .heroholder .box .resourcesmenubutton .btn:hover {
            background: #666; }
        .hero .heroholder .box .resourcesmenubutton div {
          display: none;
          visibility: hidden; }
      .hero .heroholder .box .text {
        position: relative;
        color: #ffffff;
        margin: 0 40px; }
        .hero .heroholder .box .text h1 {
          font-family: "Lato", sans-serif;
          font-weight: 600;
          margin: 0;
          text-decoration: none;
          text-shadow: 10px 10px 100px rgba(0, 0, 0, 0.5);
          font-size: 1.7rem;
          line-height: 1.2;
          text-transform: none;
          z-index: 1; }
          .hero .heroholder .box .text h1 br {
            display: none; }
        .hero .heroholder .box .text h2 {
          text-align: left;
          font-size: 1.3rem;
          font-family: "Lato", sans-serif;
          margin-top: 0.8em;
          text-transform: none;
          font-weight: 400;
          color: #ffffff; }
        .hero .heroholder .box .text h3 {
          margin: 0.2em 0; }
        .hero .heroholder .box .text h4 {
          margin: 0.2em 0;
          font-weight: 100; }
        .hero .heroholder .box .text .boxyflex {
          /* to put icon next to category title */
          display: flex;
          flex-flow: row nowrap;
          justify-content: flex-start;
          align-items: flex-start; }
          .hero .heroholder .box .text .boxyflex .post-categories {
            margin: 0 10px 0 0; }
            .hero .heroholder .box .text .boxyflex .post-categories li img {
              width: 30px;
              height: auto;
              transform: translateY(3px);
              opacity: 0.8; }
  .hero.about .heroholder .box .boxeffect {
    background: #26A3A5;
    opacity: 0.5; }

body.blog .hero .heroholder .box .text .post-categories {
  display: none; }
  body.blog .hero .heroholder .box .text .post-categories img {
    width: 30px;
    height: auto; }

body.archive .archive-post-sections .meta .post-categories img {
  width: 20px;
  height: 20px;
  margin-right: 5px; }

body.single .story_text .meta .post-categories img {
  width: 20px;
  height: 20px;
  margin-right: 5px; }

body.post-id-
.careers {
  background: #D79D12;
  color: #ffffff;
  padding: 80px 0; }
  body.post-id-
.careers .standard_grid {
    width: 80%;
    margin: 50px auto 0 auto; }
  body.post-id-
.careers .imagesflex .first img, body.post-id-
.careers .imagesflex .second img {
    width: 80%;
    margin: 0 auto;
    display: block; }
  body.post-id-
.careers .imagesflex .second {
    margin-top: -30px; }

.ourstory {
  position: relative;
  margin: 0; }
  .ourstory:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/white-circles-background.svg") no-repeat;
    background-position: -200px;
    background-size: 55%; }
  .ourstory h2 {
    margin-bottom: 60px; }
    .ourstory h2 span {
      background: #F8F8F8; }
  .ourstory .flex {
    position: relative; }
    .ourstory .flex #tabs {
      flex-direction: column; }
      .ourstory .flex #tabs ul {
        margin-top: 0;
        margin-bottom: 30px;
        list-style: none;
        padding: 0; }
        .ourstory .flex #tabs ul li a {
          font-family: "Oswald", sans-serif;
          color: #3099D5;
          text-decoration: none;
          font-size: 1.625rem;
          padding: 15px 20px;
          display: block;
          border-bottom: 2px solid #3099D5;
          opacity: 0.7; }
        .ourstory .flex #tabs ul li:last-child a {
          border: none; }
        .ourstory .flex #tabs ul li.ui-state-active a {
          opacity: 1; }
        .ourstory .flex #tabs ul li.ui-state-hover a {
          opacity: 1; }

.circulate-initiative .flex {
  position: relative;
  padding-top: 200px;
  display: flex;
  flex-direction: column; }
  .circulate-initiative .flex > * {
    width: 100%; }
  .circulate-initiative .flex > div:last-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center; }
    .circulate-initiative .flex > div:last-child img {
      height: 100px;
      margin-top: 30px; }

.investlogos .d-flex {
  gap: 100px; }
  .investlogos .d-flex .text-area .investment_identity {
    width: 50%;
    display: block;
    margin: 0 auto;
    max-width: 250px; }

.ourfootprint {
  background-position: 86% 65%;
  background-size: cover; }
  .ourfootprint .flex {
    height: 400px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end; }
    .ourfootprint .flex .text-area {
      width: 50%;
      color: #ffffff; }
      .ourfootprint .flex .text-area h2, .ourfootprint .flex .text-area h3 {
        color: #ffffff; }
      .ourfootprint .flex .text-area h2 {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        letter-spacing: 0.03em;
        margin-bottom: 0.5em; }
      .ourfootprint .flex .text-area .goodbutton {
        vertical-align: middle;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        font-size: 0.75rem;
        background: #26a3a5;
        color: #ffffff !important;
        padding: 15px 25px;
        border-radius: 6px;
        display: inline-block;
        margin-top: 0px; }
        .ourfootprint .flex .text-area .goodbutton:hover {
          background: #f8f8f8;
          color: #1f638a !important; }

.section.investcriteria {
  background-image: url("../images/our-investment-criteria-bg.jpg");
  background-position: right center;
  background-size: cover;
  margin-top: 100px; }

.investcriteria .line-title {
  margin: 0 auto 30px auto; }

.investcriteria .text-area {
  opacity: .8;
  background: #ffffff;
  border-radius: 18px;
  padding: 60px; }
  .investcriteria .text-area .overflow {
    max-height: 1200px;
    overflow-y: auto; }

.ourvision {
  color: #404040; }
  .ourvision .center {
    display: flex;
    justify-content: center;
    align-items: center; }
    .ourvision .center img {
      border-radius: 18px; }

.section.financialreturn {
  padding-bottom: 100px; }

.financialreturn h3.financialreturn-subtitle {
  color: #999;
  text-align: center;
  margin-top: 50px; }

.financialreturn .generator {
  margin: 0 auto;
  width: 310px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px; }
  .financialreturn .generator div:after,
  .financialreturn .generator h2 {
    background: none;
    border: none;
    width: 100px;
    line-height: 100px;
    margin: 0 0 0 -50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto; }
  .financialreturn .generator h2 {
    color: #1f638A;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 500;
    padding-left: 50px; }
  .financialreturn .generator h2 span {
    display: none; }
  .financialreturn .generator h2:before {
    z-index: 3;
    content: "";
    display: block;
    border-left: 51px solid transparent;
    border-top: 50px solid #F3F3F2;
    border-right: 51px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -50px; }
  .financialreturn .generator div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Oswald", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    height: 150px;
    width: 150px;
    border: 10px solid #ccc;
    border-radius: 120px;
    margin: 0; }
    .financialreturn .generator div:after {
      box-sizing: border-box;
      content: "";
      display: none;
      height: 40px;
      width: 100px;
      margin-left: -50px;
      padding: 0;
      left: 50%;
      right: auto;
      top: auto;
      bottom: -20px;
      border-top: none;
      border-bottom: none; }
    .financialreturn .generator div:nth-child(2) {
      border-color: #f36d25;
      color: #f36d25;
      height: 150px;
      width: 150px; }
    .financialreturn .generator div:nth-child(3) {
      color: #D79D12;
      border-color: #D79D12; }
    .financialreturn .generator div:nth-child(4) {
      color: #3099D5;
      border-color: #3099D5; }
    .financialreturn .generator div:nth-child(5) {
      color: #26A3A5;
      border-color: #26A3A5; }
    .financialreturn .generator div:nth-child(6) {
      color: #12736F;
      border-color: #12736F; }
    .financialreturn .generator div:nth-child(7) {
      color: #1F638A;
      border-color: #1F638A; }
    .financialreturn .generator div span {
      position: relative;
      z-index: 2;
      display: block; }

.ourimpactnumbers h3,
.ourimpactnumbers .text-area {
  text-align: center; }

.ourimpactnumbers p button,
.ourimpactnumbers p a {
  display: inline-block;
  margin: 0 30px; }
  .ourimpactnumbers p button.goodbutton,
  .ourimpactnumbers p a.goodbutton {
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.75rem;
    background: #26a3a5;
    color: #ffffff !important;
    padding: 15px 25px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 20px; }
    .ourimpactnumbers p button.goodbutton:hover,
    .ourimpactnumbers p a.goodbutton:hover {
      background: #f8f8f8;
      color: #1f638a !important; }

.ourimpactnumbers .flex {
  margin: 0 0 50px 0;
  display: flex;
  flex-direction: column;
  gap: 50px; }
  .ourimpactnumbers .flex > * {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    padding: 30px;
    background: #FAFAFA;
    border-radius: 18px;
    text-align: center; }
    .ourimpactnumbers .flex > * img {
      max-height: 60px; }
    .ourimpactnumbers .flex > * p {
      font-size: 16px;
      font-weight: 300;
      line-height: 20px;
      color: #000; }
      .ourimpactnumbers .flex > * p b {
        display: block;
        padding: 10px 0;
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        font-size: 16px;
        font-weight: 40px;
        text-transform: uppercase; }

.section.impactprojections {
  background: url("../images/our-impact-waves-bg.jpg") no-repeat;
  background-size: cover; }

.impactprojections {
  position: relative; }
  .impactprojections:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1f638A;
    opacity: .5; }
  .impactprojections .line-title {
    position: relative;
    color: #fff; }
    .impactprojections .line-title span:after,
    .impactprojections .line-title span:before {
      opacity: .5;
      background: #FFF; }

.section.impactprojectionsgrid {
  background: #f8f8f8; }

.impactprojectionsgrid .flex {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .impactprojectionsgrid .flex > * {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 18px;
    text-align: center; }
    .impactprojectionsgrid .flex > * img {
      max-height: 60px; }
    .impactprojectionsgrid .flex > * p {
      font-size: 16px;
      font-weight: 300;
      line-height: 20px;
      color: #000; }
      .impactprojectionsgrid .flex > * p b {
        display: block;
        padding: 10px 0;
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        font-size: 16px;
        font-weight: 40px;
        text-transform: uppercase; }

.impactgoals .text-area h2 {
  text-align: center;
  margin-bottom: 50px; }

.impactgoals p {
  line-height: 2rem;
  color: #1f638A; }

.impactgoals > .flex {
  display: flex;
  gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .impactgoals > .flex > .message {
    width: 100%; }
    .impactgoals > .flex > .message p {
      margin-top: 0; }
  .impactgoals > .flex .icons {
    width: 100%; }
    .impactgoals > .flex .icons .flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px; }
      .impactgoals > .flex .icons .flex > * {
        position: relative;
        background: #ccc;
        border-radius: 18px;
        width: 200px;
        height: 200px;
        line-height: 80px;
        padding-top: 90px;
        margin: 0;
        text-align: center;
        color: #fff; }
        .impactgoals > .flex .icons .flex > * img {
          max-height: 80px;
          max-width: 100px;
          vertical-align: middle; }
        .impactgoals > .flex .icons .flex > * .goal {
          font-family: "Oswald", sans-serif;
          text-transform: uppercase;
          display: flex;
          gap: 10px;
          position: absolute;
          left: 15px;
          top: 15px;
          text-align: left;
          font-size: 16px;
          line-height: 20px; }
          .impactgoals > .flex .icons .flex > * .goal b {
            font-weight: 500;
            font-size: 40px;
            line-height: 40px; }

.definingimpact {
  margin-top: 0; }
  .definingimpact .line-title span:before, .definingimpact .line-title span:after {
    background: #1f638A; }

.definingimpactcontent {
  padding: 80px 0; }
  .definingimpactcontent .flex .first h3 {
    color: #3099D5; }
  .definingimpactcontent .flex .second > p {
    margin-top: 0; }
  .definingimpactcontent .flex .defining_logos {
    display: flex;
    justify-content: flex-start;
    flex-flow: row nowrap;
    align-items: center; }
    .definingimpactcontent .flex .defining_logos .org {
      flex: 1;
      margin-right: 20px; }
      .definingimpactcontent .flex .defining_logos .org img {
        display: block;
        max-height: 50px;
        max-width: 200px; }
  .definingimpactcontent .content-area .text-area {
    padding: 30px 30px 150px 30px; }
    .definingimpactcontent .content-area .text-area h3 {
      color: #3099D5; }
    .definingimpactcontent .content-area .text-area p {
      color: #fff; }
    .definingimpactcontent .content-area .text-area p > a {
      /*white-space: nowrap;*/
      background: none;
      padding-right: 0;
      text-transform: none; }
    .definingimpactcontent .content-area .text-area del {
      text-decoration: underline; }
    .definingimpactcontent .content-area .text-area .newlogosdefining {
      display: flex;
      flex-direction: row nowrap;
      justify-content: flex-start;
      align-items: center; }
      .definingimpactcontent .content-area .text-area .newlogosdefining img {
        width: 150px;
        height: auto;
        background: #fff;
        padding: 5px;
        margin-right: 10px;
        border-radius: 8px; }
  .definingimpactcontent .logos {
    position: relative;
    height: 50vw;
    display: none; }
    .definingimpactcontent .logos > img {
      position: absolute;
      bottom: 0;
      left: -100px;
      width: calc(100% + 200px);
      max-width: none; }
      .definingimpactcontent .logos > img.dots {
        left: -140px;
        bottom: -10px;
        width: calc(100% + 280px);
        transform: translate(0%, 50%); }
      .definingimpactcontent .logos > img.circle {
        transform: translate(0%, 50%); }
      .definingimpactcontent .logos > img.circles {
        left: 50%;
        width: 50%;
        transform: translate(-50%, 50%); }
    .definingimpactcontent .logos .flex {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      gap: 20px; }
      .definingimpactcontent .logos .flex img {
        max-height: 40%;
        max-width: 150px; }

/* CASE STUDY INDIV PAGE */
.header_case_study {
  height: 400px; }
  .header_case_study .case_study {
    height: inherit;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-start; }
    .header_case_study .case_study .box {
      padding: 40px;
      margin-left: 3.5%;
      width: 70%;
      position: relative; }
      .header_case_study .case_study .box .boxeffect {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        background: #3099D5; }
      .header_case_study .case_study .box .text {
        position: relative;
        z-index: 1;
        color: #ffffff; }
        .header_case_study .case_study .box .text h3 {
          font-family: "Oswald", sans-serif;
          font-weight: 500;
          margin: 0;
          text-decoration: none;
          font-size: 2rem;
          line-height: 1.2;
          text-transform: uppercase; }
          .header_case_study .case_study .box .text h3 .light {
            font-weight: 200; }

.ourteam-careers > .flex {
  display: flex;
  flex-direction: column;
  gap: 0; }
  .ourteam-careers > .flex .left {
    width: 100%; }
    .ourteam-careers > .flex .left > img {
      border-radius: 18px; }
    .ourteam-careers > .flex .left img {
      width: 100%;
      max-width: 100%;
      display: block;
      margin-bottom: 10px; }
    .ourteam-careers > .flex .left .flex {
      display: flex;
      gap: 10px; }
      .ourteam-careers > .flex .left .flex > * {
        width: 50%; }
  .ourteam-careers > .flex .right {
    width: 100%; }
    .ourteam-careers > .flex .right .item {
      padding-bottom: 40px; }
    .ourteam-careers > .flex .right .item:last-child {
      border: none;
      margin-bottom: 0;
      padding-bottom: 0; }

/* Standard default layout for the secondary pages */
.two-column-row {
  margin: 50px auto; }
  .two-column-row h2.hr-text {
    margin: 60px 0; }
  .two-column-row h3 {
    color: #1f638A; }
  .two-column-row .flex .column_one h2, .two-column-row .flex .column_two h2 {
    color: #1f638A; }
  .two-column-row .flex .column_one p:first-of-type, .two-column-row .flex .column_two p:first-of-type {
    margin-top: 0; }
  .two-column-row .flex .column_one ul, .two-column-row .flex .column_two ul {
    list-style: disc;
    padding: 0 30px; }
  .two-column-row .flex .column_one img, .two-column-row .flex .column_two img {
    display: block;
    border-radius: 18px;
    margin-top: 40px; }

.standard_grid {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  margin-top: 50px;
  margin-bottom: 50px; }
  .standard_grid .left {
    margin-bottom: 10px; }
    .standard_grid .left > p {
      margin-top: 0; }
    .standard_grid .left .meta p, .standard_grid .left .meta ul {
      font-size: 0.9rem; }
    .standard_grid .left img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 18px; }
    .standard_grid .left h1 {
      /* new page title */
      line-height: 1.2;
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      margin: 0 0 2em 0;
      text-transform: uppercase;
      font-weight: 300;
      color: #1f638A; }
    .standard_grid .left h3 {
      font-size: 1.3rem;
      color: #1f638A;
      margin: 0;
      widows: 2;
      orphans: 2; }
    .standard_grid .left .company_logo img {
      margin: 0 auto 15px auto;
      width: auto;
      display: block; }
  .standard_grid .right .meta {
    display: flex; }
    .standard_grid .right .meta p, .standard_grid .right .meta ul {
      font-size: 0.9rem;
      color: #666; }
  .standard_grid .right h2 {
    color: #1f638A; }
  .standard_grid .right > p:first-of-type {
    margin-top: 0; }
  .standard_grid.text_case_study {
    margin-top: 40px;
    margin-bottom: 40px; }
    .standard_grid.text_case_study .left {
      order: 1;
      margin: 30px 0; }
      .standard_grid.text_case_study .left img {
        max-width: 250px;
        display: block;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4); }
    .standard_grid.text_case_study .right {
      order: 0; }
      .standard_grid.text_case_study .right .case_study_download_link a {
        font-weight: 700;
        color: #3099D5;
        font-size: 1.2em;
        padding: 20px 30px 20px 60px;
        border-radius: 8px;
        margin-top: 30px;
        display: inline-block;
        background: url("../images/dotteddownarrow.svg") #eee;
        background-repeat: no-repeat;
        background-position: 22px;
        background-size: 5%;
        max-width: 350px; }
        .standard_grid.text_case_study .right .case_study_download_link a:hover {
          color: #3099D5; }
  .standard_grid.ourteam {
    margin: 40px auto; }
    .standard_grid.ourteam .left h2 {
      text-align: left;
      margin-bottom: 0.1em; }
  .standard_grid.teampage {
    /* single person */ }
    .standard_grid.teampage .left img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 18px; }
    .standard_grid.teampage .left .socials {
      display: flex;
      justify-content: center;
      padding: 8px 0; }
      .standard_grid.teampage .left .socials .sociallogo {
        width: 40px;
        height: auto;
        display: inline-block;
        margin: 0 5px; }
    .standard_grid.teampage .right h3 {
      font-family: "Lato", sans-serif;
      color: #1f638A;
      font-size: 2rem;
      margin: 0; }
    .standard_grid.teampage .right h4 {
      font-size: 1.5rem;
      margin: 0 0 0.5em 0; }
  .standard_grid.team_heading .left {
    margin-bottom: 0; }
    .standard_grid.team_heading .left h2 {
      margin-bottom: 0; }

.youtube_embed {
  margin-top: 50px; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

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

/* youtube subscribe button */
.youtube_subscribe {
  background: #1f638A;
  text-align: right;
  color: #ffffff;
  position: relative;
  padding: 40px 0 0 0; }
  .youtube_subscribe a {
    width: 120px;
    display: inline-block;
    margin-left: 25px; }

.podcasts_subscribe {
  background: #1f638A;
  color: #ffffff;
  position: relative;
  padding: 40px 0 0 0; }
  .podcasts_subscribe .wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center; }
    .podcasts_subscribe .wrap a {
      width: 120px;
      display: inline-block;
      margin-left: 25px; }
      .podcasts_subscribe .wrap a:first-of-type {
        width: 170px; }

.jobs {
  background: #f8f8f8;
  border-radius: 18px;
  margin: 0 auto;
  padding: 30px; }
  .jobs .hr-text span {
    background: #f8f8f8; }
  .jobs .flex .job {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px; }
    .jobs .flex .job .jobdescription {
      margin-bottom: 20px; }
      .jobs .flex .job .jobdescription .job_category h6 {
        margin: 0 0 1em 0;
        font-size: 0.8rem;
        color: #aaa; }
    .jobs .flex .job:last-of-type {
      margin: 0;
      border: 0; }
    .jobs .flex .job p:first-of-type {
      color: #D79D12;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      margin: 0;
      font-size: 0.9rem; }
    .jobs .flex .job h5 {
      /* job title */
      font-size: 1.7rem;
      font-weight: 400;
      margin: 0;
      color: #1f638A; }
    .jobs .flex .job p.pdflink, .jobs .flex .job p.onlinelink {
      margin: 0; }
      .jobs .flex .job p.pdflink a, .jobs .flex .job p.onlinelink a {
        text-decoration: none; }
    .jobs .flex .job p.onlinelink a {
      background-image: url("../images/icon-globe.svg");
      background-repeat: no-repeat;
      background-size: 17px;
      background-position: left;
      padding-left: 22px;
      text-decoration: none; }
    .jobs .flex .job .jobphoto img {
      border-radius: 18px; }
    .jobs .flex .job .portfolio_company_logo {
      mix-blend-mode: multiply;
      margin-bottom: 15px; }
      .jobs .flex .job .portfolio_company_logo img {
        max-width: 80px;
        display: block; }

.learnmore_video {
  padding: 90px 0; }
  .learnmore_video .flex {
    width: 85%;
    margin: 0 auto; }
    .learnmore_video .flex p {
      font-weight: 600;
      margin: 0;
      font-size: 1rem;
      color: #D79D12;
      letter-spacing: 0.07em;
      text-transform: uppercase; }
    .learnmore_video .flex h2 {
      color: #1f638A;
      margin: 0;
      font-size: 2rem; }
    .learnmore_video .flex .youtube_embed {
      margin-top: 20px; }

/* Our Story page */
.story_top {
  padding: 50px 0; }
  .story_top h2 {
    color: #1f638A;
    margin: 0; }

.story_rows .flex > h2 {
  color: #999; }

.story_rows .flex .left .carousel {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .story_rows .flex .left .carousel .carousel_image {
    flex: 0 1 48%;
    margin-bottom: 20px; }
    .story_rows .flex .left .carousel .carousel_image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .story_rows .flex .left .carousel img {
    display: block;
    border-radius: 18px;
    max-width: 100%; }

.story_rows .flex .left .logos {
  margin-top: 60px; }
  .story_rows .flex .left .logos h4 {
    color: #1f638A;
    margin: 0 0 1.5em 0; }
  .story_rows .flex .left .logos .logos_holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 15px; }
    .story_rows .flex .left .logos .logos_holder p {
      margin: 0;
      width: 30%;
      flex: 0 1 30%;
      height: 120px;
      background: #f8f8f8;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
      border-radius: 10px; }
      .story_rows .flex .left .logos .logos_holder p a img {
        max-width: 100px;
        display: block; }

.story_rows .flex .right {
  color: #1f638A;
  margin-top: 70px; }
  .story_rows .flex .right .yrm-more-button-wrapper {
    padding-top: 30px; }
  .story_rows .flex .right .yrm-toggle-expand {
    text-align: left !important; }
  .story_rows .flex .right ul {
    list-style: disc;
    padding-left: 20px; }
  .story_rows .flex .right h3 {
    color: #D79D12;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 0.4em;
    margin-top: 1.5em; }
    .story_rows .flex .right h3:first-of-type {
      margin-top: 0; }
  .story_rows .flex .right p {
    margin-top: 0;
    color: #404040; }
    .story_rows .flex .right p:last-of-type {
      margin-bottom: 0; }
  .story_rows .flex .right ul {
    color: #404040; }
  .story_rows .flex .right a {
    text-decoration: none; }

.story_rows .flex.timeline_row {
  border-top: 4px dotted #3099D5;
  border-left: 4px dotted #3099D5;
  padding: 0 0 50px 20px;
  margin: 0; }
  .story_rows .flex.timeline_row h2 {
    background: #fff;
    margin: -18px 0 20px 0; }

.gform_wrapper {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 18px; }
  .gform_wrapper.gravity-theme .gform_body .gsection {
    border: 0; }
    .gform_wrapper.gravity-theme .gform_body .gsection:first-of-type h3 {
      margin-top: 0; }

.gform_title {
  display: none !important; }

.gform_button {
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.75rem;
  background: #26a3a5;
  color: #ffffff !important;
  padding: 15px 25px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 20px;
  border: 0; }
  .gform_button:hover {
    background: #ccc;
    color: #1f638a !important; }

.gsection_title {
  background: #3099D5;
  text-transform: uppercase;
  color: #ffffff !important;
  padding: 20px 10px;
  letter-spacing: 0.03em; }

/* end header case study indiv */
.footer_contact {
  background: #F8F8F8;
  padding: 100px 30px;
  margin-top: 50px; }
  .footer_contact p {
    text-align: center; }
  .footer_contact .contact_button {
    display: flex;
    justify-content: center; }

.footer {
  clear: both;
  padding: 100px 30px;
  position: relative;
  background: #F8F8F8; }
  .footer #logo {
    position: relative;
    z-index: 1; }
    .footer #logo a {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center; }
      .footer #logo a img:nth-child(1) {
        width: 50px;
        display: block;
        margin-right: 0;
        margin-bottom: 20px; }
      .footer #logo a img:nth-child(2) {
        width: 200px; }
  .footer .breadcrumbs #breadcrumbs {
    font-size: 0.8rem;
    color: #3099D5; }
    .footer .breadcrumbs #breadcrumbs a {
      color: #3099D5; }
  .footer nav {
    position: relative;
    z-index: 1;
    margin-top: 30px; }
    .footer nav ul.footer-links {
      margin: 0; }
      .footer nav ul.footer-links > li {
        border-bottom: 1px solid #bbb; }
        .footer nav ul.footer-links > li:last-of-type {
          border: 0; }
      .footer nav ul.footer-links li {
        text-align: center; }
        .footer nav ul.footer-links li.current-menu-item a {
          color: #1f638A;
          font-weight: bold; }
        .footer nav ul.footer-links li a {
          color: #3099D5;
          text-decoration: none;
          text-align: center;
          display: block;
          text-transform: uppercase;
          font-weight: 600;
          padding: 0.5em 0; }
        .footer nav ul.footer-links li .sub-menu {
          display: block;
          margin: 0 0 15px 0; }
          .footer nav ul.footer-links li .sub-menu li a {
            font-weight: 400;
            padding: 0.1em 0;
            font-size: 0.8em; }
  .footer .socials {
    margin-top: 50px; }
    .footer .socials .flex {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center; }
      .footer .socials .flex .channel {
        padding: 0 10px; }
        .footer .socials .flex .channel img {
          display: block;
          width: 30px;
          height: auto; }
  .footer .prominentawards .flex {
    display: flex;
    justify-content: center;
    flex-flow: row wrap; }
    .footer .prominentawards .flex .graphic {
      flex: 0 1 20%;
      margin: 0 4px 10px 0; }
      .footer .prominentawards .flex .graphic img {
        display: block;
        max-width: 100%; }
  .footer .prominentawards .hr-text {
    margin: 60px auto 30px auto; }
    .footer .prominentawards .hr-text span {
      background-color: #F8F8F8; }
  .footer p.copyright {
    color: #ccc;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 0.8rem;
    margin-top: 30px; }

/*********************
TRANSITIONS
*********************/
[data-transition] {
  transition: all 500ms ease-out; }

[data-transition*="stagger"]:nth-child(2) {
  transition-delay: 100ms; }

[data-transition*="stagger"]:nth-child(3) {
  transition-delay: 200ms; }

[data-transition*="stagger"]:nth-child(4) {
  transition-delay: 300ms; }

[data-transition*="stagger"]:nth-child(5) {
  transition-delay: 400ms; }

[data-transition*="stagger"]:nth-child(6) {
  transition-delay: 500ms; }

[data-transition*="stagger"]:nth-child(7) {
  transition-delay: 600ms; }

[data-transition*="stagger"]:nth-child(8) {
  transition-delay: 700ms; }

[data-transition*="stagger"]:nth-child(9) {
  transition-delay: 800ms; }

[data-transition*="stagger"]:nth-child(10) {
  transition-delay: 900ms; }

[data-transition*="stagger"]:nth-child(11) {
  transition-delay: 1000ms; }

[data-transition*="stagger"]:nth-child(12) {
  transition-delay: 1100ms; }

[data-transition*="stagger"]:nth-child(13) {
  transition-delay: 1200ms; }

[data-transition*="stagger"]:nth-child(14) {
  transition-delay: 1300ms; }

[data-transition*="stagger"]:nth-child(15) {
  transition-delay: 1400ms; }

[data-transition*="stagger"]:nth-child(16) {
  transition-delay: 1500ms; }

[data-transition*="stagger"]:nth-child(17) {
  transition-delay: 1600ms; }

[data-transition*="stagger"]:nth-child(18) {
  transition-delay: 1700ms; }

[data-transition*="stagger"]:nth-child(19) {
  transition-delay: 1800ms; }

[data-transition*="stagger"]:nth-child(20) {
  transition-delay: 1900ms; }

[data-transition*="fade"] {
  opacity: 0; }

[data-transition*="fade"].inview {
  opacity: 1; }

[data-transition*="blur"] {
  filter: blur(3px); }

[data-transition*="blur"].inview {
  filter: blur(0); }

[data-transition*="left"] {
  transform: translateX(-10%); }

[data-transition*="left"].inview {
  transform: translateX(0); }

[data-transition*="right"] {
  transform: translateX(10%); }

[data-transition*="right"].inview {
  transform: translateX(0); }

[data-transition*="top"] {
  transform: translateY(-10%); }

[data-transition*="top"].inview {
  transform: translateY(0); }

[data-transition*="bottom"] {
  transform: translateY(10%); }

[data-transition*="bottom"].inview {
  transform: translateY(0); }

[data-transition*="grow"] {
  transform: scale(0.8); }

[data-transition*="grow"].inview {
  transform: scale(1); }

[data-transition*="shrink"] {
  transform: scale(1.2); }

[data-transition*="shrink"].inview {
  transform: scale(1); }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */ }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  .wrap {
    width: 88%; }
  p, ul, ol {
    font-size: 1rem;
    line-height: 1.6; }
  .heroheader.homepage .overlaytext h1 {
    font-size: 3rem;
    margin: 0.1em 0 0 0; }
  .heroheader.homepage .overlaytext h2 {
    font-size: 2.5rem; }
    .heroheader.homepage .overlaytext h2 br {
      display: none; }
  .pageintro .intro_copy {
    width: 80%; }
    .pageintro .intro_copy .left h2 {
      font-size: 1.3rem; }
    .pageintro .intro_copy .right p {
      height: inherit;
      margin: 0; }
  .partners {
    margin: 50px 0 140px 0; }
    .partners h2 {
      width: 95%;
      margin: 0 auto; }
    .partners .slider {
      margin-top: 50px; }
      .partners .slider .slick-list {
        padding: 0; }
      .partners .slider .slick-prev {
        left: 15px;
        z-index: 100;
        background: url("../images/slide_left_arrow.svg") no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px; }
        .partners .slider .slick-prev:before {
          content: ''; }
      .partners .slider .slick-next {
        right: 5px;
        z-index: 100;
        background: url("../images/slide_right_arrow.svg") no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px; }
        .partners .slider .slick-next:before {
          content: ''; }
  .pushedright {
    transform: translateX(50px); }
  .hr-text span, .hr-text:after {
    font-size: 1.4rem;
    padding: 0 1.75em;
    letter-spacing: 0.04em; }
  .investment_stories_header_row {
    /* impact page */
    background: #1f638A;
    padding-top: 4em;
    margin-bottom: -50px; }
    .investment_stories_header_row h2 {
      font-size: 1.75rem;
      width: 80%; }
  /* Standard default layout for the secondary pages */
  .two-column-row .flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    .two-column-row .flex .column_one, .two-column-row .flex .column_two {
      width: 47%;
      flex: 0 1 47%; }
  .two-column-row.one-to-two .flex .column_one {
    width: 30%;
    flex: 0 1 30%; }
  .two-column-row.one-to-two .flex .column_two {
    width: 65%;
    flex: 0 1 65%; }
  /* Home Case Studies slider */
  .case_studies {
    padding: 100px 0 40px 0; }
    .case_studies .controls {
      width: 80%; }
    .case_studies .slick-dots {
      right: 75px;
      top: -33px; }
    .case_studies .slider .case_study .flex {
      padding: 0;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center;
      width: 84%;
      margin: 0 auto; }
      .case_studies .slider .case_study .flex .left {
        width: 48%;
        flex: 0 1 48%; }
      .case_studies .slider .case_study .flex .right {
        width: 48%;
        flex: 0 1 48%; }
    .case_studies .slider .slick-prev {
      left: 25px;
      background: url("../images/icon-arrow-left-white.svg") no-repeat; }
    .case_studies .slider .slick-next {
      right: 25px;
      background: url("../images/icon-arrow-right-white.svg") no-repeat; }
    .case_studies .slider .slick-prev, .case_studies .slider .slick-next {
      z-index: 100;
      background-size: contain;
      width: 15px;
      height: 15px;
      top: -15px !important; }
      .case_studies .slider .slick-prev:before, .case_studies .slider .slick-next:before {
        content: ''; }
  body.page-template-page-home .postsgrid {
    margin-bottom: 50px; }
  body.category-investment-stories .grid {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap; }
    body.category-investment-stories .grid .invid_story {
      width: 50%;
      flex: 0 1 50%;
      padding: 100px 60px; }
      body.category-investment-stories .grid .invid_story:nth-child(even) {
        background-color: #f8f8f8; }
        body.category-investment-stories .grid .invid_story:nth-child(even) .story_text {
          color: #404040;
          margin-top: 40px;
          position: relative; }
          body.category-investment-stories .grid .invid_story:nth-child(even) .story_text h3 {
            margin: 0; }
            body.category-investment-stories .grid .invid_story:nth-child(even) .story_text h3 a {
              color: #404040;
              text-decoration: none; }
      body.category-investment-stories .grid .invid_story:nth-child(1), body.category-investment-stories .grid .invid_story:nth-child(4), body.category-investment-stories .grid .invid_story:nth-child(5), body.category-investment-stories .grid .invid_story:nth-child(8), body.category-investment-stories .grid .invid_story:nth-child(9), body.category-investment-stories .grid .invid_story:nth-child(12), body.category-investment-stories .grid .invid_story:nth-child(13) {
        background-color: #1f638a; }
        body.category-investment-stories .grid .invid_story:nth-child(1) .story_text, body.category-investment-stories .grid .invid_story:nth-child(4) .story_text, body.category-investment-stories .grid .invid_story:nth-child(5) .story_text, body.category-investment-stories .grid .invid_story:nth-child(8) .story_text, body.category-investment-stories .grid .invid_story:nth-child(9) .story_text, body.category-investment-stories .grid .invid_story:nth-child(12) .story_text, body.category-investment-stories .grid .invid_story:nth-child(13) .story_text {
          color: #ffffff; }
          body.category-investment-stories .grid .invid_story:nth-child(1) .story_text h3 a, body.category-investment-stories .grid .invid_story:nth-child(4) .story_text h3 a, body.category-investment-stories .grid .invid_story:nth-child(5) .story_text h3 a, body.category-investment-stories .grid .invid_story:nth-child(8) .story_text h3 a, body.category-investment-stories .grid .invid_story:nth-child(9) .story_text h3 a, body.category-investment-stories .grid .invid_story:nth-child(12) .story_text h3 a, body.category-investment-stories .grid .invid_story:nth-child(13) .story_text h3 a {
            color: #ffffff; }
      body.category-investment-stories .grid .invid_story .pic_and_logo img:hover {
        transform: scale(1.01); }
      body.category-investment-stories .grid .invid_story .story_text h3 {
        font-size: 1.5rem; }
  /* single template but for investment story single */
  .investment-story-page > h2 {
    margin-bottom: 2.5em; }
  .investment-story-page .flex .story_text {
    width: 56%;
    flex: 0 1 56%;
    /* was 40 */ }
  .investment-story-page .flex .story_download {
    width: 30%;
    flex: 0 1 30%;
    margin-left: 0; }
    .investment-story-page .flex .story_download .case_study_screenshot {
      margin: 0;
      max-height: 400px; }
  .investment-story-page .returnlink {
    margin-top: 50px; }
    .investment-story-page .returnlink p {
      text-align: left; }
  body.category-videos .archive-post-sections .investment-story-page .flex .story_text {
    width: 40%;
    flex: 0 1 40%; }
  body.category-videos .archive-post-sections .investment-story-page .flex .story_download {
    width: 52%;
    flex: 0 1 52%; }
  .hero .heroholder .box .text {
    margin-left: 7%; }
    .hero .heroholder .box .text h1 {
      font-size: 2.5rem; }
      .hero .heroholder .box .text h1 br {
        display: block; }
  .hero .heroholder .box .resourcesmenubutton {
    right: 20px;
    bottom: 80px; }
    .hero .heroholder .box .resourcesmenubutton .btn {
      font-size: 0.9rem;
      padding: 15px 25px 15px 50px;
      background: url("../images/icon-arrow-down-white.svg") no-repeat #666;
      background-position: 16px;
      background-size: 19px; }
      .hero .heroholder .box .resourcesmenubutton .btn:hover {
        background: url("../images/icon-arrow-down-white.svg") no-repeat #666;
        background-position: 16px;
        background-size: 19px; }
    .hero .heroholder .box .resourcesmenubutton:hover div {
      /* category menu */
      visibility: visible;
      position: absolute;
      display: block;
      z-index: 10;
      background: #666;
      padding: 10px 20px 40px 20px;
      width: 100%;
      top: 30px; }
      .hero .heroholder .box .resourcesmenubutton:hover div a {
        text-decoration: none;
        color: #f8f8f8;
        line-height: 2; }
        .hero .heroholder .box .resourcesmenubutton:hover div a:hover {
          color: #3099d5; }
  .hero.nomedia .box .text {
    width: 60%; }
    .hero.nomedia .box .text h1 {
      font-size: 1.9rem; }
  body.page-template-page-about .learnmore_video {
    padding: 30px 0; }
  .ourstory .flex #tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .ourstory .flex #tabs ul {
      flex: 0 1 30%;
      margin-top: 0; }
      .ourstory .flex #tabs ul li a {
        background: url("../images/icon-right-arrow-solid-lightblue.svg") no-repeat;
        background-position: right;
        background-size: 5%;
        padding: 15px 40px 15px 20px; }
    .ourstory .flex #tabs .tabcontentcontainer {
      flex: 0 1 60%; }
      .ourstory .flex #tabs .tabcontentcontainer p:first-of-type {
        margin-top: 0; }
  .impactgoals p {
    font-size: 1.5rem; }
  .ourimpactnumbers .flex {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center; }
    .ourimpactnumbers .flex > * {
      width: 40%; }
  .impactprojectionsgrid {
    padding: 60px; }
    .impactprojectionsgrid .flex {
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center; }
      .impactprojectionsgrid .flex > * {
        margin: 0;
        width: calc(50% - 38px);
        max-width: none; }
  .definingimpactcontent .flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    .definingimpactcontent .flex .first, .definingimpactcontent .flex .second {
      width: 45%;
      flex: 0 1 45%; }
    .definingimpactcontent .flex .first h3 {
      font-size: 1.3rem;
      margin-top: 0; }
    .definingimpactcontent .flex .defining_logos {
      margin-top: 40px; }
  /* Individual Case Study */
  .header_case_study .case_study .box {
    width: 50%;
    padding: 80px 40px; }
  .standard_grid {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px; }
    .standard_grid .left {
      flex: 0 1 40%;
      order: 0; }
      .standard_grid .left h2 {
        text-align: left; }
    .standard_grid .right {
      order: 1;
      flex: 0 1 55%; }
    .standard_grid.case_studies_grid_intro {
      margin-top: 50px; }
    .standard_grid.text_case_study .left {
      order: 0;
      margin: 0; }
      .standard_grid.text_case_study .left img {
        max-width: 100%;
        width: 100%; }
    .standard_grid.text_case_study .right {
      order: 1; }
      .standard_grid.text_case_study .right p:first-of-type {
        margin-top: 0; }
    .standard_grid.ourteam {
      margin: 90px auto; }
  .team_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px; }
    .team_grid .grid_item {
      width: 30%;
      flex: 0 1 30%; }
    .team_grid.advisors .grid_item {
      width: 15%;
      flex: 0 1 15%; }
  body.single .standard_grid {
    flex-flow: row-reverse nowrap; }
  .careers .imagesflex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto 50px auto; }
    .careers .imagesflex .first img, .careers .imagesflex .second img {
      width: 100%;
      margin: 0; }
    .careers .imagesflex .second {
      margin-top: 0;
      margin-left: -30px; }
  .items_grid {
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-start; }
    .items_grid .grid_item {
      flex: 0 1 48%; }
    .items_grid.case_studies_grid .grid_item .backgroundpic {
      height: 230px; }
    .items_grid.companies_grid {
      justify-content: flex-start; }
      .items_grid.companies_grid .grid_item {
        width: 30%;
        flex: 0 1 30%;
        margin-right: 1.5%;
        margin-left: 1.5%; }
    .items_grid.circulate_initiative {
      display: flex;
      flex-flow: row nowrap; }
  .financialreturn .generator {
    width: 768px;
    gap: 20px; }
    .financialreturn .generator div {
      height: 200px;
      width: 200px;
      border: 20px solid #ccc; }
      .financialreturn .generator div:nth-child(2) {
        height: 200px;
        width: 200px; }
  .postsgrid {
    /* news and resources main */ }
    .postsgrid .more p {
      text-align: right; }
    .postsgrid .flex .allposts {
      display: block;
      margin-top: 80px; }
      .postsgrid .flex .allposts .inner-flex {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between; }
  .allposts {
    /* archive pages */
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .allposts .news_text {
      width: 48%;
      flex: 0 1 48%; }
  body.single-companies_pt .standard_grid {
    flex-flow: row nowrap; }
  body.single-companies_pt .hero .heroholder .box {
    margin-bottom: 45px; }
  body.single-companies_pt .row_associated .company_media {
    padding: 50px 0; }
    body.single-companies_pt .row_associated .company_media .holder {
      width: 88%; }
      body.single-companies_pt .row_associated .company_media .holder .flex_gallery {
        margin-top: 30px; }
  body.archive .archive-post-sections .meta .post-categories img {
    float: left;
    margin-left: -30px;
    margin-right: 7px;
    margin-top: 4px; }
  body.single .story_text .meta .post-categories img {
    float: left;
    margin-left: -30px;
    margin-right: 7px;
    margin-top: 4px; }
  .changestarts .content {
    padding: 50px; }
    .changestarts .content .flex {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; }
      .changestarts .content .flex .text_one, .changestarts .content .flex .text_two {
        width: 50%;
        flex: 0 1 50%; }
  .workwithus-mission .flex .text_one {
    margin-bottom: 30px; }
  .workwithus-mission .flex .text_two p img {
    width: 100%;
    height: auto;
    border-radius: 18px; }
    .workwithus-mission .flex .text_two p img:first-of-type {
      margin-bottom: 10px; }
  .jobs .flex .job {
    padding-bottom: 70px;
    margin-bottom: 70px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    .jobs .flex .job:nth-child(odd) {
      flex-flow: row-reverse nowrap; }
    .jobs .flex .job .jobdescription, .jobs .flex .job .jobphoto {
      width: 47%;
      flex: 0 1 47%; }
  /* Our Story page */
  .story_top {
    padding: 80px 0 60px 0; }
  .story_rows .flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .story_rows .flex h2 {
      width: 100%;
      flex: 0 1 100%; }
    .story_rows .flex .left, .story_rows .flex .right {
      width: 47%;
      flex: 0 1 47%; }
    .story_rows .flex .left .slick-next:before, .story_rows .flex .left .slick-prev:before {
      color: transparent !important; }
    .story_rows .flex .left .slick-next {
      right: 5px !important;
      background: url("../images/icon-arrow-right-white.svg") no-repeat;
      background-size: contain;
      z-index: 10; }
    .story_rows .flex .left .slick-prev {
      left: 14px !important;
      z-index: 10;
      background: url("../images/icon-arrow-left-white.svg") no-repeat;
      background-size: contain; }
    .story_rows .flex .right {
      margin-top: 0; }
    .story_rows .flex:nth-child(even) {
      flex-flow: row-reverse wrap; }
  .footer_contact .wrap {
    width: 50%; }
  .blog_filter_by_year ul {
    width: 80%; }
  .footer nav ul.footer-links {
    display: flex;
    justify-content: center; }
    .footer nav ul.footer-links > li {
      border: 0; }
    .footer nav ul.footer-links li {
      text-align: left; }
      .footer nav ul.footer-links li a {
        padding: 0 10px;
        font-size: 0.9rem;
        font-weight: 700;
        text-align: left; }
      .footer nav ul.footer-links li .sub-menu {
        display: none; }
        .footer nav ul.footer-links li .sub-menu li a {
          text-align: left;
          font-size: 0.7em; }
  .footer .prominentawards .flex {
    flex-flow: row nowrap; }
    .footer .prominentawards .flex .graphic {
      flex: 1; } }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  .header #inner-header {
    width: 100%; }
    .header #inner-header .left {
      flex: 0 1 25%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .header #inner-header .left a img:nth-child(2) {
        width: 40px; }
      .header #inner-header .left a img:nth-child(2) {
        width: 170px; }
    .header #inner-header .right {
      height: inherit;
      flex: 0 1 75%;
      background: #1f638A;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .header #inner-header .right .navicon {
        display: none; }
      .header #inner-header .right .search-form {
        padding-right: 50px;
        z-index: 2;
        position: initial; }
        .header #inner-header .right .search-form input {
          transition: all 500ms ease-out;
          opacity: 0;
          z-index: 2;
          display: block;
          position: absolute;
          left: 50px;
          text-indent: 40px;
          right: 0;
          top: 50%;
          width: 0%;
          max-width: 80%;
          height: 60px;
          margin: -30px 0 0 0;
          padding: 0;
          background: #1F638A;
          color: #fff;
          font-size: 1.3rem;
          border-bottom: 1px solid #fff; }
        .header #inner-header .right .search-form input:focus,
        .header #inner-header .right .search-form input:active {
          border: none;
          border-bottom: 1px solid #fff;
          outline: none; }
        .header #inner-header .right .search-form input::placeholder {
          color: #96bbd0;
          opacity: 1; }
        .header #inner-header .right .search-form .searchclose,
        .header #inner-header .right .search-form .searchicon {
          width: 40px;
          display: block;
          padding-top: 8px;
          margin-left: auto;
          cursor: pointer;
          background: none;
          border: none;
          z-index: 3; }
        .header #inner-header .right .search-form .searchclose {
          display: none; }
        .header #inner-header .right .search-form.search-enabled input {
          left: 50px;
          width: 80%;
          opacity: 1;
          padding: 0 12px; }
        .header #inner-header .right .search-form.search-enabled .searchclose {
          display: block; }
        .header #inner-header .right .search-form.search-enabled .searchicon {
          position: absolute;
          left: 50px;
          top: 50%;
          margin-top: -20px; }
      .header #inner-header .right nav {
        z-index: 2;
        position: relative;
        background: none;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        overflow-y: initial;
        height: inherit;
        padding: 0;
        /* for adding the search icon */
        display: flex !important;
        align-items: center;
        justify-content: flex-start; }
        .header #inner-header .right nav .closex {
          display: none; }
        .header #inner-header .right nav ul {
          margin: 0 0 0 50px;
          height: inherit;
          display: flex;
          justify-content: center;
          align-items: center; }
          .header #inner-header .right nav ul li {
            padding: 0 17px;
            /* showing sub-menus */ }
            .header #inner-header .right nav ul li a {
              color: #ffffff;
              font-size: 1rem;
              padding: 0;
              letter-spacing: 0.1em; }
              .header #inner-header .right nav ul li a:hover {
                color: #3099D5; }
            .header #inner-header .right nav ul li.applylink {
              margin-left: 20px; }
              .header #inner-header .right nav ul li.applylink a {
                color: #ffffff;
                border-bottom: dotted 2px #ffffff;
                font-weight: 700; }
                .header #inner-header .right nav ul li.applylink a:hover {
                  color: #3099D5;
                  border-bottom: dotted 2px #3099D5; }
            .header #inner-header .right nav ul li.current-menu-item a {
              font-weight: 700;
              color: #3099D5; }
            .header #inner-header .right nav ul li ul.sub-menu,
            .header #inner-header .right nav ul li ul.children {
              margin-top: 0;
              border-top: 0;
              position: absolute;
              visibility: hidden;
              z-index: 8999;
              display: block;
              background: #3099D5;
              padding: 40px 40px 40px 15px;
              margin-left: 0;
              /* highlight sub-menu current page */ }
              .header #inner-header .right nav ul li ul.sub-menu li,
              .header #inner-header .right nav ul li ul.children li {
                /*
						  if you need to go deeper, go nuts
						  just remember deeper menus suck
						  for usability. k, bai.
						  */ }
                .header #inner-header .right nav ul li ul.sub-menu li.current-menu-item a,
                .header #inner-header .right nav ul li ul.children li.current-menu-item a {
                  color: #ffffff; }
                .header #inner-header .right nav ul li ul.sub-menu li a,
                .header #inner-header .right nav ul li ul.children li a {
                  padding: 10px 0;
                  border-right: 0;
                  display: block;
                  text-align: left;
                  color: #ffffff; }
                  .header #inner-header .right nav ul li ul.sub-menu li a:hover, .header #inner-header .right nav ul li ul.sub-menu li a:focus,
                  .header #inner-header .right nav ul li ul.children li a:hover,
                  .header #inner-header .right nav ul li ul.children li a:focus {
                    color: #1f638A; }
                .header #inner-header .right nav ul li ul.sub-menu li:last-child a,
                .header #inner-header .right nav ul li ul.children li:last-child a {
                  border-bottom: 0; }
                .header #inner-header .right nav ul li ul.sub-menu li ul,
                .header #inner-header .right nav ul li ul.children li ul {
                  top: 0;
                  left: 100%; }
              .header #inner-header .right nav ul li ul.sub-menu li.current-menu-item a,
              .header #inner-header .right nav ul li ul.sub-menu li.current_page_item a,
              .header #inner-header .right nav ul li ul.sub-menu li.current_page_ancestor a,
              .header #inner-header .right nav ul li ul.children li.current-menu-item a,
              .header #inner-header .right nav ul li ul.children li.current_page_item a,
              .header #inner-header .right nav ul li ul.children li.current_page_ancestor a {
                color: #ffffff;
                text-decoration: none; }
            .header #inner-header .right nav ul li:hover > ul {
              top: auto;
              visibility: visible; }
  .pageintro {
    padding: 100px 0; }
    .pageintro .intro_copy {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: left;
      gap: 60px; }
      .pageintro .intro_copy .left {
        width: 60%;
        flex: 0 1 60%; }
      .pageintro .intro_copy .right {
        margin-top: 0;
        width: 35%;
        flex: 0 1 35%; }
  body.blog .pageintro {
    padding: 50px 0; }
    body.blog .pageintro .intro_copy .left {
      /* when on news page with no photo */
      width: 70%;
      flex: 0 1 70%; }
  .ourvision .center img {
    margin: 0 0 0 50px; }
  .ourvision .d-flex {
    align-items: flex-start;
    flex-direction: row; }
    .ourvision .d-flex .text-area {
      width: 48%;
      flex: 0 1 48%; }
    .ourvision .d-flex .center {
      width: 48%;
      flex: 0 1 48%; }
  .ourstory .flex #tabs {
    flex-direction: row; }
    .ourstory .flex #tabs ul {
      flex: 0 1 37%; }
      .ourstory .flex #tabs ul li a {
        padding: 30px 20px; }
    .ourstory .flex #tabs .tabcontentcontainer {
      flex: 0 1 55%; }
  .workwithus-topinfo .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left; }
    .workwithus-topinfo .flex .first {
      width: 60%;
      flex: 0 1 60%; }
    .workwithus-topinfo .flex .second {
      width: 35%;
      flex: 0 1 35%; }
  .ourfootprint .flex {
    align-items: center; }
  .blog-filters {
    width: 80%;
    margin: 0 auto; }
  .postsgrid {
    /* news and resources main */ }
    .postsgrid .flex {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      .postsgrid .flex .latestpost {
        width: 48%;
        flex: 0 1 48%; }
      .postsgrid .flex .allposts {
        display: block;
        margin-top: 0;
        width: 48%; }
        .postsgrid .flex .allposts .inner-flex {
          display: flex;
          flex-flow: row wrap;
          justify-content: space-between;
          flex: 0 1 48%; }
  /* Standard default layout for the secondary pages */
  .footer nav {
    margin-top: 80px; }
    .footer nav ul.footer-links {
      width: 65%;
      margin: 0 auto; }
      .footer nav ul.footer-links li {
        flex: 1; }
        .footer nav ul.footer-links li a {
          font-size: 1rem; }
          .footer nav ul.footer-links li a:hover {
            text-decoration: underline; }
        .footer nav ul.footer-links li > a {
          padding: 0; }
        .footer nav ul.footer-links li .sub-menu {
          display: block;
          padding: 0; }
          .footer nav ul.footer-links li .sub-menu li a {
            font-size: 0.8rem; } }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  html.nav-enabled {
    overflow: auto; }
  .wrap {
    width: 85%; }
  .section {
    padding: 100px; }
  .goodbutton {
    font-size: 1rem; }
  .d-flex {
    flex-direction: row; }
    .d-flex.direction-row-md {
      flex-direction: row; }
    .d-flex > * {
      width: 60%; }
    .d-flex > .w-25-md {
      width: 25%; }
    .d-flex > .w-33-md {
      width: 33.33333333%; }
    .d-flex > .w-40-md {
      width: 40%; }
    .d-flex > .w-50-md {
      width: 50%; }
    .d-flex > .w-60-md {
      width: 60%; }
    .d-flex > .w-75-md {
      width: 75%; }
    .d-flex > .w-100-md {
      width: 100%; }
  h2 {
    font-size: 1.8rem;
    letter-spacing: 1px; }
  p, ul, ol {
    font-size: 1.125rem; }
  .text-area h3 {
    font-size: 2rem; }
  .text-area p,
  .text-area li {
    font-size: 1.125rem; }
  .header #inner-header .left a img:nth-child(2) {
    width: 50px; }
  .header #inner-header .left a img:nth-child(2) {
    width: 200px; }
  .heroheader.homepage .overlaytext h1 {
    font-size: 3rem; }
  .hr-text {
    font-size: 1.5rem; }
    .hr-text span div img {
      height: 1.3em;
      margin-right: 15px; }
  .line-title span {
    padding: 0 1.7em; }
  .blog-filters {
    width: 70%; }
    .blog-filters ul li a {
      font-size: 0.9rem; }
  .postsgrid .flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start; }
    .postsgrid .flex h2 {
      text-align: left; }
    .postsgrid .flex .latestpost {
      width: 40%;
      flex: 0 1 40%; }
      .postsgrid .flex .latestpost .content .news_text {
        padding: 25px; }
        .postsgrid .flex .latestpost .content .news_text h3 {
          font-size: 1.5rem; }
        .postsgrid .flex .latestpost .content .news_text p {
          font-size: 1rem; }
        .postsgrid .flex .latestpost .content .news_text .more p {
          text-align: left;
          font-size: 0.9rem; }
        .postsgrid .flex .latestpost .content .news_text .meta ul a {
          font-size: 0.9rem; }
    .postsgrid .flex .allposts {
      width: 56%;
      display: block; }
      .postsgrid .flex .allposts .inner-flex {
        flex: 0 1 56%; }
  .blog_filter_by_year ul {
    width: 60%;
    font-size: 1rem; }
  .allposts {
    margin-top: 0;
    width: 56%;
    flex: 0 1 56%; }
    .allposts .news_text {
      padding-bottom: 40px;
      margin-bottom: 40px; }
      .allposts .news_text h3 {
        font-size: 1.2rem; }
    .allposts .more {
      margin-right: 28px; }
    .allposts.archiving {
      /* the archves pages */
      width: 85%; }
  body.page-template-page-home .postsgrid .allposts {
    width: 100%;
    flex: 0 1 100%; }
  body.page-template-page-investments .investmentpage-intro {
    padding: 55px 0;
    width: 70%; }
  body.page-template-page-investments .investlogos .d-flex .text-area:first-child {
    width: 60%; }
  body.page-template-page-investments .investlogos .d-flex .text-area:last-child {
    width: 40%; }
    body.page-template-page-investments .investlogos .d-flex .text-area:last-child .items_grid.companies_grid .grid_item {
      width: 28%;
      flex: 0 1 28%; }
  body.page-template-page-investments .investlogos .d-flex .text-area .items_grid.companies_grid {
    gap: 20px; }
    body.page-template-page-investments .investlogos .d-flex .text-area .items_grid.companies_grid .grid_item {
      width: 30%;
      flex: 0 1 30%;
      height: 150px;
      min-height: 150px;
      margin: 0; }
      body.page-template-page-investments .investlogos .d-flex .text-area .items_grid.companies_grid .grid_item .company_holder .listinglogo a {
        background: #fff; }
  body.page-template-page-investments .partners {
    margin: 140px auto; }
  .successful_exit::before {
    font-size: 0.85rem; }
  body.category-investment-stories .grid .invid_story {
    display: flex;
    justify-content: flex-start;
    flex-flow: row nowrap;
    padding: 100px; }
    body.category-investment-stories .grid .invid_story .holder {
      width: 90%;
      flex: 0 1 90%; }
      body.category-investment-stories .grid .invid_story .holder .pic_and_logo .company_logos_holder .company_logo {
        width: 145px; }
        body.category-investment-stories .grid .invid_story .holder .pic_and_logo .company_logos_holder .company_logo img {
          max-height: 80px; }
    body.category-investment-stories .grid .invid_story:nth-child(2n+1) {
      justify-content: flex-end; }
    body.category-investment-stories .grid .invid_story .story_text h3::before {
      width: 30px;
      height: 30px;
      left: -35px;
      top: 0; }
  /* single template but for investment story single */
  .investment-story-page {
    padding: 130px 0; }
    .investment-story-page > h2 {
      position: relative; }
      .investment-story-page > h2::before {
        content: '';
        background: url("/wp-content/uploads/2023/01/Investment-stories-bright-blue.png");
        position: absolute;
        left: -25px;
        top: 2px;
        width: 20px;
        height: 20px;
        background-size: cover; }
    .investment-story-page .flex .logo {
      width: 10%;
      flex: 0 1 10%; }
    .investment-story-page .flex .story_text {
      width: 46%;
      flex: 0 1 46%;
      padding-right: 2%; }
      .investment-story-page .flex .story_text h3 {
        font-size: 1.5rem; }
    .investment-story-page .flex .story_download {
      width: 40%;
      flex: 0 1 40%;
      margin-left: 0;
      border-left: 3px dotted #ccc;
      padding-left: 7%; }
      .investment-story-page .flex .story_download .case_study_screenshot {
        margin: 0; }
  .pageintro {
    padding: 120px 0; }
    .pageintro .intro_copy {
      width: 85%; }
      .pageintro .intro_copy .left h2 {
        font-size: 1.75rem; }
      .pageintro .intro_copy .left p {
        font-size: 1.3rem; }
  body.blog .pageintro {
    padding: 70px 0; }
  .partners {
    margin: 0 0 140px 0; }
    .partners .slider .partner img {
      max-width: 250px;
      max-height: 120px; }
  .investment_stories_header_row h2 {
    font-size: 2.5rem;
    width: 70%; }
  /* Investment Stories slider */
  .case_studies {
    padding: 100px 150px; }
    .case_studies .slick-slider.slick-dotted {
      padding-top: 50px; }
    .case_studies .controls {
      width: 90%; }
      .case_studies .controls p {
        font-size: 1.5rem;
        transform: translateY(4px); }
        .case_studies .controls p img {
          margin-top: -5px; }
    .case_studies .slider .case_study .flex {
      width: 94%; }
      .case_studies .slider .case_study .flex .left .logo {
        max-width: 175px; }
      .case_studies .slider .case_study .flex .right h3 {
        font-size: 2rem; }
      .case_studies .slider .case_study .flex .right a.morelink {
        font-size: 1.1rem; }
        .case_studies .slider .case_study .flex .right a.morelink:hover {
          color: #3099D5; }
    .case_studies .slick-dots {
      top: -36px; }
  .hero .heroholder {
    align-items: flex-start; }
    .hero .heroholder .box .resourcesmenubutton {
      right: 40px;
      bottom: 80px; }
  .topintro .flex {
    flex-direction: row;
    gap: 100px;
    padding-bottom: 30px; }
    .topintro .flex p {
      font-size: 1.7rem;
      flex: 0 1 80%; }
    .topintro .flex h3 {
      flex: 0 1 60%;
      padding: 40px 50px;
      font-size: 2rem; }
      .topintro .flex h3 strong {
        font-size: 1.2em; }
  .header_case_study {
    height: 600px; }
    .header_case_study .case_study .box {
      width: 38%;
      padding: 100px 50px; }
      .header_case_study .case_study .box .text h3 {
        font-size: 2.5rem; }
    .header_case_study.listing {
      height: 750px; }
  .standard_grid .left h1 {
    font-size: 1.2rem; }
  .standard_grid .left h3 {
    font-size: 1.7rem; }
  .standard_grid .left .company_website a {
    font-size: 1.2rem;
    background-size: 20px;
    padding-left: 25px; }
  .standard_grid.case_studies_grid_intro {
    margin-top: 100px; }
  .standard_grid.text_case_study {
    margin-top: 60px;
    margin-bottom: 60px; }
    .standard_grid.text_case_study .right .case_study_download_link {
      max-width: 400px;
      font-size: 1rem; }
  .standard_grid.ourteam {
    margin: 160px auto; }
  .standard_grid.teampage .left {
    flex: 0 1 30%; }
  .standard_grid.teampage .right {
    flex: 0 1 65%; }
  /* Standard default layout for the secondary pages */
  .two-column-row h3 {
    font-size: 1.5rem; }
  .hero + .standard_grid {
    margin-top: 100px; }
  .items_grid .grid_item {
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; }
    .items_grid .grid_item:hover {
      transform: scale(1.01); }
  .items_grid.case_studies_grid .grid_item {
    flex: 0 1 31%; }
    .items_grid.case_studies_grid .grid_item .backgroundpic {
      height: 250px; }
    .items_grid.case_studies_grid .grid_item h3 {
      font-size: 2rem;
      margin: 0.3em 0 0 0; }
    .items_grid.case_studies_grid .grid_item .listinglogo {
      width: 120px;
      height: 120px; }
  .items_grid.companies_grid {
    padding: 50px;
    width: 90%; }
    .items_grid.companies_grid .grid_item {
      width: 23.5%;
      flex: 0 1 23.5%;
      margin-right: 0.75%;
      margin-left: 0.75%;
      height: 250px; }
      .items_grid.companies_grid .grid_item h3 {
        font-size: 2rem;
        margin: 0.3em 0 0 0; }
      .items_grid.companies_grid .grid_item .listinglogo {
        width: 120px;
        height: 120px; }
        .items_grid.companies_grid .grid_item .listinglogo:hover {
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
        .items_grid.companies_grid .grid_item .listinglogo a img {
          max-width: 175px;
          max-height: 85px; }
  .ourstory .flex #tabs ul li {
    font-size: 1.875rem; }
  .ourteam-careers > .flex {
    flex-direction: row;
    gap: 100px; }
    .ourteam-careers > .flex .left,
    .ourteam-careers > .flex .right {
      width: 50%; }
  .circulate-initiative .flex {
    padding-top: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .circulate-initiative .flex > * {
      width: 48%; }
    .circulate-initiative .flex > div:last-child {
      position: relative;
      top: auto;
      left: auto;
      right: auto; }
      .circulate-initiative .flex > div:last-child img {
        margin-top: 0px;
        height: auto; }
  .investlogos .d-flex {
    position: relative;
    gap: 120px; }
    .investlogos .d-flex .text-area {
      position: relative; }
      .investlogos .d-flex .text-area:first-child:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        right: -60px;
        top: 0;
        border-left: 2px dotted #3099D5; }
      .investlogos .d-flex .text-area:last-child {
        border: none; }
      .investlogos .d-flex .text-area h3 {
        font-size: 2rem; }
  .investcriteria .line-title {
    margin: 0 auto 100px auto; }
  .investcriteria .text-area {
    opacity: 0.8; }
  .financialreturn h3.financialreturn-subtitle {
    margin-top: 20px; }
  .financialreturn .generator {
    margin: 0;
    width: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0; }
    .financialreturn .generator div:after,
    .financialreturn .generator h2 {
      width: auto;
      height: 100px;
      line-height: 100px;
      margin: -50px 0 0 0;
      padding-left: 50px;
      top: 50%;
      left: 0;
      right: 0;
      bottom: auto; }
    .financialreturn .generator h2:before {
      border-top: 51px solid transparent;
      border-left: 50px solid #F3F3F2;
      border-bottom: 51px solid transparent;
      border-right: none;
      right: -50px;
      left: auto;
      top: 0;
      bottom: auto; }
    .financialreturn .generator div {
      margin: 0 0 0 -40px; }
      .financialreturn .generator div:after {
        display: block;
        width: 40px;
        margin: -50px 0 0 0;
        padding: 0;
        left: auto;
        right: -20px;
        top: 50%;
        bottom: auto;
        border-left: none;
        border-right: none; }
  .ourimpactnumbers .flex > * {
    margin: 0;
    width: 20%;
    max-width: none; }
  .impactprojectionsgrid .flex > * {
    width: calc(25% - 38px); }
  .definingimpactcontent {
    padding: 110px 0 130px 0; }
    .definingimpactcontent .flex {
      margin-top: 50px; }
      .definingimpactcontent .flex .first h3 {
        font-size: 1.55rem; }
      .definingimpactcontent .flex .defining_logos .org {
        margin-right: 45px; }
  .section.impactgoals {
    padding-bottom: 0; }
  .impactgoals {
    position: relative; }
    .impactgoals .message {
      position: absolute;
      top: 165px;
      left: 990px;
      padding-right: 50px; }
    .impactgoals > .flex {
      position: relative;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; }
      .impactgoals > .flex .icons {
        width: 900px; }
        .impactgoals > .flex .icons .flex {
          justify-content: start; }
  body.single-companies_pt .row_associated {
    padding: 0 50px 50px 50px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 95%; }
    body.single-companies_pt .row_associated .associated_resources {
      width: 40%;
      flex: 0 1 40%;
      margin-bottom: 0; }
      body.single-companies_pt .row_associated .associated_resources h4 {
        font-size: 1.4rem;
        margin-bottom: 0.8em; }
      body.single-companies_pt .row_associated .associated_resources .flex .resource_link {
        flex: 0 1 32%;
        margin-right: 2%;
        margin-bottom: 20px; }
        body.single-companies_pt .row_associated .associated_resources .flex .resource_link:nth-child(3n+3) {
          margin-right: 0; }
        body.single-companies_pt .row_associated .associated_resources .flex .resource_link .resource_thumb {
          height: 200px; }
        body.single-companies_pt .row_associated .associated_resources .flex .resource_link p {
          margin-top: 0.3em;
          font-size: 1.1rem; }
          body.single-companies_pt .row_associated .associated_resources .flex .resource_link p a {
            text-decoration: none; }
            body.single-companies_pt .row_associated .associated_resources .flex .resource_link p a:hover {
              text-decoration: underline; }
    body.single-companies_pt .row_associated .company_media {
      padding: 50px 0;
      width: 56%;
      flex: 0 1 56%;
      background: #f8f8f8;
      border-radius: 18px;
      display: flex;
      align-items: center; }
      body.single-companies_pt .row_associated .company_media .holder .youtube_embed {
        width: 100%;
        margin-top: 0; }
      body.single-companies_pt .row_associated .company_media .holder .flex_gallery {
        margin-top: 30px; }
  .careers {
    padding: 150px 0; }
  .team_grid {
    gap: 40px; }
    .team_grid .grid_item {
      width: 22%;
      flex: 0 1 22%; }
      .team_grid .grid_item p {
        font-size: 1rem; }
        .team_grid .grid_item p.location {
          font-size: 0.9rem; }
    .team_grid.advisors .grid_item {
      width: 13%;
      flex: 0 1 13%; }
  body.single-companies_pt .hero .heroholder .box {
    margin-bottom: 60px; }
    body.single-companies_pt .hero .heroholder .box .text {
      margin-left: 3.5%; }
      body.single-companies_pt .hero .heroholder .box .text .company_logo {
        width: 200px; }
        body.single-companies_pt .hero .heroholder .box .text .company_logo img {
          max-height: 90px; }
  .ourfootprint {
    background-position: 100% 65%; }
    .ourfootprint .flex {
      height: 350px; }
      .ourfootprint .flex .text-area .goodbutton {
        font-size: 1rem; }
  .sidebar h2 {
    font-size: 1.5rem;
    color: #999;
    text-transform: uppercase; }
  .sidebar ul li {
    margin-bottom: 0.75em;
    line-height: 1.1; }
    .sidebar ul li a {
      text-decoration: none;
      font-size: 1.1rem; }
  .footer {
    padding: 100px 30px; }
    .footer .prominentawards {
      max-width: 60%;
      margin: 0 auto; }
  .changestarts {
    margin: 0 auto;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden; }
    .changestarts .images div {
      height: 400px; }
    .changestarts .content {
      padding: 70px; }
      .changestarts .content .flex .text_one, .changestarts .content .flex .text_two {
        width: 50%;
        flex: 0 1 50%; }
      .changestarts .content .flex .text_one h3 {
        font-size: 2rem; }
  .workwithus-mission {
    margin: 0 auto;
    padding: 100px 0; }
    .workwithus-mission .flex {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center; }
      .workwithus-mission .flex .text_one, .workwithus-mission .flex .text_two {
        width: 45%;
        flex: 0 1 45%; }
      .workwithus-mission .flex .text_one h4 {
        font-size: 2rem; }
      .workwithus-mission .flex .text_one p {
        font-size: 1.1rem; }
      .workwithus-mission .flex .text_two p br {
        display: block; }
  .jobs {
    margin: 0 auto;
    padding: 60px; }
  .learnmore_video {
    padding: 130px 0; }
  body.page-template-page-about .learnmore_video {
    padding: 50px 0; }
  .story_rows .flex .right a {
    font-size: 0.9em; }
  .story_rows .flex > h2 {
    font-size: 1.7rem; }
  .story_rows .flex.timeline_row {
    padding: 0 0 170px 50px;
    margin: 0 0 0 -50px; }
    .story_rows .flex.timeline_row h2 {
      margin: -22px 0 40px 0; } }

@media only screen and (min-width: 1650px) {
  body {
    background: #dddddd; }
  h2 {
    font-size: 2rem; }
  p, ul, ol {
    font-size: 1.35rem; }
  .wrapper {
    margin: 0 auto;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    background: #ffffff; }
  .header #inner-header {
    height: 160px; }
    .header #inner-header .left {
      flex: 0 1 28%; }
      .header #inner-header .left a img:nth-child(1) {
        width: 80px; }
      .header #inner-header .left a img:nth-child(2) {
        width: 280px; }
    .header #inner-header .right {
      flex: 0 1 72%; }
      .header #inner-header .right nav {
        padding: 0 50px 0 0; }
        .header #inner-header .right nav ul li {
          padding: 0 25px; }
          .header #inner-header .right nav ul li a {
            font-size: 1.2rem; }
  .heroheader {
    height: 350px; }
    .heroheader.homepage .overlaytext h1 {
      font-size: 3rem; }
  .hr-text {
    margin: 30px auto 90px auto; }
  body.home .hr-text {
    margin: 30px auto; }
  body.home .pageintro .intro_copy .left {
    /* when no pic */
    width: 70%;
    flex: 0 1 70%; }
  .postsgrid {
    width: 85%;
    margin: 0 auto;
    padding: 85px 0; }
  body.category-investment-stories .postsgrid .flex .latestpost .content {
    width: 24%;
    flex: 0 1 24%; }
  body.page-template-page-investments .investlogos .d-flex .text-area:last-child .items_grid.companies_grid .grid_item {
    width: 29%;
    flex: 0 1 29%; }
  body.page-template-page-investments .investlogos .d-flex .text-area .items_grid.companies_grid .grid_item {
    width: 31%;
    flex: 0 1 31%;
    height: 150px;
    min-height: 150px;
    margin: 0; }
    body.page-template-page-investments .investlogos .d-flex .text-area .items_grid.companies_grid .grid_item .company_holder .listinglogo a img {
      max-width: 85%; }
  body.single-companies_pt .hero .heroholder .box .text .company_logo {
    width: 300px; }
    body.single-companies_pt .hero .heroholder .box .text .company_logo img {
      max-height: 150px; }
  .blog_filter_by_year ul {
    width: 40%; }
  .pageintro .intro_copy {
    width: 70%; }
    .pageintro .intro_copy .left {
      width: 50%;
      flex: 0 1 50%; }
      .pageintro .intro_copy .left h2 {
        font-size: 2rem; }
      .pageintro .intro_copy .left h4 {
        font-size: 1.4rem; }
    .pageintro .intro_copy .right {
      width: 45%;
      flex: 0 1 45%; }
  .hero {
    /* about and other standard box-top pages */
    height: 350px; }
    .hero.nomedia {
      height: 250px; }
      .hero.nomedia .heroholder .box .text h1 {
        font-size: 2rem; }
    .hero .heroholder .box .text h1 {
      font-size: 3rem; }
    .hero .heroholder .box .text h2 {
      font-size: 1.5rem;
      margin-top: 0.3em; }
    .hero .heroholder .box .text .boxyflex .post-categories li img {
      transform: translateY(9px); }
  .topintro .flex h3 {
    font-weight: 300;
    font-size: 2rem; }
  .topintro .flex p {
    flex: 0 1 60%; }
  .ourstory .flex #tabs ul li a {
    padding: 50px 40px;
    font-size: 2rem; }
  .ourstory .flex.wrap {
    width: 75%; }
  .ourimpactnumbers .flex {
    flex-wrap: nowrap; }
    .ourimpactnumbers .flex > * {
      width: 25%; }
      .ourimpactnumbers .flex > * img {
        max-height: 100px; }
      .ourimpactnumbers .flex > * p {
        font-size: 24px;
        line-height: 30px; }
        .ourimpactnumbers .flex > * p b {
          padding: 20px 0;
          font-size: 24px; }
  .impactgoals {
    position: relative; }
    .impactgoals p {
      font-size: 1.5rem;
      line-height: 2.5rem;
      color: #1f638A; }
    .impactgoals .message {
      position: absolute;
      top: 220px;
      left: 1140px;
      padding-right: 100px; }
    .impactgoals > .flex {
      position: relative;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; }
      .impactgoals > .flex .icons {
        width: 1020px; }
        .impactgoals > .flex .icons .flex {
          justify-content: start; }
          .impactgoals > .flex .icons .flex > * {
            width: 230px;
            height: 230px;
            line-height: 130px;
            padding-top: 80px; }
            .impactgoals > .flex .icons .flex > * img {
              max-height: 120px;
              max-width: none; }
            .impactgoals > .flex .icons .flex > * .goal {
              font-size: 18px; }
  .impactprojectionsgrid .flex > * img {
    max-height: 100px; }
  .impactprojectionsgrid .flex > * p {
    font-size: 26px;
    line-height: 30px; }
    .impactprojectionsgrid .flex > * p b {
      padding: 20px 0;
      font-size: 34px; }
  .definingimpactcontent {
    padding: 170px 0 190px 0; }
    .definingimpactcontent .flex .first h3 {
      font-size: 2rem; }
  /* Home Case Studies slider */
  .case_studies {
    padding: 150px 250px; }
    .case_studies .slick-dots {
      top: -40px; }
    .case_studies .slider .case_study .flex .right h3 {
      font-size: 2rem; }
  .header_case_study {
    height: 750px; }
    .header_case_study .case_study .box {
      padding: 120px 70px;
      margin-left: 5%; }
      .header_case_study .case_study .box .text h3 {
        font-size: 4rem; }
    .header_case_study.listing {
      height: 850px; }
  .standard_grid .left {
    padding-right: 60px; }
    .standard_grid .left h1 {
      font-size: 1.5rem; }
  .standard_grid .right {
    padding-right: 10%; }
  .standard_grid.case_studies_grid_intro {
    margin-top: 150px;
    margin-bottom: 100px; }
  .standard_grid.ourteam {
    margin: 250px auto; }
  .items_grid {
    max-width: 1600px;
    margin: 0 auto; }
    .items_grid.case_studies_grid .grid_item .backgroundpic {
      height: 350px; }
    .items_grid.case_studies_grid .grid_item h3 {
      font-size: 2rem; }
    .items_grid.companies_grid {
      max-width: 100%;
      padding: 80px; }
      .items_grid.companies_grid .grid_item {
        height: 250px; }
        .items_grid.companies_grid .grid_item h3 {
          font-size: 2rem; }
        .items_grid.companies_grid .grid_item .company_holder .listinglogo a img {
          max-width: 215px; }
    .items_grid.circulate_initiative {
      padding-top: 150px;
      padding-bottom: 150px; }
  .team_grid {
    margin-top: 100px;
    gap: 52px; }
    .team_grid .grid_item {
      width: 17%;
      flex: 0 1 17%; }
    .team_grid.advisors .grid_item {
      width: 11%;
      flex: 0 1 11%; }
  .blog-filters {
    width: 100%; }
  .postsgrid .flex .latestpost {
    width: 35%;
    flex: 0 1 35%; }
    .postsgrid .flex .latestpost .content .news_text h3 {
      font-size: 1.8rem; }
    .postsgrid .flex .latestpost .content .news_text p {
      font-size: 1.1rem; }
  .postsgrid .flex .allposts {
    display: block;
    width: 61%; }
    .postsgrid .flex .allposts .inner-flex {
      flex: 0 1 61%; }
  .allposts {
    width: 61%;
    flex: 0 1 61%; }
    .allposts .news_text {
      width: 31%;
      flex: 0 1 31%; }
      .allposts .news_text h3 {
        font-size: 1.3rem; }
      .allposts .news_text .meta ul {
        font-size: 0.8rem; }
      .allposts .news_text .meta p {
        font-size: 1rem; }
  body.category-investment-stories .grid .invid_story {
    padding: 100px; }
    body.category-investment-stories .grid .invid_story .holder {
      width: 80%;
      flex: 0 1 80%; }
  /* single template but for investment story single */
  .investment-story-page {
    padding: 150px 0; }
    .investment-story-page > h2 {
      margin-bottom: 3em;
      max-width: 75%;
      margin: 0 auto 2.5em auto; }
    .investment-story-page .post-text-area {
      max-width: 75%; }
    .investment-story-page .flex {
      max-width: 75%;
      margin: 0 auto; }
    .investment-story-page .returnlink {
      width: 75%;
      margin: 0 auto;
      margin-top: 50px; }
      .investment-story-page .returnlink p {
        font-size: 0.9em; }
  .changestarts .content .flex .text_one h3 {
    font-size: 3rem; }
  .partners {
    width: 85%;
    margin: 0 auto 170px auto; }
    .partners h2 {
      width: 100%; }
  .workwithus-mission {
    padding: 150px 0; }
    .workwithus-mission .flex .text_one h4 {
      font-size: 2.5rem; }
    .workwithus-mission .flex .text_one p {
      font-size: 1.3rem; }
  .investment_stories_header_row h2 {
    width: 65%; }
  .jobs {
    padding: 100px; }
    .jobs .flex .job h5 {
      font-size: 2.1rem; }
  .learnmore_video {
    padding: 150px 0; }
    .learnmore_video .flex {
      width: 60%; }
      .learnmore_video .flex h2 {
        width: 50%; }
  .footer {
    margin: 0 auto;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }
    .footer .prominentawards .hr-text {
      margin: 60px auto 30px auto; }
    .footer .prominentawards .flex .graphic {
      margin: 0 8px; } }

@media only screen and (min-width: 1900px) {
  .wrapper {
    max-width: 1900px; }
  .header #inner-header .left {
    flex: 0 1 33%; }
  .header #inner-header .right {
    flex: 0 1 65%; }
  .heroheader, .hero {
    height: 400px; }
  .homenews .hr-text {
    margin: 50px auto 70px auto; }
  .homenews .flex .resource {
    width: 30%;
    flex: 0 1 30%; }
  .homenews .flex .linkedinfeed {
    width: 65%;
    flex: 0 1 65%; }
    .homenews .flex .linkedinfeed h2 {
      margin-left: 65px; }
    .homenews .flex .linkedinfeed .more {
      margin-right: 65px; }
  /* Home Page Case Studies Slider */
  .case_studies .slider .case_study .box {
    width: 60%;
    padding: 130px 100px; }
    .case_studies .slider .case_study .box .text h3 {
      font-size: 3.5rem; }
  .header_case_study {
    height: 800px; }
    .header_case_study .case_study .box {
      padding: 150px 80px;
      width: 44%; }
      .header_case_study .case_study .box .text h3 {
        font-size: 5rem; }
  .items_grid.case_studies_grid .grid_item .backgroundpic {
    height: 300px; }
  .items_grid.case_studies_grid .grid_item h3 {
    font-size: 2rem; }
  .items_grid.companies_grid .grid_item .backgroundpic {
    height: 300px; }
  .items_grid.companies_grid .grid_item h3 {
    font-size: 2rem; } }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
