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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
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; }

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

td,
th {
  padding: 0; }

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"], .sliding-menu-content .user-menu ul li a, #taxonomy-filters .sliding-menu-button, #taxonomy-search-results .pagination ul li a, .button, #search .search-results .pagination ul li a {
  -webkit-font-smoothing: antialiased;
  background-color: #20558a;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover, .sliding-menu-content .user-menu ul li a:hover, #taxonomy-filters .sliding-menu-button:hover, #taxonomy-search-results .pagination ul li a:hover, .button:hover, #search .search-results .pagination ul li a:hover {
    background-color: #122f4c;
    color: white; }
  button:disabled,
  input[type="submit"]:disabled, .sliding-menu-content .user-menu ul li a:disabled, #taxonomy-filters .sliding-menu-button:disabled, #taxonomy-search-results .pagination ul li a:disabled, .button:disabled, #search .search-results .pagination ul li a:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #373534;
  font-family: "adelle-sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "franklin-gothic-urw-cond", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: 400; }
  h1 .subtitle,
  h2 .subtitle,
  h3 .subtitle,
  h4 .subtitle,
  h5 .subtitle,
  h6 .subtitle {
    color: #01aad3;
    font-weight: 400;
    font-size: .85em; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #20558a;
  text-decoration: none; }
  a:hover {
    color: #122f4c; }
  a:active, a:focus {
    color: #122f4c;
    outline: none; }

hr {
  border-bottom: 1px solid #e9e9e9;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #e9e9e9;
  color: #5e5b59;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #797472;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

fieldset {
  background: white;
  border: 1px solid #e9e9e9;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "adelle-sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em; }

label.required:after {
  content: "*"; }
label abbr {
  display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #e9e9e9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "adelle-sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #d0d0d0; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #20558a;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(27, 72, 117, 0.7);
    outline: none; }
  textarea + input, textarea + textarea,
  input[type="email"] + input,
  input[type="email"] + textarea, input[type="number"] + input, input[type="number"] + textarea, input[type="password"] + input, input[type="password"] + textarea, input[type="search"] + input, input[type="search"] + textarea, input[type="tel"] + input, input[type="tel"] + textarea, input[type="text"] + input, input[type="text"] + textarea, input[type="url"] + input, input[type="url"] + textarea, input[type="color"] + input, input[type="color"] + textarea, input[type="date"] + input, input[type="date"] + textarea, input[type="datetime"] + input, input[type="datetime"] + textarea, input[type="datetime-local"] + input, input[type="datetime-local"] + textarea, input[type="month"] + input, input[type="month"] + textarea, input[type="time"] + input, input[type="time"] + textarea, input[type="week"] + input, input[type="week"] + textarea,
  select[multiple=multiple] + input,
  select[multiple=multiple] + textarea {
    margin-top: 0.75em; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

.checkbox {
  line-height: 24px;
  position: relative;
  padding-left: 28px !important;
  margin: .25em 0; }
  .checkbox input[type="checkbox"] + .pseudo-check {
    width: 18px;
    height: 18px;
    background-image: url("../img/input-checkbox.png");
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: absolute;
    top: 3px;
    right: auto;
    bottom: auto;
    left: 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .checkbox input[type="checkbox"] + .pseudo-check {
        background-image: url("../img/input-checkbox_2x.png");
        background-size: 18px 36px; } }
  .checkbox input[type="checkbox"]:checked + .pseudo-check {
    background-position: bottom; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #c3c3c3;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #e9e9e9;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.unordered-list, .content-section .site-container .content ul,
  .content-section .site-container .aside-content ul, #impactInvesting .content ul li ul,
  ol.unordered-list {
    list-style-type: disc;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
  ul.ordered-list,
  ol.ordered-list,
  .content-section .site-container .content ol,
  .content-section .site-container .aside-content ol {
    list-style-type: decimal;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
    ul[type="a"].ordered-list,
    ol[type="a"].ordered-list,
    .content-section .site-container .content ol[type="a"],
    .content-section .site-container .aside-content ol[type="a"] {
      list-style-type: lower-alpha; }
    ul[type="i"].ordered-list,
    ol[type="i"].ordered-list,
    .content-section .site-container .content ol[type="i"],
    .content-section .site-container .aside-content ol[type="i"] {
      list-style-type: lower-roman; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/font-awesome/fontawesome-webfont.eot?v=4.2.0");
  src: url("../font/font-awesome/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../font/font-awesome/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../font/font-awesome/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../font/font-awesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon/icomoon.eot?vndync");
  src: url("../font/icomoon/icomoon.eot?#iefixvndync") format("embedded-opentype"), url("../font/icomoon/icomoon.woff?vndync") format("woff"), url("../font/icomoon/icomoon.ttf?vndync") format("truetype"), url("../font/icomoon/icomoon.svg?vndync#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right:before {
  content: "\e600"; }

.icon-arrow-left:before {
  content: "\e601"; }

.icon-arrow-left2:before {
  content: "\e602"; }

.icon-arrow-down:before {
  content: "\e603"; }

.icon-arrow-up:before {
  content: "\e604"; }

.icon-arrow-right2:before {
  content: "\e605"; }

.sliding-menu-content {
  font-size: .88em;
  position: fixed;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 85%;
  max-width: 425px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #e9e9e9;
  z-index: 999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 1rem; }
  .sliding-menu-content fieldset,
  .sliding-menu-content nav {
    border: none;
    background: transparent;
    margin: 0;
    padding: .25rem 1.5rem; }
  .sliding-menu-content h5 {
    color: #002c5f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .95rem;
    padding: .25rem 0;
    border-bottom: 2px solid gainsboro;
    margin: 1.5rem 0 .5rem;
    font-family: "adelle-sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; }
  .sliding-menu-content .keyword {
    white-space: nowrap;
    padding: .65rem 1.5rem; }
    .sliding-menu-content .keyword [type="search"],
    .sliding-menu-content .keyword [type="submit"] {
      display: inline-block;
      font-size: 15px;
      line-height: 1.6rem; }
    .sliding-menu-content .keyword [type="search"] {
      margin-bottom: 0;
      background: #fff;
      border: solid 1px #9d9c9a;
      width: 100%;
      padding: .25em .55em;
      border-radius: 1px;
      outline: none; }
      .sliding-menu-content .keyword [type="search"]::-webkit-input-placeholder {
        color: #7f7f7d;
        font-style: italic; }
      .sliding-menu-content .keyword [type="search"]::-moz-placeholder {
        color: #7f7f7d;
        font-style: italic; }
      .sliding-menu-content .keyword [type="search"]:-moz-placeholder {
        color: #7f7f7d;
        font-style: italic; }
      .sliding-menu-content .keyword [type="search"]:-ms-input-placeholder {
        color: #7f7f7d;
        font-style: italic; }
      .sliding-menu-content .keyword [type="search"]:focus {
        border-color: #7999b9;
        box-shadow: 0 0 3px #6388ad; }
    .sliding-menu-content .keyword [type="submit"] {
      position: relative;
      cursor: pointer;
      width: 30px;
      color: #4d77a1;
      background: none;
      border: none;
      box-shadow: none;
      border-radius: none;
      padding: .1rem .55rem .2rem;
      margin-left: -34px; }
    .sliding-menu-content .keyword [type="submit"]:hover,
    .sliding-menu-content .keyword [type="search"]:focus + [type="submit"] {
      color: #20558a; }
  .sliding-menu-content .user-menu ul {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .sliding-menu-content .user-menu ul::after {
      clear: both;
      content: "";
      display: table; }
    .sliding-menu-content .user-menu ul li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .sliding-menu-content .user-menu ul li:last-child {
        margin-right: 0; }
      .sliding-menu-content .user-menu ul li a {
        width: 100%;
        text-align: center;
        color: #373534;
        background-color: #d5d5d5;
        font-size: 1em;
        padding: .5rem 1.5rem;
        text-transform: uppercase;
        letter-spacing: 1px; }
        .sliding-menu-content .user-menu ul li a:hover {
          color: #373534;
          background-color: #cacaca; }
  .sliding-menu-content .section-menu ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }
    .sliding-menu-content .section-menu ul::after {
      clear: both;
      content: "";
      display: table; }
    .sliding-menu-content .section-menu ul li {
      padding: 1px 0; }
      .sliding-menu-content .section-menu ul li a {
        display: block;
        font-size: 1rem;
        padding: .35rem 0;
        border-top: none;
        border-bottom: 1px solid gainsboro;
        width: 100%; }
  .sliding-menu-content .featured-menu ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; }
    .sliding-menu-content .featured-menu ul::after {
      clear: both;
      content: "";
      display: table; }
    .sliding-menu-content .featured-menu ul li {
      padding: 1px 0; }
      .sliding-menu-content .featured-menu ul li a {
        display: block;
        font-size: .95em;
        padding: .35rem 0;
        border-top: none;
        border-bottom: 2px solid gainsboro;
        width: 100%; }
  .sliding-menu-content .tools-menu {
    margin: 1rem 0 .5rem; }
    .sliding-menu-content .tools-menu li a {
      display: block;
      font-size: 1.6em;
      text-transform: uppercase;
      margin-top: .25rem;
      padding: .85rem 0 .25rem;
      border-top: none;
      border-bottom: 3px solid gainsboro;
      width: 100%; }
      .sliding-menu-content .tools-menu li a.iris {
        color: #f07c05;
        border-color: #f07c05; }
      .sliding-menu-content .tools-menu li a.impactbase {
        color: #A0B122;
        border-color: #A0B122; }
      .sliding-menu-content .tools-menu li a.career-center {
        color: #20558a;
        border-color: #20558a; }
      .sliding-menu-content .tools-menu li a.fund-manager-training {
        color: #9c2c98;
        border-color: #9c2c98; }
  .sliding-menu-content .social-menu ul {
    margin-top: .25rem; }
    .sliding-menu-content .social-menu ul li {
      float: left; }
      .sliding-menu-content .social-menu ul li + li {
        margin-left: .5rem; }
  .sliding-menu-content.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.menu-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #5d5d5d;
  opacity: 0;
  visibility: hidden;
  z-index: 999998; }
  .menu-screen.is-visible {
    opacity: .4;
    visibility: visible; }

#taxonomy-filters {
  padding: 0; }
  #taxonomy-filters fieldset {
    border: none;
    background: transparent;
    margin: 0;
    padding: .25rem 1.5rem; }
  #taxonomy-filters .keyword {
    white-space: nowrap;
    padding: .65rem 1.5rem; }
    #taxonomy-filters .keyword [type="search"],
    #taxonomy-filters .keyword [type="submit"] {
      display: inline-block;
      font-size: 15px;
      line-height: 1.6rem; }
    #taxonomy-filters .keyword [type="search"] {
      margin-left: -34px;
      margin-bottom: 0;
      text-indent: 18px;
      background: #FFFFFF;
      border: solid 2px #dbdbdb;
      width: 100%;
      padding: .1em .55em;
      outline: none; }
      #taxonomy-filters .keyword [type="search"]::-webkit-input-placeholder {
        color: #7f7f7d;
        font-style: italic; }
      #taxonomy-filters .keyword [type="search"]::-moz-placeholder {
        color: #7f7f7d;
        font-style: italic; }
      #taxonomy-filters .keyword [type="search"]:-moz-placeholder {
        color: #7f7f7d;
        font-style: italic; }
      #taxonomy-filters .keyword [type="search"]:-ms-input-placeholder {
        color: #7f7f7d;
        font-style: italic; }
      #taxonomy-filters .keyword [type="search"]:focus {
        border-color: #7999b9;
        box-shadow: 0 0 3px #6388ad; }
    #taxonomy-filters .keyword [type="submit"] {
      position: relative;
      cursor: pointer;
      width: 30px;
      color: #738ba7;
      background: none;
      border: none;
      box-shadow: none;
      border-radius: none;
      padding: .1rem .55rem .2rem; }
    #taxonomy-filters .keyword [type="submit"]:hover,
    #taxonomy-filters .keyword [type="search"]:focus + [type="submit"] {
      color: #002c5f; }
  #taxonomy-filters .filters ul ul {
    margin-left: .5rem; }
  #taxonomy-filters .filters li label {
    margin: 0 0 .1rem; }
  #taxonomy-filters .filters > ul > li + li {
    margin-top: .75rem; }
  #taxonomy-filters .filters label {
    font-weight: 400;
    font-size: 1em; }
  #taxonomy-filters .filters .more-nav .more-options {
    display: none; }
  #taxonomy-filters .filters .more-nav .button {
    font-size: .75rem;
    padding: 0;
    background-color: transparent;
    color: #9d9c9a; }
    #taxonomy-filters .filters .more-nav .button:hover {
      color: #7f7f7d; }
    #taxonomy-filters .filters .more-nav .button .more {
      display: inline; }
    #taxonomy-filters .filters .more-nav .button .less {
      display: none; }
    #taxonomy-filters .filters .more-nav .button.expanded .more {
      display: none; }
    #taxonomy-filters .filters .more-nav .button.expanded .less {
      display: inline; }
    #taxonomy-filters .filters .more-nav .button .more:before {
      content: "";
      font-size: .75rem;
      font-family: FontAwesome;
      margin-right: .125rem; }
    #taxonomy-filters .filters .more-nav .button .less:before {
      content: "";
      font-size: .75rem;
      font-family: FontAwesome;
      margin-right: .125rem; }
  #taxonomy-filters .filters .collapsable {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: .75rem; }
    #taxonomy-filters .filters .collapsable .collapse-trigger {
      cursor: pointer;
      text-transform: uppercase;
      color: #373534; }
    #taxonomy-filters .filters .collapsable .collapse-trigger:before {
      display: none; }
    #taxonomy-filters .filters .collapsable .btn.collapse-trigger {
      padding: 0;
      background: none;
      border: none;
      font-size: 1.792rem;
      font-weight: 600;
      line-height: 1.3em;
      margin-bottom: .5em;
      cursor: default; }
      #taxonomy-filters .filters .collapsable .btn.collapse-trigger:hover {
        color: #20558a;
        background: none;
        box-shadow: none; }
    #taxonomy-filters .filters .collapsable > ul {
      margin-left: 1.75rem; }
    @media screen and (max-width: 480px) {
      #taxonomy-filters .filters .collapsable.mobile-disabled .collapse-content {
        display: block !important; } }
    @media screen and (min-width: 40em) {
      #taxonomy-filters .filters .collapsable .collapse-trigger:before {
        display: inline;
        content: "\e603";
        color: #373534;
        font-size: 1.3em;
        position: relative;
        top: 4px;
        font-family: 'icomoon';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      #taxonomy-filters .filters .collapsable .btn.collapse-trigger {
        padding-left: 3.2em; }
      #taxonomy-filters .filters .collapsable.collapsed .collapse-trigger:before {
        content: '\e605';
        color: #373534;
        font-size: 1.3em;
        position: relative;
        top: 4px;
        font-family: 'icomoon';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      #taxonomy-filters .filters .collapsable .collapse-content label.checkbox {
        color: #4b4948; } }
  #taxonomy-filters .sliding-menu-button {
    display: block;
    display: inline-block;
    cursor: pointer;
    font-size: 1em;
    position: relative;
    outline: none; }
  #taxonomy-filters .filter-menu {
    position: fixed;
    top: 0px;
    right: auto;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 90%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: 899999;
    border: 1px solid #e9e9e9; }
    #taxonomy-filters .filter-menu.is-visible {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    #taxonomy-filters .filter-menu .filter-menu-content {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background: #e9e9e9;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      padding-bottom: 5rem; }
    #taxonomy-filters .filter-menu .filter-submit {
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      padding: .5rem 1rem;
      background: #e9e9e9;
      text-align: right;
      border: 1px solid #e9e9e9; }
      #taxonomy-filters .filter-menu .filter-submit button, #taxonomy-filters .filter-menu .filter-submit a {
        display: inline-block;
        float: right; }
      #taxonomy-filters .filter-menu .filter-submit .reset {
        padding: .5rem; }
      #taxonomy-filters .filter-menu .filter-submit .hidden {
        display: inline-block; }
  #taxonomy-filters .menu-screen {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: gainsboro;
    opacity: 0;
    visibility: hidden;
    z-index: 899998; }
    #taxonomy-filters .menu-screen.is-visible {
      opacity: .4;
      visibility: visible; }
  @media screen and (min-width: 40em) {
    #taxonomy-filters {
      padding: 1rem 0; }
      #taxonomy-filters .sliding-menu-button {
        display: none; }
      #taxonomy-filters .filter-menu {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        height: 100%;
        width: 90%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        z-index: inherit;
        border: none; }
        #taxonomy-filters .filter-menu.is-visible {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none; }
        #taxonomy-filters .filter-menu .filter-menu-content {
          position: relative;
          top: auto;
          right: auto;
          bottom: auto;
          left: auto;
          background: transparent;
          overflow-y: auto;
          width: 100%;
          padding-bottom: 0; }
        #taxonomy-filters .filter-menu .filter-submit {
          position: relative;
          top: auto;
          right: auto;
          bottom: auto;
          left: auto;
          background-color: transparent;
          border: none;
          width: 100%;
          margin-top: .75rem;
          padding: .5rem 1.5rem;
          text-align: right; }
          #taxonomy-filters .filter-menu .filter-submit::after {
            clear: both;
            content: "";
            display: table; }
          #taxonomy-filters .filter-menu .filter-submit button, #taxonomy-filters .filter-menu .filter-submit a {
            display: inline-block;
            float: left; }
          #taxonomy-filters .filter-menu .filter-submit .reset {
            padding: .5rem; }
          #taxonomy-filters .filter-menu .filter-submit .hidden {
            display: none; }
      #taxonomy-filters .menu-screen {
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s;
        background: gainsboro;
        opacity: 0;
        visibility: hidden;
        z-index: -1; }
        #taxonomy-filters .menu-screen.is-visible {
          opacity: 0;
          visibility: hidden; } }

#taxonomy-results-sortby {
  margin-bottom: 2rem; }
  #taxonomy-results-sortby label {
    color: #9d9c9a;
    display: inline;
    font-weight: 400; }
  #taxonomy-results-sortby .select-element {
    background-color: rgba(219, 219, 219, 0.5);
    position: relative;
    margin-top: -.25rem;
    margin-left: .25rem;
    padding: .25rem 0;
    border: 2px;
    z-index: 100; }
    #taxonomy-results-sortby .select-element:after {
      content: '\f0dc';
      color: #636361;
      position: absolute;
      top: 6px;
      right: .5rem;
      font-family: 'fontawesome';
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      z-index: -1; }
    #taxonomy-results-sortby .select-element select {
      display: inline-block;
      font-size: .85rem;
      padding: 0 1.75rem 0 .45rem;
      margin: 0;
      color: #636361;
      background-color: transparent;
      border: 0;
      border-radius: 0;
      -webkit-appearance: none; }

#taxonomy-search-results {
  position: relative;
  padding: 1rem 0; }
  #taxonomy-search-results header {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    #taxonomy-search-results header::after {
      clear: both;
      content: "";
      display: table; }
    #taxonomy-search-results header > div {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      font-size: .85rem;
      color: #9d9c9a;
      margin: 0; }
      #taxonomy-search-results header > div:last-child {
        margin-right: 0; }
      #taxonomy-search-results header > div.search-options {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        text-align: right; }
        #taxonomy-search-results header > div.search-options:last-child {
          margin-right: 0; }
  #taxonomy-search-results .search-stats .separator {
    padding: 0 .125rem; }
  #taxonomy-search-results .search-stats .term {
    color: #373534; }
  #taxonomy-search-results .search-stats .searchKeywords {
    color: #20558a; }
    #taxonomy-search-results .search-stats .searchKeywords:before {
      content: '\201C'; }
    #taxonomy-search-results .search-stats .searchKeywords:after {
      content: '\201D'; }
  #taxonomy-search-results .results li {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: .5rem;
    padding-bottom: .25rem; }
    #taxonomy-search-results .results li h3 {
      color: #373534;
      font-size: 1.25rem; }
    #taxonomy-search-results .results li p {
      font-size: .85rem;
      color: #9d9c9a;
      margin: 0; }
      #taxonomy-search-results .results li p.taxonomy-term-list span {
        padding: .125rem 0; }
        #taxonomy-search-results .results li p.taxonomy-term-list span + span:before {
          content: ', '; }
      #taxonomy-search-results .results li p.taxonomy-term-list.full-list span {
        padding: .125rem .5rem; }
        #taxonomy-search-results .results li p.taxonomy-term-list.full-list span + span {
          margin-left: .25rem; }
          #taxonomy-search-results .results li p.taxonomy-term-list.full-list span + span:before {
            content: ''; }
        #taxonomy-search-results .results li p.taxonomy-term-list.full-list span.active {
          color: #959492;
          background-color: #fbfbfb;
          border-radius: 3px; }
  #taxonomy-search-results .pagination {
    margin: 1rem 0; }
    #taxonomy-search-results .pagination ul {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto; }
      #taxonomy-search-results .pagination ul::after {
        clear: both;
        content: "";
        display: table; }
      #taxonomy-search-results .pagination ul li {
        float: left; }
        #taxonomy-search-results .pagination ul li a {
          color: #373534;
          background-color: #e9e9e9;
          font-size: .9em;
          padding: .85rem 1.8rem;
          color: #514e4d; }
          #taxonomy-search-results .pagination ul li a:hover {
            color: #514e4d;
            background-color: #d5d5d5; }
          #taxonomy-search-results .pagination ul li a.disabled {
            pointer-events: none;
            cursor: auto;
            color: #b6b5b4;
            background-color: #f6f6f6; }
          #taxonomy-search-results .pagination ul li a.active {
            color: #FFFFFF;
            pointer-events: none;
            cursor: auto;
            background-color: #20558a; }
        #taxonomy-search-results .pagination ul li .gap {
          cursor: default;
          background-color: #f6f6f6;
          border-radius: 3px;
          border: none;
          color: #9d9c9a;
          display: inline-block;
          font-size: .9rem;
          font-weight: bold;
          padding: .15rem .1rem;
          text-decoration: none;
          background-clip: padding-box; }
          #taxonomy-search-results .pagination ul li .gap + .gap {
            margin-left: .125rem; }
        #taxonomy-search-results .pagination ul li + li {
          margin-left: .25rem; }
    #taxonomy-search-results .pagination.loading {
      background-color: #FFFFFF; }
      #taxonomy-search-results .pagination.loading .loading-msg {
        position: relative; }
        #taxonomy-search-results .pagination.loading .loading-msg .spinner {
          opacity: .5;
          margin: 0 auto;
          width: 32px; }
        #taxonomy-search-results .pagination.loading .loading-msg .text {
          position: absolute;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #9d9c9a;
          text-align: center;
          line-height: 32px;
          margin-left: .5rem; }
  @media screen and (max-width: 480px) {
    #taxonomy-search-results {
      padding: 0; }
      #taxonomy-search-results header {
        max-width: 68em;
        margin-left: auto;
        margin-right: auto; }
        #taxonomy-search-results header::after {
          clear: both;
          content: "";
          display: table; }
        #taxonomy-search-results header > div {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 46.28851%; }
          #taxonomy-search-results header > div:last-child {
            margin-right: 0; }
          #taxonomy-search-results header > div.search-options {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 46.28851%; }
            #taxonomy-search-results header > div.search-options:last-child {
              margin-right: 0; } }

#loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1; }
  #loading .loading-msg {
    position: relative;
    width: 128px;
    margin: 0 auto; }
    #loading .loading-msg .spinner {
      opacity: .25; }
    #loading .loading-msg .text {
      position: absolute;
      top: 40%;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #9d9c9a;
      text-align: center;
      width: 100%; }
  #loading.active {
    opacity: 1;
    z-index: 10000; }

.rnd-arrow {
  background-color: #9d9c9a;
  border-radius: 50%;
  display: block;
  font-size: .75em;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: .35rem; }
  .rnd-arrow i {
    color: #FFFFFF;
    font-size: 1em;
    line-height: 1.23em;
    text-align: left;
    position: absolute;
    left: 0;
    margin-left: -.105em; }
  .rnd-arrow.green {
    background-color: #A0B122; }
  .rnd-arrow.orange {
    background-color: #f07c05; }
  .rnd-arrow.blue {
    background-color: #20558a; }
  .rnd-arrow.violet {
    background-color: #9c2c98; }

.rnd-icon {
  display: inline-block;
  background-color: #20558a;
  color: #FFFFFF;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  line-height: 1.8em;
  font-size: 1.4em;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }
  .rnd-icon:hover {
    background-color: #4d77a1; }

.giinBadge {
  line-height: 1rem; }
  .giinBadge:before {
    content: " ";
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    line-height: 1rem;
    margin-right: 4px;
    background: url("../img/giin-icon.png") 50% 50% no-repeat; }

.button {
  color: #373534;
  background-color: #e9e9e9;
  font-size: 1em;
  padding: .85rem 1.8rem;
  color: #514e4d;
  color: #373534;
  text-transform: uppercase;
  font-weight: 400; }
  .button:hover {
    color: #3c3a39;
    background-color: #d5d5d5; }
  .button:hover:not(:disabled) {
    color: #20558a;
    background-color: #c6c6c6; }
  .button.action-btn, #fm-training .content-section .site-container .content .training-list article .content .button.action-btn,
  #fm-training .content-section .site-container .aside-content .training-list article .content .button.action-btn {
    color: #e6e6e6;
    background-color: #f07c05; }
    .button.action-btn:hover, #fm-training .content-section .site-container .content .training-list article .content .button.action-btn:hover,
    #fm-training .content-section .site-container .aside-content .training-list article .content .button.action-btn:hover {
      color: #FFFFFF;
      background-color: #a85704; }
  .button.primary-btn, #fm-training .content-section .site-container .content .training-list article .content .button,
  #fm-training .content-section .site-container .aside-content .training-list article .content .button {
    color: #e6e6e6;
    background-color: #01aad3; }
    .button.primary-btn:hover, #fm-training .content-section .site-container .content .training-list article .content .button:hover,
    #fm-training .content-section .site-container .aside-content .training-list article .content .button:hover {
      color: #FFFFFF;
      background-color: #017794; }
  .button.secondary-btn {
    color: #373534;
    background-color: #e9e9e9; }
    .button.secondary-btn:hover {
      color: #2c2a2a;
      background-color: #c6c6c6; }

.media-wrapper.cover {
  padding: 1em;
  background-color: #e9e9e9;
  background-image: url("../img/cover-background.png");
  background-position: center;
  background-size: 100% 100%; }
  .media-wrapper.cover .media {
    display: block;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 6px; }
.media-wrapper.headshot, .media-wrapper.photo {
  background-color: #f2f2f2;
  overflow: hidden; }
  .media-wrapper.headshot .media, .media-wrapper.photo .media {
    display: block;
    margin: 0 auto; }
.media-wrapper.logo {
  background-color: #FFFFFF;
  padding: 2rem 1rem;
  text-align: center; }
.media-wrapper.fillFrame {
  overflow: hidden; }
  .media-wrapper.fillFrame .media {
    width: 100%; }
.media-wrapper a {
  display: block;
  line-height: 0; }
.media-wrapper.light-blue {
  background-color: #01aad3; }
.media-wrapper.blue {
  background-color: #20558a; }
.media-wrapper.light-gray {
  background-color: #e9e9e9; }
.media-wrapper.gray {
  background-color: #7f7f7d; }
.media-wrapper.green {
  background-color: #A0B122; }
.media-wrapper.light-orange {
  background-color: #f2ae01; }
.media-wrapper.orange {
  background-color: #f07c05; }
.media-wrapper.dark-orange {
  background-color: #d95e18; }
.media-wrapper.yellow {
  background-color: #ffd203; }
.media-wrapper.violet {
  background-color: #9c2c98; }
.media-wrapper.light-violet {
  background-color: #c42695; }

.video figure {
  margin: 0; }

form::after {
  clear: both;
  content: "";
  display: table; }
form .element,
form .element-group {
  position: relative;
  float: left;
  width: 100%; }
  form .element::after,
  form .element-group::after {
    clear: both;
    content: "";
    display: table; }
  form .element label,
  form .element-group label {
    padding: 0 .35rem; }
    form .element label .error,
    form .element-group label .error {
      margin-left: .5rem; }
  form .element input::-webkit-input-placeholder,
  form .element-group input::-webkit-input-placeholder {
    color: #cecece; }
  form .element input::-moz-placeholder,
  form .element-group input::-moz-placeholder {
    color: #cecece; }
  form .element input:-moz-placeholder,
  form .element-group input:-moz-placeholder {
    color: #cecece; }
  form .element input:-ms-input-placeholder,
  form .element-group input:-ms-input-placeholder {
    color: #cecece; }
  form .element.hidden,
  form .element-group.hidden {
    display: none; }
  form .element.inline-label label, form .element.inline-label input, form .element.inline-label select,
  form .element-group.inline-label label,
  form .element-group.inline-label input,
  form .element-group.inline-label select {
    float: left; }
  form .element.inline-label label,
  form .element-group.inline-label label {
    margin-right: 1rem;
    padding: 8px 0; }
  form .element.split-column select,
  form .element-group.split-column select {
    width: 100%; }
  @media screen and (min-width: 40em) {
    form .element.split-column,
    form .element-group.split-column {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 48.57871%;
      margin-top: 1rem; }
      form .element.split-column:last-child,
      form .element-group.split-column:last-child {
        margin-right: 0; }
      form .element.split-column:nth-child(2n),
      form .element-group.split-column:nth-child(2n) {
        margin-right: 0; }
      form .element.split-column:nth-child(2n+1),
      form .element-group.split-column:nth-child(2n+1) {
        clear: left; } }
  form .element span.error,
  form .element-group span.error {
    color: #b42401; }
  form .element + .element, form .element + .element-group,
  form .element-group + .element,
  form .element-group + .element-group {
    margin-top: 1rem; }
form select {
  border: 1px solid #cccccc;
  display: inline-block;
  height: 2.45em;
  line-height: 2.45rem;
  border-radius: 6px; }
form .form-msg .success {
  color: #7fae04; }
form .form-msg .error {
  color: #b42401; }
form.paymentForm fieldset {
  background-color: whitesmoke; }
  form.paymentForm fieldset legend {
    padding: .125rem .35rem;
    background-color: #fff;
    border-radius: 3px;
    color: #01aad3; }
  form.paymentForm fieldset .aside {
    display: none; }
  form.paymentForm fieldset .main {
    float: none;
    width: 100%; }
    form.paymentForm fieldset .main::after {
      clear: both;
      content: "";
      display: table; }
    form.paymentForm fieldset .main .payment-errors {
      color: #b42401;
      width: 100%; }
    form.paymentForm fieldset .main .exp-date select {
      width: auto; }
  @media screen and (min-width: 40em) {
    form.paymentForm fieldset .aside {
      display: block; }
      form.paymentForm fieldset .aside.preview {
        float: none;
        width: 100%;
        margin: 0 0 1rem; }
        form.paymentForm fieldset .aside.preview .card-preview .jp-card-container {
          width: 100%;
          max-width: 350px;
          height: 190px; }
          form.paymentForm fieldset .aside.preview .card-preview .jp-card-container .jp-card {
            min-width: 100%; }
            form.paymentForm fieldset .aside.preview .card-preview .jp-card-container .jp-card .jp-card-front .jp-card-lower .jp-card-number {
              font-size: 22px; } }
  @media screen and (min-width: 50em) {
    form.paymentForm fieldset .aside.preview {
      float: right;
      display: block;
      margin-left: 2.84259%;
      width: 38.29445%; }
      form.paymentForm fieldset .aside.preview:last-child {
        margin-left: 0; }
      form.paymentForm fieldset .aside.preview .card-preview .jp-card-container {
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
        width: 100%;
        max-width: 280px; }
        form.paymentForm fieldset .aside.preview .card-preview .jp-card-container .jp-card {
          min-width: 100%; }
          form.paymentForm fieldset .aside.preview .card-preview .jp-card-container .jp-card .jp-card-front .jp-card-lower .jp-card-number {
            font-size: 19px; }
          form.paymentForm fieldset .aside.preview .card-preview .jp-card-container .jp-card .jp-card-name {
            font-size: 17px; }
    form.paymentForm fieldset .main {
      float: right;
      display: block;
      margin-left: 2.84259%;
      width: 58.86297%; }
      form.paymentForm fieldset .main:last-child {
        margin-left: 0; } }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }
  html.noscroll, body.noscroll {
    overflow: hidden; }

.site-container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  padding: 0 2rem; }
  .site-container::after {
    clear: both;
    content: "";
    display: table; }
  .site-container::after {
    clear: both;
    content: "";
    display: table; }
  .site-container header.section-header h3 {
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 1rem;
    margin-bottom: 1.65rem; }
  .site-container .content {
    margin-bottom: 2rem; }
    .site-container .content::after {
      clear: both;
      content: "";
      display: table; }
  @media screen and (min-width: 40em) {
    .site-container {
      padding: 0 1rem; } }
  @media screen and (max-width: 480px) {
    .site-container {
      padding: 0 .5rem; } }

.content-section {
  padding: 2rem 1rem; }
  .content-section .site-container {
    display: block; }
    .content-section .site-container::after {
      clear: both;
      content: "";
      display: table; }
    .content-section .site-container header h1 {
      color: #003045; }
    .content-section .site-container header p {
      color: #003045;
      font-size: 1.2em; }
    .content-section .site-container .content .kicker,
    .content-section .site-container .aside-content .kicker {
      font-size: 1.2rem;
      line-height: 1.6rem; }
    .content-section .site-container .content .contentImage,
    .content-section .site-container .aside-content .contentImage {
      margin-bottom: 1rem;
      padding: 1rem; }
      .content-section .site-container .content .contentImage::after,
      .content-section .site-container .aside-content .contentImage::after {
        clear: both;
        content: "";
        display: table; }
      .content-section .site-container .content .contentImage img,
      .content-section .site-container .aside-content .contentImage img {
        display: block;
        margin: 0 auto; }
      .content-section .site-container .content .contentImage .caption,
      .content-section .site-container .aside-content .contentImage .caption {
        font-size: .85rem;
        text-align: center;
        margin: .5rem; }
      @media screen and (min-width: 64em) {
        .content-section .site-container .content .contentImage,
        .content-section .site-container .aside-content .contentImage {
          padding: 0;
          background-size: contain;
          overflow: hidden;
          display: table; }
          .content-section .site-container .content .contentImage .row,
          .content-section .site-container .aside-content .contentImage .row {
            display: table-row; }
            .content-section .site-container .content .contentImage .row .media-wrapper,
            .content-section .site-container .aside-content .contentImage .row .media-wrapper {
              float: left;
              display: block;
              margin-right: 2.84259%;
              width: 58.86297%;
              float: none;
              display: table-cell;
              margin: 0; }
              .content-section .site-container .content .contentImage .row .media-wrapper:last-child,
              .content-section .site-container .aside-content .contentImage .row .media-wrapper:last-child {
                margin-right: 0; }
              .content-section .site-container .content .contentImage .row .media-wrapper img,
              .content-section .site-container .aside-content .contentImage .row .media-wrapper img {
                margin: 0; }
            .content-section .site-container .content .contentImage .row .caption,
            .content-section .site-container .aside-content .contentImage .row .caption {
              float: left;
              display: block;
              margin-right: 2.84259%;
              width: 38.29445%;
              display: table-cell;
              vertical-align: bottom;
              float: none;
              text-align: left;
              color: #FFFFFF;
              padding: 2rem 2rem 4rem; }
              .content-section .site-container .content .contentImage .row .caption:last-child,
              .content-section .site-container .aside-content .contentImage .row .caption:last-child {
                margin-right: 0; } }
    .content-section .site-container .aside-content {
      color: #737271;
      font-size: .9em; }
      .content-section .site-container .aside-content .kicker {
        color: #01aad3; }
  .content-section .secondary-menu {
    margin: 2rem 0 0;
    border-top: 1px solid #80d5e9; }
    .content-section .secondary-menu .item {
      border-bottom: 1px solid #80d5e9; }
      .content-section .secondary-menu .item a {
        display: block;
        padding: .5rem 1rem; }
    .content-section .secondary-menu .selected {
      background-color: #f4f4f4; }
    .content-section .secondary-menu li.item {
      padding-left: 1rem; }
  @media screen and (min-width: 40em) {
    .content-section {
      padding: 2rem 0; }
      .content-section .content {
        float: right;
        display: block;
        margin-left: 2.84259%;
        width: 69.14722%; }
        .content-section .content:last-child {
          margin-left: 0; }
        .content-section .content .kicker {
          font-size: 1.4rem;
          line-height: 1.8rem; }
      .content-section aside {
        float: right;
        display: block;
        margin-left: 2.84259%;
        width: 28.01019%; }
        .content-section aside:last-child {
          margin-left: 0; }
        .content-section aside .secondary-menu {
          border-top: none;
          margin: 0; } }

#singleCol .content-section .content {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 100%; }
  #singleCol .content-section .content:last-child {
    margin-right: 0; }
@media screen and (min-width: 64em) {
  #singleCol .content-section .content {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 79.43148%;
    margin-left: 10.28426%; }
    #singleCol .content-section .content:last-child {
      margin-right: 0; } }

.training-list,
.press-list,
.group-list,
.job-list {
  padding-left: 0 !important; }
  .training-list > li,
  .press-list > li,
  .group-list > li,
  .job-list > li {
    display: block;
    padding: .5rem 0; }
    .training-list > li::after,
    .press-list > li::after,
    .group-list > li::after,
    .job-list > li::after {
      clear: both;
      content: "";
      display: table; }
    .training-list > li article,
    .press-list > li article,
    .group-list > li article,
    .job-list > li article {
      background-color: #f4f4f4;
      border: 1px solid #c6c6c6;
      padding: 1rem;
      position: relative;
      -webkit-transition: background-color 0.1s linear;
      -moz-transition: background-color 0.1s linear;
      transition: background-color 0.1s linear; }
      .training-list > li article::after,
      .press-list > li article::after,
      .group-list > li article::after,
      .job-list > li article::after {
        clear: both;
        content: "";
        display: table; }
      .training-list > li article header,
      .press-list > li article header,
      .group-list > li article header,
      .job-list > li article header {
        display: block; }
        .training-list > li article header::after,
        .press-list > li article header::after,
        .group-list > li article header::after,
        .job-list > li article header::after {
          clear: both;
          content: "";
          display: table; }
        .training-list > li article header aside,
        .press-list > li article header aside,
        .group-list > li article header aside,
        .job-list > li article header aside {
          float: left;
          display: block;
          margin-right: 2.84259%;
          width: 17.72593%;
          display: block;
          margin-left: 0; }
          .training-list > li article header aside:last-child,
          .press-list > li article header aside:last-child,
          .group-list > li article header aside:last-child,
          .job-list > li article header aside:last-child {
            margin-right: 0; }
          @media screen and (max-width: 480px) {
            .training-list > li article header aside,
            .press-list > li article header aside,
            .group-list > li article header aside,
            .job-list > li article header aside {
              font-size: .85em; } }
        .training-list > li article header main,
        .press-list > li article header main,
        .group-list > li article header main,
        .job-list > li article header main {
          float: left;
          display: block;
          margin-right: 2.84259%;
          width: 79.43148%; }
          .training-list > li article header main:last-child,
          .press-list > li article header main:last-child,
          .group-list > li article header main:last-child,
          .job-list > li article header main:last-child {
            margin-right: 0; }
          .training-list > li article header main .title,
          .press-list > li article header main .title,
          .group-list > li article header main .title,
          .job-list > li article header main .title {
            color: #7f7f7d;
            font-size: .85rem;
            margin: 0;
            padding: 0;
            text-transform: uppercase; }
          .training-list > li article header main .org,
          .press-list > li article header main .org,
          .group-list > li article header main .org,
          .job-list > li article header main .org {
            font-size: .85rem;
            text-transform: uppercase; }
      .training-list > li article .icon-trigger,
      .press-list > li article .icon-trigger,
      .group-list > li article .icon-trigger,
      .job-list > li article .icon-trigger {
        position: absolute;
        top: 1rem;
        right: 1.25rem;
        background-color: rgba(157, 156, 154, 0.5);
        font-size: 1.6em;
        width: 1.6em;
        height: 1.6em; }
        .training-list > li article .icon-trigger:hover,
        .press-list > li article .icon-trigger:hover,
        .group-list > li article .icon-trigger:hover,
        .job-list > li article .icon-trigger:hover {
          background-color: #858583;
          color: #dddcdc; }
        .training-list > li article .icon-trigger:before,
        .press-list > li article .icon-trigger:before,
        .group-list > li article .icon-trigger:before,
        .job-list > li article .icon-trigger:before {
          content: "\e604"; }
      .training-list > li article.collapsed,
      .press-list > li article.collapsed,
      .group-list > li article.collapsed,
      .job-list > li article.collapsed {
        background-color: #FFFFFF;
        border: 1px solid #e9e9e9; }
        .training-list > li article.collapsed .icon-trigger:before,
        .press-list > li article.collapsed .icon-trigger:before,
        .group-list > li article.collapsed .icon-trigger:before,
        .job-list > li article.collapsed .icon-trigger:before {
          content: "\e603"; }
    .training-list > li .bio,
    .press-list > li .bio,
    .group-list > li .bio,
    .job-list > li .bio {
      margin-top: .5rem;
      color: #7f7f7d;
      font-size: 1rem;
      line-height: 1.4; }
      .training-list > li .bio::after,
      .press-list > li .bio::after,
      .group-list > li .bio::after,
      .job-list > li .bio::after {
        clear: both;
        content: "";
        display: table; }
    @media screen and (min-width: 40em) {
      .training-list > li article header aside,
      .press-list > li article header aside,
      .group-list > li article header aside,
      .job-list > li article header aside {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 17.72593%;
        display: block;
        margin-left: 0; }
        .training-list > li article header aside:last-child,
        .press-list > li article header aside:last-child,
        .group-list > li article header aside:last-child,
        .job-list > li article header aside:last-child {
          margin-right: 0; }
      .training-list > li article header main,
      .press-list > li article header main,
      .group-list > li article header main,
      .job-list > li article header main {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 79.43148%; }
        .training-list > li article header main:last-child,
        .press-list > li article header main:last-child,
        .group-list > li article header main:last-child,
        .job-list > li article header main:last-child {
          margin-right: 0; }
      .training-list > li .bio,
      .press-list > li .bio,
      .group-list > li .bio,
      .job-list > li .bio {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 79.43148%;
        margin-left: 20.56852%;
        font-size: 1.1rem;
        line-height: 1.4; }
        .training-list > li .bio:last-child,
        .press-list > li .bio:last-child,
        .group-list > li .bio:last-child,
        .job-list > li .bio:last-child {
          margin-right: 0; } }

.press-list li {
  padding: .25rem 0; }
  .press-list li article {
    background-color: #fbfbfb;
    border: 1px solid #f1f1f1;
    padding: .5rem; }
    .press-list li article::after {
      clear: both;
      content: "";
      display: table; }
    .press-list li article h4 {
      font-size: 1.2rem; }
    .press-list li article .summary {
      font-size: .95rem;
      line-height: 1.2rem; }

.job-list .summary {
  font-size: .8rem;
  margin: 0;
  display: block;
  color: #737271; }
  .job-list .summary .location {
    color: #373534; }
  .job-list .summary .posted {
    color: #9d9c9a; }
    .job-list .summary .posted .new {
      display: inline-block;
      padding: .25rem .5rem;
      margin-top: .125rem;
      border-radius: 3px;
      background-color: #A0B122;
      color: #f4f4f4;
      text-transform: uppercase;
      font-weight: 700; }
  .job-list .summary span + span {
    margin-left: 1rem; }
.job-list li {
  padding: .65rem; }
  .job-list li.block-link:hover {
    background-color: #f4f4f4; }
  .job-list li + li {
    border-top: 1px solid #01aad3; }
  .job-list li .about {
    margin-top: 1rem; }
    .job-list li .about p {
      font-size: .95rem; }

.introduction {
  background-color: #20558a;
  color: #FFFFFF;
  padding: 2rem 1rem; }
  .introduction .site-container {
    display: block; }
    .introduction .site-container::after {
      clear: both;
      content: "";
      display: table; }
    .introduction .site-container header {
      margin-bottom: .5rem; }
      .introduction .site-container header h1 {
        text-transform: uppercase; }
      .introduction .site-container header h2, .introduction .site-container header p {
        font-size: 1.25em;
        text-transform: uppercase;
        opacity: .85; }
    .introduction .site-container .content {
      margin-bottom: 0;
      font-size: 1.2rem;
      line-height: 1.6; }
    .introduction .site-container .callout {
      padding: 2rem; }
      .introduction .site-container .callout.photo {
        padding: 0;
        margin: 0; }
        .introduction .site-container .callout.photo .caption {
          font-size: .85em;
          color: #f0f0f0;
          text-align: right; }
      .introduction .site-container .callout .quote {
        position: relative;
        font-style: italic; }
        .introduction .site-container .callout .quote:before {
          color: #4dc4e0;
          content: '\201C';
          display: inline-block;
          font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif;
          text-indent: -3rem;
          font-size: 6.5rem;
          line-height: 4rem;
          position: absolute;
          top: 0; }
        .introduction .site-container .callout .quote:after {
          content: '\201D'; }
  @media screen and (min-width: 40em) {
    .introduction {
      padding: 2rem 0; }
      .introduction .site-container {
        display: block; }
        .introduction .site-container::after {
          clear: both;
          content: "";
          display: table; }
        .introduction .site-container header {
          float: left;
          display: block;
          margin-right: 2.84259%;
          width: 100%;
          margin-right: 0;
          margin-bottom: .75rem; }
          .introduction .site-container header:last-child {
            margin-right: 0; }
        .introduction .site-container .content {
          float: left;
          display: block;
          margin-right: 2.84259%;
          width: 58.86297%;
          padding-right: 3rem; }
          .introduction .site-container .content:last-child {
            margin-right: 0; }
        .introduction .site-container .callout {
          float: left;
          display: block;
          margin-right: 2.84259%;
          width: 38.29445%;
          padding: 0 0 0 1rem; }
          .introduction .site-container .callout:last-child {
            margin-right: 0; } }
  @media screen and (min-width: 64em) {
    .introduction .site-container header {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .introduction .site-container header:last-child {
        margin-right: 0; }
    .introduction .site-container .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .introduction .site-container .content:last-child {
        margin-right: 0; }
    .introduction .site-container .callout {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .introduction .site-container .callout:last-child {
        margin-right: 0; } }

#user-menu {
  background-color: #002c5f;
  color: #FFFFFF;
  line-height: 1;
  position: relative;
  z-index: 55; }
  #user-menu .menu-label {
    float: left;
    padding: .6rem 0;
    font-size: .75rem; }
  #user-menu a {
    display: inline-block;
    color: #FFFFFF;
    padding: .5rem 0;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear; }
    #user-menu a:hover {
      color: #dee6ed; }
  #user-menu #find-it-btn {
    float: left; }
    #user-menu #find-it-btn a i {
      display: inline-block;
      color: #25629f;
      font-size: 1.25rem;
      position: relative;
      top: 2px;
      margin-right: .25rem;
      line-height: .75rem;
      -webkit-transition: color 0.3s linear;
      -moz-transition: color 0.3s linear;
      transition: color 0.3s linear; }
    #user-menu #find-it-btn a:hover i {
      color: #2c74bc; }
  #user-menu .header-menu {
    display: none;
    float: right; }
    #user-menu .header-menu ul {
      display: inline-block; }
      #user-menu .header-menu ul li {
        float: left;
        padding-left: .5rem; }
        #user-menu .header-menu ul li a {
          padding: .6rem 0; }
        #user-menu .header-menu ul li + li:before {
          content: "|";
          margin-right: .5rem; }
    @media screen and (min-width: 30em) {
      #user-menu .header-menu {
        display: block; } }
  #user-menu #giin-small-logo {
    display: block;
    width: 2.8rem;
    margin: 0 auto;
    padding-top: .45rem; }
    #user-menu #giin-small-logo a {
      padding: 0;
      margin: 0; }
      #user-menu #giin-small-logo a img {
        width: 100%;
        height: 100%; }
    @media screen and (min-width: 30em) {
      #user-menu #giin-small-logo {
        display: none; } }

#header {
  display: none;
  position: relative;
  z-index: 54; }
  #header .site-container {
    display: block;
    padding: 0 2rem; }
    #header .site-container::after {
      clear: both;
      content: "";
      display: table; }
  #header #giin-logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    #header #giin-logo:last-child {
      margin-right: 0; }
    #header #giin-logo a {
      display: inline-block; }
      #header #giin-logo a img {
        max-width: 100%; }
  #header #main-menu {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    font-size: .95em; }
    #header #main-menu:last-child {
      margin-right: 0; }
    #header #main-menu ul {
      float: right; }
      #header #main-menu ul li + li {
        margin-top: .125rem; }
      #header #main-menu ul li a {
        display: block;
        width: 100%;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: 500;
        text-align: right; }
        #header #main-menu ul li a:hover {
          text-shadow: 0px 0px 1px #5ac8e2; }
      #header #main-menu ul li.active a {
        color: #01aad3; }
        #header #main-menu ul li.active a:hover {
          text-shadow: none; }
  @media screen and (min-width: 30em) {
    #header {
      display: block;
      padding: 1rem 0; }
      #header #giin-logo {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 38.29445%;
        margin-left: 30.85278%; }
        #header #giin-logo:last-child {
          margin-right: 0; }
      #header #main-menu {
        display: none; } }
  @media screen and (min-width: 40em) {
    #header #giin-logo {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 28.01019%;
      margin-left: 0%; }
      #header #giin-logo:last-child {
        margin-right: 0; }
    #header #main-menu {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 69.14722%;
      display: block; }
      #header #main-menu:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 64em) {
    #header #giin-logo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      #header #giin-logo:last-child {
        margin-right: 0; }
    #header #main-menu {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%;
      position: absolute;
      bottom: 0;
      right: 2rem;
      font-size: 1em; }
      #header #main-menu:last-child {
        margin-right: 0; }
      #header #main-menu ul li {
        float: left; }
        #header #main-menu ul li + li {
          margin-left: 1.1rem;
          margin-top: 0; } }

#page-wrapper {
  min-height: 100vh;
  position: relative; }

@media screen and (min-width: 40em) {
  .content-wrapper {
    padding-bottom: 20rem; } }
#footer {
  background-color: #002c5f;
  color: #FFFFFF;
  padding: 2rem 1rem;
  position: relative;
  z-index: 100; }
  #footer .site-container {
    display: block; }
    #footer .site-container::after {
      clear: both;
      content: "";
      display: table; }
  #footer .content {
    margin-top: 2rem;
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 100%; }
    #footer .content:last-child {
      margin-right: 0; }
    #footer .content h5 {
      font-size: 1rem;
      font-family: "adelle-sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
      font-weight: 700;
      margin-bottom: .75rem; }
  #footer .footer-menu {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 69.14722%; }
    #footer .footer-menu:last-child {
      margin-right: 0; }
    #footer .footer-menu li {
      display: block;
      float: none; }
      #footer .footer-menu li a {
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: 700; }
        #footer .footer-menu li a:hover {
          color: #5f9cda; }
      #footer .footer-menu li.active a {
        color: #5f9cda; }
      #footer .footer-menu li + li {
        margin-top: .5rem;
        padding: 0; }
        #footer .footer-menu li + li:before {
          content: '';
          padding: 0; }
  #footer .social-menu {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 28.01019%;
    margin-right: 0; }
    #footer .social-menu:last-child {
      margin-right: 0; }
    #footer .social-menu li {
      float: right; }
      #footer .social-menu li .rnd-icon {
        background-color: #FFFFFF;
        color: #20558a; }
        #footer .social-menu li .rnd-icon:hover {
          background-color: #d2dde8; }
      #footer .social-menu li + li {
        margin-right: .5rem; }
  @media screen and (min-width: 40em) {
    #footer {
      padding: 2rem 2rem 4rem;
      position: absolute;
      bottom: 0;
      height: 20rem;
      width: 100vw; }
      #footer .footer-menu {
        font-size: .9em; }
        #footer .footer-menu li {
          display: inline-block;
          float: left; }
          #footer .footer-menu li + li {
            padding-left: .65rem;
            margin-top: 0; }
            #footer .footer-menu li + li:before {
              content: '|';
              padding-right: .65rem; } }
  @media screen and (min-width: 64em) {
    #footer .footer-menu,
    #footer .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      #footer .footer-menu:last-child,
      #footer .content:last-child {
        margin-right: 0; }
    #footer .footer-menu {
      font-size: 1em;
      padding-bottom: 2rem; } }

#homepage .banner {
  background-color: #002c5f;
  background-color: #20558a;
  background-image: -webkit-linear-gradient(#20558a, #002c5f);
  background-image: linear-gradient(#20558a, #002c5f);
  background-image: url("/assets/images/homepage/intro/graphs.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 2rem 1rem; }
  #homepage .banner header {
    color: #FFFFFF;
    text-align: center;
    font-family: "adelle-sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    margin-bottom: 2rem; }
    #homepage .banner header h1 {
      font-family: "adelle-sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
      font-size: 2.5em;
      line-height: 1.25; }
    #homepage .banner header p {
      font-size: 2em; }
  #homepage .banner a.button {
    background-color: rgba(255, 255, 255, 0.88);
    margin: 0 auto;
    color: #002c5f;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
    #homepage .banner a.button:hover:not(:disabled) {
      color: #20558a;
      background-color: #e9e9e9; }
#homepage .hero {
  background-color: #20558a;
  color: #FFFFFF;
  padding: 2rem 1rem; }
  #homepage .hero .site-container {
    display: block; }
    #homepage .hero .site-container::after {
      clear: both;
      content: "";
      display: table; }
  #homepage .hero .content h2 {
    font-size: 2.25em;
    text-transform: uppercase; }
  #homepage .hero .callout {
    margin-top: 2rem; }
    #homepage .hero .callout ul.actions li {
      border-bottom: 1px solid #2a6fb3; }
      #homepage .hero .callout ul.actions li a {
        color: #FFFFFF;
        padding: .55rem 0;
        display: inline-block;
        margin-left: 1.3rem;
        text-indent: -1.3rem; }
        #homepage .hero .callout ul.actions li a:before {
          content: '\e605';
          color: #ffd203;
          font-size: 1.3em;
          position: relative;
          top: 4px;
          font-family: 'icomoon';
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        #homepage .hero .callout ul.actions li a:hover {
          color: #b3e6f2; }
    #homepage .hero .callout .media-wrapper .media {
      display: block;
      margin: 0 auto; }
  #homepage .hero.video .content {
    padding-right: 1rem; }
  #homepage .hero.video .callout {
    padding: 0; }
  #homepage .hero.video.iris4 {
    background-color: #0A80A6; }
    #homepage .hero.video.iris4 h2 {
      line-height: 1;
      margin-bottom: .5rem; }
      #homepage .hero.video.iris4 h2 a {
        color: #b6d9e4; }
        #homepage .hero.video.iris4 h2 a:hover {
          color: #e7f2f6; }
    #homepage .hero.video.iris4 a {
      color: #fadf99; }
      #homepage .hero.video.iris4 a:hover {
        color: #f2ae01; }
  @media screen and (min-width: 40em) {
    #homepage .hero {
      padding: 2rem 1rem; }
      #homepage .hero .content {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 58.86297%;
        padding-right: 3rem; }
        #homepage .hero .content:last-child {
          margin-right: 0; }
      #homepage .hero .callout {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 38.29445%;
        margin-top: 0; }
        #homepage .hero .callout:last-child {
          margin-right: 0; }
      #homepage .hero.default {
        background-image: url("/assets/images/homepage/hero/default.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 5rem 2rem; }
        #homepage .hero.default .site-container {
          background-color: rgba(32, 85, 138, 0.7);
          padding: 2rem; }
      #homepage .hero.video .content {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 38.29445%; }
        #homepage .hero.video .content:last-child {
          margin-right: 0; }
      #homepage .hero.video .callout {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 58.86297%;
        margin-top: 0;
        padding-left: 2rem; }
        #homepage .hero.video .callout:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 64em) {
    #homepage .hero.video .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      #homepage .hero.video .content:last-child {
        margin-right: 0; }
    #homepage .hero.video .callout {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      #homepage .hero.video .callout:last-child {
        margin-right: 0; } }
#homepage .content-section {
  padding: 2rem 1rem; }
  #homepage .content-section .site-container {
    display: block; }
    #homepage .content-section .site-container::after {
      clear: both;
      content: "";
      display: table; }
  #homepage .content-section .featured article {
    background-color: #e9e9e9;
    position: relative; }
    #homepage .content-section .featured article + article {
      margin-top: 2rem; }
    #homepage .content-section .featured article .media-wrapper.logo {
      border: 2px solid #e9e9e9; }
    #homepage .content-section .featured article .info {
      padding: 1.5rem; }
      #homepage .content-section .featured article .info .type {
        font-size: .75rem;
        text-transform: uppercase; }
        #homepage .content-section .featured article .info .type span {
          font-weight: 700; }
          #homepage .content-section .featured article .info .type span.knowledge {
            color: #20558a; }
          #homepage .content-section .featured article .info .type span.news {
            color: #9c2c98; }
          #homepage .content-section .featured article .info .type span.event {
            color: #A0B122; }
      #homepage .content-section .featured article .info h4 {
        margin-top: .55rem;
        font-size: 1.6rem; }
        #homepage .content-section .featured article .info h4 a {
          color: #003045;
          -webkit-transition: background-color 0.2s linear;
          -moz-transition: background-color 0.2s linear;
          transition: background-color 0.2s linear; }
          #homepage .content-section .featured article .info h4 a:hover {
            color: #20558a; }
      #homepage .content-section .featured article .info .logistics {
        display: block;
        margin: .75rem 0;
        font-size: .95rem;
        line-height: 1.2em; }
        #homepage .content-section .featured article .info .logistics span {
          display: block; }
        #homepage .content-section .featured article .info .logistics .giinBadge {
          margin-top: 1rem; }
      #homepage .content-section .featured article .info .publisher {
        font-size: .65rem;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: .5rem; }
    #homepage .content-section .featured article .actions a {
      background-color: #e0e0e0;
      color: #373534;
      display: block;
      padding: .75rem 1.5rem;
      text-transform: uppercase; }
      #homepage .content-section .featured article .actions a:after {
        content: '\e600';
        color: #9d9c9a;
        font-family: icomoon;
        float: right;
        font-size: 1.5rem;
        line-height: 1.5rem; }
      #homepage .content-section .featured article .actions a:hover {
        background-color: #dbdbdb;
        color: #002c5f; }
        #homepage .content-section .featured article .actions a:hover:after {
          color: #002c5f; }
  #homepage .content-section .featured-aside {
    padding: 2rem 0 0; }
    #homepage .content-section .featured-aside section {
      padding: 3rem 0 0; }
      #homepage .content-section .featured-aside section:first-child {
        padding: 0; }
      #homepage .content-section .featured-aside section h3 {
        color: #003045; }
      #homepage .content-section .featured-aside section p {
        font-size: 1rem;
        line-height: 1.4; }
    #homepage .content-section .featured-aside .leadin::after {
      clear: both;
      content: "";
      display: table; }
    #homepage .content-section .featured-aside .leadin h3 {
      border-bottom: 2px solid #e9e9e9;
      padding-bottom: .75rem;
      margin-bottom: .75rem; }
    #homepage .content-section .featured-aside .leadin p {
      color: #20558a;
      font-size: 1.2rem;
      line-height: 1.75rem; }
    #homepage .content-section .featured-aside .leadin .button {
      background-color: #002c5f;
      color: #FFFFFF;
      padding: .35rem 1rem;
      float: right; }
      #homepage .content-section .featured-aside .leadin .button:hover {
        background-color: #264c77; }
    #homepage .content-section .featured-aside .leadin .linkTo-list {
      margin-left: 1.5rem; }
      #homepage .content-section .featured-aside .leadin .linkTo-list li {
        text-indent: -1.5rem; }
        #homepage .content-section .featured-aside .leadin .linkTo-list li + li {
          margin-top: .5rem; }
        #homepage .content-section .featured-aside .leadin .linkTo-list li .rnd-arrow {
          background-color: #01aad3;
          display: inline-block;
          float: none;
          top: 2px;
          margin-right: .3rem; }
          #homepage .content-section .featured-aside .leadin .linkTo-list li .rnd-arrow i {
            line-height: 1.34em;
            text-indent: 0; }
    #homepage .content-section .featured-aside .tools {
      border-bottom: 4px solid #e9e9e9; }
      #homepage .content-section .featured-aside .tools h3 {
        font-size: 2rem; }
        #homepage .content-section .featured-aside .tools h3::after {
          clear: both;
          content: "";
          display: table; }
        #homepage .content-section .featured-aside .tools h3 span {
          display: inline-block;
          float: none;
          top: .25rem; }
          #homepage .content-section .featured-aside .tools h3 span + span {
            display: inline;
            margin-left: .25rem;
            font-size: 1.05em; }
      #homepage .content-section .featured-aside .tools p {
        margin: .5rem 0 1rem; }
      #homepage .content-section .featured-aside .tools.iris {
        border-color: #d95e18; }
        #homepage .content-section .featured-aside .tools.iris .rnd-arrow {
          background-color: #d95e18; }
        #homepage .content-section .featured-aside .tools.iris a {
          color: #d95e18; }
      #homepage .content-section .featured-aside .tools.impactbase {
        border-color: #A0B122; }
        #homepage .content-section .featured-aside .tools.impactbase .rnd-arrow {
          background-color: #A0B122; }
        #homepage .content-section .featured-aside .tools.impactbase a {
          color: #A0B122; }
      #homepage .content-section .featured-aside .tools.career-center {
        border-color: #20558a; }
        #homepage .content-section .featured-aside .tools.career-center .rnd-arrow {
          background-color: #20558a; }
        #homepage .content-section .featured-aside .tools.career-center a {
          color: #20558a; }
      #homepage .content-section .featured-aside .tools.fund-manager-training {
        border-color: #9c2c98; }
        #homepage .content-section .featured-aside .tools.fund-manager-training .rnd-arrow {
          background-color: #9c2c98; }
        #homepage .content-section .featured-aside .tools.fund-manager-training a {
          color: #9c2c98; }
    #homepage .content-section .featured-aside .user-engagement h3 {
      margin-bottom: .75rem; }
    #homepage .content-section .featured-aside .user-engagement ul li.social-media {
      border-top: 2px solid #e9e9e9; }
    #homepage .content-section .featured-aside .user-engagement h5 a {
      display: block;
      padding: 1rem 0; }
    #homepage .content-section .featured-aside .user-engagement h5 .rnd-icon {
      font-size: 1.6rem; }
    #homepage .content-section .featured-aside .user-engagement h5 .title {
      margin-left: .5rem;
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: 700;
      color: #003045;
      font-family: "adelle-sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; }
    #homepage .content-section .featured-aside .user-engagement .tweets {
      background-color: #f2f2f2;
      padding: 1rem 2rem 1.5rem;
      margin: .65rem 0 1rem 1.25rem;
      position: relative;
      border-radius: 2px; }
      #homepage .content-section .featured-aside .user-engagement .tweets:before {
        content: '\f04b';
        color: #f2f2f2;
        font-family: FontAwesome;
        position: absolute;
        top: -2.5rem;
        left: 1.25rem;
        font-size: 3.5rem;
        z-index: -1; }
      #homepage .content-section .featured-aside .user-engagement .tweets li + li {
        margin-top: 1.5rem; }
      #homepage .content-section .featured-aside .user-engagement .tweets li .status-info .name {
        color: #003045;
        font-weight: 700; }
      #homepage .content-section .featured-aside .user-engagement .tweets li .status-info .screen_name {
        color: #002c5f; }
      #homepage .content-section .featured-aside .user-engagement .tweets li .status-info .created_at {
        font-size: .9rem;
        color: #7f7f7d; }
      #homepage .content-section .featured-aside .user-engagement .tweets li .status {
        font-size: .9em;
        line-height: 1.45rem;
        margin: .25rem 0 0; }
    .newsletter {
      margin-top: 3rem; }
      .newsletter .form {
        margin: 1.5rem 0;
        position: relative; }
        .newsletter .form button {
          position: absolute;
          top: 4px;
          right: 5px;
          background-color: #f2ae01;
          padding: 0; }
          .newsletter .form button i {
            display: inline-block;
            width: 2rem;
            height: 2rem;
            font-size: 2em;
            line-height: 2rem; }
  @media screen and (min-width: 30em) {
    #homepage .content-section .featured article {
      display: block; }
      #homepage .content-section .featured article::after {
        clear: both;
        content: "";
        display: table; }
      #homepage .content-section .featured article .media-wrapper {
        float: right;
        display: block;
        width: 57.3158%; }
        #homepage .content-section .featured article .media-wrapper:last-child {
          width: 54.14736%; }
      #homepage .content-section .featured article .info {
        float: right;
        display: block;
        margin-left: 3.16844%;
        width: 42.6842%;
        margin-left: 0;
        padding: 1.5rem;
        margin-bottom: 3rem; }
        #homepage .content-section .featured article .info:last-child {
          margin-left: 0; }
      #homepage .content-section .featured article .actions {
        float: right;
        display: block;
        margin-left: 3.16844%;
        width: 42.6842%;
        margin-left: 0;
        position: absolute;
        bottom: 0; }
        #homepage .content-section .featured article .actions:last-child {
          margin-left: 0; }
        #homepage .content-section .featured article .actions a {
          padding: .55rem .75rem;
          font-size: .75rem; }
          #homepage .content-section .featured article .actions a:after {
            font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    #homepage .content-section .featured {
      float: right;
      display: block;
      margin-left: 2.84259%;
      width: 58.86297%;
      padding-left: 2rem; }
      #homepage .content-section .featured:last-child {
        margin-left: 0; }
      #homepage .content-section .featured article {
        display: block;
        background-color: #e9e9e9;
        position: relative; }
        #homepage .content-section .featured article::after {
          clear: both;
          content: "";
          display: table; }
        #homepage .content-section .featured article .media-wrapper {
          float: left;
          display: block;
          margin-right: 2.84259%;
          width: 100%; }
          #homepage .content-section .featured article .media-wrapper:last-child {
            margin-right: 0; }
        #homepage .content-section .featured article .info {
          float: left;
          display: block;
          margin-right: 2.84259%;
          width: 100%;
          margin-right: 0;
          padding: 1.5rem 1.5rem 0;
          margin-bottom: 0; }
          #homepage .content-section .featured article .info:last-child {
            margin-right: 0; }
        #homepage .content-section .featured article .actions {
          float: left;
          display: block;
          margin-right: 2.84259%;
          width: 100%;
          position: relative;
          bottom: 0; }
          #homepage .content-section .featured article .actions:last-child {
            margin-right: 0; }
    #homepage .content-section .featured-aside {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 38.29445%; }
      #homepage .content-section .featured-aside:last-child {
        margin-right: 0; }
      #homepage .content-section .featured-aside .user-engagement h3 {
        margin-bottom: .75rem; }
      #homepage .content-section .featured-aside .user-engagement ul li.social-media {
        border-top: 2px solid #e9e9e9; }
      #homepage .content-section .featured-aside .user-engagement h5 a {
        display: block;
        padding: 1rem 0; }
      #homepage .content-section .featured-aside .user-engagement h5 .rnd-icon {
        font-size: 1.6rem; }
      #homepage .content-section .featured-aside .user-engagement h5 .title {
        margin-left: .5rem;
        font-size: 1.2rem;
        text-transform: uppercase;
        font-weight: 700;
        color: #003045;
        font-family: "adelle-sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; } }
  @media screen and (min-width: 64em) {
    #homepage .content-section .featured {
      float: right;
      display: block;
      margin-left: 2.35765%;
      width: 65.88078%; }
      #homepage .content-section .featured:last-child {
        margin-left: 0; }
      #homepage .content-section .featured article {
        display: block; }
        #homepage .content-section .featured article::after {
          clear: both;
          content: "";
          display: table; }
        #homepage .content-section .featured article .media-wrapper {
          float: right;
          display: block;
          width: 57.3158%;
          margin-left: 0;
          margin-right: 0; }
          #homepage .content-section .featured article .media-wrapper:last-child {
            width: 54.14736%; }
        #homepage .content-section .featured article .info {
          float: right;
          display: block;
          margin-left: 3.16844%;
          width: 42.6842%;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 2.25rem; }
          #homepage .content-section .featured article .info:last-child {
            margin-left: 0; }
        #homepage .content-section .featured article .actions {
          float: right;
          display: block;
          margin-left: 3.16844%;
          width: 42.6842%;
          position: absolute;
          bottom: 0; }
          #homepage .content-section .featured article .actions:last-child {
            margin-left: 0; }
          #homepage .content-section .featured article .actions a {
            padding: .55rem .75rem;
            font-size: .85rem; }
            #homepage .content-section .featured article .actions a:after {
              font-size: 1rem; }
    #homepage .content-section .featured-aside {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      padding: 0; }
      #homepage .content-section .featured-aside:last-child {
        margin-right: 0; }
      #homepage .content-section .featured-aside .tools h3 {
        font-size: 2.1rem; } }

#impactInvesting {
  background-color: #e9e9e9; }
  #impactInvesting.landingPg {
    background-color: #FFFFFF; }
  #impactInvesting .introduction {
    background-color: #01aad3;
    color: #FFFFFF;
    padding: 2rem 1rem; }
    #impactInvesting .introduction .content h2 {
      font-size: 2.25em;
      text-transform: uppercase; }
    #impactInvesting .introduction .content .kicker {
      font-family: "adelle-sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
      font-size: 1.25em; }
    @media screen and (min-width: 40em) {
      #impactInvesting .introduction {
        padding: 2rem 0; }
        #impactInvesting .introduction .site-container {
          display: block; }
          #impactInvesting .introduction .site-container::after {
            clear: both;
            content: "";
            display: table; }
          #impactInvesting .introduction .site-container .content {
            float: left;
            display: block;
            margin-right: 2.84259%;
            width: 89.71574%;
            padding-right: 0; }
            #impactInvesting .introduction .site-container .content:last-child {
              margin-right: 0; }
            #impactInvesting .introduction .site-container .content .kicker {
              font-size: 1.85em; }
        #impactInvesting .introduction.hero {
          background-image: url("/assets/images/impact-investing/hero/hero.jpg");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          padding: 5rem 2rem; }
          #impactInvesting .introduction.hero .site-container {
            background-color: rgba(1, 170, 211, 0.8);
            padding: 2rem; } }
    @media screen and (min-width: 64em) {
      #impactInvesting .introduction {
        padding: 2rem 0; }
        #impactInvesting .introduction .content {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 74.41059%; }
          #impactInvesting .introduction .content:last-child {
            margin-right: 0; }
          #impactInvesting .introduction .content .kicker {
            font-size: 1.85em; } }
  #impactInvesting .toc {
    padding: 2rem 1rem; }
    #impactInvesting .toc .site-container {
      display: block; }
      #impactInvesting .toc .site-container::after {
        clear: both;
        content: "";
        display: table; }
    @media screen and (min-width: 40em) {
      #impactInvesting .toc .table-of-contents ol li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin: 1rem 0; }
        #impactInvesting .toc .table-of-contents ol li:last-child {
          margin-right: 0; }
        #impactInvesting .toc .table-of-contents ol li:nth-child(3n) {
          margin-right: 0; }
        #impactInvesting .toc .table-of-contents ol li:nth-child(3n+1) {
          clear: left; }
        #impactInvesting .toc .table-of-contents ol li + li {
          margin-top: 1rem; } }
  #impactInvesting .table-of-contents h3 {
    font-size: 1.2rem;
    border-bottom: 1px solid #b2b1af; }
  #impactInvesting .table-of-contents ol {
    margin: 1.5rem 0;
    counter-reset: toc-counter; }
    #impactInvesting .table-of-contents ol li {
      text-align: center;
      padding: 0 1rem; }
      #impactInvesting .table-of-contents ol li + li {
        margin-top: 1.5rem; }
      #impactInvesting .table-of-contents ol li a {
        display: block; }
        #impactInvesting .table-of-contents ol li a:before {
          content: counter(toc-counter,decimal-leading-zero);
          counter-increment: toc-counter;
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          box-sizing: content-box;
          margin: 0 auto;
          width: 1.8em;
          height: 1.8em;
          line-height: 1.8em; }
        #impactInvesting .table-of-contents ol li a h5 {
          color: #002c5f;
          margin-top: .25rem; }
        #impactInvesting .table-of-contents ol li a p {
          color: #636361;
          font-size: .85em; }
  #impactInvesting .dot:before {
    content: counter(toc-counter,decimal-leading-zero);
    counter-increment: toc-counter;
    display: block;
    background-color: #20558a;
    color: #FFFFFF;
    border-radius: 50%;
    width: 2.4em;
    height: 2.4em;
    text-align: center;
    line-height: 2.4em;
    font-size: 1.4em;
    margin-bottom: 1rem; }
  #impactInvesting .s1 .dot:before {
    background-color: #f07c05; }
  #impactInvesting .s1 h4, #impactInvesting .s1 h5, #impactInvesting .s1 h6, #impactInvesting .s1 strong, #impactInvesting .s1 em {
    color: #f07c05; }
  #impactInvesting .s2 .dot:before {
    background-color: #c42695; }
  #impactInvesting .s2 h4, #impactInvesting .s2 h5, #impactInvesting .s2 h6, #impactInvesting .s2 strong, #impactInvesting .s2 em {
    color: #c42695; }
  #impactInvesting .s3 .dot:before {
    background-color: #9c2c98; }
  #impactInvesting .s3 h4, #impactInvesting .s3 h5, #impactInvesting .s3 h6, #impactInvesting .s3 strong, #impactInvesting .s3 em {
    color: #9c2c98; }
  #impactInvesting .s4 .dot:before {
    background-color: #d95e18; }
  #impactInvesting .s4 h4, #impactInvesting .s4 h5, #impactInvesting .s4 h6, #impactInvesting .s4 strong, #impactInvesting .s4 em {
    color: #d95e18; }
  #impactInvesting .s5 .dot:before {
    background-color: #002c5f; }
  #impactInvesting .s5 h4, #impactInvesting .s5 h5, #impactInvesting .s5 h6, #impactInvesting .s5 strong, #impactInvesting .s5 em {
    color: #002c5f; }
  #impactInvesting .s6 .dot:before {
    background-color: #632566; }
  #impactInvesting .s6 h4, #impactInvesting .s6 h5, #impactInvesting .s6 h6, #impactInvesting .s6 strong, #impactInvesting .s6 em {
    color: #632566; }
  #impactInvesting .s7 .dot:before {
    background-color: #021823; }
  #impactInvesting .s7 h4, #impactInvesting .s7 h5, #impactInvesting .s7 h6, #impactInvesting .s7 strong, #impactInvesting .s7 em {
    color: #021823; }
  #impactInvesting .s8 .dot:before {
    background-color: #3c9b35; }
  #impactInvesting .s8 h4, #impactInvesting .s8 h5, #impactInvesting .s8 h6, #impactInvesting .s8 strong, #impactInvesting .s8 em {
    color: #3c9b35; }
  #impactInvesting .s9 .dot:before {
    background-color: #A0B122; }
  #impactInvesting .s9 h4, #impactInvesting .s9 h5, #impactInvesting .s9 h6, #impactInvesting .s9 strong, #impactInvesting .s9 em {
    color: #A0B122; }
  #impactInvesting .s10 .dot:before {
    background-color: #20558a; }
  #impactInvesting .s10 h4, #impactInvesting .s10 h5, #impactInvesting .s10 h6, #impactInvesting .s10 strong, #impactInvesting .s10 em {
    color: #20558a; }
  #impactInvesting .s11 .dot:before {
    background-color: #ffd203; }
  #impactInvesting .s11 h4, #impactInvesting .s11 h5, #impactInvesting .s11 h6, #impactInvesting .s11 strong, #impactInvesting .s11 em {
    color: #ffd203; }
  #impactInvesting #index {
    transition: top 2s ease 0s;
    top: 0; }
  #impactInvesting aside {
    position: relative;
    z-index: 1;
    display: none; }
    @media screen and (min-width: 40em) {
      #impactInvesting aside {
        display: block; }
        #impactInvesting aside .dot:before {
          border: 3px solid #e9e9e9; }
        #impactInvesting aside .active .dot:before {
          border: 3px solid #FFFFFF; }
        #impactInvesting aside .active .dot h5 {
          color: #01aad3; }
        #impactInvesting aside.sticky {
          position: fixed;
          top: 0;
          z-index: 10; } }
  #impactInvesting .content header h1 {
    font-size: 1.8rem; }
  #impactInvesting .content ul {
    list-style: none;
    padding: 0;
    counter-reset: toc-counter; }
    #impactInvesting .content ul li + li section {
      margin-top: 2rem; }
    #impactInvesting .content ul li section {
      background-color: #FFFFFF;
      border: 1px solid #d2d2d2;
      padding: 2rem; }
      #impactInvesting .content ul li section h3 {
        color: #20558a; }
  #impactInvesting .content em {
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase; }
  #impactInvesting .definition-block {
    border: 1px dotted #f07c05;
    color: #f07c05;
    padding: 1.5rem 2rem; }
    #impactInvesting .definition-block dt {
      font-weight: 400;
      font-size: 1.85em;
      margin: 0; }
    #impactInvesting .definition-block .pronunciation + dd {
      margin-top: 1rem; }
  #impactInvesting .figure .featured-profiles .info {
    padding: 0; }
    #impactInvesting .figure .featured-profiles .info::after {
      clear: both;
      content: "";
      display: table; }
    #impactInvesting .figure .featured-profiles .info + .info {
      border-top: 1px solid #e9e9e9;
      margin-top: 1rem;
      padding-top: 1rem; }
    #impactInvesting .figure .featured-profiles .info:hover {
      cursor: pointer; }
      #impactInvesting .figure .featured-profiles .info:hover .flow.investor {
        color: #FFFFFF;
        background-color: #20558a; }
        #impactInvesting .figure .featured-profiles .info:hover .flow.investor:after {
          color: #20558a; }
        #impactInvesting .figure .featured-profiles .info:hover .flow.investor a {
          color: #FFFFFF; }
      #impactInvesting .figure .featured-profiles .info:hover .flow.investee {
        color: #FFFFFF;
        background-color: #632566; }
        #impactInvesting .figure .featured-profiles .info:hover .flow.investee:after {
          color: #632566; }
    #impactInvesting .figure .featured-profiles .info .flow {
      padding: 1rem;
      position: relative;
      color: #FFFFFF;
      font-size: .8em;
      -webkit-transition: background-color 0.3s linear;
      -moz-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear; }
      #impactInvesting .figure .featured-profiles .info .flow::after {
        clear: both;
        content: "";
        display: table; }
      #impactInvesting .figure .featured-profiles .info .flow a {
        color: #484745; }
        #impactInvesting .figure .featured-profiles .info .flow a:hover {
          color: #FFFFFF; }
      #impactInvesting .figure .featured-profiles .info .flow .label {
        text-transform: uppercase;
        font-size: .95em; }
      #impactInvesting .figure .featured-profiles .info .flow.investor {
        color: #484745;
        background-color: #e7e5e2;
        z-index: 1; }
        #impactInvesting .figure .featured-profiles .info .flow.investor:after {
          color: #e7e5e2;
          content: "\f063";
          display: block;
          font: normal normal normal 14px/1 FontAwesome;
          position: absolute;
          bottom: -20px;
          font-size: 3rem;
          z-index: -1;
          -webkit-transition: color 0.3s linear;
          -moz-transition: color 0.3s linear;
          transition: color 0.3s linear; }
      #impactInvesting .figure .featured-profiles .info .flow.investee {
        color: #484745;
        background-color: #cfcac5;
        z-index: 1; }
      #impactInvesting .figure .featured-profiles .info .flow + .flow {
        margin-top: 1rem; }
  #impactInvesting .figure .featured-profiles .more-profiles {
    text-align: center;
    margin-top: 2rem; }
  @media screen and (min-width: 64em) {
    #impactInvesting .figure .featured-profiles .info .flow-container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; }
      #impactInvesting .figure .featured-profiles .info .flow-container .flow {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        #impactInvesting .figure .featured-profiles .info .flow-container .flow:last-child {
          margin-right: 0; }
        #impactInvesting .figure .featured-profiles .info .flow-container .flow.outcome .caption {
          min-width: 7rem; }
        #impactInvesting .figure .featured-profiles .info .flow-container .flow.investor:after {
          content: "\f061";
          right: -19px;
          top: 50%;
          margin-top: -1.5rem;
          bottom: inherit; }
        #impactInvesting .figure .featured-profiles .info .flow-container .flow + .flow {
          margin-top: 0; } }
  #impactInvesting .figure .investors-council-block {
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 6px;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear; }
    #impactInvesting .figure .investors-council-block:hover {
      background-color: #efefef;
      cursor: pointer; }
    #impactInvesting .figure .investors-council-block header::after {
      clear: both;
      content: "";
      display: table; }
    #impactInvesting .figure .investors-council-block header img {
      display: block;
      width: 50px;
      float: left; }
    #impactInvesting .figure .investors-council-block header h4 {
      line-height: 50px;
      float: left;
      margin-left: .5rem; }
    #impactInvesting .figure .investors-council-block p {
      margin-left: 50px;
      padding-left: .5rem;
      font-size: .85em;
      line-height: 1.1;
      color: #484745; }
  #impactInvesting .figure .impactbase-block {
    margin-top: 2rem;
    padding: 2rem 2rem 1.5rem;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear; }
    #impactInvesting .figure .impactbase-block:hover {
      background-color: #f1f9da;
      border: 2px solid #9FD905;
      cursor: pointer; }
  #impactInvesting .tools-list {
    padding: 2rem; }
    #impactInvesting .tools-list .tools {
      margin-top: 0;
      padding: 0;
      border: none;
      border-bottom: 4px solid #e9e9e9; }
      #impactInvesting .tools-list .tools + .tools {
        margin-top: 2rem; }
      #impactInvesting .tools-list .tools h3 {
        font-size: 2rem; }
        #impactInvesting .tools-list .tools h3::after {
          clear: both;
          content: "";
          display: table; }
        #impactInvesting .tools-list .tools h3 span {
          display: inline-block;
          float: none;
          top: .25rem; }
          #impactInvesting .tools-list .tools h3 span + span {
            display: inline;
            margin-left: .25rem;
            font-size: 1.05em; }
      #impactInvesting .tools-list .tools p {
        margin: .5rem 0 1rem; }
      #impactInvesting .tools-list .tools.iris {
        border-color: #d95e18; }
        #impactInvesting .tools-list .tools.iris .rnd-arrow {
          background-color: #d95e18; }
        #impactInvesting .tools-list .tools.iris a {
          color: #d95e18; }
      #impactInvesting .tools-list .tools.impactbase {
        border-color: #A0B122; }
        #impactInvesting .tools-list .tools.impactbase .rnd-arrow {
          background-color: #A0B122; }
        #impactInvesting .tools-list .tools.impactbase a {
          color: #A0B122; }
      #impactInvesting .tools-list .tools.career-center {
        border-color: #20558a; }
        #impactInvesting .tools-list .tools.career-center .rnd-arrow {
          background-color: #20558a; }
        #impactInvesting .tools-list .tools.career-center a {
          color: #20558a; }
      #impactInvesting .tools-list .tools.fund-manager-training {
        border-color: #9c2c98; }
        #impactInvesting .tools-list .tools.fund-manager-training .rnd-arrow {
          background-color: #9c2c98; }
        #impactInvesting .tools-list .tools.fund-manager-training a {
          color: #9c2c98; }

#knowledge .introduction {
  background-color: #01aad3;
  color: #FFFFFF;
  padding: 2rem 1rem; }
  @media screen and (min-width: 40em) {
    #knowledge .introduction {
      padding: 2rem 0; }
      #knowledge .introduction .site-container header {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%;
        margin-right: 0;
        margin-bottom: .75rem; }
        #knowledge .introduction .site-container header:last-child {
          margin-right: 0; }
      #knowledge .introduction .site-container .content {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 58.86297%;
        padding-right: 3rem; }
        #knowledge .introduction .site-container .content:last-child {
          margin-right: 0; }
      #knowledge .introduction .site-container .callout {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 38.29445%;
        padding-left: 1rem; }
        #knowledge .introduction .site-container .callout:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 64em) {
    #knowledge .introduction .site-container header {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      #knowledge .introduction .site-container header:last-child {
        margin-right: 0; }
    #knowledge .introduction .site-container .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      #knowledge .introduction .site-container .content:last-child {
        margin-right: 0; }
    #knowledge .introduction .site-container .callout {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      #knowledge .introduction .site-container .callout:last-child {
        margin-right: 0; } }
#knowledge .featured-resources {
  padding: 2rem 1rem; }
  #knowledge .featured-resources article {
    background-color: #e9e9e9;
    position: relative; }
    #knowledge .featured-resources article + article {
      margin-top: 2rem; }
    #knowledge .featured-resources article .info {
      padding: 1.5rem 1.5rem 4rem; }
      #knowledge .featured-resources article .info h4 a {
        color: #20558a;
        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear; }
        #knowledge .featured-resources article .info h4 a:hover {
          color: #003045; }
      #knowledge .featured-resources article .info .publisher,
      #knowledge .featured-resources article .info .organization {
        margin-top: .25rem;
        font-size: .65rem;
        text-transform: uppercase;
        font-weight: 700; }
    #knowledge .featured-resources article .actions {
      position: absolute;
      bottom: 0;
      width: 100%; }
      #knowledge .featured-resources article .actions a {
        background-color: #e0e0e0;
        color: #373534;
        display: block;
        padding: .5rem 1.5rem;
        text-transform: uppercase;
        font-size: .75rem; }
        #knowledge .featured-resources article .actions a:after {
          content: '\e600';
          color: #9d9c9a;
          font-family: icomoon;
          float: right;
          font-size: 1.2rem;
          line-height: 1.2rem; }
        #knowledge .featured-resources article .actions a:hover {
          background-color: #dbdbdb;
          color: #002c5f; }
          #knowledge .featured-resources article .actions a:hover:after {
            color: #002c5f; }
  @media screen and (min-width: 40em) {
    #knowledge .featured-resources .flex-container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; }
      #knowledge .featured-resources .flex-container article {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 38.29445%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        #knowledge .featured-resources .flex-container article:last-child {
          margin-right: 0; }
    #knowledge .featured-resources article + article {
      margin-top: 0; } }
#knowledge .search-resources {
  padding: 2rem 1rem; }
  #knowledge .search-resources aside {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    #knowledge .search-resources aside #taxonomy-filters .keyword {
      padding: 0 1.5rem; }
      #knowledge .search-resources aside #taxonomy-filters .keyword [type="search"] {
        margin: 0;
        text-indent: 0;
        background: #f0f0f0;
        border: solid 2px #dbdbdb;
        padding: .1em .55em; }
        #knowledge .search-resources aside #taxonomy-filters .keyword [type="search"]::-webkit-input-placeholder {
          color: #7f7f7d;
          font-style: italic; }
        #knowledge .search-resources aside #taxonomy-filters .keyword [type="search"]::-moz-placeholder {
          color: #7f7f7d;
          font-style: italic; }
        #knowledge .search-resources aside #taxonomy-filters .keyword [type="search"]:-moz-placeholder {
          color: #7f7f7d;
          font-style: italic; }
        #knowledge .search-resources aside #taxonomy-filters .keyword [type="search"]:-ms-input-placeholder {
          color: #7f7f7d;
          font-style: italic; }
        #knowledge .search-resources aside #taxonomy-filters .keyword [type="search"]:focus {
          border-color: #7999b9;
          box-shadow: 0 0 3px #6388ad; }
      #knowledge .search-resources aside #taxonomy-filters .keyword [type="submit"] {
        position: relative;
        cursor: pointer;
        width: 30px;
        color: #4d77a1;
        background: none;
        border: none;
        box-shadow: none;
        border-radius: none;
        padding: .1rem .55rem .2rem;
        margin-left: -34px; }
      #knowledge .search-resources aside #taxonomy-filters .keyword [type="submit"]:hover,
      #knowledge .search-resources aside #taxonomy-filters .keyword [type="search"]:focus + [type="submit"] {
        color: #20558a; }
    #knowledge .search-resources aside #taxonomy-filters .filter-menu .filter-submit {
      background: #e9e9e9;
      text-align: right;
      border: 1px solid #e9e9e9; }
  #knowledge .search-resources #search-results #taxonomy-search-results > header {
    padding: .5em .75em;
    border: 2px solid #f3f3f3;
    margin-bottom: 2rem;
    line-height: 1.6rem;
    background-color: #fbfbfb; }
    #knowledge .search-resources #search-results #taxonomy-search-results > header .search-options {
      float: right; }
  #knowledge .search-resources #search-results #taxonomy-results-sortby {
    margin-bottom: 0; }
  #knowledge .search-resources #search-results .results li {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    #knowledge .search-resources #search-results .results li::after {
      clear: both;
      content: "";
      display: table; }
    #knowledge .search-resources #search-results .results li .media-wrapper {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 28.01019%;
      font-size: .5em; }
      #knowledge .search-resources #search-results .results li .media-wrapper:last-child {
        margin-right: 0; }
    #knowledge .search-resources #search-results .results li .info {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 69.14722%; }
      #knowledge .search-resources #search-results .results li .info:last-child {
        margin-right: 0; }
      #knowledge .search-resources #search-results .results li .info.full {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%; }
        #knowledge .search-resources #search-results .results li .info.full:last-child {
          margin-right: 0; }
      #knowledge .search-resources #search-results .results li .info header h4 {
        font-size: 1.4em; }
      #knowledge .search-resources #search-results .results li .info header .organization {
        color: #01aad3;
        margin-bottom: .5rem; }
      #knowledge .search-resources #search-results .results li .info header p {
        color: #636361;
        font-size: 1rem;
        line-height: 1.2; }
      #knowledge .search-resources #search-results .results li .info .publisher {
        color: #373534;
        margin-top: .25rem;
        font-size: .65rem;
        text-transform: uppercase;
        font-weight: 700; }
      #knowledge .search-resources #search-results .results li .info .taxonomy-term-list {
        margin-top: .5rem;
        color: #738d99; }
  #knowledge .search-resources .pagination {
    padding-top: .5rem; }
    #knowledge .search-resources .pagination li {
      float: none; }
      #knowledge .search-resources .pagination li a.infinitePagination {
        display: block;
        width: 100%;
        text-align: center;
        text-transform: uppercase; }
  @media screen and (min-width: 40em) {
    #knowledge .search-resources aside {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 38.29445%;
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
      #knowledge .search-resources aside:last-child {
        margin-right: 0; }
      #knowledge .search-resources aside #taxonomy-filters .keyword [type="search"] {
        background: #f4f4f4;
        border: solid 2px #dbdbdb;
        padding: .5em .75em; }
        #knowledge .search-resources aside #taxonomy-filters .keyword [type="search"]::-webkit-input-placeholder {
          color: #7f7f7d;
          font-style: italic; }
        #knowledge .search-resources aside #taxonomy-filters .keyword [type="search"]::-moz-placeholder {
          color: #7f7f7d;
          font-style: italic; }
        #knowledge .search-resources aside #taxonomy-filters .keyword [type="search"]:-moz-placeholder {
          color: #7f7f7d;
          font-style: italic; }
        #knowledge .search-resources aside #taxonomy-filters .keyword [type="search"]:-ms-input-placeholder {
          color: #7f7f7d;
          font-style: italic; }
        #knowledge .search-resources aside #taxonomy-filters .keyword [type="search"]:focus {
          border-color: #7999b9;
          box-shadow: 0 0 3px #6388ad; }
      #knowledge .search-resources aside #taxonomy-filters .keyword [type="submit"] {
        margin-left: -38px; }
      #knowledge .search-resources aside #taxonomy-filters .filter-menu .filter-submit {
        background: #FFFFFF;
        border: none; }
    #knowledge .search-resources #search-results {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 58.86297%; }
      #knowledge .search-resources #search-results:last-child {
        margin-right: 0; } }

#network .introduction {
  background-color: #f07c05; }
#network .content-section .site-container {
  display: block; }
  #network .content-section .site-container::after {
    clear: both;
    content: "";
    display: table; }
  #network .content-section .site-container .network-blocks .block {
    border-bottom: 4px solid #e9e9e9;
    margin-bottom: 3rem; }
    #network .content-section .site-container .network-blocks .block.orange {
      border-color: #f07c05; }
      #network .content-section .site-container .network-blocks .block.orange .rnd-arrow {
        background-color: #f07c05; }
      #network .content-section .site-container .network-blocks .block.orange a {
        color: #f07c05; }
    #network .content-section .site-container .network-blocks .block.violet {
      border-color: #9c2c98; }
      #network .content-section .site-container .network-blocks .block.violet .rnd-arrow {
        background-color: #9c2c98; }
      #network .content-section .site-container .network-blocks .block.violet a {
        color: #9c2c98; }
    #network .content-section .site-container .network-blocks .block.blue {
      border-color: #20558a; }
      #network .content-section .site-container .network-blocks .block.blue .rnd-arrow {
        background-color: #20558a; }
      #network .content-section .site-container .network-blocks .block.blue a {
        color: #20558a; }
    #network .content-section .site-container .network-blocks .block.green {
      border-color: #A0B122; }
      #network .content-section .site-container .network-blocks .block.green .rnd-arrow {
        background-color: #A0B122; }
      #network .content-section .site-container .network-blocks .block.green a {
        color: #A0B122; }
    #network .content-section .site-container .network-blocks .block + .block {
      margin-top: 1rem; }
    #network .content-section .site-container .network-blocks .block h3 {
      font-size: 2.2rem; }
      #network .content-section .site-container .network-blocks .block h3::after {
        clear: both;
        content: "";
        display: table; }
      #network .content-section .site-container .network-blocks .block h3 span {
        display: inline-block;
        float: none; }
        #network .content-section .site-container .network-blocks .block h3 span + span {
          display: inline;
          margin-left: .25rem; }
    #network .content-section .site-container .network-blocks .block .description {
      padding: .25rem .5rem;
      font-size: .9em; }
  @media screen and (min-width: 40em) {
    #network .content-section .site-container .network-blocks {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 54.14736%; }
      #network .content-section .site-container .network-blocks:last-child {
        margin-right: 0; } }
  #network .content-section .site-container .network-icon {
    margin: 0 auto;
    display: none; }
    @media screen and (min-width: 40em) {
      #network .content-section .site-container .network-icon {
        float: left;
        display: block;
        margin-right: 3.16844%;
        width: 42.6842%;
        display: block;
        padding-left: 6rem; }
        #network .content-section .site-container .network-icon:last-child {
          margin-right: 0; } }
@media screen and (min-width: 40em) {
  #network .content-section {
    padding: 4.5rem 0 5rem; } }

#giin-ic .introduction {
  background-color: #d95e18; }
#giin-ic .content-section .org-list li {
  display: block;
  padding: 0; }
  #giin-ic .content-section .org-list li::after {
    clear: both;
    content: "";
    display: table; }
  #giin-ic .content-section .org-list li article {
    border-bottom: 2px solid #e9e9e9;
    padding: .25rem 0;
    position: relative;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear; }
    #giin-ic .content-section .org-list li article::after {
      clear: both;
      content: "";
      display: table; }
    #giin-ic .content-section .org-list li article header h4 {
      font-size: 1.2rem; }
    #giin-ic .content-section .org-list li article .collapse-trigger {
      color: #d95e18; }
      #giin-ic .content-section .org-list li article .collapse-trigger:hover {
        color: #b85014; }
    #giin-ic .content-section .org-list li article .icon-trigger {
      position: absolute;
      top: .25rem;
      right: .5rem;
      background-color: #c6c6c6;
      font-size: .9em;
      width: 1.6em;
      height: 1.6em; }
      #giin-ic .content-section .org-list li article .icon-trigger:hover {
        background-color: #a3a3a3;
        color: #dddcdc; }
      #giin-ic .content-section .org-list li article .icon-trigger:before {
        content: "\e604"; }
    #giin-ic .content-section .org-list li article.collapsed .icon-trigger:before {
      content: "\e603"; }
    #giin-ic .content-section .org-list li article .collapse-content {
      padding: 1rem 0; }
      #giin-ic .content-section .org-list li article .collapse-content .description {
        margin-top: .5rem;
        font-size: 1rem;
        color: #484745;
        line-height: 1.4; }
        #giin-ic .content-section .org-list li article .collapse-content .description::after {
          clear: both;
          content: "";
          display: table; }
  @media screen and (min-width: 40em) {
    #giin-ic .content-section .org-list li article aside {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 17.72593%;
      display: block;
      margin-left: 0; }
      #giin-ic .content-section .org-list li article aside:last-child {
        margin-right: 0; }
    #giin-ic .content-section .org-list li article .collapse-content .description {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 79.43148%;
      line-height: 1.6; }
      #giin-ic .content-section .org-list li article .collapse-content .description:last-child {
        margin-right: 0; } }

#giin-supporters .content-section .group + .group {
  margin-top: 2rem; }
#giin-supporters .content-section .group article {
  background-color: #FFFFFF; }
  @media screen and (min-width: 40em) {
    #giin-supporters .content-section .group article {
      display: block; }
      #giin-supporters .content-section .group article::after {
        clear: both;
        content: "";
        display: table; }
      #giin-supporters .content-section .group article aside {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 17.72593%;
        margin-left: 0; }
        #giin-supporters .content-section .group article aside:last-child {
          margin-right: 0; }
      #giin-supporters .content-section .group article main {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 79.43148%; }
        #giin-supporters .content-section .group article main:last-child {
          margin-right: 0; } }
#giin-supporters .content-section .group .group-list {
  margin: 0;
  padding: 0; }
#giin-supporters .content-section .group.foundingSupporters .group-list li article {
  border: none; }
@media screen and (min-width: 40em) {
  #giin-supporters .content-section .group.foundingSupporters .group-list {
    display: block; }
    #giin-supporters .content-section .group.foundingSupporters .group-list::after {
      clear: both;
      content: "";
      display: table; }
    #giin-supporters .content-section .group.foundingSupporters .group-list li {
      display: table-cell;
      width: 50%;
      vertical-align: middle; }
      #giin-supporters .content-section .group.foundingSupporters .group-list li article aside {
        display: table-cell;
        width: 100%; } }

@media screen and (min-width: 50em) {
  .content-section .ic-list {
    display: block; }
    .content-section .ic-list::after {
      clear: both;
      content: "";
      display: table; }
    .content-section .ic-list .org-list.columns-2 {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%; }
      .content-section .ic-list .org-list.columns-2:last-child {
        margin-right: 0; }
      .content-section .ic-list .org-list.columns-2:nth-child(2n) {
        margin-right: 0; }
      .content-section .ic-list .org-list.columns-2:nth-child(2n+1) {
        clear: left; } }
#tools .introduction {
  background-color: #e9e9e9;
  color: #002c5f;
  padding: 2rem 1rem; }
  #tools .introduction .site-container .content {
    color: #003045; }
  @media screen and (min-width: 40em) {
    #tools .introduction {
      padding: 2rem 0; }
      #tools .introduction .site-container header {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%;
        margin-right: 0;
        margin-bottom: .75rem; }
        #tools .introduction .site-container header:last-child {
          margin-right: 0; }
      #tools .introduction .site-container .content {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 58.86297%;
        padding-right: 3rem; }
        #tools .introduction .site-container .content:last-child {
          margin-right: 0; }
      #tools .introduction .site-container .callout {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 38.29445%;
        padding-left: 1rem; }
        #tools .introduction .site-container .callout:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 64em) {
    #tools .introduction .site-container header {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      #tools .introduction .site-container header:last-child {
        margin-right: 0; }
    #tools .introduction .site-container .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      #tools .introduction .site-container .content:last-child {
        margin-right: 0; }
    #tools .introduction .site-container .callout {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      #tools .introduction .site-container .callout:last-child {
        margin-right: 0; } }
#tools .tool-list {
  padding: 2rem 1rem; }
  #tools .tool-list .site-container {
    display: block; }
    #tools .tool-list .site-container::after {
      clear: both;
      content: "";
      display: table; }
    #tools .tool-list .site-container .tools {
      border-bottom: 4px solid #e9e9e9;
      margin-bottom: 3rem; }
      #tools .tool-list .site-container .tools h3 {
        font-size: 2.2rem; }
        #tools .tool-list .site-container .tools h3::after {
          clear: both;
          content: "";
          display: table; }
        #tools .tool-list .site-container .tools h3 span {
          display: inline-block;
          float: none; }
          #tools .tool-list .site-container .tools h3 span + span {
            display: inline;
            margin-left: .25rem; }
      #tools .tool-list .site-container .tools .summary {
        color: #4b4948;
        font-size: .9em; }
      #tools .tool-list .site-container .tools.iris {
        border-color: #d95e18; }
        #tools .tool-list .site-container .tools.iris .rnd-arrow {
          background-color: #d95e18; }
        #tools .tool-list .site-container .tools.iris a {
          color: #d95e18; }
      #tools .tool-list .site-container .tools.impactbase {
        border-color: #A0B122; }
        #tools .tool-list .site-container .tools.impactbase .rnd-arrow {
          background-color: #A0B122; }
        #tools .tool-list .site-container .tools.impactbase a {
          color: #A0B122; }
      #tools .tool-list .site-container .tools.career-center {
        border-color: #20558a; }
        #tools .tool-list .site-container .tools.career-center .rnd-arrow {
          background-color: #20558a; }
        #tools .tool-list .site-container .tools.career-center a {
          color: #20558a; }
      #tools .tool-list .site-container .tools.fund-manager-training {
        border-color: #9c2c98; }
        #tools .tool-list .site-container .tools.fund-manager-training .rnd-arrow {
          background-color: #9c2c98; }
        #tools .tool-list .site-container .tools.fund-manager-training a {
          color: #9c2c98; }
  @media screen and (min-width: 40em) {
    #tools .tool-list {
      padding: 2rem 0; }
      #tools .tool-list .site-container.flexbox {
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        box-align: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        -o-align-items: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: stretch;
        -moz-align-content: stretch;
        align-content: stretch;
        -ms-flex-line-pack: stretch; }
        #tools .tool-list .site-container.flexbox > .flex {
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          box-flex: 1;
          -webkit-flex: 1;
          -moz-flex: 1;
          -ms-flex: 1;
          flex: 1;
          -webkit-align-self: stretch;
          -moz-align-self: stretch;
          align-self: stretch;
          -ms-flex-item-align: stretch;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          flex-shrink: 0;
          -ms-flex-negative: 0;
          -webkit-flex-grow: 0;
          -moz-flex-grow: 0;
          flex-grow: 0;
          -ms-flex-positive: 0;
          -webkit-flex-basis: auto;
          -moz-flex-basis: auto;
          flex-basis: auto;
          -ms-flex-preferred-size: auto; }
      #tools .tool-list .site-container .tools {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 48.57871%;
        margin-bottom: 2rem; }
        #tools .tool-list .site-container .tools:last-child {
          margin-right: 0; }
        #tools .tool-list .site-container .tools:nth-child(2n) {
          margin-right: 0; }
        #tools .tool-list .site-container .tools:nth-child(2n+1) {
          clear: left; } }

#fm-training .content-section .site-container {
  display: block; }
  #fm-training .content-section .site-container::after {
    clear: both;
    content: "";
    display: table; }
  #fm-training .content-section .site-container .content .offerings,
  #fm-training .content-section .site-container .aside-content .offerings {
    margin-top: 2rem; }
  #fm-training .content-section .site-container .content .training-list,
  #fm-training .content-section .site-container .aside-content .training-list {
    list-style: none;
    padding: 0; }
    #fm-training .content-section .site-container .content .training-list article header main,
    #fm-training .content-section .site-container .aside-content .training-list article header main {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 89.71574%; }
      #fm-training .content-section .site-container .content .training-list article header main:last-child,
      #fm-training .content-section .site-container .aside-content .training-list article header main:last-child {
        margin-right: 0; }
      #fm-training .content-section .site-container .content .training-list article header main h4,
      #fm-training .content-section .site-container .aside-content .training-list article header main h4 {
        color: #01aad3; }
      #fm-training .content-section .site-container .content .training-list article header main .leadin,
      #fm-training .content-section .site-container .aside-content .training-list article header main .leadin {
        color: #5f5d5d;
        font-size: .9em;
        margin-top: .5rem; }
    #fm-training .content-section .site-container .content .training-list article .content,
    #fm-training .content-section .site-container .aside-content .training-list article .content {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 100%;
      margin: 1rem 0 0;
      padding: 0 1rem; }
      #fm-training .content-section .site-container .content .training-list article .content:last-child,
      #fm-training .content-section .site-container .aside-content .training-list article .content:last-child {
        margin-right: 0; }
      #fm-training .content-section .site-container .content .training-list article .content h1,
      #fm-training .content-section .site-container .content .training-list article .content h2,
      #fm-training .content-section .site-container .content .training-list article .content h3,
      #fm-training .content-section .site-container .content .training-list article .content h4,
      #fm-training .content-section .site-container .content .training-list article .content h5,
      #fm-training .content-section .site-container .content .training-list article .content h6,
      #fm-training .content-section .site-container .aside-content .training-list article .content h1,
      #fm-training .content-section .site-container .aside-content .training-list article .content h2,
      #fm-training .content-section .site-container .aside-content .training-list article .content h3,
      #fm-training .content-section .site-container .aside-content .training-list article .content h4,
      #fm-training .content-section .site-container .aside-content .training-list article .content h5,
      #fm-training .content-section .site-container .aside-content .training-list article .content h6 {
        color: #003045;
        font-size: 1.3rem;
        margin-top: 1rem; }
      #fm-training .content-section .site-container .content .training-list article .content p,
      #fm-training .content-section .site-container .aside-content .training-list article .content p {
        font-size: .9em;
        margin-bottom: 0; }
        #fm-training .content-section .site-container .content .training-list article .content p + p,
        #fm-training .content-section .site-container .aside-content .training-list article .content p + p {
          margin-top: 1rem; }
      #fm-training .content-section .site-container .content .training-list article .content .button.secondary-btn,
      #fm-training .content-section .site-container .aside-content .training-list article .content .button.secondary-btn {
        color: #2c2a2a;
        background-color: #c6c6c6; }
        #fm-training .content-section .site-container .content .training-list article .content .button.secondary-btn:hover,
        #fm-training .content-section .site-container .aside-content .training-list article .content .button.secondary-btn:hover {
          color: #292827;
          background-color: #afafaf; }

#resource .overview {
  background-color: #e9e9e9; }
#resource .resource-header {
  padding: 2rem 1rem; }
  #resource .resource-header .top {
    display: block; }
    #resource .resource-header .top::after {
      clear: both;
      content: "";
      display: table; }
    #resource .resource-header .top .resource-label {
      background-color: #FFFFFF;
      float: right;
      margin-right: .5rem;
      padding: .25rem 1rem;
      font-size: .9em;
      color: #20558a; }
  #resource .resource-header .info {
    color: #002c5f;
    padding: 2rem 1rem;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF; }
    #resource .resource-header .info::after {
      clear: both;
      content: "";
      display: table; }
    #resource .resource-header .info .meta {
      color: #373534;
      font-size: 1rem; }
      #resource .resource-header .info .meta::after {
        clear: both;
        content: "";
        display: table; }
      #resource .resource-header .info .meta span {
        display: block; }
      #resource .resource-header .info .meta .date {
        white-space: nowrap; }
      #resource .resource-header .info .meta .author {
        clear: both;
        color: #7e7d7b;
        font-style: italic;
        display: block;
        line-height: 1.5rem;
        margin-left: 0; }
        #resource .resource-header .info .meta .author:before {
          content: "";
          margin: 0; }
  #resource .resource-header .resource-menus {
    padding: .75rem 0 1rem; }
    #resource .resource-header .resource-menus .share-menu h5 {
      float: left;
      color: #20558a;
      line-height: 1.75rem;
      margin-right: .55rem; }
    #resource .resource-header .resource-menus .share-menu li {
      font-size: .75rem;
      line-height: .75rem;
      float: left; }
      #resource .resource-header .resource-menus .share-menu li + li {
        margin-left: .55rem; }
    #resource .resource-header .resource-menus .action-menu {
      float: right; }
      #resource .resource-header .resource-menus .action-menu a {
        display: inline-block; }
        #resource .resource-header .resource-menus .action-menu a + a {
          margin-left: 1rem; }
#resource .resource-container {
  padding: 2rem 1rem; }
  #resource .resource-container .content {
    margin-top: 2rem; }
  #resource .resource-container .action-menu {
    margin-top: 1rem;
    clear: both; }
    #resource .resource-container .action-menu .button {
      background-color: #dbdbdb; }
      #resource .resource-container .action-menu .button:hover {
        background-color: #cecece; }
#resource .callout {
  padding: 2rem; }
  #resource .callout .quote {
    color: #002c5f;
    font-size: 1.1rem;
    position: relative;
    font-style: italic; }
    #resource .callout .quote:before {
      color: #002c5f;
      content: '\201C';
      display: inline-block;
      font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif;
      text-indent: -3rem;
      font-size: 6.5rem;
      line-height: 4rem;
      position: absolute;
      top: 0; }
    #resource .callout .quote:after {
      content: '\201D'; }
  #resource .callout .quotee {
    color: #4d6b8f;
    text-align: right; }
    #resource .callout .quotee:before {
      content: "\2013";
      margin-right: .28rem; }
@media screen and (min-width: 40em) {
  #resource .resource-header .info .meta span {
    float: left;
    line-height: 1rem; }
    #resource .resource-header .info .meta span + span {
      margin-left: .5rem; }
      #resource .resource-header .info .meta span + span:before {
        content: "|";
        margin-right: .5rem; }
  #resource .resource-container {
    display: block; }
    #resource .resource-container::after {
      clear: both;
      content: "";
      display: table; }
    #resource .resource-container aside {
      float: right;
      display: block;
      margin-left: 2.84259%;
      width: 38.29445%; }
      #resource .resource-container aside:last-child {
        margin-left: 0; }
      #resource .resource-container aside::after {
        clear: both;
        content: "";
        display: table; }
      #resource .resource-container aside .media {
        max-height: 22rem; }
    #resource .resource-container .content {
      float: right;
      display: block;
      margin-left: 2.84259%;
      width: 58.86297%;
      margin-left: 0;
      margin-top: 0; }
      #resource .resource-container .content:last-child {
        margin-left: 0; }
      #resource .resource-container .content .callout .quote {
        font-size: 1.25rem; } }
@media screen and (min-width: 64em) {
  #resource .resource-header .info header h1 {
    font-size: 3.25rem; }
  #resource .resource-header .info header p {
    font-size: 1.65rem; }
  #resource .resource-container aside {
    float: right;
    display: block;
    margin-left: 2.35765%;
    width: 40.29137%; }
    #resource .resource-container aside:last-child {
      margin-left: 0; }
  #resource .resource-container .content {
    float: right;
    display: block;
    margin-left: 2.35765%;
    width: 57.35098%;
    margin-left: 0; }
    #resource .resource-container .content:last-child {
      margin-left: 0; } }
#resource.publication .resource-container aside .media {
  max-height: 15rem; }
#resource.publication .charts {
  border-top: #979797;
  padding: 2rem 0; }
  #resource.publication .charts .chart-description {
    padding: 2rem 1rem; }
    #resource.publication .charts .chart-description::after {
      clear: both;
      content: "";
      display: table; }
    #resource.publication .charts .chart-description h1, #resource.publication .charts .chart-description h2, #resource.publication .charts .chart-description h3, #resource.publication .charts .chart-description h4, #resource.publication .charts .chart-description h5, #resource.publication .charts .chart-description h6 {
      color: #20558a; }
    #resource.publication .charts .chart-description header {
      margin-bottom: 1rem; }
    #resource.publication .charts .chart-description .main > table:first-child {
      margin-top: 0; }
    #resource.publication .charts .chart-description .aside h4 {
      margin-bottom: .5rem; }
    #resource.publication .charts .chart-description table {
      padding: 1rem;
      border: 1px solid #ddd;
      display: block;
      border-radius: 4px;
      font-size: .85rem; }
      #resource.publication .charts .chart-description table th {
        padding: 0 0 .75em; }
        #resource.publication .charts .chart-description table th.width40 {
          width: 40%; }
      #resource.publication .charts .chart-description table td {
        font-size: .95em; }
      #resource.publication .charts .chart-description table tr:last-child td {
        border-bottom: none; }
    @media screen and (min-width: 40em) {
      #resource.publication .charts .chart-description .main {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        #resource.publication .charts .chart-description .main:last-child {
          margin-right: 0; }
        #resource.publication .charts .chart-description .main:nth-child(2n) {
          margin-right: 0; }
        #resource.publication .charts .chart-description .main:nth-child(2n+1) {
          clear: left; }
      #resource.publication .charts .chart-description .aside {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%; }
        #resource.publication .charts .chart-description .aside:last-child {
          margin-right: 0; }
        #resource.publication .charts .chart-description .aside:nth-child(2n) {
          margin-right: 0; }
        #resource.publication .charts .chart-description .aside:nth-child(2n+1) {
          clear: left; } }
    #resource.publication .charts .chart-description .menu {
      clear: both; }
      #resource.publication .charts .chart-description .menu h5 {
        border-bottom: 1px solid #01aad3;
        margin-bottom: .25rem; }
      #resource.publication .charts .chart-description .menu li a {
        padding: .125rem .5rem;
        display: block; }
      #resource.publication .charts .chart-description .menu li + li {
        margin-top: .25rem; }
    #resource.publication .charts .chart-description .aside .menu {
      margin: .125rem 0 2rem; }
  #resource.publication .charts .chart-embed {
    padding: 2rem 0;
    margin: auto; }
    #resource.publication .charts .chart-embed .chart {
      clear: both; }
      #resource.publication .charts .chart-embed .chart::after {
        clear: both;
        content: "";
        display: table; }
      #resource.publication .charts .chart-embed .chart + .chart {
        margin-top: 2rem; }
      #resource.publication .charts .chart-embed .chart .note {
        font-size: .88rem;
        color: #7f7f7d;
        margin: .125rem auto; }
    #resource.publication .charts .chart-embed .tableauPlaceholder {
      margin: 0 auto;
      border: 1px solid #e9e9e9;
      border-radius: 4px; }
    #resource.publication .charts .chart-embed .toTop {
      display: block;
      padding: .5rem;
      margin-bottom: 1rem;
      font-size: .9rem; }
#resource.spotlight .resource-container aside .media-wrapper {
  max-width: 450px;
  margin: 0 auto; }
#resource.spotlight .resource-container aside .callout {
  margin-top: 2rem; }
#resource.spotlight .resource-container .content .questionSet {
  margin-top: 2rem; }
  #resource.spotlight .resource-container .content .questionSet .question {
    color: #20558a;
    font-weight: 400; }
  #resource.spotlight .resource-container .content .questionSet .answer {
    font-weight: 400;
    margin-left: 2rem;
    margin-top: 1rem; }
  #resource.spotlight .resource-container .content .questionSet .label {
    font-weight: 700;
    display: block;
    float: left;
    margin-right: .25rem; }
#resource.spotlight .resource-container .content .note {
  margin-top: 2rem;
  padding: 1rem 2rem;
  background-color: #f0f0f0; }
  #resource.spotlight .resource-container .content .note h5 {
    color: #5f5d5d;
    font-weight: 700; }
  #resource.spotlight .resource-container .content .note p {
    color: #5f5d5d;
    font-size: .9rem; }
#resource.profile .resource-header .info {
  padding: 2rem 0; }
  #resource.profile .resource-header .info .flow {
    padding: 1rem;
    position: relative;
    color: #FFFFFF; }
    #resource.profile .resource-header .info .flow .label {
      text-transform: uppercase; }
    #resource.profile .resource-header .info .flow.investor {
      background-color: #20558a; }
      #resource.profile .resource-header .info .flow.investor:after {
        color: #20558a;
        content: "\f063";
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        bottom: -20px;
        font-size: 3rem; }
    #resource.profile .resource-header .info .flow.investee {
      background-color: #632566; }
      #resource.profile .resource-header .info .flow.investee:after {
        color: #632566;
        content: "\f063";
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        bottom: -20px;
        font-size: 3rem; }
    #resource.profile .resource-header .info .flow.outcome {
      display: block;
      background-color: #01aad3;
      padding: 0; }
      #resource.profile .resource-header .info .flow.outcome::after {
        clear: both;
        content: "";
        display: table; }
      #resource.profile .resource-header .info .flow.outcome .media-wrapper::after {
        clear: both;
        content: "";
        display: table; }
      #resource.profile .resource-header .info .flow.outcome .media-wrapper .media {
        float: right; }
    #resource.profile .resource-header .info .flow + .flow {
      margin-top: 1rem; }
  #resource.profile .resource-header .info .caption {
    position: relative;
    padding: .5rem 1rem;
    font-size: .85rem;
    color: #7f7f7d;
    height: 100%; }
#resource.profile .resource-container .stats li {
  display: block;
  border-bottom: 1px solid #a3a3a3;
  padding: .5rem 0; }
  #resource.profile .resource-container .stats li::after {
    clear: both;
    content: "";
    display: table; }
  #resource.profile .resource-container .stats li .label {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    color: #20558a;
    text-transform: uppercase; }
    #resource.profile .resource-container .stats li .label:last-child {
      margin-right: 0; }
  #resource.profile .resource-container .stats li .data {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    #resource.profile .resource-container .stats li .data:last-child {
      margin-right: 0; }
    #resource.profile .resource-container .stats li .data .taxonomy-term-list {
      margin: 0; }
      #resource.profile .resource-container .stats li .data .taxonomy-term-list .term:after {
        content: ', '; }
      #resource.profile .resource-container .stats li .data .taxonomy-term-list .term:last-child:after {
        content: ''; }
#resource.profile .resource-container .targeted-impact {
  background-color: #20558a;
  color: #FFFFFF;
  margin: 2rem 0;
  padding: 1rem; }
  #resource.profile .resource-container .targeted-impact h5 {
    text-transform: uppercase;
    margin-bottom: .5rem; }
#resource.profile .resource-container .profile-tables h3 {
  text-transform: uppercase;
  color: #FFFFFF;
  padding: .5rem 1rem;
  font-size: 1.2rem; }
  #resource.profile .resource-container .profile-tables h3.ProfileInvestorTable {
    background-color: #20558a; }
  #resource.profile .resource-container .profile-tables h3.ProfileInvesteeTable {
    background-color: #632566; }
  #resource.profile .resource-container .profile-tables h3.ProfileInvestmentTable {
    background-color: #01aad3; }
  #resource.profile .resource-container .profile-tables h3.ProfileLinksTable {
    background-color: #909f1f; }
#resource.profile .resource-container .profile-tables .profile-table {
  table-layout: auto;
  background-color: #FFFFFF;
  margin-top: 0; }
  #resource.profile .resource-container .profile-tables .profile-table td {
    padding: .5rem 1rem;
    vertical-align: top; }
    #resource.profile .resource-container .profile-tables .profile-table td.label {
      font-size: .9em; }
    #resource.profile .resource-container .profile-tables .profile-table td.field {
      font-size: .85em; }
  #resource.profile .resource-container .profile-tables .profile-table.ProfileInvestorTable .label {
    color: #20558a; }
  #resource.profile .resource-container .profile-tables .profile-table.ProfileInvesteeTable .label {
    color: #632566; }
  #resource.profile .resource-container .profile-tables .profile-table.ProfileInvestmentTable .label {
    color: #01aad3; }
  #resource.profile .resource-container .profile-tables .profile-table.ProfileLinksTable .label {
    color: #A0B122; }
  #resource.profile .resource-container .profile-tables .profile-table + h3 {
    margin-top: 2rem; }
@media screen and (min-width: 40em) {
  #resource.profile .resource-header .info .flow-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    #resource.profile .resource-header .info .flow-container .flow {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #resource.profile .resource-header .info .flow-container .flow:last-child {
        margin-right: 0; }
      #resource.profile .resource-header .info .flow-container .flow.investor:after {
        content: "\f061";
        right: -19px;
        top: 50%;
        margin-top: -1.5rem;
        bottom: inherit; }
      #resource.profile .resource-header .info .flow-container .flow.investee:after {
        content: "\f061";
        right: -19px;
        top: 50%;
        margin-top: -1.5rem;
        bottom: inherit; }
      #resource.profile .resource-header .info .flow-container .flow + .flow {
        margin-top: 0; }
  #resource.profile .resource-header .info .caption {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
    margin-left: 69.88611%; }
    #resource.profile .resource-header .info .caption:last-child {
      margin-right: 0; }
  #resource.profile .resource-container .targeted-impact {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 100%; }
    #resource.profile .resource-container .targeted-impact:last-child {
      margin-right: 0; }
  #resource.profile .resource-container .profile-tables {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 100%; }
    #resource.profile .resource-container .profile-tables:last-child {
      margin-right: 0; }
    #resource.profile .resource-container .profile-tables h3 {
      padding: 1rem 1.5rem; }
    #resource.profile .resource-container .profile-tables .profile-table {
      table-layout: fixed; }
      #resource.profile .resource-container .profile-tables .profile-table td {
        padding: 1rem 1.5rem; }
        #resource.profile .resource-container .profile-tables .profile-table td.label {
          font-size: 1.1em;
          text-transform: uppercase;
          width: 30%; }
        #resource.profile .resource-container .profile-tables .profile-table td.field {
          font-size: 1em; } }

#news-events .introduction {
  background-color: #e9e9e9;
  color: #FFFFFF;
  padding: 2rem 1rem; }
  #news-events .introduction.featured-events {
    background-color: #A0B122; }
    #news-events .introduction.featured-events .site-container label {
      border-bottom: 4px solid #b3c14e; }
    #news-events .introduction.featured-events .site-container .dateCircle {
      font-size: 16px;
      background-color: #FFFFFF; }
      #news-events .introduction.featured-events .site-container .dateCircle span {
        color: #A0B122; }
    #news-events .introduction.featured-events .site-container .media-wrapper {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 69.14722%;
      margin-left: 30.85278%; }
      #news-events .introduction.featured-events .site-container .media-wrapper:last-child {
        margin-right: 0; }
  #news-events .introduction.featured-news {
    background-color: #9c2c98; }
    #news-events .introduction.featured-news .site-container label {
      border-bottom: 4px solid #b056ad; }
    #news-events .introduction.featured-news .site-container article {
      padding-bottom: 2.25rem; }
      #news-events .introduction.featured-news .site-container article::after {
        clear: both;
        content: "";
        display: table; }
    #news-events .introduction.featured-news .site-container header {
      display: block; }
      #news-events .introduction.featured-news .site-container header::after {
        clear: both;
        content: "";
        display: table; }
      #news-events .introduction.featured-news .site-container header aside {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%; }
        #news-events .introduction.featured-news .site-container header aside:last-child {
          margin-right: 0; }
      #news-events .introduction.featured-news .site-container header .info {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%;
        margin-top: 1rem; }
        #news-events .introduction.featured-news .site-container header .info:last-child {
          margin-right: 0; }
        #news-events .introduction.featured-news .site-container header .info .subtitle {
          color: #e9e9e9;
          font-size: 1em;
          line-height: 1em;
          margin: 0; }
        #news-events .introduction.featured-news .site-container header .info .byline {
          margin-bottom: 0; }
          #news-events .introduction.featured-news .site-container header .info .byline .author + .publisher {
            margin-left: .6rem; }
            #news-events .introduction.featured-news .site-container header .info .byline .author + .publisher:before {
              content: '|';
              padding-right: .75rem; }
    #news-events .introduction.featured-news .site-container .linkTo a {
      color: #5ac8e2; }
      #news-events .introduction.featured-news .site-container .linkTo a:hover {
        color: #01aad3; }
    #news-events .introduction.featured-news .site-container .icon-trigger {
      position: absolute;
      bottom: 0;
      right: 1rem;
      background-color: #bf76bc;
      font-size: 1.6em;
      width: 1.6em;
      height: 1.6em; }
      #news-events .introduction.featured-news .site-container .icon-trigger:hover {
        background-color: #f0dff0;
        color: #dcb5db; }
      #news-events .introduction.featured-news .site-container .icon-trigger:before {
        content: "\e604";
        color: #9c2c98; }
    #news-events .introduction.featured-news .site-container article.collapsed .icon-trigger:before {
      content: "\e603"; }
  #news-events .introduction .site-container {
    display: block; }
    #news-events .introduction .site-container::after {
      clear: both;
      content: "";
      display: table; }
    #news-events .introduction .site-container label {
      display: block;
      font-size: 1.6rem;
      font-family: "franklin-gothic-urw-cond", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 400; }
    #news-events .introduction .site-container aside {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 28.01019%; }
      #news-events .introduction .site-container aside:last-child {
        margin-right: 0; }
    #news-events .introduction .site-container .info {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 69.14722%;
      margin-right: 0; }
      #news-events .introduction .site-container .info:last-child {
        margin-right: 0; }
      #news-events .introduction .site-container .info header {
        margin-bottom: .75rem; }
      #news-events .introduction .site-container .info h1 {
        font-size: 1.75rem;
        line-height: 1.1em; }
        #news-events .introduction .site-container .info h1 a {
          color: #FFFFFF; }
          #news-events .introduction .site-container .info h1 a:hover {
            color: rgba(255, 255, 255, 0.7); }
      #news-events .introduction .site-container .info .subtitle {
        color: #e9e9e9;
        font-size: 1.25rem;
        line-height: 1.1em;
        margin: 0; }
      #news-events .introduction .site-container .info .logistics {
        display: block;
        margin: .75rem 0;
        font-size: .95rem;
        line-height: 1.2em; }
        #news-events .introduction .site-container .info .logistics span {
          display: block; }
        #news-events .introduction .site-container .info .logistics .giinBadge {
          margin-top: 1rem; }
      #news-events .introduction .site-container .info .content {
        color: #FFFFFF;
        font-size: 1.2rem;
        line-height: 1.6; }
  @media screen and (min-width: 40em) {
    #news-events .introduction {
      padding: 2rem 1rem; }
      #news-events .introduction.featured-events .site-container .media-wrapper {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 28.01019%;
        margin-right: 0;
        margin-left: 0%; }
        #news-events .introduction.featured-events .site-container .media-wrapper:last-child {
          margin-right: 0; }
      #news-events .introduction.featured-news .site-container article {
        padding-bottom: 2.25rem; }
      #news-events .introduction.featured-news .site-container header aside {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 28.01019%; }
        #news-events .introduction.featured-news .site-container header aside:last-child {
          margin-right: 0; }
      #news-events .introduction.featured-news .site-container header .info {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 69.14722%;
        margin-top: 0; }
        #news-events .introduction.featured-news .site-container header .info:last-child {
          margin-right: 0; }
      #news-events .introduction.featured-news .site-container .content {
        margin-top: 2rem; }
      #news-events .introduction .site-container aside {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 17.72593%; }
        #news-events .introduction .site-container aside:last-child {
          margin-right: 0; }
      #news-events .introduction .site-container .info {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 48.57871%; }
        #news-events .introduction .site-container .info:last-child {
          margin-right: 0; }
        #news-events .introduction .site-container .info header h1 {
          font-size: 2rem;
          line-height: 1.1em; }
        #news-events .introduction .site-container .info header .subtitle {
          font-size: 1.75rem;
          line-height: 1.25em; }
        #news-events .introduction .site-container .info .logistics {
          margin-bottom: .75rem; }
          #news-events .introduction .site-container .info .logistics span {
            display: inline-block; }
          #news-events .introduction .site-container .info .logistics .location {
            margin-left: .6rem; }
            #news-events .introduction .site-container .info .logistics .location:before {
              content: '|';
              padding-right: .75rem; }
          #news-events .introduction .site-container .info .logistics .organizer {
            display: block; } }
  @media screen and (min-width: 64em) {
    #news-events .introduction.featured-events .site-container .media-wrapper {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-right: 0;
      margin-left: 0%; }
      #news-events .introduction.featured-events .site-container .media-wrapper:last-child {
        margin-right: 0; }
    #news-events .introduction.featured-news .site-container .content {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 69.14722%;
      margin-left: 30.85278%;
      margin-top: 2rem; }
      #news-events .introduction.featured-news .site-container .content:last-child {
        margin-right: 0; }
    #news-events .introduction .site-container aside {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      #news-events .introduction .site-container aside:last-child {
        margin-right: 0; }
    #news-events .introduction .site-container .info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      #news-events .introduction .site-container .info:last-child {
        margin-right: 0; } }
#news-events .aggregations {
  display: block;
  padding: 2rem 1rem; }
  #news-events .aggregations::after {
    clear: both;
    content: "";
    display: table; }
  #news-events .aggregations h2 {
    text-transform: uppercase;
    font-size: 2rem; }
  #news-events .aggregations .events {
    display: block; }
    #news-events .aggregations .events::after {
      clear: both;
      content: "";
      display: table; }
    #news-events .aggregations .events h2 {
      color: #A0B122; }
    #news-events .aggregations .events .events-aggregation li {
      display: block;
      padding: 1rem 0; }
      #news-events .aggregations .events .events-aggregation li::after {
        clear: both;
        content: "";
        display: table; }
      #news-events .aggregations .events .events-aggregation li .dateCircle {
        font-size: 10px;
        background-color: #A0B122; }
        #news-events .aggregations .events .events-aggregation li .dateCircle span {
          color: #FFFFFF; }
      #news-events .aggregations .events .events-aggregation li aside {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 17.72593%; }
        #news-events .aggregations .events .events-aggregation li aside:last-child {
          margin-right: 0; }
      #news-events .aggregations .events .events-aggregation li .info {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 79.43148%; }
        #news-events .aggregations .events .events-aggregation li .info:last-child {
          margin-right: 0; }
        #news-events .aggregations .events .events-aggregation li .info header {
          margin-bottom: .75rem; }
          #news-events .aggregations .events .events-aggregation li .info header h4 a {
            color: #A0B122; }
            #news-events .aggregations .events .events-aggregation li .info header h4 a:hover {
              color: #88961d; }
          #news-events .aggregations .events .events-aggregation li .info header .subtitle {
            color: #636361;
            font-size: 1em;
            line-height: 1em;
            margin: 0; }
        #news-events .aggregations .events .events-aggregation li .info .logistics {
          display: inline-block;
          color: #9d9c9a;
          margin-bottom: .75rem; }
          #news-events .aggregations .events .events-aggregation li .info .logistics .location {
            margin-left: .6rem; }
            #news-events .aggregations .events .events-aggregation li .info .logistics .location:before {
              content: '|';
              padding-right: .75rem; }
          #news-events .aggregations .events .events-aggregation li .info .logistics .organizer {
            display: block;
            color: #7f7f7d; }
        #news-events .aggregations .events .events-aggregation li .info .content {
          color: #9d9c9a;
          font-size: 1.2rem;
          line-height: 1.6; }
    #news-events .aggregations .events .pagination {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 79.43148%;
      margin-left: 20.56852%; }
      #news-events .aggregations .events .pagination:last-child {
        margin-right: 0; }
  #news-events .aggregations .news {
    display: block;
    padding: 2rem 0; }
    #news-events .aggregations .news::after {
      clear: both;
      content: "";
      display: table; }
    #news-events .aggregations .news h2 {
      color: #9c2c98; }
    #news-events .aggregations .news .news-aggregation li {
      display: block;
      padding: 1rem 0; }
      #news-events .aggregations .news .news-aggregation li::after {
        clear: both;
        content: "";
        display: table; }
      #news-events .aggregations .news .news-aggregation li article {
        background-color: #f4f4f4;
        border: 1px solid #c6c6c6;
        padding: 1.5rem;
        position: relative;
        -webkit-transition: background-color 0.1s linear;
        -moz-transition: background-color 0.1s linear;
        transition: background-color 0.1s linear; }
        #news-events .aggregations .news .news-aggregation li article::after {
          clear: both;
          content: "";
          display: table; }
        #news-events .aggregations .news .news-aggregation li article aside {
          display: none; }
        #news-events .aggregations .news .news-aggregation li article .icon-trigger {
          position: absolute;
          top: 1rem;
          right: 1.25rem;
          background-color: #9c2c98;
          font-size: 1.6em;
          width: 1.6em;
          height: 1.6em; }
          #news-events .aggregations .news .news-aggregation li article .icon-trigger:hover {
            background-color: #852581;
            color: #dcb5db; }
          #news-events .aggregations .news .news-aggregation li article .icon-trigger:before {
            content: "\e604"; }
        #news-events .aggregations .news .news-aggregation li article.collapsed {
          background-color: #FFFFFF;
          border: 1px solid #e9e9e9; }
          #news-events .aggregations .news .news-aggregation li article.collapsed .icon-trigger:before {
            content: "\e603"; }
      #news-events .aggregations .news .news-aggregation li header {
        display: block; }
        #news-events .aggregations .news .news-aggregation li header::after {
          clear: both;
          content: "";
          display: table; }
        #news-events .aggregations .news .news-aggregation li header aside .default-icon {
          width: 100%;
          text-align: center;
          padding: 1rem 0; }
          #news-events .aggregations .news .news-aggregation li header aside .default-icon i {
            color: #b2b1af;
            font-size: 2.6rem; }
        #news-events .aggregations .news .news-aggregation li header h4 {
          padding-right: 3rem; }
          #news-events .aggregations .news .news-aggregation li header h4 a {
            color: #9c2c98; }
            #news-events .aggregations .news .news-aggregation li header h4 a:hover {
              color: #752172; }
        #news-events .aggregations .news .news-aggregation li header .subtitle {
          color: #636361;
          font-size: 1em;
          line-height: 1em;
          margin: 0; }
        #news-events .aggregations .news .news-aggregation li header .byline {
          margin-bottom: 0; }
          #news-events .aggregations .news .news-aggregation li header .byline .author + .publisher {
            margin-left: .6rem; }
            #news-events .aggregations .news .news-aggregation li header .byline .author + .publisher:before {
              content: '|';
              padding-right: .75rem; }
        #news-events .aggregations .news .news-aggregation li header + .content {
          margin-top: .75rem; }
      #news-events .aggregations .news .news-aggregation li .content {
        color: #7f7f7d;
        font-size: 1.1rem;
        line-height: 1.4; }
        #news-events .aggregations .news .news-aggregation li .content::after {
          clear: both;
          content: "";
          display: table; }
        #news-events .aggregations .news .news-aggregation li .content .article-label {
          font-size: .8em;
          color: #484745; }
        #news-events .aggregations .news .news-aggregation li .content .article-quote {
          margin-left: 1.5rem;
          text-indent: -.5rem;
          font-style: italic; }
        #news-events .aggregations .news .news-aggregation li .content .linkTo a {
          color: #373534;
          font-size: .75em;
          font-weight: 700;
          line-height: 1em;
          text-transform: uppercase;
          margin-top: .75rem; }
          #news-events .aggregations .news .news-aggregation li .content .linkTo a:hover {
            color: #696867; }
    #news-events .aggregations .news .pagination a {
      width: 100%;
      text-align: center; }
  @media screen and (min-width: 40em) {
    #news-events .aggregations {
      padding: 2rem 1rem; }
      #news-events .aggregations h2 {
        text-transform: uppercase;
        font-size: 2rem; }
      #news-events .aggregations .events {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 38.29445%; }
        #news-events .aggregations .events:last-child {
          margin-right: 0; }
        #news-events .aggregations .events .events-aggregation li aside {
          float: left;
          display: block;
          margin-right: 2.84259%;
          width: 100%; }
          #news-events .aggregations .events .events-aggregation li aside:last-child {
            margin-right: 0; }
        #news-events .aggregations .events .events-aggregation li .info {
          float: left;
          display: block;
          margin-right: 2.84259%;
          width: 100%; }
          #news-events .aggregations .events .events-aggregation li .info:last-child {
            margin-right: 0; }
      #news-events .aggregations .news {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 58.86297%;
        padding: 0; }
        #news-events .aggregations .news:last-child {
          margin-right: 0; }
        #news-events .aggregations .news .news-aggregation li article {
          padding-left: .5rem; }
          #news-events .aggregations .news .news-aggregation li article header {
            display: block; }
            #news-events .aggregations .news .news-aggregation li article header::after {
              clear: both;
              content: "";
              display: table; }
            #news-events .aggregations .news .news-aggregation li article header aside {
              float: left;
              display: block;
              margin-right: 2.84259%;
              width: 17.72593%;
              display: block; }
              #news-events .aggregations .news .news-aggregation li article header aside:last-child {
                margin-right: 0; }
            #news-events .aggregations .news .news-aggregation li article header main {
              float: left;
              display: block;
              margin-right: 2.84259%;
              width: 79.43148%; }
              #news-events .aggregations .news .news-aggregation li article header main:last-child {
                margin-right: 0; }
          #news-events .aggregations .news .news-aggregation li article .content {
            float: left;
            display: block;
            margin-right: 2.84259%;
            width: 79.43148%;
            margin-left: 20.56852%; }
            #news-events .aggregations .news .news-aggregation li article .content:last-child {
              margin-right: 0; } }
  @media screen and (min-width: 64em) {
    #news-events .aggregations h2 {
      text-transform: uppercase;
      font-size: 2.5rem; }
    #news-events .aggregations .events {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      #news-events .aggregations .events:last-child {
        margin-right: 0; }
      #news-events .aggregations .events .events-aggregation li aside {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 17.72593%; }
        #news-events .aggregations .events .events-aggregation li aside:last-child {
          margin-right: 0; }
      #news-events .aggregations .events .events-aggregation li .info {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 79.43148%; }
        #news-events .aggregations .events .events-aggregation li .info:last-child {
          margin-right: 0; }
    #news-events .aggregations .news {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      #news-events .aggregations .news:last-child {
        margin-right: 0; } }
#news-events #singleCol article {
  background-color: #f4f4f4;
  border: 1px solid #c6c6c6;
  padding: 1.5rem;
  position: relative;
  padding-left: .5rem; }
  #news-events #singleCol article::after {
    clear: both;
    content: "";
    display: table; }
  #news-events #singleCol article header {
    display: block; }
    #news-events #singleCol article header .byline {
      font-size: 1rem; }
    #news-events #singleCol article header::after {
      clear: both;
      content: "";
      display: table; }
    #news-events #singleCol article header aside {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 17.72593%;
      display: block;
      margin-right: 0; }
      #news-events #singleCol article header aside:last-child {
        margin-right: 0; }
    #news-events #singleCol article header main {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 79.43148%; }
      #news-events #singleCol article header main:last-child {
        margin-right: 0; }
  #news-events #singleCol article .content {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 79.43148%;
    margin-left: 20.56852%; }
    #news-events #singleCol article .content:last-child {
      margin-right: 0; }
#news-events #singleCol header {
  display: block; }
  #news-events #singleCol header::after {
    clear: both;
    content: "";
    display: table; }
  #news-events #singleCol header aside .default-icon {
    width: 100%;
    text-align: center;
    padding: 1rem 0; }
    #news-events #singleCol header aside .default-icon i {
      color: #b2b1af;
      font-size: 2.6rem; }
  #news-events #singleCol header h4 {
    padding-right: 3rem; }
    #news-events #singleCol header h4 a {
      color: #9c2c98; }
      #news-events #singleCol header h4 a:hover {
        color: #752172; }
  #news-events #singleCol header .subtitle {
    color: #636361;
    font-size: 1em;
    line-height: 1em;
    margin: 0; }
  #news-events #singleCol header .byline {
    margin-bottom: 0; }
    #news-events #singleCol header .byline .author + .publisher {
      margin-left: .6rem; }
      #news-events #singleCol header .byline .author + .publisher:before {
        content: '|';
        padding-right: .75rem; }
  #news-events #singleCol header + .content {
    margin-top: .75rem; }
#news-events #singleCol .content {
  color: #7f7f7d;
  font-size: 1.1rem;
  line-height: 1.4; }
  #news-events #singleCol .content::after {
    clear: both;
    content: "";
    display: table; }
  #news-events #singleCol .content .article-label {
    font-size: .8em;
    color: #484745; }
  #news-events #singleCol .content .article-quote {
    margin-left: 1.5rem;
    text-indent: -.5rem;
    font-style: italic; }
  #news-events #singleCol .content .linkTo a {
    color: #373534;
    font-size: .75em;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: .75rem; }
    #news-events #singleCol .content .linkTo a:hover {
      color: #696867; }
#news-events #singleCol .action-menu {
  margin-top: 1rem; }
#news-events .dateCircle {
  position: relative;
  background-color: #9d9c9a;
  border-radius: 50%;
  width: 6em;
  height: 6em; }
  #news-events .dateCircle .outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%; }
  #news-events .dateCircle .inner {
    display: table-cell;
    vertical-align: middle; }
  #news-events .dateCircle span {
    color: #FFFFFF;
    display: block;
    text-align: center; }
    #news-events .dateCircle span.month {
      text-transform: uppercase;
      font-size: 1.8em;
      line-height: 1.2em;
      font-weight: 700; }
    #news-events .dateCircle span.day {
      font-size: 1.55em;
      line-height: .75em; }
#news-events .pagination.loading {
  background-color: #FFFFFF; }
  #news-events .pagination.loading .loading-msg {
    position: relative; }
    #news-events .pagination.loading .loading-msg .spinner {
      opacity: .5;
      margin: 0 auto;
      width: 32px; }
    #news-events .pagination.loading .loading-msg .text {
      position: absolute;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #9d9c9a;
      text-align: center;
      line-height: 32px;
      margin-left: .5rem; }

#search .site-container {
  display: block; }
  #search .site-container::after {
    clear: both;
    content: "";
    display: table; }
#search .introduction {
  background-color: #e9e9e9; }
  #search .introduction header {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: .75rem; }
    #search .introduction header:last-child {
      margin-right: 0; }
    #search .introduction header h1 {
      text-transform: uppercase; }
    #search .introduction header h2 {
      font-size: 2.25em;
      text-transform: uppercase; }
  #search .introduction .keyword {
    border: none;
    background: transparent;
    margin: 0;
    white-space: nowrap;
    padding: .65rem 0; }
    #search .introduction .keyword [type="search"],
    #search .introduction .keyword [type="submit"] {
      display: inline-block;
      font-size: 15px;
      line-height: 1.6rem; }
    #search .introduction .keyword [type="search"] {
      color: #373534;
      margin-bottom: 0;
      text-indent: 1px;
      background: #fff;
      border: solid 1px #9d9c9a;
      width: 100%;
      border-radius: 1px;
      outline: none; }
      #search .introduction .keyword [type="search"]::-webkit-input-placeholder {
        color: #7f7f7d;
        font-style: italic; }
      #search .introduction .keyword [type="search"]::-moz-placeholder {
        color: #7f7f7d;
        font-style: italic; }
      #search .introduction .keyword [type="search"]:-moz-placeholder {
        color: #7f7f7d;
        font-style: italic; }
      #search .introduction .keyword [type="search"]:-ms-input-placeholder {
        color: #7f7f7d;
        font-style: italic; }
      #search .introduction .keyword [type="search"]:focus {
        border-color: #7999b9;
        box-shadow: 0 0 3px #6388ad; }
    #search .introduction .keyword [type="submit"] {
      position: relative;
      cursor: pointer;
      width: 30px;
      color: #e9e9e9;
      background: none;
      border: none;
      box-shadow: none;
      border-radius: none;
      margin-left: -40px;
      padding: .1rem .55rem .2rem; }
    #search .introduction .keyword [type="submit"]:hover,
    #search .introduction .keyword [type="search"]:focus + [type="submit"] {
      color: #9d9c9a; }
#search .search-results .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  #search .search-results .content:last-child {
    margin-right: 0; }
  #search .search-results .content .sisea-results {
    font-size: .9rem;
    color: #636361; }
  #search .search-results .content .sisea-results-list .sisea-result h5 {
    font-size: 1.25rem;
    line-height: 1;
    margin: 0; }
  #search .search-results .content .sisea-results-list .sisea-result a.link {
    font-size: .75rem;
    color: #9d9c9a;
    line-height: 1;
    margin: 0; }
  #search .search-results .content .sisea-results-list .sisea-result .extract {
    margin-top: .25rem; }
    #search .search-results .content .sisea-results-list .sisea-result .extract p {
      font-size: .9rem;
      color: #636361;
      line-height: 1.2; }
  #search .search-results .content .sisea-results-list .sisea-result .sisea-highlight {
    color: #000000; }
  #search .search-results .content .sisea-results-list .sisea-result + .sisea-result {
    margin-top: 1.75rem; }
#search .search-results .pagination {
  margin: 2rem 0; }
  #search .search-results .pagination ul {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
    #search .search-results .pagination ul::after {
      clear: both;
      content: "";
      display: table; }
    #search .search-results .pagination ul li {
      float: left;
      list-style: none; }
      #search .search-results .pagination ul li a {
        color: #373534;
        background-color: #e9e9e9;
        font-size: .9em;
        padding: .85rem 1.8rem;
        color: #514e4d; }
        #search .search-results .pagination ul li a:hover {
          color: #514e4d;
          background-color: #d5d5d5; }
        #search .search-results .pagination ul li a.disabled {
          pointer-events: none;
          cursor: auto;
          color: #b6b5b4;
          background-color: #f6f6f6; }
        #search .search-results .pagination ul li a.active {
          color: #FFFFFF;
          pointer-events: none;
          cursor: auto;
          background-color: #20558a; }
      #search .search-results .pagination ul li .gap {
        cursor: default;
        background-color: #f6f6f6;
        border-radius: 3px;
        border: none;
        color: #9d9c9a;
        display: inline-block;
        font-size: .9rem;
        font-weight: bold;
        padding: .15rem .1rem;
        text-decoration: none;
        background-clip: padding-box; }
        #search .search-results .pagination ul li .gap + .gap {
          margin-left: .125rem; }
      #search .search-results .pagination ul li + li {
        margin-left: .25rem; }
  #search .search-results .pagination.loading {
    background-color: #FFFFFF; }
    #search .search-results .pagination.loading .loading-msg {
      position: relative; }
      #search .search-results .pagination.loading .loading-msg .spinner {
        opacity: .5;
        margin: 0 auto;
        width: 32px; }
      #search .search-results .pagination.loading .loading-msg .text {
        position: absolute;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #9d9c9a;
        text-align: center;
        line-height: 32px;
        margin-left: .5rem; }

.inquires {
  margin: 1rem 0;
  padding: 1rem;
  background-color: #ebebeb; }
  .inquires h4 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase; }
  .inquires p {
    margin-bottom: 2rem; }
  .inquires span {
    display: block; }
    .inquires span.label {
      font-size: .8rem;
      color: #636361; }
    .inquires span.name {
      color: #373534; }
    .inquires span.title {
      font-style: italic;
      font-size: .9rem;
      color: #636361; }

#member-directory .content-section .note {
  color: #7f7f7d;
  font-style: italic; }
#member-directory .content-section h3 {
  border-bottom: 2px solid #e9e9e9;
  margin: .5rem 0 1rem; }
#member-directory .content-section .org-list {
  padding-left: 0; }
  #member-directory .content-section .org-list li {
    list-style: none;
    padding: 0;
    margin: 0; }
    #member-directory .content-section .org-list li article {
      display: inline-block; }
      #member-directory .content-section .org-list li article p a {
        font-weight: 700; }
  @media screen and (min-width: 40em) {
    #member-directory .content-section .org-list {
      -webkit-columns: 2 12em;
      -moz-columns: 2 12em;
      columns: 2 12em; } }
  @media screen and (min-width: 64em) {
    #member-directory .content-section .org-list {
      -webkit-columns: 3 12em;
      -moz-columns: 3 12em;
      columns: 3 12em; } }
  #member-directory .content-section .org-list + h3 {
    margin-top: 4rem; }

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