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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@charset "UTF-8";
.old-template-styles-wrapper {
  /*--------------------------------------------------------------
2 Typography
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
3 Elements
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
4 # Forms
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
5 Navigation
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
  /* Small menu. */
  /***HOME**/
  /**SHIFT NAV**/
  /** CONTENT**/
  /**Newsletter-Sign-up**/
  /**on cateogry page**/
  /**FORMS**/
  /*** SECONDARY TEMPLATES **/
  /*** UPDATES SECTION**/
  /**REPORTS SECTION **/
  /**** T3 (like Reports but no hover)  ***/
  /**** INITIATIVES PAGE (like Reports but no hover)  ***/
  /*** ACCORDIONS **/
  /** SLIDER - HOME PAGE **/
  /* Minified FlexSlider CSS with Chrome fix */
  /**.linkpage .flex-active::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent #eff1f1 transparent;
    content: "";
    position: absolute;
    bottom:115px;
    z-index:999999999999;
}**/
  /***Colorbox overlay and box***/
  /***STAFF PAGES - INDIVIDUAL **/
  /*--------------------------------------------------------------
6 Accessibility
--------------------------------------------------------------*/
  /* Text meant only for screen readers. */
  /*--------------------------------------------------------------
7 Alignments
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
8 Clearings
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
9 Widgets
--------------------------------------------------------------*/
  /* Make sure select elements fit in widgets. */
  /* Search widget. */
  /*--------------------------------------------------------------
10 Content
--------------------------------------------------------------*/
  /**Elements**/
  /**footer**/
  /*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
11 Infinite scroll
--------------------------------------------------------------*/
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
  /*--------------------------------------------------------------
12 Media
--------------------------------------------------------------*/
  /* Make sure embeds and iframes fit their containers. */
  /*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
  /***********MEDIA QUERIES**************/ }
  .old-template-styles-wrapper a:active,
  .old-template-styles-wrapper a:hover {
    outline: 0; }
  .old-template-styles-wrapper .pdf_link::before {
    content: url("http://clua.wpengine.com/wp-content/themes/clua/images/download-icon.png");
    margin-right: 5px;
    position: relative;
    top: 8px; }
  .old-template-styles-wrapper abbr[title] {
    border-bottom: 1px dotted; }
  .old-template-styles-wrapper b,
  .old-template-styles-wrapper strong {
    font-weight: bold; }
  .old-template-styles-wrapper dfn {
    font-style: italic; }
  .old-template-styles-wrapper h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .old-template-styles-wrapper mark {
    background: #ff0;
    color: #000; }
  .old-template-styles-wrapper small {
    font-size: 80%; }
  .old-template-styles-wrapper sub,
  .old-template-styles-wrapper sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .old-template-styles-wrapper sup {
    top: -0.5em; }
  .old-template-styles-wrapper sub {
    bottom: -0.25em; }
  .old-template-styles-wrapper img {
    border: 0; }
  .old-template-styles-wrapper svg:not(:root) {
    overflow: hidden; }
  .old-template-styles-wrapper figure {
    margin: 5px 0 0; }
  .old-template-styles-wrapper hr {
    box-sizing: content-box;
    height: 0; }
  .old-template-styles-wrapper pre {
    overflow: auto; }
  .old-template-styles-wrapper code,
  .old-template-styles-wrapper kbd,
  .old-template-styles-wrapper pre,
  .old-template-styles-wrapper samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .old-template-styles-wrapper button,
  .old-template-styles-wrapper input,
  .old-template-styles-wrapper optgroup,
  .old-template-styles-wrapper select,
  .old-template-styles-wrapper textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  .old-template-styles-wrapper button {
    overflow: visible; }
  .old-template-styles-wrapper button,
  .old-template-styles-wrapper select {
    text-transform: none; }
  .old-template-styles-wrapper button,
  .old-template-styles-wrapper html input[type='button'],
  .old-template-styles-wrapper input[type='reset'],
  .old-template-styles-wrapper input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer; }
  .old-template-styles-wrapper button[disabled],
  .old-template-styles-wrapper html input[disabled] {
    cursor: default; }
  .old-template-styles-wrapper button::-moz-focus-inner,
  .old-template-styles-wrapper input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .old-template-styles-wrapper input {
    line-height: normal; }
  .old-template-styles-wrapper input[type='checkbox'],
  .old-template-styles-wrapper input[type='radio'] {
    box-sizing: border-box;
    padding: 0; }
  .old-template-styles-wrapper input[type='number']::-webkit-inner-spin-button,
  .old-template-styles-wrapper input[type='number']::-webkit-outer-spin-button {
    height: auto; }
  .old-template-styles-wrapper input[type='search'] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
  .old-template-styles-wrapper input[type='search']::-webkit-search-cancel-button,
  .old-template-styles-wrapper input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none; }
  .old-template-styles-wrapper fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .old-template-styles-wrapper legend {
    border: 0;
    padding: 0; }
  .old-template-styles-wrapper textarea {
    overflow: auto; }
  .old-template-styles-wrapper optgroup {
    font-weight: bold; }
  .old-template-styles-wrapper table {
    border-collapse: collapse;
    border-spacing: 0; }
  .old-template-styles-wrapper td,
  .old-template-styles-wrapper th {
    padding: 0; }
  .old-template-styles-wrapper body,
  .old-template-styles-wrapper button,
  .old-template-styles-wrapper input,
  .old-template-styles-wrapper select,
  .old-template-styles-wrapper textarea {
    color: #6c625e;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
  .old-template-styles-wrapper main {
    font-size: 18px;
    line-height: 36px; }
  .old-template-styles-wrapper pre {
    background: #eee;
    font-family: 'Courier 10 Pitch', Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em; }
  .old-template-styles-wrapper code,
  .old-template-styles-wrapper kbd,
  .old-template-styles-wrapper tt,
  .old-template-styles-wrapper var {
    font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: 15px;
    font-size: 0.9375rem; }
  .old-template-styles-wrapper abbr,
  .old-template-styles-wrapper acronym {
    border-bottom: 1px dotted #666;
    cursor: help; }
  .old-template-styles-wrapper mark,
  .old-template-styles-wrapper ins {
    background: #fff9c0;
    text-decoration: none; }
  .old-template-styles-wrapper big {
    font-size: 125%; }
  .old-template-styles-wrapper html {
    box-sizing: border-box; }
  .old-template-styles-wrapper *,
  .old-template-styles-wrapper *:before,
  .old-template-styles-wrapper *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit; }
  .old-template-styles-wrapper body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
    font-family: Helvetica, Arial, sans-serif;
    color: #6c625e; }
  .old-template-styles-wrapper blockquote:before,
  .old-template-styles-wrapper blockquote:after,
  .old-template-styles-wrapper q:before,
  .old-template-styles-wrapper q:after {
    content: ''; }
  .old-template-styles-wrapper blockquote,
  .old-template-styles-wrapper q {
    quotes: '' ''; }
  .old-template-styles-wrapper hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em; }
  .old-template-styles-wrapper ul,
  .old-template-styles-wrapper ol {
    margin: 0 0 1em 0.5em; }
  .old-template-styles-wrapper ul {
    list-style: disc; }
  .old-template-styles-wrapper #categories-2 > ul {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0; }
  .old-template-styles-wrapper ol {
    list-style: decimal; }
  .old-template-styles-wrapper li > ul,
  .old-template-styles-wrapper li > ol {
    margin-bottom: 0;
    margin-left: 1.5em; }
  .old-template-styles-wrapper dt {
    font-weight: bold; }
  .old-template-styles-wrapper dd {
    margin: 0 1.5em 1.5em; }
  .old-template-styles-wrapper img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */ }
  .old-template-styles-wrapper table {
    margin: 0 0 1.5em;
    width: 100%; }
  .old-template-styles-wrapper button,
  .old-template-styles-wrapper input[type='button'],
  .old-template-styles-wrapper input[type='reset'],
  .old-template-styles-wrapper input[type='submit'] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  .old-template-styles-wrapper button:hover,
  .old-template-styles-wrapper input[type='button']:hover,
  .old-template-styles-wrapper input[type='reset']:hover,
  .old-template-styles-wrapper input[type='submit']:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  .old-template-styles-wrapper button:focus,
  .old-template-styles-wrapper input[type='button']:focus,
  .old-template-styles-wrapper input[type='reset']:focus,
  .old-template-styles-wrapper input[type='submit']:focus,
  .old-template-styles-wrapper button:active,
  .old-template-styles-wrapper input[type='button']:active,
  .old-template-styles-wrapper input[type='reset']:active,
  .old-template-styles-wrapper input[type='submit']:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }
  .old-template-styles-wrapper input[type='text'],
  .old-template-styles-wrapper input[type='email'],
  .old-template-styles-wrapper input[type='url'],
  .old-template-styles-wrapper input[type='password'],
  .old-template-styles-wrapper input[type='search'],
  .old-template-styles-wrapper textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px; }
  .old-template-styles-wrapper input[type='text']:focus,
  .old-template-styles-wrapper input[type='email']:focus,
  .old-template-styles-wrapper input[type='url']:focus,
  .old-template-styles-wrapper input[type='password']:focus,
  .old-template-styles-wrapper input[type='search']:focus,
  .old-template-styles-wrapper textarea:focus {
    color: #111; }
  .old-template-styles-wrapper input[type='text'],
  .old-template-styles-wrapper input[type='email'],
  .old-template-styles-wrapper input[type='url'],
  .old-template-styles-wrapper input[type='password'],
  .old-template-styles-wrapper input[type='search'] {
    padding: 3px; }
  .old-template-styles-wrapper textarea {
    padding-left: 3px;
    width: 100%; }
  .old-template-styles-wrapper a {
    color: #39bad1;
    text-decoration: none; }
  .old-template-styles-wrapper a:visited {
    color: #39bad1; }
  .old-template-styles-wrapper a:hover,
  .old-template-styles-wrapper a:focus,
  .old-template-styles-wrapper a:active {
    color: #39bad1; }
  .old-template-styles-wrapper a:hover {
    text-decoration: underline; }
  .old-template-styles-wrapper a:focus {
    outline: thin dotted; }
  .old-template-styles-wrapper a:hover,
  .old-template-styles-wrapper a:active {
    outline: 0; }
  .old-template-styles-wrapper .main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%; }
  .old-template-styles-wrapper .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .old-template-styles-wrapper .main-navigation li {
    float: left;
    position: relative; }
  .old-template-styles-wrapper .main-navigation a {
    display: block;
    text-decoration: none; }
  .old-template-styles-wrapper .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999; }
  .old-template-styles-wrapper .main-navigation ul ul ul {
    left: -999em;
    top: 0; }
  .old-template-styles-wrapper .main-navigation ul ul a {
    width: 200px; }
  .old-template-styles-wrapper .main-navigation ul li:hover > ul,
  .old-template-styles-wrapper .main-navigation ul li.focus > ul {
    left: auto; }
  .old-template-styles-wrapper .main-navigation ul ul li:hover > ul,
  .old-template-styles-wrapper .main-navigation ul ul li.focus > ul {
    left: 100%; }
  .old-template-styles-wrapper .menu-toggle,
  .old-template-styles-wrapper .main-navigation.toggled ul {
    display: block; }
  @media screen and (min-width: 37.5em) {
    .old-template-styles-wrapper .menu-toggle {
      display: none; }
    .old-template-styles-wrapper .main-navigation ul {
      display: block; } }
  .old-template-styles-wrapper .site-main .comment-navigation,
  .old-template-styles-wrapper .site-main .posts-navigation,
  .old-template-styles-wrapper .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden; }
  .old-template-styles-wrapper .comment-navigation .nav-previous,
  .old-template-styles-wrapper .posts-navigation .nav-previous,
  .old-template-styles-wrapper .post-navigation .nav-previous {
    float: left;
    width: 50%; }
  .old-template-styles-wrapper .comment-navigation .nav-next,
  .old-template-styles-wrapper .posts-navigation .nav-next,
  .old-template-styles-wrapper .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; }
  .old-template-styles-wrapper .shiftnav-loading {
    display: none !important; }
  .old-template-styles-wrapper body.home #shiftnav-toggle-main {
    background: transparent !important;
    color: #6d635f !important;
    left: auto;
    margin: 24px auto 0 !important;
    max-width: 166px !important;
    right: 0 !important;
    text-align: left !important;
    width: auto !important;
    height: 60px; }
  .old-template-styles-wrapper body.home #shiftnav-toggle-main-button .fa.fa-bars {
    color: #fff;
    position: relative;
    z-index: 2147483647;
    font-size: 26px; }
  .old-template-styles-wrapper body.home .shiftnav-toggle.shiftnav-toggle-shiftnav-main.shiftnav-toggle-burger::before {
    color: #fff;
    content: 'MENU ';
    font-family: helvetica;
    font-size: 22px;
    position: relative;
    vertical-align: text-bottom; }
  .old-template-styles-wrapper #shiftnav-toggle-main-button .fa.fa-bars {
    color: #fff;
    position: relative;
    z-index: 2147483647;
    font-size: 26px; }
  .old-template-styles-wrapper .shiftnav-toggle.shiftnav-toggle-shiftnav-main.shiftnav-toggle-burger::before {
    color: #fff;
    content: 'MENU ';
    font-family: helvetica;
    font-size: 23px;
    position: relative;
    vertical-align: text-bottom; }
  .old-template-styles-wrapper #shiftnav-toggle-main {
    background: transparent !important;
    max-width: 166px !important;
    text-align: left !important;
    margin: 20px auto 0 !important;
    right: 0 !important;
    width: auto !important;
    left: auto !important;
    height: 60px; }
  .old-template-styles-wrapper body.home #shiftnav-toggle-main.scrolling,
  .old-template-styles-wrapper #shiftnav-toggle-main.scrolling {
    background: rgba(57, 186, 208, 0.75) !important;
    margin-top: 0 !important; }
  .old-template-styles-wrapper .menu-item.current-menu-item a::after {
    content: '\AB';
    padding-left: 6px; }
  .old-template-styles-wrapper .menu-item.current-menu-item a {
    font-weight: bold; }
  .old-template-styles-wrapper header.site-header {
    background: rgba(0, 0, 0, 0) url("images/upper-deco.png") no-repeat scroll right top;
    position: relative;
    z-index: 2147483647;
    padding: 0 0 70px; }
  .old-template-styles-wrapper body.home header.site-header {
    background: transparent; }
  .old-template-styles-wrapper .entry-header {
    padding: 0; }
  .old-template-styles-wrapper .site-title {
    margin: 10px 0 0 100px;
    float: left;
    width: 40%; }
  .old-template-styles-wrapper .nivoSlider img {
    width: 100%; }
  .old-template-styles-wrapper .nivoSlider {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 99999; }
  .old-template-styles-wrapper .slider-wrapper {
    position: relative;
    top: -232px;
    margin-bottom: -150px; }
  .old-template-styles-wrapper .home-featured {
    float: left;
    width: 50%; }
  .old-template-styles-wrapper .home-content {
    float: right;
    width: 40%; }
  .old-template-styles-wrapper .newsletter-banner {
    background: #33859f;
    color: #fff;
    font-family: 'Titillium Web', sans-serif; }
  .old-template-styles-wrapper .newsletter-banner h1 {
    font-weight: normal;
    font-size: 48px;
    line-height: 50px; }
  .old-template-styles-wrapper .newsletter-title {
    float: left;
    width: 25%; }
  .old-template-styles-wrapper .newsletter-form {
    width: 70%;
    float: right; }
  .old-template-styles-wrapper .updates-panel h1 {
    font-weight: normal;
    font-size: 48px;
    line-height: 50px;
    color: #33859f;
    font-family: 'Titillium Web', sans-serif; }
  .old-template-styles-wrapper .updates-box.landing .updates-title h3 {
    font-size: 22px; }
  .old-template-styles-wrapper .updates-box.landing .updates-content {
    font-size: 16px; }
  .old-template-styles-wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 47% !important; }
  .old-template-styles-wrapper div.ginput_complex.ginput_container.gf_name_has_2 span.name_last {
    width: 50% !important; }
  .old-template-styles-wrapper .imageleft {
    float: left;
    margin: 0 10px 10px 0;
    width: auto; }
  .old-template-styles-wrapper h2.entry-title.listing,
  .old-template-styles-wrapper h1.entry-title.listing {
    clear: none; }
  .old-template-styles-wrapper .ge-hide-field {
    display: none; }
  .old-template-styles-wrapper #gform_wrapper_1 .gfield_required {
    display: none; }
  .old-template-styles-wrapper .newsletter-banner #gform_wrapper_1 input {
    background: #66a4b7;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    padding: 10px; }
  .old-template-styles-wrapper #gform_wrapper_1 .name_first label,
  .old-template-styles-wrapper #gform_wrapper_1 .name_last label {
    display: none; }
  .old-template-styles-wrapper #gform_wrapper_1 .name_first input,
  .old-template-styles-wrapper #gform_wrapper_1 .name_last input {
    margin: 15px 0; }
  .old-template-styles-wrapper #gform_wrapper_1 .gform_footer input[type='submit'] {
    background: #39bad1;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 rgba(0, 0, 0, 0) inset;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    padding: 15px 30px;
    color: #fff; }
  .old-template-styles-wrapper #gform_wrapper_1 .gform_footer input[type='submit']:hover {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 rgba(0, 0, 0, 0) inset;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    background: #66a4b7; }
  .old-template-styles-wrapper #gform_wrapper_1.gform_wrapper .gform_footer {
    text-align: right !important;
    padding: 1em 1.5em 0.625em; }
  .old-template-styles-wrapper #gform_wrapper_1 .top_label li.gfield.gf_left_half {
    width: 47%; }
  .old-template-styles-wrapper button,
  .old-template-styles-wrapper input[type='submit'] {
    background: #fff;
    border: 2px solid #39bad1;
    border-radius: 0;
    color: #39bad1;
    padding: 15px 30px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 rgba(0, 0, 0, 0) inset;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em; }
  .old-template-styles-wrapper button:hover,
  .old-template-styles-wrapper input[type='submit']:hover {
    background: #39bad1;
    border: 2px solid #39bad1;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 rgba(0, 0, 0, 0) inset;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    color: #fff; }
  .old-template-styles-wrapper .title-container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 30px;
    position: relative;
    top: -200px; }
  .old-template-styles-wrapper .title-container h1.page-title {
    margin-left: 6%; }
  .old-template-styles-wrapper .page-title {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 64px;
    font-weight: normal;
    line-height: 67px;
    margin: 0;
    position: absolute;
    bottom: -120px; }
  .old-template-styles-wrapper .content-left {
    float: left;
    width: 74%; }
  .old-template-styles-wrapper .content-left .entry-content {
    margin: 0; }
  .old-template-styles-wrapper .content-left.lower > p {
    padding-left: 3%; }
  .old-template-styles-wrapper .content-left.lower > h3 {
    padding-left: 3%;
    margin-bottom: -5px; }
  .old-template-styles-wrapper .content-left.lower > ul {
    margin-top: -20px; }
  .old-template-styles-wrapper .content-right {
    float: right;
    width: 22%; }
  .old-template-styles-wrapper .content-right span {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px; }
  .old-template-styles-wrapper .upper {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px; }
  .old-template-styles-wrapper .shadowbox,
  .old-template-styles-wrapper body.page-id-28 .content-right.lower img {
    box-shadow: 10px 9px 29px 0px rgba(0, 0, 0, 0.27); }
  .old-template-styles-wrapper .shadowbox.space {
    margin-top: 25px;
    height: auto;
    max-width: 60%;
    display: -ms-flexbox;
    display: flex; }
  .old-template-styles-wrapper .dicon {
    position: relative;
    top: 5px; }
  .old-template-styles-wrapper .blue-banner {
    background: #30a6ca;
    color: #fff;
    padding: 40px 0;
    margin: 35px 0; }
  .old-template-styles-wrapper .blue-banner h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 55px; }
  .old-template-styles-wrapper .bbmap {
    border-right: 1px solid #fff;
    float: left;
    width: 32%;
    position: relative; }
  .old-template-styles-wrapper .bbmap > img {
    margin-top: -100px;
    position: absolute;
    top: 50%; }
  .old-template-styles-wrapper .bbcontent {
    width: 62%;
    float: right;
    padding-bottom: 15px; }
  .old-template-styles-wrapper .greensquare {
    border: 6px solid #83c241;
    color: #83c241;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 97%; }
  .old-template-styles-wrapper .greensquare a {
    color: #83c241; }
  .old-template-styles-wrapper .greensquare a:hover {
    color: #fff;
    text-decoration: none; }
  .old-template-styles-wrapper .greensquare:hover {
    background: #83c421; }
  .old-template-styles-wrapper .updates-box:nth-child(4) {
    margin-right: 0; }
  .old-template-styles-wrapper .updates-title h3 {
    margin: 5px 0;
    font-size: 26px; }
  .old-template-styles-wrapper .morelink {
    text-decoration: underline; }
  .old-template-styles-wrapper .morelink:hover {
    text-decoration: none; }
  .old-template-styles-wrapper .report-content {
    float: left;
    margin: 0 4% 45px 0;
    height: 330px;
    min-height: 330px;
    width: 46%;
    position: relative; }
  .old-template-styles-wrapper body.page-id-58 .report-content {
    min-height: 230px; }
  .old-template-styles-wrapper .report-thumbnail {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    vertical-align: middle;
    width: 47%; }
  .old-template-styles-wrapper .report-thumbnail img {
    box-shadow: 10px 9px 29px 0px rgba(0, 0, 0, 0.27); }
  .old-template-styles-wrapper .see-excerpt {
    opacity: 0;
    position: absolute;
    top: -10px;
    transition: all 500ms ease-in-out 0s;
    color: #6c625e;
    font-size: 15px;
    line-height: 25px; }
  .old-template-styles-wrapper .see-excerpt a:hover {
    text-decoration: underline; }
  .old-template-styles-wrapper .report-info-block {
    float: right;
    width: 47%; }
  .old-template-styles-wrapper .report-info-block:hover .see-excerpt {
    opacity: 1; }
  .old-template-styles-wrapper .report-title {
    font-size: bold;
    font-size: 26px;
    opacity: 1;
    transition: all 500ms ease-in-out;
    position: absolute; }
  .old-template-styles-wrapper .report-info-block:hover .report-title {
    opacity: 0; }
  .old-template-styles-wrapper .reportlink {
    text-transform: uppercase; }
  .old-template-styles-wrapper .pdf-content {
    float: left;
    margin: 0 4% 45px 0;
    min-height: 330px;
    position: relative;
    width: 46%; }
  .old-template-styles-wrapper .pdf-thumbnail {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    vertical-align: middle;
    width: 47%; }
  .old-template-styles-wrapper .pdf-info-block {
    float: right;
    width: 47%; }
  .old-template-styles-wrapper .pdf-title,
  .old-template-styles-wrapper .pdf-title a {
    font-size: 26px;
    color: #6c625e; }
  .old-template-styles-wrapper .pdf-title a.pdf:after {
    content: url(images/download-icon.png);
    margin-left: 5px;
    position: relative;
    top: 5px; }
  .old-template-styles-wrapper .pdf-title span {
    font-size: 16px; }
  .old-template-styles-wrapper .initiatives-content {
    float: left;
    margin: 0 4% 45px 0;
    min-height: 400px;
    height: 400px;
    position: relative;
    width: 46%; }
  .old-template-styles-wrapper .initiatives-thumbnail {
    /*    float: left;*/
    margin-bottom: 10px;
    margin-right: 20px;
    vertical-align: middle;
    width: 47%; }
  .old-template-styles-wrapper .initiatives-info-block {
    /*    float: right;*/
    width: 90%; }
  .old-template-styles-wrapper .initiatives-title,
  .old-template-styles-wrapper .initiatives-title a {
    font-size: 26px;
    color: #6c625e; }
  .old-template-styles-wrapper .initiatives-title .goal {
    font-size: 16px; }
  .old-template-styles-wrapper .gtitle {
    margin: 3px 0; }
  .old-template-styles-wrapper .raquo::after {
    content: '\BB';
    padding: 0 0 0 5px; }
  .old-template-styles-wrapper .goal > p {
    color: #6c625e;
    font-size: 15px;
    line-height: 25px;
    margin: 0; }
  .old-template-styles-wrapper div#ea_one.easy_accordion_wrapper div.single_accordion h2.ea-item-head::before {
    background: #33859f none repeat scroll 0 0;
    font-family: helvetica;
    font-size: 19px;
    font-weight: normal;
    margin-right: 10px;
    padding: 8px 12px;
    position: relative; }
  .old-template-styles-wrapper div#ea_one.easy_accordion_wrapper div.single_accordion:hover h2.ea-item-head::before,
  .old-template-styles-wrapper div#ea_one.easy_accordion_wrapper div.single_accordion.ea-item-expand h2.ea-item-head::before {
    content: '-';
    opacity: 0.6;
    margin-right: 10px;
    padding: 8px 15px 8px 14px;
    position: relative; }
  .old-template-styles-wrapper div#ea_one.easy_accordion_wrapper div.single_accordion h2.ea-item-head {
    border-bottom: 0;
    color: #33859f;
    font-size: 26px; }
  .old-template-styles-wrapper .ea-item-body button {
    font-size: 15px;
    padding: 10px; }
  .old-template-styles-wrapper .linkpage h2 {
    color: #39bad1;
    margin: 0 0 5px 0;
    font-size: 36px;
    font-weight: 300; }
  .old-template-styles-wrapper .linkpage .flex-active h2 {
    color: #fff; }
  .old-template-styles-wrapper .linkpage span {
    color: #5f6971; }
  .old-template-styles-wrapper .linkpage .flex-active span {
    color: #000; }
  .old-template-styles-wrapper .linkpage a {
    color: #5f6971;
    text-decoration: none; }
  .old-template-styles-wrapper .linkpage a {
    text-decoration: none; }
  .old-template-styles-wrapper .flexslider,
  .old-template-styles-wrapper .flexslider-controls {
    background: #eff1f1;
    max-width: 100%;
    text-align: center;
    height: 110px; }
  .old-template-styles-wrapper .slide_text {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0);
    /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
    bottom: 0;
    color: #fff;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    /* IE6ï¿½IE9 */
    left: 0;
    padding: 1em;
    position: absolute;
    width: 100%;
    zoom: 1; }
  .old-template-styles-wrapper .flex-control-nav li {
    background: #eff1f1;
    border-right: solid #fff 1px;
    color: #39bad1;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0.09em 0 0 0;
    padding: 16px 0 6px;
    vertical-align: middle;
    width: 33%;
    box-sizing: border-box;
    position: relative; }
  .old-template-styles-wrapper .flex-control-nav li:last-child {
    border: none; }
  .old-template-styles-wrapper .flex-control-nav .flex-active {
    background: #eff1f1;
    color: #39bad1; }
  .old-template-styles-wrapper .flex-container a:active,
  .old-template-styles-wrapper .flexslider a:active,
  .old-template-styles-wrapper .flex-container a:focus,
  .old-template-styles-wrapper .flexslider a:focus {
    outline: 0; }
  .old-template-styles-wrapper .slides,
  .old-template-styles-wrapper .flex-control-nav,
  .old-template-styles-wrapper .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none; }
  .old-template-styles-wrapper .flexslider {
    margin: 0 0 -150px 0;
    padding: 0; }
  .old-template-styles-wrapper .flexslider .slides > li {
    display: none;
    /*-webkit-backface-visibility:hidden;*/
    position: relative; }
  .old-template-styles-wrapper .flexslider .slides img {
    width: 100%;
    display: block; }
  .old-template-styles-wrapper .flex-pauseplay span {
    text-transform: capitalize; }
  .old-template-styles-wrapper .slides:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .old-template-styles-wrapper html[xmlns] .slides {
    display: block; }
  .old-template-styles-wrapper * html .slides {
    height: 1%; }
  .old-template-styles-wrapper .no-js .slides > li:first-child {
    display: block; }
  .old-template-styles-wrapper .flexslider {
    background: #fff;
    position: relative;
    top: -232px;
    zoom: 1; }
  .old-template-styles-wrapper .flex-viewport {
    max-height: 2000px;
    transition: all 1s ease; }
  .old-template-styles-wrapper .loading .flex-viewport {
    max-height: 300px; }
  .old-template-styles-wrapper .flexslider .slides {
    zoom: 1; }
  .old-template-styles-wrapper .carousel li {
    margin-right: 5px; }
  .old-template-styles-wrapper .flex-direction-nav {
    *height: 0; }
  .old-template-styles-wrapper .flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all 0.3s ease; }
  .old-template-styles-wrapper .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px; }
  .old-template-styles-wrapper .flex-direction-nav .flex-prev {
    left: -36px; }
  .old-template-styles-wrapper .flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px; }
  .old-template-styles-wrapper .flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px; }
  .old-template-styles-wrapper .flexslider:hover .flex-next:hover,
  .old-template-styles-wrapper .flexslider:hover .flex-prev:hover {
    opacity: 1; }
  .old-template-styles-wrapper .flex-direction-nav .flex-disabled {
    opacity: 0.3 !important;
    filter: alpha(opacity=30);
    cursor: default; }
  .old-template-styles-wrapper .flex-control-nav {
    width: 100%;
    text-align: center; }
  .old-template-styles-wrapper .flex-control-nav li {
    zoom: 1;
    *display: inline; }
  .old-template-styles-wrapper .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  .old-template-styles-wrapper .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7); }
  .old-template-styles-wrapper .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default; }
  .old-template-styles-wrapper .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden; }
  .old-template-styles-wrapper .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .old-template-styles-wrapper .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: 0.7;
    cursor: pointer; }
  .old-template-styles-wrapper .flex-control-thumbs img:hover {
    opacity: 1; }
  .old-template-styles-wrapper .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }
  .old-template-styles-wrapper .flex-control-nav {
    display: inline-block;
    text-align: center;
    width: 50%;
    height: 110px; }
  .old-template-styles-wrapper .linkpage .flex-active::before,
  .old-template-styles-wrapper .linkpage li.flex-active:hover::before {
    border-color: transparent transparent #39bad0;
    border-style: solid;
    border-width: 0 25px 25px;
    bottom: 17px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: relative;
    right: 0;
    width: 0;
    z-index: 2147483647; }
  .old-template-styles-wrapper .linkpage .flex-active {
    background: #39bad0; }
  .old-template-styles-wrapper .linkpage .flex-active,
  .old-template-styles-wrapper .linkpage li:hover {
    margin-top: -7px;
    padding: 0 0 14px; }
  .old-template-styles-wrapper .linkpage li:hover {
    background: #39bad0; }
  .old-template-styles-wrapper .linkpage li:hover h2 {
    color: #fff; }
  .old-template-styles-wrapper .linkpage li:hover span {
    color: #000; }
  .old-template-styles-wrapper .linkpage li:hover::before {
    border-color: transparent transparent transparent;
    border-style: solid;
    border-width: 0 25px 25px;
    bottom: 20px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: relative;
    right: 0;
    width: 0;
    z-index: 2147483647; }
  .old-template-styles-wrapper #cboxOverlay,
  .old-template-styles-wrapper #colorbox {
    z-index: 9999999999; }
  .old-template-styles-wrapper .staff-image {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    vertical-align: middle;
    position: relative;
    z-index: 900; }
  .old-template-styles-wrapper .staff-image.default {
    margin-bottom: 40px; }
  .old-template-styles-wrapper .staff-name {
    font-weight: bold;
    line-height: 20px;
    margin: 1px 0; }
  .old-template-styles-wrapper .staff-name a {
    color: #6c625e; }
  .old-template-styles-wrapper .employment-title,
  .old-template-styles-wrapper .other-staff-info {
    font-weight: bold;
    line-height: 20px;
    margin: 2px 0; }
  .old-template-styles-wrapper .other-staff-info > p {
    margin: 2px 0;
    font-weight: normal;
    font-size: 17px; }
  .old-template-styles-wrapper .staff-content > p {
    margin: 0; }
  .old-template-styles-wrapper .see-bio {
    opacity: 0;
    transition: all 500ms ease-in-out;
    position: relative;
    top: 30px; }
  .old-template-styles-wrapper .see-bio a:hover {
    text-decoration: underline; }
  .old-template-styles-wrapper .staff-info-block:hover .see-bio {
    opacity: 1; }
  .old-template-styles-wrapper .staff-titles {
    opacity: 1;
    transition: all 500ms ease-in-out;
    margin-top: -10px; }
  .old-template-styles-wrapper .staff-info-block:hover .staff-titles {
    opacity: 0; }
  .old-template-styles-wrapper .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .old-template-styles-wrapper .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }
  .old-template-styles-wrapper .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em; }
  .old-template-styles-wrapper .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em; }
  .old-template-styles-wrapper .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .old-template-styles-wrapper .clear:before,
  .old-template-styles-wrapper .clear:after,
  .old-template-styles-wrapper .entry-content:before,
  .old-template-styles-wrapper .entry-content:after,
  .old-template-styles-wrapper .comment-content:before,
  .old-template-styles-wrapper .comment-content:after,
  .old-template-styles-wrapper .site-header:before,
  .old-template-styles-wrapper .site-header:after,
  .old-template-styles-wrapper .site-content:before,
  .old-template-styles-wrapper .site-content:after,
  .old-template-styles-wrapper .site-footer:before,
  .old-template-styles-wrapper .site-footer:after {
    content: '';
    display: table; }
  .old-template-styles-wrapper .clear:after,
  .old-template-styles-wrapper .entry-content:after,
  .old-template-styles-wrapper .comment-content:after,
  .old-template-styles-wrapper .site-header:after,
  .old-template-styles-wrapper .site-content:after,
  .old-template-styles-wrapper .site-footer:after {
    clear: both; }
  .old-template-styles-wrapper .clear.home {
    margin-bottom: -50px; }
  .old-template-styles-wrapper .widget {
    margin: 0 0 1.5em; }
  .old-template-styles-wrapper .widget select {
    max-width: 100%; }
  .old-template-styles-wrapper .widget_search .search-submit {
    display: none; }
  .old-template-styles-wrapper .panel-container {
    max-width: 1140px;
    padding: 0 30px;
    margin: 0 auto; }
  .old-template-styles-wrapper main .panel-container {
    padding: 30px; }
  .old-template-styles-wrapper header .panel-container {
    padding: 0 30px; }
  .old-template-styles-wrapper .panel-container.main {
    padding: 0 30px 50px; }
  .old-template-styles-wrapper .featured img.size-full {
    width: 100%; }
  .old-template-styles-wrapper .featured {
    position: relative;
    top: -62px;
    margin: 0 0 -70px 0; }
  .old-template-styles-wrapper .footermenu {
    display: inline-block;
    list-style: outside none none;
    margin: 0 auto;
    padding-left: 0; }
  .old-template-styles-wrapper .footermenu > li {
    display: inline-block; }
  .old-template-styles-wrapper .footermenu li a {
    border-right: 1px solid #627373;
    padding: 0 25px;
    color: #627373;
    text-transform: uppercase;
    text-decoration: none; }
  .old-template-styles-wrapper .footermenu li a:hover {
    text-decoration: underline; }
  .old-template-styles-wrapper .footermenu li.last a {
    border-right: 0; }
  .old-template-styles-wrapper footer.site-footer {
    background: rgba(0, 0, 0, 0) url("images/footer-bg.jpg") no-repeat scroll center top;
    background-size: cover;
    min-height: 224px; }
  .old-template-styles-wrapper .site-info {
    text-align: center;
    margin-top: 50px; }
  .old-template-styles-wrapper footer button {
    padding: 10px; }
  .old-template-styles-wrapper .shiftnav-wrap > div:focus {
    outline: none; }
  .old-template-styles-wrapper .receiveupdates a.wp-colorbox-inline {
    padding: 4px 10px;
    background: #39bad1 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 rgba(0, 0, 0, 0) inset;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0); }
  .old-template-styles-wrapper .receiveupdates a.wp-colorbox-inline:hover {
    background: #33859f none repeat scroll 0 0;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 rgba(0, 0, 0, 0) inset;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    text-decoration: none; }
  .old-template-styles-wrapper .site-branding {
    position: relative; }
  .old-template-styles-wrapper #search {
    height: 38px;
    position: absolute;
    right: 70.5%;
    top: -10px;
    width: 35px;
    z-index: 99999; }
  .old-template-styles-wrapper #label label {
    display: block;
    width: 35px;
    height: 38px;
    background: url("images/search.png") 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    text-indent: -9999px;
    cursor: pointer; }
  .old-template-styles-wrapper body.home #label label {
    background: url("images/search-home.png") 0 0; }
  .old-template-styles-wrapper #label label:hover {
    background: url("images/search.png") -35px 0; }
  .old-template-styles-wrapper body.home #label label:hover {
    background: url("images/search-home.png") -35px 0; }
  .old-template-styles-wrapper #label.active label {
    background: url("images/search.png") -35px 0; }
  .old-template-styles-wrapper body.home #label.active label {
    background: url("images/search-home.png") -35px 0; }
  .old-template-styles-wrapper #input {
    position: absolute;
    top: 0px;
    left: 35px;
    width: 150px;
    height: 38px;
    z-index: 5;
    overflow: hidden; }
  .old-template-styles-wrapper #input input {
    display: block;
    position: absolute;
    top: 0;
    left: -150px;
    width: 150px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #6c625e;
    color: #fff;
    font-size: 18px;
    -webkit-backface-visibility: none;
            backface-visibility: none;
    border-radius: 0;
    transition: left 0; }
  .old-template-styles-wrapper body.home #input input {
    background: #fff;
    color: #6c625e; }
  .old-template-styles-wrapper #input input:focus {
    outline: none; }
  .old-template-styles-wrapper #input.focus {
    z-index: 20; }
  .old-template-styles-wrapper #input.focus input {
    left: 0;
    transition: left 0.3s; }
  .old-template-styles-wrapper #gform_wrapper_1 ::-webkit-input-placeholder {
    color: #b8d5da;
    text-transform: uppercase; }
  .old-template-styles-wrapper #gform_wrapper_1 :-moz-placeholder {
    /* Firefox 18- */
    color: #b8d5da; }
  .old-template-styles-wrapper #gform_wrapper_1 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b8d5da;
    text-transform: uppercase; }
  .old-template-styles-wrapper #gform_wrapper_1 :-ms-input-placeholder {
    color: #b8d5da;
    text-transform: uppercase; }
  .old-template-styles-wrapper #colorbox #gform_wrapper_1 ::-webkit-input-placeholder {
    color: #6c625e; }
  .old-template-styles-wrapper #colorbox #gform_wrapper_1 :-moz-placeholder {
    /* Firefox 18- */
    color: #6c625e; }
  .old-template-styles-wrapper #colorbox #gform_wrapper_1 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #6c625e; }
  .old-template-styles-wrapper #colorbox #gform_wrapper_1 :-ms-input-placeholder {
    color: #6c625e; }
  .old-template-styles-wrapper .sticky {
    display: block; }
  .old-template-styles-wrapper .hentry {
    margin: 0 0 1.5em; }
  .old-template-styles-wrapper .byline,
  .old-template-styles-wrapper .updated:not(.published) {
    display: none; }
  .old-template-styles-wrapper .single .byline,
  .old-template-styles-wrapper .group-blog .byline {
    display: inline; }
  .old-template-styles-wrapper .page-content,
  .old-template-styles-wrapper .entry-content,
  .old-template-styles-wrapper .entry-summary {
    margin: 1.5em 0 0; }
  .old-template-styles-wrapper .page-links {
    clear: both;
    margin: 0 0 1.5em; }
  .old-template-styles-wrapper #current_lang {
    font-size: 13px;
    color: #65534e; }
  .old-template-styles-wrapper body.home #current_lang {
    color: #fff; }
  .old-template-styles-wrapper #languages_list {
    margin-right: 9px;
    color: #b59f82;
    position: absolute;
    display: none;
    font-size: 13px;
    background: #fff;
    padding: 0 10px 10px; }
  .old-template-styles-wrapper body.home #languages_list {
    color: #fff;
    background: transparent; }
  .old-template-styles-wrapper #languages_list a,
  .old-template-styles-wrapper #languages_list a:link,
  .old-template-styles-wrapper #languages_list a:visited {
    color: #65534e; }
  .old-template-styles-wrapper body.home #languages_list a,
  .old-template-styles-wrapper body.home #languages_list a:link,
  .old-template-styles-wrapper body.home #languages_list a:visited {
    color: #fff; }
  .old-template-styles-wrapper #languages_list a:hover {
    color: #65534e; }
  .old-template-styles-wrapper #current_lang:hover {
    cursor: pointer; }
  .old-template-styles-wrapper #languages {
    list-style-type: none;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    float: right; }
  .old-template-styles-wrapper #languages td {
    padding-left: 2px;
    opacity: 0.25;
    filter: alpha(opacity=25);
    /* For IE8 and earlier */ }
  .old-template-styles-wrapper .lang_sel_sel.icl-en::after,
  .old-template-styles-wrapper .lang_sel_sel.icl-fr::after,
  .old-template-styles-wrapper .lang_sel_sel.icl-es::after,
  .old-template-styles-wrapper .lang_sel_sel.icl-id::after,
  .old-template-styles-wrapper .lang_sel_sel.icl-pt-br::after {
    content: '\F0AB' !important;
    font-family: FontAwesome !important;
    margin-left: 8px !important; }
  .old-template-styles-wrapper #lang_sel {
    height: 27px !important; }
  .old-template-styles-wrapper #lang_sel a.lang_sel_sel {
    background: transparent !important; }
  .old-template-styles-wrapper #lang_sel a {
    border: 0;
    font-size: 12px !important; }
  .old-template-styles-wrapper .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    border-style: none !important;
    position: initial !important; }
  .old-template-styles-wrapper .wpml-ls-statics-shortcode_actions {
    background-color: transparent !important; }
  .old-template-styles-wrapper body.home #lang_sel a {
    color: #fff !important;
    background: transparent !important; }
  .old-template-styles-wrapper #lang_sel a.lang_sel_sel:hover {
    background-color: transparent !important; }
  .old-template-styles-wrapper #lang_sel a.lang_sel_sel,
  .old-template-styles-wrapper #lang_sel a.lang_sel_sel:visited {
    background: transparent !important; }
  .old-template-styles-wrapper #lang_sel a:hover,
  .old-template-styles-wrapper #lang_sel a.lang_sel_sel:hover {
    color: #444; }
  .old-template-styles-wrapper body.home #lang_sel a:hover,
  .old-template-styles-wrapper body.home #lang_sel a.lang_sel_sel:hover {
    color: #fff; }
  .old-template-styles-wrapper #lang_sel li {
    width: 110px; }
  .old-template-styles-wrapper #lang_sel ul ul {
    border-top: 0 !important; }
  .old-template-styles-wrapper #lang_sel li ul a:hover {
    background-color: #eee !important;
    text-decoration: underline !important; }
  .old-template-styles-wrapper body.home #lang_sel li ul a:hover {
    background-color: transparent !important;
    text-decoration: underline !important; }
  .old-template-styles-wrapper .supplement {
    float: right;
    position: relative;
    width: 25%;
    margin: 45px 0 0; }
  .old-template-styles-wrapper #language_content {
    float: left;
    width: 22%;
    margin-top: -4px; }
  .old-template-styles-wrapper .sform {
    float: right;
    width: 25%; }
  .old-template-styles-wrapper .blog .format-aside .entry-title,
  .old-template-styles-wrapper .archive .format-aside .entry-title {
    display: none; }
  .old-template-styles-wrapper .comment-content a {
    word-wrap: break-word; }
  .old-template-styles-wrapper .bypostauthor {
    display: block; }
  .old-template-styles-wrapper .infinite-scroll .posts-navigation,
  .old-template-styles-wrapper .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none; }
  .old-template-styles-wrapper .infinity-end.neverending .site-footer {
    display: block; }
  .old-template-styles-wrapper .page-content .wp-smiley,
  .old-template-styles-wrapper .entry-content .wp-smiley,
  .old-template-styles-wrapper .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0; }
  .old-template-styles-wrapper embed,
  .old-template-styles-wrapper iframe,
  .old-template-styles-wrapper object {
    max-width: 100%; }
  .old-template-styles-wrapper .wp-caption {
    margin-bottom: 40px;
    max-width: 100%; }
  .old-template-styles-wrapper .wp-caption img[class*='wp-image-'] {
    display: block;
    margin: 0 auto; }
  .old-template-styles-wrapper .wp-caption-text {
    text-align: center; }
  .old-template-styles-wrapper .wp-caption .wp-caption-text {
    margin: 5px 0 0;
    line-height: 16px;
    font-size: 15px;
    min-height: 40px; }
  .old-template-styles-wrapper .gallery {
    margin-bottom: 1.5em; }
  .old-template-styles-wrapper .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%; }
  .old-template-styles-wrapper .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .old-template-styles-wrapper .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .old-template-styles-wrapper .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .old-template-styles-wrapper .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .old-template-styles-wrapper .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .old-template-styles-wrapper .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .old-template-styles-wrapper .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .old-template-styles-wrapper .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  .old-template-styles-wrapper .gallery-caption {
    display: block; }
  @media screen and (max-width: 1580px) {
    .old-template-styles-wrapper #search {
      right: 73%; }
    .old-template-styles-wrapper .supplement {
      width: 30%; } }
  @media screen and (max-width: 1480px) {
    .old-template-styles-wrapper #search {
      right: 70%; }
    .old-template-styles-wrapper .supplement {
      width: 32%; } }
  @media screen and (max-width: 1280px) {
    .old-template-styles-wrapper .flex-control-nav {
      width: 75%; }
    .old-template-styles-wrapper .supplement {
      width: 35%; } }
  @media screen and (max-width: 1180px) {
    .old-template-styles-wrapper .supplement {
      width: 36%; }
    .old-template-styles-wrapper .flex-control-nav {
      width: 60%; }
    .old-template-styles-wrapper .flexslider .slides img {
      display: block;
      height: 650px;
      margin-left: -120px;
      max-width: none !important;
      width: auto !important; } }
  @media screen and (max-width: 1090px) {
    .old-template-styles-wrapper body.home #shiftnav-toggle-main {
      right: 0 !important; }
    .old-template-styles-wrapper #shiftnav-toggle-main {
      right: 0 !important; }
    .old-template-styles-wrapper .supplement {
      width: 38%; } }
  @media screen and (max-width: 1060px) {
    .old-template-styles-wrapper .supplement {
      width: 40%; } }
  @media screen and (max-width: 1024px) {
    .old-template-styles-wrapper body.home #shiftnav-toggle-main {
      right: 0 !important; }
    .old-template-styles-wrapper #shiftnav-toggle-main {
      right: 0 !important; }
    .old-template-styles-wrapper .site-title {
      margin: 10px 0 0 25px;
      width: 40%; }
    .old-template-styles-wrapper .site-title img {
      position: relative;
      top: 25px; }
    .old-template-styles-wrapper .flex-control-nav {
      width: 70%; }
    .old-template-styles-wrapper .flexslider .slides img {
      margin-left: -180px; }
    .old-template-styles-wrapper body.home #language_content {
      float: right;
      margin-top: -4px;
      position: relative;
      right: 8%;
      top: 48px;
      width: 38%; }
    .old-template-styles-wrapper #search {
      height: 38px;
      position: absolute;
      right: 4%;
      top: -10px;
      width: 35px; }
    .old-template-styles-wrapper body.home #search {
      right: 12%; }
    .old-template-styles-wrapper #input {
      right: 35px;
      left: auto; }
    .old-template-styles-wrapper #input input {
      right: -150px;
      transition: right 0; }
    .old-template-styles-wrapper #input.focus input {
      right: 0;
      transition: left 0.3s; }
    .old-template-styles-wrapper body.home .supplement {
      float: right;
      margin: 45px 0 0;
      position: relative;
      top: 50px;
      width: 23%;
      right: 0; }
    .old-template-styles-wrapper .featured {
      margin: 0 0 -50px;
      top: -50px; }
    .old-template-styles-wrapper #language_content {
      float: left;
      top: 0;
      left: 0;
      margin-left: 30px; }
    .old-template-styles-wrapper .supplement {
      top: 15px;
      margin: 20px 0 0 20px;
      width: 100%; } }
  @media screen and (max-width: 980px) {
    .old-template-styles-wrapper #language_content {
      right: 9%; } }
  @media screen and (max-width: 940px) {
    .old-template-styles-wrapper #language_content {
      right: 10%; } }
  @media screen and (max-width: 920px) {
    .old-template-styles-wrapper .flexslider .slides img {
      margin-left: -160px; }
    .old-template-styles-wrapper #language_content {
      right: 11%; }
    .old-template-styles-wrapper .report-content {
      float: none;
      width: 100%; } }
  @media screen and (max-width: 900px) {
    .old-template-styles-wrapper #language_content {
      right: 12%; }
    .old-template-styles-wrapper .report-thumbnail {
      width: 32%; }
    .old-template-styles-wrapper .report-info-block {
      width: 65%; } }
  @media screen and (max-width: 880px) {
    .old-template-styles-wrapper #language_content {
      right: 13%; } }
  @media screen and (max-width: 850px) {
    .old-template-styles-wrapper .flex-control-nav {
      width: 80%; }
    .old-template-styles-wrapper .flexslider .slides img {
      margin-left: -200px; }
    .old-template-styles-wrapper #language_content {
      right: 14%; } }
  @media screen and (max-width: 800px) {
    .old-template-styles-wrapper .flexslider .slides img {
      margin-left: -280px; }
    .old-template-styles-wrapper .flexslider {
      top: -168px; }
    .old-template-styles-wrapper body.home .site-title {
      margin: 10px 0 0 20px;
      position: relative;
      top: 22px; }
    .old-template-styles-wrapper .site-title {
      top: -25px;
      margin: 20px 0 0 20px; }
    .old-template-styles-wrapper body.home #language_content {
      right: 16%;
      float: right;
      top: 48px;
      left: auto; }
    .old-template-styles-wrapper .newsletter-banner h1 {
      font-size: 43px; }
    .old-template-styles-wrapper .clear.home {
      margin-bottom: 15px; }
    .old-template-styles-wrapper .flex-control-nav {
      width: 100%; }
    .old-template-styles-wrapper header.site-header {
      background-size: 95% 55%; }
    .old-template-styles-wrapper body.home .supplement {
      float: right;
      margin: 45px 0 0;
      position: relative;
      top: 50px;
      width: 23%;
      right: 0%; }
    .old-template-styles-wrapper .supplement {
      margin: 0;
      width: 100%;
      top: 35px; }
    .old-template-styles-wrapper #language_content {
      float: left;
      top: 0; }
    .old-template-styles-wrapper body.home #search {
      right: 12%; }
    .old-template-styles-wrapper #search {
      right: 3%; }
    .old-template-styles-wrapper .featured {
      top: -35px; }
    .old-template-styles-wrapper .page-title {
      font-size: 36px; }
    .old-template-styles-wrapper .report-thumbnail {
      width: 35%; }
    .old-template-styles-wrapper .report-info-block {
      width: 60%; } }
  @media screen and (max-width: 768px) {
    .old-template-styles-wrapper .flexslider .slides img {
      height: 550px;
      margin-left: -210px; }
    .old-template-styles-wrapper .site-title img {
      position: relative;
      top: 10px; }
    .old-template-styles-wrapper .newsletter-banner h1 {
      font-size: 38px; }
    .old-template-styles-wrapper body.home .site-title {
      width: 40%; }
    .old-template-styles-wrapper .site-title {
      width: 50%; }
    .old-template-styles-wrapper header.site-header {
      background-size: 95% 50%; } }
  @media screen and (max-width: 667px) {
    .old-template-styles-wrapper body.home .site-title {
      width: 40%;
      top: 22px;
      margin: 10px 0 0 20px; }
    .old-template-styles-wrapper .site-title {
      width: 60%; }
    .old-template-styles-wrapper header.site-header {
      background-size: 88% 40%; }
    .old-template-styles-wrapper #shiftnav-toggle-main {
      top: -10px !important; }
    .old-template-styles-wrapper .initiatives-content {
      width: 100%;
      float: none;
      min-height: auto; }
    .old-template-styles-wrapper .initiatives-thumbnail {
      float: none;
      width: 100%; }
    .old-template-styles-wrapper .initiatives-info-block {
      float: none;
      width: 100%; }
    .old-template-styles-wrapper body.home .supplement {
      width: 44%;
      top: 48px; }
    .old-template-styles-wrapper .supplement {
      width: 100%;
      top: 20; }
    .old-template-styles-wrapper .title-container {
      top: -150px; }
    .old-template-styles-wrapper .featured {
      margin: 0 0 -50px;
      top: -30px; }
    .old-template-styles-wrapper body.home #search {
      right: 11%; }
    .old-template-styles-wrapper #search {
      right: 4%; }
    .old-template-styles-wrapper #language_content {
      float: left;
      right: 0;
      top: 0; }
    .old-template-styles-wrapper body.home #language_content {
      right: 0;
      float: right;
      left: auto;
      top: 48px; }
    .old-template-styles-wrapper .bbmap > img {
      width: 90%; }
    .old-template-styles-wrapper .blue-banner h2 {
      font-size: 20px; }
    .old-template-styles-wrapper .greensquare {
      font-size: 15px; }
    .old-template-styles-wrapper .page-title {
      font-size: 32px;
      line-height: 36px; }
    .old-template-styles-wrapper .report-thumbnail {
      width: 40%; }
    .old-template-styles-wrapper .report-info-block {
      width: 53%; } }
  @media screen and (max-width: 660px) {
    .old-template-styles-wrapper body.home .supplement {
      width: 44%;
      top: 48px; }
    .old-template-styles-wrapper .supplement {
      top: 25px; }
    .old-template-styles-wrapper .site-title {
      width: 60%;
      top: 20px;
      margin: 20px 0 0 20px; }
    .old-template-styles-wrapper body.home .site-title {
      margin: 10px 0 0 20px;
      width: 40%;
      top: 22px; }
    .old-template-styles-wrapper header.site-header {
      background-size: 88% 50%; }
    .old-template-styles-wrapper .featured {
      margin: 0 0 -60px;
      top: -40px; } }
  @media screen and (max-width: 640px) {
    .old-template-styles-wrapper {
      /**Alliance Team**/ }
      .old-template-styles-wrapper .flexslider .slides img {
        margin-left: -260px; }
      .old-template-styles-wrapper body.home #language_content {
        right: 19%;
        top: 48px; }
      .old-template-styles-wrapper #language_content {
        right: 0; }
      .old-template-styles-wrapper .staff-content {
        width: 100%; }
      .old-template-styles-wrapper .site-title {
        width: 60%;
        top: 20px;
        margin: 15px 0 0 20px; }
      .old-template-styles-wrapper body.home .site-title {
        margin: 10px 0 0 20px;
        width: 40%;
        top: 22px; }
      .old-template-styles-wrapper body.home .supplement {
        width: 30%;
        margin: 40px 0 0;
        top: 50px; }
      .old-template-styles-wrapper .supplement {
        top: 15px; }
      .old-template-styles-wrapper header.site-header {
        padding: 0 0 20px; }
      .old-template-styles-wrapper body.home header.site-header {
        padding: 0 0 70px; }
      .old-template-styles-wrapper header.site-header {
        background-size: 88% 65%; }
      .old-template-styles-wrapper .featured {
        margin: 0 0 -20px;
        top: 0; } }
  @media screen and (max-width: 600px) {
    .old-template-styles-wrapper {
      /**accordions**/ }
      .old-template-styles-wrapper .flex-control-nav {
        height: 296px; }
      .old-template-styles-wrapper .linkpage {
        height: 99px;
        position: relative; }
      .old-template-styles-wrapper .linkpage a {
        height: 99px;
        position: relative;
        display: block; }
      .old-template-styles-wrapper .clear.home {
        margin-bottom: 170px; }
      .old-template-styles-wrapper .linkpage .flex-active::before,
      .old-template-styles-wrapper .linkpage li.flex-active:hover::before {
        width: 100%;
        border: 0; }
      .old-template-styles-wrapper .linkpage li:hover::before {
        border-width: 0; }
      .old-template-styles-wrapper .linkpage .flex-active,
      .old-template-styles-wrapper .linkpage li:hover {
        margin-top: 0;
        padding: 16px 0 6px; }
      .old-template-styles-wrapper .linkpage .flex-active,
      .old-template-styles-wrapper .linkpage li:hover {
        margin-top: 0; }
      .old-template-styles-wrapper .flex-control-nav li {
        width: 100%;
        margin: 0; }
      .old-template-styles-wrapper .flexslider .slides img {
        margin-left: -290px; }
      .old-template-styles-wrapper #language_content {
        right: 0; }
      .old-template-styles-wrapper body.home .site-title {
        width: 45%;
        top: 22px;
        margin: 10px 0 0 20px; }
      .old-template-styles-wrapper .site-title {
        width: 60%;
        top: 20px;
        margin: 20px 0 0 20px; }
      .old-template-styles-wrapper .newsletter-banner h1 {
        font-size: 30px;
        line-height: 40px; }
      .old-template-styles-wrapper div#ea_one.easy_accordion_wrapper {
        margin-left: -40px; }
      .old-template-styles-wrapper header.site-header {
        background-size: 95% 55%; }
      .old-template-styles-wrapper body.home #shiftnav-toggle-main {
        top: 0; }
      .old-template-styles-wrapper #shiftnav-toggle-main {
        top: -15px !important; }
      .old-template-styles-wrapper .supplement {
        top: 15px; }
      .old-template-styles-wrapper body.home .supplement {
        top: 50px; }
      .old-template-styles-wrapper .featured {
        margin: 0 0 -30px;
        top: -10px; }
      .old-template-styles-wrapper .report-thumbnail {
        width: 47%; }
      .old-template-styles-wrapper .report-info-block {
        width: 47%; } }
  @media screen and (max-width: 568px) {
    .old-template-styles-wrapper body.home .site-title {
      top: 15px; }
    .old-template-styles-wrapper .flex-control-nav {
      width: 100%; }
    .old-template-styles-wrapper .flexslider .slides img {
      margin-left: -315px; }
    .old-template-styles-wrapper .flexslider {
      top: -200px; }
    .old-template-styles-wrapper .site-title {
      width: 60%; }
    .old-template-styles-wrapper body.home #shiftnav-toggle-main {
      top: 0px; }
    .old-template-styles-wrapper #shiftnav-toggle-main {
      top: -15px; }
    .old-template-styles-wrapper #language_content {
      right: 10px; }
    .old-template-styles-wrapper .clear.home {
      margin-bottom: 115px; }
    .old-template-styles-wrapper .home-featured {
      float: none;
      width: 100%; }
    .old-template-styles-wrapper .home-content {
      float: left;
      width: 95%; }
    .old-template-styles-wrapper .newsletter-title {
      float: none;
      width: 100%; }
    .old-template-styles-wrapper body.home #gform_wrapper_1 {
      margin: 0; }
    .old-template-styles-wrapper .newsletter-form {
      float: left;
      width: 100%; }
    .old-template-styles-wrapper .newsletter-banner h1 {
      margin-bottom: -25px; }
    .old-template-styles-wrapper body.home #gform_wrapper_1 .gform_body ul li {
      display: block;
      height: 50px;
      width: 100%; }
    .old-template-styles-wrapper body.home #gform_wrapper_1.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
    .old-template-styles-wrapper body.home #gform_wrapper_1.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
    .old-template-styles-wrapper body.home #gform_wrapper_1.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
      display: block;
      float: none;
      vertical-align: top;
      width: 100%; }
    .old-template-styles-wrapper body.home #gform_wrapper_1 .name_first {
      margin-bottom: 10px; }
    .old-template-styles-wrapper body.home #gform_wrapper_1 .gform_body ul li#field_1_1 {
      height: 120px; }
    .old-template-styles-wrapper body.home #gform_wrapper_1.gform_wrapper .gform_footer {
      margin: 2em 0 0; }
    .old-template-styles-wrapper .updates-box {
      float: none;
      width: 100%; }
    .old-template-styles-wrapper .featuredupdates {
      text-align: center; }
    .old-template-styles-wrapper .site-info {
      margin-bottom: 100px; }
    .old-template-styles-wrapper .footermenu li a {
      font-size: 12px;
      padding: 0 10px; }
    .old-template-styles-wrapper .content-left {
      float: none;
      width: 100%; }
    .old-template-styles-wrapper .content-right {
      float: none;
      width: 100%; }
    .old-template-styles-wrapper header.site-header {
      background-size: 95% 55%; }
    .old-template-styles-wrapper .featured {
      margin: 0 0 -40px;
      top: -5px; }
    .old-template-styles-wrapper .updates-box.landing {
      width: 75%; } }
  @media screen and (max-width: 480px) {
    .old-template-styles-wrapper .report-content {
      min-height: 560px; }
    .old-template-styles-wrapper .report-thumbnail {
      float: none;
      position: relative;
      width: 100%; }
    .old-template-styles-wrapper .report-info-block {
      float: none;
      position: relative;
      width: 100%; } }
  @media screen and (max-width: 375px) {
    .old-template-styles-wrapper .flexslider .slides img {
      margin-left: -490px; }
    .old-template-styles-wrapper .flexslider {
      top: -236px; }
    .old-template-styles-wrapper body.home .site-title {
      width: 78%; }
    .old-template-styles-wrapper .site-title {
      width: 90%; }
    .old-template-styles-wrapper body.home .site-title {
      top: 0; }
    .old-template-styles-wrapper .site-title {
      top: 0; }
    .old-template-styles-wrapper .sform {
      display: none; }
    .old-template-styles-wrapper body.home .sform {
      display: block; }
    .old-template-styles-wrapper #language_content {
      float: left;
      margin-left: 15px;
      right: 0;
      top: 25px; }
    .old-template-styles-wrapper body.home #language_content {
      top: 40px;
      left: auto;
      right: 8%;
      float: right; }
    .old-template-styles-wrapper .supplement {
      top: 15px;
      margin: 0;
      width: 50%;
      float: left; }
    .old-template-styles-wrapper body.home .supplement {
      float: right;
      margin: 45px 0 0;
      top: 15px;
      width: 60%; }
    .old-template-styles-wrapper #shiftnav-toggle-main {
      top: 50px !important; }
    .old-template-styles-wrapper .shiftnav-toggle.shiftnav-toggle-shiftnav-main.shiftnav-toggle-burger::before {
      color: #665; }
    .old-template-styles-wrapper #shiftnav-toggle-main-button .fa.fa-bars {
      color: #665; }
    .old-template-styles-wrapper body.home #shiftnav-toggle-main {
      top: 75px; }
    .old-template-styles-wrapper header.site-header {
      background-size: 90% 20%;
      padding: 0 0 50px; }
    .old-template-styles-wrapper body.home header.site-header {
      padding: 0 0 70px; }
    .old-template-styles-wrapper #language_content {
      right: 45px; }
    .old-template-styles-wrapper .staff-image {
      float: none;
      margin-bottom: -20px; }
    .old-template-styles-wrapper .staff-content {
      margin: 10px 4% 30px 0; }
    .old-template-styles-wrapper .staff-image.default {
      margin-bottom: 0;
      min-height: 100px; }
    .old-template-styles-wrapper .see-bio {
      z-index: 99; }
    .old-template-styles-wrapper .entry-title {
      font-size: 35px; }
    .old-template-styles-wrapper div#ea_one.easy_accordion_wrapper {
      margin-left: -65px; }
    .old-template-styles-wrapper .title-container {
      top: -125px; }
    .old-template-styles-wrapper .page-title {
      font-size: 29px; }
    .old-template-styles-wrapper .featured {
      top: -25px; }
    .old-template-styles-wrapper .blue-banner h2 {
      font-size: 15px;
      line-height: 25px; }
    .old-template-styles-wrapper body.page-id-58 .report-content {
      min-height: 500px; }
    .old-template-styles-wrapper .updates-box.landing {
      width: 85%; }
    .old-template-styles-wrapper #gform_3 .gform_body li {
      float: none;
      width: 100%; } }
  @media screen and (max-width: 360px) {
    .old-template-styles-wrapper body.home .supplement {
      float: right;
      margin: 45px 0 0;
      top: 15px;
      width: 60%; }
    .old-template-styles-wrapper .flexslider {
      top: -226px; } }
  @media screen and (max-width: 320px) {
    .old-template-styles-wrapper .staff-image {
      float: none;
      margin-bottom: -20px; }
    .old-template-styles-wrapper .staff-content {
      margin: 10px 4% 30px 0; }
    .old-template-styles-wrapper .staff-image.default {
      margin-bottom: 0;
      min-height: 100px; }
    .old-template-styles-wrapper .see-bio {
      z-index: 99; }
    .old-template-styles-wrapper body.home #language_content {
      right: 16%; }
    .old-template-styles-wrapper body.home #shiftnav-toggle-main {
      top: 75px; }
    .old-template-styles-wrapper #shiftnav-toggle-main {
      top: 44px !important; }
    .old-template-styles-wrapper body.page-id-58 .report-content {
      min-height: 500px; }
    .old-template-styles-wrapper .updates-box.landing {
      width: 90%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Variables */
/* Placeholders */
.newsletter .newsletter-form li#field_4_2 .ginput_container.ginput_container_email {
  font-family: azo-sans-web, sans-serif;
  font-size: 12px;
  line-height: 1; }
  @media (min-width: 920px) {
    .newsletter .newsletter-form li#field_4_2 .ginput_container.ginput_container_email {
      font-size: 14px;
      line-height: 1; } }

.gradient-button span, .white-ghost-button {
  font-family: azo-sans-web, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600; }

.focus-area-strategies-priorities .right h6, .where-we-focus-teaser .region-teasers h6 {
  font-family: azo-sans-web, sans-serif;
  font-size: 12px;
  line-height: 1.333;
  font-weight: 600;
  letter-spacing: 0.08em; }
  @media (min-width: 920px) {
    .focus-area-strategies-priorities .right h6, .where-we-focus-teaser .region-teasers h6 {
      font-size: 16px;
      line-height: 1.75; } }

body {
  font-family: azo-sans-web, sans-serif;
  font-size: 12px;
  line-height: 1.333; }
  @media (min-width: 920px) {
    body {
      font-size: 16px;
      line-height: 1.5; } }

main, main h6, .focus-area-strategies-priorities .left .strategies-desc > p, .focus-area-strategies-priorities .right ul li, .news-updates .update__post .content > p {
  font-family: azo-sans-web, sans-serif;
  font-size: 12px;
  line-height: 1.333; }
  @media (min-width: 920px) {
    main, main h6, .focus-area-strategies-priorities .left .strategies-desc > p, .focus-area-strategies-priorities .right ul li, .news-updates .update__post .content > p {
      font-size: 16px;
      line-height: 1.5; } }

main h5, .focus-area-about .container > p, .focus-area-strategies-priorities .header-container > p, .grants-teaser .left > p, .newsletter .content p, .our-alliance .container > p, .report-teaser .top .left > p, .what-we-support > p, .where-we-focus-teaser .container > p, .where-we-focus .container > p {
  font-family: azo-sans-web, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 100; }
  @media (min-width: 920px) {
    main h5, .focus-area-about .container > p, .focus-area-strategies-priorities .header-container > p, .grants-teaser .left > p, .newsletter .content p, .our-alliance .container > p, .report-teaser .top .left > p, .what-we-support > p, .where-we-focus-teaser .container > p, .where-we-focus .container > p {
      font-size: 20px;
      line-height: 1.4; } }


.header-title h5 {
  font-family: azo-sans-web, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 600; }

main h4, .focus-area-strategies-priorities .left .strategies-desc > h4, .news-updates .update__post .content > h4 {
  font-family: azo-sans-web, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600; }
  @media (min-width: 920px) {
    main h4, .focus-area-strategies-priorities .left .strategies-desc > h4, .news-updates .update__post .content > h4 {
      font-size: 26px;
      line-height: 1.307; } }

main h3, .leading-intro-text p {
  font-family: azo-sans-web, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 100; }
  @media (min-width: 920px) {
    main h3, .leading-intro-text p {
      font-size: 36px;
      line-height: 1.444; } }

main h2 {
  font-family: azo-sans-web, sans-serif;
  font-size: 26px;
  line-height: 1.923;
  font-weight: 600; }
  @media (min-width: 920px) {
    main h2 {
      font-size: 40px;
      line-height: 1.25; } }

.focus-area-strategies-priorities .left span {
  font-family: azo-sans-web, sans-serif;
  font-size: 44px;
  line-height: 1.136;
  font-weight: 600; }
  @media (min-width: 920px) {
    .focus-area-strategies-priorities .left span {
      font-size: 60px;
      line-height: 1; } }

main h1, .header-title h1 {
  font-family: azo-sans-web, sans-serif;
  font-size: 44px;
  line-height: 1.136;
  font-weight: 600; }
  @media (min-width: 920px) {
    main h1, .header-title h1 {
      font-size: 64px; } }

body {
  color: #404b4d;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale; }

main a {
  color: #239baa;
  text-decoration: none; }

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

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

html,
body {
  height: 100%; }

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.wrap {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  max-width: 100%;
  overflow: hidden; }

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

main {
  position: relative; }
  main.site-main {
    width: 100%;
    overflow: hidden;
    padding-top: 19.2px; }
    @media (min-width: 650px) {
      main.site-main {
        padding-top: 0; } }
    main.site-main .container > .container {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      @media (min-width: 650px) {
        main.site-main .container > .container {
          padding-left: 19.2px;
          padding-right: 19.2px; } }

/* WP Admin Bar Fix */
html.admin-bar {
  height: calc(100% - 32px); }
  @media screen and (max-width: 782px) {
    html.admin-bar {
      height: calc(100% - 46px); } }

.container {
  max-width: calc(1170px + 38.4px);
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }

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

li {
  list-style-type: none; }

.gradient-button {
  position: relative;
  border-radius: 100px;
  display: inline-block; }
  .gradient-button span {
    color: #239baa;
    text-transform: uppercase;
    background: white;
    border-radius: 100px;
    padding: 10px 15px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    display: inline; }
  .gradient-button:after {
    content: ' ';
    background: linear-gradient(-90deg, #409c49 0%, #239baa 99%);
    border-radius: 100px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: -14px;
    left: -2px;
    z-index: -1;
    padding: 21px; }
    @media (min-width: 920px) {
      .gradient-button:after {
        top: -8px; } }
  .gradient-button:hover span {
    background: transparent;
    color: white; }

.white-ghost-button {
  color: white;
  border: 2px solid white;
  border-radius: 100px;
  padding: 10px 35px;
  text-transform: uppercase; }
  .white-ghost-button:hover {
    color: #404b4d;
    background: white;
    border: 2px solid white; }

.slick-initialized .slick-slide {
  position: relative; }

.slick-list {
  width: 100vw;
  height: 400px; }
  @media (min-width: 920px) {
    .slick-list {
      height: 100%; } }

.slick-track {
  position: absolute;
  width: 100%;
  height: 400px;
  max-height: 650px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  @media (min-width: 920px) {
    .slick-track {
      height: 100%; } }

.slick-dots {
  bottom: 25px;
  text-align: right;
  right: 30px;
  z-index: 1;
  width: auto; }
  .slick-dots li {
    margin-left: auto;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.4);
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 10px; }
    .slick-dots li:last-child {
      margin-right: 0px; }
    @media (min-width: 920px) {
      .slick-dots li {
        display: list-item;
        margin-bottom: 16px; }
        .slick-dots li:last-child {
          margin-right: 10px; } }
    .slick-dots li button:before {
      color: transparent; }
  .slick-dots li.slick-active {
    background: white; }
    .slick-dots li.slick-active button:before {
      color: transparent; }

.focus-area-about .container > h2,
.focus-area-about .container p {
  margin: 0; }

.focus-area-about .container > h2 {
  color: #404b4d;
  margin-bottom: 5px; }
  @media (min-width: 920px) {
    .focus-area-about .container > h2 {
      margin-bottom: 10px; } }

.focus-area-about .container > p {
  color: #647274;
  margin-bottom: 30px;
  max-width: 100%;
  line-height: 1.4; }
  @media (min-width: 920px) {
    .focus-area-about .container > p {
      max-width: 60%;
      margin-bottom: 40px; } }

.focus-area-about .image {
  height: 300px;
  width: 100vw;
  position: relative; }
  @media (min-width: 920px) {
    .focus-area-about .image {
      height: 500px; } }
  .focus-area-about .image:before {
    content: '';
    background: url(../src/images/hero-wave.svg);
    width: 100vw;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    transform: scaleY(-1) scaleX(-1); }
    @media (min-width: 920px) {
      .focus-area-about .image:before {
        height: 110px; } }
  .focus-area-about .image:after {
    content: '';
    background: url(../src/images/hero-wave.svg);
    width: 100vw;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (min-width: 920px) {
      .focus-area-about .image:after {
        height: 110px; } }

.focus-area-strategies-priorities .container {
  position: relative; }

.focus-area-strategies-priorities .header-container > h2,
.focus-area-strategies-priorities .header-container p {
  margin: 0; }

.focus-area-strategies-priorities .header-container > h2 {
  color: #404b4d;
  margin-bottom: 5px; }
  @media (min-width: 920px) {
    .focus-area-strategies-priorities .header-container > h2 {
      margin-bottom: 10px; } }

.focus-area-strategies-priorities .header-container > p {
  color: #647274;
  margin-bottom: 30px;
  max-width: 100%;
  line-height: 1.4; }
  @media (min-width: 920px) {
    .focus-area-strategies-priorities .header-container > p {
      max-width: 60%;
      margin-bottom: 40px; } }

.focus-area-strategies-priorities .strategy:before {
  content: '';
  position: absolute;
  height: 4px;
  background-image: linear-gradient(90deg, #239BAA 0%, #409C49 99%);
  width: calc(100% - 38px);
  max-width: calc(100% - 38px); }

.focus-area-strategies-priorities .left {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 920px) {
    .focus-area-strategies-priorities .left {
      -ms-flex-direction: row;
          flex-direction: row; } }

.focus-area-strategies-priorities .strategy {
  padding-bottom: 30px; }
  @media (min-width: 920px) {
    .focus-area-strategies-priorities .strategy {
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 55px; } }

.focus-area-strategies-priorities .left {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 920px) {
    .focus-area-strategies-priorities .left {
      padding-bottom: 0px; } }
  .focus-area-strategies-priorities .left span {
    color: #239baa;
    margin-right: 15px;
    width: 35px; }
    @media (min-width: 920px) {
      .focus-area-strategies-priorities .left span {
        margin-right: 35px; } }
  .focus-area-strategies-priorities .left .strategies-desc {
    width: 100%;
    max-width: 100%; }
    .focus-area-strategies-priorities .left .strategies-desc > h4,
    .focus-area-strategies-priorities .left .strategies-desc p {
      margin: 0;
      max-width: 560px; }
    .focus-area-strategies-priorities .left .strategies-desc > h4 {
      color: #404b4d;
      margin-bottom: 5px;
      line-height: 1.4; }
      @media (min-width: 920px) {
        .focus-area-strategies-priorities .left .strategies-desc > h4 {
          margin-bottom: 10px;
          line-height: 1.75; } }
    .focus-area-strategies-priorities .left .strategies-desc > p {
      color: #647274;
      max-width: 100%;
      font-weight: 100;
      font-size: 14px;
      line-height: 18px; }
      @media (min-width: 920px) {
        .focus-area-strategies-priorities .left .strategies-desc > p {
          font-size: 16px;
          line-height: 1.5;
          margin-bottom: 20px; } }
    @media (min-width: 920px) {
      .focus-area-strategies-priorities .left .strategies-desc {
        max-width: 600px;
        margin-right: 100px;
        margin-left: auto; } }

.focus-area-strategies-priorities .right {
  padding-top: 20px;
  border-top: 1px solid #d8d8d8;
  margin-left: 45px; }
  @media (min-width: 920px) {
    .focus-area-strategies-priorities .right {
      margin-left: 0px;
      padding-left: 30px;
      min-width: 400px;
      max-width: 400px;
      min-height: 160px;
      border-top: none;
      border-left: 1px solid #d8d8d8; } }
  .focus-area-strategies-priorities .right h6 {
    margin: 0;
    text-transform: uppercase;
    color: #939d9e;
    margin-bottom: 15px; }
  .focus-area-strategies-priorities .right ul li {
    font-weight: 100;
    margin-bottom: 5px;
    color: #647274;
    padding-left: 30px;
    font-size: 14px; }
    @media (min-width: 920px) {
      .focus-area-strategies-priorities .right ul li {
        font-size: 16px; } }
    .focus-area-strategies-priorities .right ul li:before {
      content: '\2022';
      color: #647274;
      margin-left: -30px;
      padding-right: 10px; }

footer {
  border-top: 3px solid #e6e6e6; }
  .home footer {
    border-top: 3px solid white; }
  footer .container {
    max-width: 1170px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 14px; }
    @media (min-width: 920px) {
      footer .container {
        display: -ms-flexbox;
        display: flex;
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 16px;
        line-height: 1.5; } }

@media (min-width: 1120px) {
  .menu-footer-container ul {
    display: -ms-flexbox;
    display: flex; } }

.menu-footer-container li {
  margin-bottom: 20px; }
  @media (min-width: 1120px) {
    .menu-footer-container li {
      margin-bottom: 0px; } }
  .menu-footer-container li a {
    text-decoration: none;
    color: #647274; }
  .menu-footer-container li li:last-child {
    margin-top: 10px;
    margin-bottom: 0; }
    @media (min-width: 1120px) {
      .menu-footer-container li li:last-child {
        margin-top: 0px;
        margin-bottom: 0px; } }

@media (min-width: 1120px) {
  .menu-footer-container .menu li {
    margin-right: 40px; } }

.menu-footer-container .menu li a {
  color: #404b4d; }
  .menu-footer-container .menu li a:hover {
    color: black; }

@media (min-width: 920px) {
  .copyright-twitter {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 920px) {
  .copyright-twitter li:first-child {
    margin-right: 20px; } }

.copyright-twitter li:first-child a .fa-twitter {
  font-size: 25px;
  color: #e6e6e6; }
  .copyright-twitter li:first-child a .fa-twitter:hover {
    color: #647274; }
  @media (min-width: 920px) {
    .copyright-twitter li:first-child a .fa-twitter {
      font-size: inherit; } }

.copyright-twitter li {
  color: #bebebe; }

.copyright-twitter li:last-child {
  margin-top: 30px;
  margin-bottom: 0; }
  @media (min-width: 920px) {
    .copyright-twitter li:last-child {
      margin-top: 0px;
      margin-bottom: 0px; } }

.entry-footer {
  border-top: none; }

.mobile-menu-footer {
  font-size: 14px; }

.grants-teaser {
  padding: 30px 15px; }
  @media (min-width: 920px) {
    .grants-teaser {
      padding: 60px 15px; } }
  .grants-teaser .container {
    background-color: rgba(55, 134, 63, 0.7);
    border-radius: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 30px; }
    @media (min-width: 920px) {
      .grants-teaser .container {
        padding: 50px 60px 60px 65px;
        -ms-flex-direction: row;
            flex-direction: row; } }
  .grants-teaser .left > h2,
  .grants-teaser .left p {
    margin: 0; }
  .grants-teaser .left > h2 {
    color: #404b4d;
    margin-bottom: 5px; }
    @media (min-width: 920px) {
      .grants-teaser .left > h2 {
        margin-bottom: 10px; } }
  .grants-teaser .left > p {
    color: #647274;
    margin-bottom: 30px;
    max-width: 100%;
    line-height: 1.4; }
    @media (min-width: 920px) {
      .grants-teaser .left > p {
        max-width: 60%;
        margin-bottom: 40px; } }
  .grants-teaser .left h2, .grants-teaser .left p {
    color: white; }
  .grants-teaser .left a {
    display: inline-block; }
  .grants-teaser .right {
    width: 127px;
    height: 130px;
    min-width: 127px;
    min-height: 130px;
    margin: 0 auto; }
    @media (min-width: 920px) {
      .grants-teaser .right {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        min-width: 205px;
        min-height: 208px;
        width: 205px;
        height: 208px;
        margin: 0; } }

header.site-header {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 920px) {
    header.site-header {
      min-height: 20vw; } }
  header.site-header > * {
    position: relative; }
  header.site-header::before {
    content: '';
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    height: 16.9vw;
    left: 0;
    right: 0; }
  @media (min-width: 920px) {
    header.site-header:after {
      content: '';
      background: url(../src/images/hero-wave.svg);
      width: 100%;
      height: 110px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: absolute;
      bottom: -5px; } }
  header.site-header.home {
    height: 400px;
    max-height: 615px; }
    header.site-header.home::before {
      z-index: 1; }
    header.site-header.home .navigation {
      z-index: 1; }
    @media (min-width: 1170px) {
      header.site-header.home {
        height: 50vw; } }
  header.site-header .container {
    max-width: calc(1170px + 38.4px);
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
  header.site-header .navigation__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 25px;
    padding-bottom: 15px; }
    @media (min-width: 1050px) {
      header.site-header .navigation__container {
        padding-top: 0;
        padding-bottom: 0; } }
  header.site-header .site-title {
    display: block;
    width: 200px;
    max-width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    z-index: 1;
    max-height: 85px; }
    header.site-header .site-title svg {
      max-width: 100%;
      max-height: 85px; }
    header.site-header .site-title > div {
      max-width: 100%;
      max-height: 85px; }
  header.site-header a {
    text-decoration: none; }

div[class^='menu-primary-'][class$='container'] {
  display: none; }
  @media (min-width: 1050px) {
    div[class^='menu-primary-'][class$='container'] {
      display: block;
      margin-left: auto; } }
  div[class^='menu-primary-'][class$='container'] a {
    color: white; }

ul[id^='menu-primary'] {
  display: -ms-flexbox;
  display: flex; }
  ul[id^='menu-primary'] > li {
    position: relative;
    margin-right: 50px;
    display: -ms-flexbox;
    display: flex; }
    ul[id^='menu-primary'] > li:last-child {
      margin-right: 0; }
    ul[id^='menu-primary'] > li > a {
      font-weight: 600;
      text-decoration: none;
      padding-top: 31px;
      padding-bottom: 30px;
      display: block;
      font-size: 14px; }
    ul[id^='menu-primary'] > li:hover .sub-menu {
      visibility: visible;
      opacity: 1;
      display: block; }
    ul[id^='menu-primary'] > li:nth-child(2) .sub-menu {
      min-width: 260px; }
    ul[id^='menu-primary'] > li .sub-menu {
      opacity: 0;
      visibility: hidden;
      display: none;
      position: absolute;
      width: 100%;
      max-width: 100%;
      background-color: #239baa;
      padding: 30px 10px;
      top: 82px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      min-width: 200px; }
      ul[id^='menu-primary'] > li .sub-menu:before {
        content: '';
        border: 10px solid #239baa;
        border-bottom-color: #239baa;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 0px;
        height: 0px;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent; }
      ul[id^='menu-primary'] > li .sub-menu > li {
        text-align: center;
        margin-bottom: 20px;
        font-size: 14px; }
        ul[id^='menu-primary'] > li .sub-menu > li:last-child {
          margin-bottom: 0; }
        ul[id^='menu-primary'] > li .sub-menu > li:hover a {
          border-bottom: 2px solid white; }
        ul[id^='menu-primary'] > li .sub-menu > li a {
          text-decoration: none; }
  ul[id^='menu-primary'] .current-menu-ancestor > a:after {
    content: '';
    border-bottom: 2px solid white;
    position: absolute;
    width: 100%;
    bottom: 36px;
    left: 0; }
  ul[id^='menu-primary'] #menu-search {
    padding-top: 31px;
    padding-bottom: 30px;
    cursor: pointer; }
    ul[id^='menu-primary'] #menu-search .fa-search:before {
      color: white; }

.language_content {
  width: 126px;
  height: auto;
  -ms-flex-align: center;
      align-items: center; }
  .language_content a {
    font-size: 14px; }
  .language_content > div.wpml-ls-statics-shortcode_actions {
    border-color: transparent;
    background-color: transparent;
    padding-bottom: 5px; }
    .language_content > div.wpml-ls-statics-shortcode_actions > ul {
      border: 2px solid white;
      padding-left: 20px;
      padding-right: 17px;
      border-radius: 22px;
      color: white;
      position: relative;
      width: 130px;
      /* Main Toggle */ }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .language_content > div.wpml-ls-statics-shortcode_actions > ul {
          /* IE10+ CSS styles go here */
          padding-left: 10px; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-first-item:hover a {
          color: white; } }
      .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item {
        padding-top: 6px;
        padding-bottom: 7px;
        /* When main toggle has no languages */
        /* = disabled */ }
        .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item:hover > a.wpml-ls-item-toggle:after {
          transform: rotate(0deg); }
        .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item > a.wpml-ls-item-toggle {
          all: unset;
          border: none;
          background: none;
          z-index: 102;
          position: relative;
          display: block;
          width: 68px;
          max-width: 68px; }
          .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item > a.wpml-ls-item-toggle:after {
            content: ' ';
            background: url("../src/images/up-arrow.svg");
            background-repeat: no-repeat;
            background-position: center center;
            display: inline-block;
            width: 35px;
            height: 35px;
            position: absolute;
            transform: rotate(180deg);
            top: -5px;
            right: -34px;
            border: none;
            z-index: 102; }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item > a.wpml-ls-item-toggle {
              /* IE10+ CSS styles go here */ }
              .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item > a.wpml-ls-item-toggle:after {
                content: "";
                top: -4px;
                right: -8px; } }
          .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item > a.wpml-ls-item-toggle span.wpml-ls-native {
            font-weight: 600;
            vertical-align: baseline;
            font-size: 14px; }
        .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item > ul.wpml-ls-sub-menu {
          width: 130px;
          border: 2px solid white;
          border-radius: 22px;
          top: -2px;
          padding-top: 37px;
          left: -2px;
          background-color: #239baa; }
          .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item > ul.wpml-ls-sub-menu > li a {
            background: transparent;
            border: none;
            padding-left: 20px;
            padding-bottom: 12px; }
            .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item > ul.wpml-ls-sub-menu > li a:hover {
              color: white;
              font-weight: 600; }
          .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item > ul.wpml-ls-sub-menu > li:last-child a {
            padding-bottom: 15px; }
        .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item.wpml-ls-first-item.wpml-ls-last-item .wpml-ls-sub-menu {
          display: none; }
        .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item.wpml-ls-first-item.wpml-ls-last-item > a.wpml-ls-item-toggle::after {
          opacity: 0.5; }
        .language_content > div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item.wpml-ls-first-item.wpml-ls-last-item:hover > a.wpml-ls-item-toggle::after {
          transform: rotate(180deg); }

.mobile-menu-wrapper.open #language_content a {
  color: #647274; }

.mobile-menu-wrapper.open #language_content div.wpml-ls-statics-shortcode_actions {
  z-index: 100;
  position: relative; }
  .mobile-menu-wrapper.open #language_content div.wpml-ls-statics-shortcode_actions > ul {
    z-index: 750;
    position: relative;
    border: 2px solid #647274;
    color: #647274;
    padding-top: 2px;
    padding-bottom: 3px; }
    .mobile-menu-wrapper.open #language_content div.wpml-ls-statics-shortcode_actions > ul > li a {
      position: relative; }
      .mobile-menu-wrapper.open #language_content div.wpml-ls-statics-shortcode_actions > ul > li a span {
        z-index: 800;
        position: relative; }
      .mobile-menu-wrapper.open #language_content div.wpml-ls-statics-shortcode_actions > ul > li a:after {
        content: "";
        top: -5px; }
    .mobile-menu-wrapper.open #language_content div.wpml-ls-statics-shortcode_actions > ul ul.wpml-ls-sub-menu {
      z-index: -1;
      position: absolute;
      border: 2px solid #647274;
      background: white; }
      .mobile-menu-wrapper.open #language_content div.wpml-ls-statics-shortcode_actions > ul ul.wpml-ls-sub-menu li a:hover {
        color: #647274; }

.mobile-menu-toggle {
  display: block;
  z-index: 100001;
  margin-left: auto; }
  @media (min-width: 1050px) {
    .mobile-menu-toggle {
      display: none; } }

.mobile-menu-wrapper {
  color: white;
  padding: 15px;
  position: fixed;
  top: 0px;
  bottom: 0;
  right: 0;
  overflow: scroll;
  background: white;
  z-index: 100001;
  transform: translateX(100%) translateZ(0);
  transition: transform 300ms ease; }
  @media (min-width: 1050px) {
    .mobile-menu-wrapper {
      display: none; } }
  .mobile-menu-wrapper a {
    color: #647274; }
  .mobile-menu-wrapper.open {
    transform: translateX(0) translateZ(0);
    width: 100%; }
  .mobile-menu-wrapper .mobile-menu-header {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex; }
    .mobile-menu-wrapper .mobile-menu-header #language_content {
      display: inline-block;
      margin-left: auto;
      margin-right: 20px; }

#mobile-menu > li {
  border-bottom: 1px solid #d8d8d8;
  position: relative; }
  #mobile-menu > li:after {
    content: ' ';
    background: url("../src/images/up-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 35px;
    height: 35px;
    top: 25px;
    right: 10px;
    position: absolute;
    background-size: 50%;
    transform: rotate(180deg); }
  #mobile-menu > li > a {
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    font-size: 16px; }
  #mobile-menu > li.open {
    position: relative; }
    #mobile-menu > li.open:after {
      transform: rotate(0deg); }
    #mobile-menu > li.open .sub-menu {
      display: block; }
  #mobile-menu > li .sub-menu {
    display: none; }
    #mobile-menu > li .sub-menu li a {
      padding-top: 10px;
      padding-bottom: 10px;
      display: block;
      font-size: 14px; }
    #mobile-menu > li .sub-menu li:first-child a {
      padding-top: 0px; }
    #mobile-menu > li .sub-menu li:last-child a {
      padding-bottom: 30px; }

.mobile-menu-footer {
  margin-top: 40px; }

.homepage-slide-carousel {
  position: absolute !important;
  height: 400px;
  max-height: 615px;
  top: 0;
  width: 100%; }
  @media (min-width: 920px) {
    .homepage-slide-carousel {
      height: 400px; } }
  @media (min-width: 1170px) {
    .homepage-slide-carousel {
      height: 50vw; } }
  .homepage-slide-carousel .homepage-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.header-title {
  padding: 30px 0 calc(30px + 7.25vw); }
  @media (min-width: 920px) {
    .header-title {
      padding: 60px 0 calc(60px + 7.25vw); } }
  .header-title .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 920px) {
      .header-title .container {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .header-title h1,
  .header-title h5 {
    margin-top: 0;
    margin-bottom: 0;
    color: white; }
  .header-title h1 {
    text-transform: capitalize; }
  .header-title h5 {
    margin-bottom: 5px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase; }
    @media (min-width: 920px) {
      .header-title h5 {
        margin-bottom: 10px;
        font-size: 20px; } }
  body.global .header-title,
  body.brazil .header-title,
  body.indonesia .header-title,
  body.mexico-central-america .header-title,
  body.page-template-template-focus-area .header-title {
    padding: 30px 0 calc(0px + 7.25vw); }
    @media (min-width: 920px) {
      body.global .header-title,
      body.brazil .header-title,
      body.indonesia .header-title,
      body.mexico-central-america .header-title,
      body.page-template-template-focus-area .header-title {
        padding: 60px 0 calc(0px + 7.25vw); } }
    body.global .header-title .page-intro,
    body.brazil .header-title .page-intro,
    body.indonesia .header-title .page-intro,
    body.mexico-central-america .header-title .page-intro,
    body.page-template-template-focus-area .header-title .page-intro {
      text-align: center; }
      @media (min-width: 920px) {
        body.global .header-title .page-intro,
        body.brazil .header-title .page-intro,
        body.indonesia .header-title .page-intro,
        body.mexico-central-america .header-title .page-intro,
        body.page-template-template-focus-area .header-title .page-intro {
          text-align: left; } }
    body.global .header-title svg,
    body.brazil .header-title svg,
    body.indonesia .header-title svg,
    body.mexico-central-america .header-title svg,
    body.page-template-template-focus-area .header-title svg {
      width: 140px;
      height: 140px;
      margin: 0 auto;
      margin-bottom: 20px; }
      @media (min-width: 920px) {
        body.global .header-title svg,
        body.brazil .header-title svg,
        body.indonesia .header-title svg,
        body.mexico-central-america .header-title svg,
        body.page-template-template-focus-area .header-title svg {
          margin: 0;
          display: -ms-flexbox;
          display: flex;
          margin-left: auto;
          width: 230px;
          height: 230px; } }

#menu-search .search-icon {
  z-index: 1;
  position: relative; }

#menu-search #search-label {
  margin: 0; }

#menu-search #input {
  position: relative; }
  #menu-search #input input {
    display: none;
    width: 0; }
    #menu-search #input input:-ms-input-placeholder {
      color: white; }
    #menu-search #input input::placeholder {
      color: white; }

body.search-form-open #menu-search input#search-terms {
  all: unset;
  position: absolute;
  right: -17px;
  top: -8px;
  border: 2px solid white;
  padding-left: 20px;
  padding-right: 17px;
  border-radius: 22px;
  color: white;
  padding-top: 6px;
  padding-bottom: 7px; }

body.search-form-open ul[id^='menu-primary'] > li {
  display: none; }
  body.search-form-open ul[id^='menu-primary'] > li#menu-search {
    display: block; }

.leading-intro-text {
  max-width: calc(1170px + 38.4px);
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0; }
  @media (min-width: 920px) {
    .leading-intro-text {
      padding-top: 0px;
      padding-bottom: 50px; } }
  .home .leading-intro-text {
    padding-bottom: 40px; }
    @media (min-width: 920px) {
      .home .leading-intro-text {
        padding-bottom: 60px; } }
  .leading-intro-text h6, .leading-intro-text p {
    margin: 0;
    padding: 0; }
  .leading-intro-text h6 {
    text-transform: uppercase;
    color: #37863f;
    margin-bottom: 10px; }
  .leading-intro-text p {
    color: #647274;
    margin-bottom: 30px;
    max-width: 970px; }

.updates-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .updates-panel .updates-box {
    margin-bottom: 30px;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
        flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
    max-width: calc((100% - ((1 - 1) * 30px)) / 1); }
    @media (min-width: 920px) {
      .updates-panel .updates-box {
        margin-bottom: 60px;
        -ms-flex-preferred-size: calc((100% - ((2 - 1) * 30px)) / 2);
            flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
        max-width: calc((100% - ((2 - 1) * 30px)) / 2); } }
  .updates-panel .updates-box {
    position: relative; }
    .updates-panel .updates-box:before {
      content: '';
      display: block;
      width: 100%;
      height: 185px;
      background-color: #ececec;
      position: relative;
      left: 0;
      top: 0;
      z-index: 1; }
  .updates-panel .featuredupdates {
    text-align: center;
    display: block;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    height: 185px;
    border: 1px solid #ececec;
    width: 100%;
    top: 0; }
    .updates-panel .featuredupdates img {
      position: absolute;
      min-width: 100%;
      top: 0;
      left: 50%;
      min-height: 185px;
      width: auto;
      max-width: 330px;
      transform: translateX(-50%); }

.alliance-team .alliance-management, .alliance-team .initiative-coordinators, .alliance-team .program-team, .alliance-team .board {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .alliance-team .alliance-management > .staff-content, .alliance-team .initiative-coordinators > .staff-content, .alliance-team .program-team > .staff-content, .alliance-team .board > .staff-content {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
        flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
    max-width: calc((100% - ((1 - 1) * 30px)) / 1);
    max-width: calc((100% - ((1 - 1) * 30px)) / 1);
    margin-left: 30px; }
    .alliance-team .alliance-management > .staff-content:nth-child(1n + 1), .alliance-team .initiative-coordinators > .staff-content:nth-child(1n + 1), .alliance-team .program-team > .staff-content:nth-child(1n + 1), .alliance-team .board > .staff-content:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 1170px) {
    .alliance-team .alliance-management > .staff-content, .alliance-team .initiative-coordinators > .staff-content, .alliance-team .program-team > .staff-content, .alliance-team .board > .staff-content {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: calc((100% - ((2 - 1) * 30px)) / 2);
          flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
      max-width: calc((100% - ((2 - 1) * 30px)) / 2);
      margin-left: 30px; }
      .alliance-team .alliance-management > .staff-content:nth-child(1n + 1), .alliance-team .initiative-coordinators > .staff-content:nth-child(1n + 1), .alliance-team .program-team > .staff-content:nth-child(1n + 1), .alliance-team .board > .staff-content:nth-child(1n + 1) {
        margin-left: 30px; }
      .alliance-team .alliance-management > .staff-content:nth-child(2n + 1), .alliance-team .initiative-coordinators > .staff-content:nth-child(2n + 1), .alliance-team .program-team > .staff-content:nth-child(2n + 1), .alliance-team .board > .staff-content:nth-child(2n + 1) {
        margin-left: 0; } }

.bio-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 30px; }

.news-updates {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 40px; }
  @media (min-width: 920px) {
    .news-updates {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .news-updates .container {
    max-width: calc(1170px + 38.4px);
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 920px) {
      .news-updates .container {
        display: block; } }
  .news-updates h2,
  .news-updates h4,
  .news-updates p {
    margin: 0; }
  .news-updates .post-archive-button__bottom,
  .news-updates .gradient-button span {
    background-color: #f2f2f2; }
    .news-updates .post-archive-button__bottom:hover,
    .news-updates .gradient-button span:hover {
      background: transparent; }
  .news-updates .updates__header {
    margin-bottom: 20px; }
    @media (min-width: 920px) {
      .news-updates .updates__header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-bottom: 30px;
        z-index: 1;
        position: relative; } }
    .news-updates .updates__header .gradient-button {
      display: none; }
      .news-updates .updates__header .gradient-button span {
        display: block; }
      .news-updates .updates__header .gradient-button:after {
        top: -2px;
        padding: 19px; }
      @media (min-width: 920px) {
        .news-updates .updates__header .gradient-button {
          -ms-flex-item-align: center;
              align-self: center;
          display: -ms-flexbox;
          display: flex; } }
  .news-updates .post-archive-button__bottom {
    display: inline-block;
    z-index: 1;
    margin: 0 auto; }
    @media (min-width: 920px) {
      .news-updates .post-archive-button__bottom {
        display: none; } }
  .news-updates .update-posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 20px; }
    .news-updates .update-posts > a {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
          flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
      max-width: calc((100% - ((1 - 1) * 30px)) / 1);
      max-width: calc((100% - ((1 - 1) * 30px)) / 1);
      margin-left: 30px; }
      .news-updates .update-posts > a:nth-child(1n + 1) {
        margin-left: 0; }
    @media (min-width: 920px) {
      .news-updates .update-posts > a {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc((100% - ((3 - 1) * 30px)) / 3);
            flex-basis: calc((100% - ((3 - 1) * 30px)) / 3);
        max-width: calc((100% - ((3 - 1) * 30px)) / 3);
        margin-left: 30px; }
        .news-updates .update-posts > a:nth-child(1n + 1) {
          margin-left: 30px; }
        .news-updates .update-posts > a:nth-child(3n + 1) {
          margin-left: 0; } }
    @media (min-width: 920px) {
      .news-updates .update-posts {
        margin-bottom: 0px; } }
  .news-updates .update__post {
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(190, 190, 190, 0.5);
    display: block;
    margin-bottom: 20px; }
    .news-updates .update__post:hover .content h4 {
      color: #239baa; }
    .news-updates .update__post:hover .content span {
      background: transparent;
      background: linear-gradient(90deg, #409c49 0%, #239baa 99%);
      background: -webkit-linear-gradient(90deg, #409c49 0%, #239baa 99%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .news-updates .update__post:hover .content span {
          /* IE10+ CSS styles go here */
          background: transparent; } }
      .news-updates .update__post:hover .content span:after {
        content: '';
        background: url("../src/images/right-arrow-green.svg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 15px;
        height: 15px;
        position: absolute;
        z-index: 1;
        top: 3px;
        left: 96px;
        transform: translateX(5px);
        transition: transform 300ms ease;
        opacity: 1; }
    .news-updates .update__post .image {
      background-color: #e6e6e6;
      position: relative;
      width: 100%; }
    .news-updates .update__post .content {
      color: #404b4d;
      padding: 20px 22px 30px; }
      .news-updates .update__post .content > h4,
      .news-updates .update__post .content p {
        margin: 0;
        color: #404b4d; }
      .news-updates .update__post .content > h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
        line-height: 1.5; }
        @media (min-width: 920px) {
          .news-updates .update__post .content > h4 {
            font-size: 20px;
            line-height: 26px; } }
      .news-updates .update__post .content > p {
        max-width: 100%;
        font-weight: 100;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px; }
        @media (min-width: 920px) {
          .news-updates .update__post .content > p {
            font-size: 16px;
            line-height: 1.5; } }
      @media (min-width: 920px) {
        .news-updates .update__post .content {
          padding: 30px; }
          .news-updates .update__post .content p {
            font-size: 14px; } }
      .news-updates .update__post .content span {
        display: block;
        text-transform: uppercase;
        color: #239baa;
        font-weight: 600;
        font-size: 14px;
        position: relative; }
        .news-updates .update__post .content span:after {
          content: '';
          background: url("../src/images/right-arrow-green.svg");
          background-repeat: no-repeat;
          background-size: cover;
          width: 20px;
          height: 20px;
          position: absolute;
          opacity: 0;
          transform: translateX(0px);
          transition: transform 300ms ease; }
  .news-updates .update__post__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .news-updates .update__post__inner {
        /* IE10+ CSS styles go here */
        min-height: 450px; } }
    .news-updates .update__post__inner .image {
      -ms-flex: 124px;
          flex: 124px;
      max-height: 124px; }
      @media (min-width: 920px) {
        .news-updates .update__post__inner .image {
          -ms-flex: 160px;
              flex: 160px;
          max-height: 160px; } }
    .news-updates .update__post__inner .content {
      -ms-flex: 1;
          flex: 1; }
      @media (min-width: 920px) {
        .news-updates .update__post__inner .content {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column; }
          .news-updates .update__post__inner .content span {
            margin-top: auto; } }

.newsletter {
  background-color: #f2f2f2;
  padding-bottom: 40px; }
  @media (min-width: 920px) {
    .newsletter {
      padding-bottom: 80px; } }
  .newsletter .outer__container {
    max-width: 1200px;
    margin: 0 auto; }
    @media (min-width: 920px) {
      .newsletter .outer__container {
        padding-left: 15px;
        padding-right: 15px; } }
  .newsletter .container {
    max-width: 1170px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 920px) {
      .newsletter .container {
        padding-left: 40px;
        padding-right: 40px;
        border: 4px solid white;
        border-radius: 25px;
        -ms-flex-direction: row;
            flex-direction: row;
        padding-top: 60px;
        padding-bottom: 60px;
        -ms-flex-align: center;
            align-items: center; } }
  .newsletter .content {
    width: 100%;
    max-width: 100%;
    border-top: 4px solid white;
    padding-top: 30px; }
    @media (min-width: 920px) {
      .newsletter .content {
        width: 40%;
        max-width: 40%;
        border-top: none;
        padding-top: 0px;
        margin-right: auto; } }
    .newsletter .content h2, .newsletter .content p {
      margin: 0;
      padding: 0; }
    @media (min-width: 920px) {
      .newsletter .content h2 {
        margin-bottom: 10px; } }
    .newsletter .content p {
      margin-bottom: 20px; }
      @media (min-width: 920px) {
        .newsletter .content p {
          margin-right: 60px;
          margin-bottom: 0px; } }
  .newsletter .gform_wrapper {
    margin: 0; }
    @media (min-width: 920px) {
      .newsletter .gform_wrapper {
        margin-bottom: 0; } }
  .newsletter .newsletter-form .validation_error {
    display: none; }
  .newsletter .newsletter-form #field_4_2.gfield_error {
    background: none;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%; }
  .newsletter .newsletter-form .gfield_description.validation_message {
    position: absolute; }
  .newsletter .newsletter-form .gfield_required {
    display: none; }
  .newsletter .newsletter-form input {
    all: unset; }
  .newsletter .newsletter-form form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 650px) {
      .newsletter .newsletter-form form {
        -ms-flex-direction: row;
            flex-direction: row; } }
  .newsletter .newsletter-form .gform_body {
    width: 100%;
    margin: 0 auto; }
  .newsletter .newsletter-form li#field_4_2 {
    padding-right: 0;
    width: 100%;
    margin-top: 0; }
    .newsletter .newsletter-form li#field_4_2 .ginput_container.ginput_container_email {
      margin-top: 0;
      margin-bottom: 0; }
  .newsletter .newsletter-form input#input_4_2 {
    border: none;
    background: white;
    border-radius: 50px;
    height: 45px;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 15px; }
    .newsletter .newsletter-form input#input_4_2:-ms-input-placeholder {
      color: #bebebe; }
    .newsletter .newsletter-form input#input_4_2::placeholder {
      color: #bebebe; }
    @media (min-width: 650px) {
      .newsletter .newsletter-form input#input_4_2 {
        margin-bottom: 0px;
        border-radius: 50px 0px 0px 50px; } }
    @media (min-width: 920px) {
      .newsletter .newsletter-form input#input_4_2 {
        padding-left: 30px;
        width: 384px;
        max-width: 100%; } }
  .newsletter .newsletter-form .gform_footer.top_label {
    padding: 0;
    width: 151px;
    margin: 0 auto; }
    @media (min-width: 650px) {
      .newsletter .newsletter-form .gform_footer.top_label {
        margin: 0;
        width: auto; } }
    .newsletter .newsletter-form .gform_footer.top_label #gform_submit_button_4 {
      border: none;
      cursor: pointer;
      text-align: center;
      font-size: 14px;
      padding: 5px 15px;
      -webkit-text-fill-color: white;
      color: white;
      font-weight: 600;
      height: 45px;
      width: 100%;
      margin-right: 0;
      background-image: linear-gradient(90deg, #409C49 0%, #239BAA 99%);
      border-radius: 50px; }
      @media (min-width: 650px) {
        .newsletter .newsletter-form .gform_footer.top_label #gform_submit_button_4 {
          width: 100px;
          border-radius: 0px 50px 50px 0px; } }

.our-alliance {
  margin-bottom: 30px; }
  @media (min-width: 920px) {
    .our-alliance {
      margin-bottom: 60px; } }
  .our-alliance .container > h2,
  .our-alliance .container p {
    margin: 0; }
  .our-alliance .container > h2 {
    color: #404b4d;
    margin-bottom: 5px; }
    @media (min-width: 920px) {
      .our-alliance .container > h2 {
        margin-bottom: 10px; } }
  .our-alliance .container > p {
    color: #647274;
    margin-bottom: 30px;
    max-width: 100%;
    line-height: 1.4; }
    @media (min-width: 920px) {
      .our-alliance .container > p {
        max-width: 60%;
        margin-bottom: 40px; } }
  @media (min-width: 920px) {
    .our-alliance .container p {
      margin-bottom: 60px; } }
  .our-alliance .member-foundations, .our-alliance .aligned-foundations {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 45px; }
    .our-alliance .member-foundations h6, .our-alliance .aligned-foundations h6 {
      margin: 0;
      margin-bottom: 7px;
      color: #939d9e;
      text-transform: uppercase;
      text-align: center;
      font-size: 14px; }
      @media (min-width: 920px) {
        .our-alliance .member-foundations h6, .our-alliance .aligned-foundations h6 {
          text-align: left; } }
  .our-alliance .aligned-foundations {
    margin-bottom: 0; }
  .our-alliance .member-logos, .our-alliance .aligned-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 35px; }
    .our-alliance .member-logos > .image, .our-alliance .aligned-logos > .image {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
          flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
      max-width: calc((100% - ((1 - 1) * 30px)) / 1);
      max-width: calc((100% - ((1 - 1) * 30px)) / 1);
      margin-left: 30px; }
      .our-alliance .member-logos > .image:nth-child(1n + 1), .our-alliance .aligned-logos > .image:nth-child(1n + 1) {
        margin-left: 0; }
    @media (min-width: 650px) {
      .our-alliance .member-logos > .image, .our-alliance .aligned-logos > .image {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc((100% - ((2 - 1) * 30px)) / 2);
            flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
        max-width: calc((100% - ((2 - 1) * 30px)) / 2);
        margin-left: 30px; }
        .our-alliance .member-logos > .image:nth-child(1n + 1), .our-alliance .aligned-logos > .image:nth-child(1n + 1) {
          margin-left: 30px; }
        .our-alliance .member-logos > .image:nth-child(2n + 1), .our-alliance .aligned-logos > .image:nth-child(2n + 1) {
          margin-left: 0; } }
    @media (min-width: 920px) {
      .our-alliance .member-logos > .image, .our-alliance .aligned-logos > .image {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc((100% - ((3 - 1) * 30px)) / 3);
            flex-basis: calc((100% - ((3 - 1) * 30px)) / 3);
        max-width: calc((100% - ((3 - 1) * 30px)) / 3);
        margin-left: 30px; }
        .our-alliance .member-logos > .image:nth-child(2n + 1), .our-alliance .aligned-logos > .image:nth-child(2n + 1) {
          margin-left: 30px; }
        .our-alliance .member-logos > .image:nth-child(3n + 1), .our-alliance .aligned-logos > .image:nth-child(3n + 1) {
          margin-left: 0; } }
    @media (min-width: 1170px) {
      .our-alliance .member-logos > .image, .our-alliance .aligned-logos > .image {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc((100% - ((4 - 1) * 30px)) / 4);
            flex-basis: calc((100% - ((4 - 1) * 30px)) / 4);
        max-width: calc((100% - ((4 - 1) * 30px)) / 4);
        margin-left: 30px; }
        .our-alliance .member-logos > .image:nth-child(3n + 1), .our-alliance .aligned-logos > .image:nth-child(3n + 1) {
          margin-left: 30px; }
        .our-alliance .member-logos > .image:nth-child(4n + 1), .our-alliance .aligned-logos > .image:nth-child(4n + 1) {
          margin-left: 0; } }
    .our-alliance .member-logos .image, .our-alliance .aligned-logos .image {
      width: 100%;
      max-width: 100%;
      height: 150px; }

.report-teaser {
  margin-bottom: 40px; }
  @media (min-width: 920px) {
    .report-teaser {
      margin-bottom: 80px; } }
  .page-template-template-focus-area .report-teaser .top {
    padding-bottom: 40px; }
    .page-template-template-focus-area .report-teaser .top .left p {
      margin-bottom: 0; }
  .report-teaser .outer-container {
    max-width: calc(1170px + 38.4px);
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .report-teaser .container {
    border-radius: 15px;
    padding: 0; }
    .report-teaser .container:after {
      content: '';
      opacity: 0.7;
      background-image: linear-gradient(90deg, #239baa 0%, #409c49 99%);
      width: calc(100% - 38px);
      height: 100%;
      position: absolute;
      top: 0;
      left: 19px;
      border-radius: 15px;
      z-index: 0; }
  .report-teaser .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    z-index: 1;
    position: relative;
    padding: 40px;
    padding-bottom: 50px; }
    @media (min-width: 920px) {
      .report-teaser .top {
        padding: 60px 80px 60px 70px;
        -ms-flex-direction: row;
            flex-direction: row; } }
    .report-teaser .top .left > h2,
    .report-teaser .top .left p {
      margin: 0; }
    .report-teaser .top .left > h2 {
      color: #404b4d;
      margin-bottom: 5px; }
      @media (min-width: 920px) {
        .report-teaser .top .left > h2 {
          margin-bottom: 10px; } }
    .report-teaser .top .left > p {
      color: #647274;
      margin-bottom: 30px;
      max-width: 100%;
      line-height: 1.4; }
      @media (min-width: 920px) {
        .report-teaser .top .left > p {
          max-width: 60%;
          margin-bottom: 40px; } }
    .report-teaser .top .left h2,
    .report-teaser .top .left p {
      color: white; }
    .report-teaser .top .left h2 {
      line-height: 1.3; }
      @media (min-width: 920px) {
        .report-teaser .top .left h2 {
          line-height: initial; } }
    @media (min-width: 920px) {
      .report-teaser .top .left p {
        max-width: 80%; } }
    .report-teaser .top .right {
      max-width: 100%;
      margin: 0 auto; }
      @media (min-width: 920px) {
        .report-teaser .top .right {
          margin: 0; } }
      .report-teaser .top .right img {
        display: none; }
        @media (min-width: 920px) {
          .report-teaser .top .right img {
            display: inline;
            min-width: 200px;
            min-height: 260px;
            margin-bottom: 30px;
            margin-bottom: 0px; } }
  .report-teaser .bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    z-index: 1;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    padding: 30px 20px; }
    @media (min-width: 920px) {
      .report-teaser .bottom {
        -ms-flex-direction: row;
            flex-direction: row;
        padding: 30px 70px; } }
    .report-teaser .bottom:after {
      content: '';
      opacity: 1;
      background-image: linear-gradient(90deg, #239baa 0%, #409c49 99%);
      width: calc(100% - 0px);
      height: 100%;
      position: absolute;
      top: 0;
      left: 0px;
      border-radius: 0px 0px 15px 15px;
      z-index: -1;
      opacity: 0.7; }
    .report-teaser .bottom h5 {
      margin: 0;
      color: white;
      font-weight: 600;
      text-align: center;
      margin-bottom: 15px; }
      @media (min-width: 920px) {
        .report-teaser .bottom h5 {
          text-align: left;
          margin-bottom: 0px;
          margin-right: 30px; } }
    .report-teaser .bottom a {
      display: inline-block; }
      @media (min-width: 920px) {
        .report-teaser .bottom a {
          margin-right: 25px; } }
    .report-teaser .bottom .links {
      -ms-flex: 60%;
          flex: 60%; }

.strategic-priorities .priority {
  border-bottom: 1px solid #bebebe;
  padding-top: 50px;
  padding-bottom: 40px; }
  @media (min-width: 920px) {
    .strategic-priorities .priority {
      display: -ms-flexbox;
      display: flex; } }
  .strategic-priorities .priority:first-child {
    padding-top: 30px; }
    @media (min-width: 920px) {
      .strategic-priorities .priority:first-child {
        padding-top: 0px; } }
  .strategic-priorities .priority:last-child {
    border-bottom: none; }
  .strategic-priorities .priority .icon {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    margin: 0 auto;
    margin-bottom: 30px; }
    @media (min-width: 920px) {
      .strategic-priorities .priority .icon {
        width: 200px;
        height: 200px;
        min-width: 200px;
        min-height: 200px;
        margin: 0;
        margin-right: 70px; } }
  .strategic-priorities .priority .content {
    max-width: 700px; }
    .strategic-priorities .priority .content h3, .strategic-priorities .priority .content p {
      margin: 0; }
    .strategic-priorities .priority .content h3 {
      line-height: 1.4;
      font-size: 26px;
      font-weight: 600;
      margin-bottom: 20px; }
      @media (min-width: 920px) {
        .strategic-priorities .priority .content h3 {
          margin-bottom: 0px;
          line-height: 1.92; } }
    .strategic-priorities .priority .content p {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 100; }

.what-we-support {
  max-width: calc(1170px + 38.4px);
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  position: relative; }
  .what-we-support > h2,
  .what-we-support p {
    margin: 0; }
  .what-we-support > h2 {
    color: #404b4d;
    margin-bottom: 5px; }
    @media (min-width: 920px) {
      .what-we-support > h2 {
        margin-bottom: 10px; } }
  .what-we-support > p {
    color: #647274;
    margin-bottom: 30px;
    max-width: 100%;
    line-height: 1.4; }
    @media (min-width: 920px) {
      .what-we-support > p {
        max-width: 60%;
        margin-bottom: 40px; } }
  @media (min-width: 920px) {
    .what-we-support {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .what-we-support a {
    margin: 0;
    margin-bottom: 20px; }
    @media (min-width: 920px) {
      .what-we-support a {
        margin-bottom: 0px; } }
  .what-we-support svg {
    display: block;
    width: 100%;
    max-width: 400px;
    max-height: 212px;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 920px) {
      .what-we-support svg {
        left: auto;
        transform: none;
        right: 20px;
        position: absolute;
        bottom: -3px; } }

.where-we-focus-teaser {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f2;
  position: relative; }
  @media (min-width: 920px) {
    .where-we-focus-teaser {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .home .where-we-focus-teaser {
    padding-bottom: 0px; }
    @media (min-width: 920px) {
      .home .where-we-focus-teaser {
        padding-bottom: 0px; } }
  .global .where-we-focus-teaser .region-teasers__container, .brazil .where-we-focus-teaser .region-teasers__container, .indonesia .where-we-focus-teaser .region-teasers__container, .mexico-central-america .where-we-focus-teaser .region-teasers__container,
  .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .global .where-we-focus-teaser .region-teasers__container > a, .brazil .where-we-focus-teaser .region-teasers__container > a, .indonesia .where-we-focus-teaser .region-teasers__container > a, .mexico-central-america .where-we-focus-teaser .region-teasers__container > a,
    .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container > a {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
          flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
      max-width: calc((100% - ((1 - 1) * 30px)) / 1);
      max-width: calc((100% - ((1 - 1) * 30px)) / 1);
      margin-left: 30px; }
      .global .where-we-focus-teaser .region-teasers__container > a:nth-child(1n + 1), .brazil .where-we-focus-teaser .region-teasers__container > a:nth-child(1n + 1), .indonesia .where-we-focus-teaser .region-teasers__container > a:nth-child(1n + 1), .mexico-central-america .where-we-focus-teaser .region-teasers__container > a:nth-child(1n + 1),
      .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container > a:nth-child(1n + 1) {
        margin-left: 0; }
    @media (min-width: 920px) {
      .global .where-we-focus-teaser .region-teasers__container > a, .brazil .where-we-focus-teaser .region-teasers__container > a, .indonesia .where-we-focus-teaser .region-teasers__container > a, .mexico-central-america .where-we-focus-teaser .region-teasers__container > a,
      .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container > a {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc((100% - ((2 - 1) * 30px)) / 2);
            flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
        max-width: calc((100% - ((2 - 1) * 30px)) / 2);
        margin-left: 30px; }
        .global .where-we-focus-teaser .region-teasers__container > a:nth-child(1n + 1), .brazil .where-we-focus-teaser .region-teasers__container > a:nth-child(1n + 1), .indonesia .where-we-focus-teaser .region-teasers__container > a:nth-child(1n + 1), .mexico-central-america .where-we-focus-teaser .region-teasers__container > a:nth-child(1n + 1),
        .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container > a:nth-child(1n + 1) {
          margin-left: 30px; }
        .global .where-we-focus-teaser .region-teasers__container > a:nth-child(2n + 1), .brazil .where-we-focus-teaser .region-teasers__container > a:nth-child(2n + 1), .indonesia .where-we-focus-teaser .region-teasers__container > a:nth-child(2n + 1), .mexico-central-america .where-we-focus-teaser .region-teasers__container > a:nth-child(2n + 1),
        .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container > a:nth-child(2n + 1) {
          margin-left: 0; } }
    @media (min-width: 1170px) {
      .global .where-we-focus-teaser .region-teasers__container > a, .brazil .where-we-focus-teaser .region-teasers__container > a, .indonesia .where-we-focus-teaser .region-teasers__container > a, .mexico-central-america .where-we-focus-teaser .region-teasers__container > a,
      .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container > a {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc((100% - ((4 - 1) * 30px)) / 4);
            flex-basis: calc((100% - ((4 - 1) * 30px)) / 4);
        max-width: calc((100% - ((4 - 1) * 30px)) / 4);
        margin-left: 30px; }
        .global .where-we-focus-teaser .region-teasers__container > a:nth-child(2n + 1), .brazil .where-we-focus-teaser .region-teasers__container > a:nth-child(2n + 1), .indonesia .where-we-focus-teaser .region-teasers__container > a:nth-child(2n + 1), .mexico-central-america .where-we-focus-teaser .region-teasers__container > a:nth-child(2n + 1),
        .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container > a:nth-child(2n + 1) {
          margin-left: 30px; }
        .global .where-we-focus-teaser .region-teasers__container > a:nth-child(4n + 1), .brazil .where-we-focus-teaser .region-teasers__container > a:nth-child(4n + 1), .indonesia .where-we-focus-teaser .region-teasers__container > a:nth-child(4n + 1), .mexico-central-america .where-we-focus-teaser .region-teasers__container > a:nth-child(4n + 1),
        .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container > a:nth-child(4n + 1) {
          margin-left: 0; } }
    .global .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5, .brazil .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5, .indonesia .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5, .mexico-central-america .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5,
    .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .global .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a, .brazil .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a, .indonesia .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a, .mexico-central-america .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a,
      .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
        max-width: calc((100% - ((1 - 1) * 30px)) / 1);
        max-width: calc((100% - ((1 - 1) * 30px)) / 1);
        margin-left: 30px; }
        .global .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(1n + 1), .brazil .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(1n + 1), .indonesia .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(1n + 1), .mexico-central-america .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(1n + 1),
        .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(1n + 1) {
          margin-left: 0; }
      @media (min-width: 920px) {
        .global .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a, .brazil .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a, .indonesia .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a, .mexico-central-america .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a,
        .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a {
          -ms-flex-positive: 0;
              flex-grow: 0;
          -ms-flex-negative: 1;
              flex-shrink: 1;
          -ms-flex-preferred-size: calc((100% - ((2 - 1) * 30px)) / 2);
              flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
          max-width: calc((100% - ((2 - 1) * 30px)) / 2);
          margin-left: 30px; }
          .global .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(1n + 1), .brazil .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(1n + 1), .indonesia .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(1n + 1), .mexico-central-america .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(1n + 1),
          .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(1n + 1) {
            margin-left: 30px; }
          .global .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(2n + 1), .brazil .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(2n + 1), .indonesia .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(2n + 1), .mexico-central-america .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(2n + 1),
          .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(2n + 1) {
            margin-left: 0; } }
      @media (min-width: 1170px) {
        .global .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a, .brazil .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a, .indonesia .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a, .mexico-central-america .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a,
        .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a {
          -ms-flex-positive: 0;
              flex-grow: 0;
          -ms-flex-negative: 1;
              flex-shrink: 1;
          -ms-flex-preferred-size: calc((100% - ((5 - 1) * 30px)) / 5);
              flex-basis: calc((100% - ((5 - 1) * 30px)) / 5);
          max-width: calc((100% - ((5 - 1) * 30px)) / 5);
          margin-left: 30px; }
          .global .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(2n + 1), .brazil .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(2n + 1), .indonesia .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(2n + 1), .mexico-central-america .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(2n + 1),
          .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(2n + 1) {
            margin-left: 30px; }
          .global .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(5n + 1), .brazil .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(5n + 1), .indonesia .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(5n + 1), .mexico-central-america .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(5n + 1),
          .page-template-template-focus-area .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(5n + 1) {
            margin-left: 0; } }
  .where-we-focus-teaser .container > h2,
  .where-we-focus-teaser .container p {
    margin: 0; }
  .where-we-focus-teaser .container > h2 {
    color: #404b4d;
    margin-bottom: 5px; }
    @media (min-width: 920px) {
      .where-we-focus-teaser .container > h2 {
        margin-bottom: 10px; } }
  .where-we-focus-teaser .container > p {
    color: #647274;
    margin-bottom: 30px;
    max-width: 100%;
    line-height: 1.4; }
    @media (min-width: 920px) {
      .where-we-focus-teaser .container > p {
        max-width: 60%;
        margin-bottom: 40px; } }
  .where-we-focus-teaser .container p {
    margin-bottom: 60px; }
    @media (min-width: 920px) {
      .where-we-focus-teaser .container p {
        margin-bottom: 80px; } }
  .where-we-focus-teaser a {
    display: block;
    position: relative;
    margin-bottom: 60px; }
    .where-we-focus-teaser a:after {
      content: '';
      background: url(../src/images/right-arrow.svg);
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      bottom: 30px;
      right: 30px; }
    .where-we-focus-teaser a:hover .region:after {
      background: transparent;
      transition: background 300ms ease; }
    @media (min-width: 1170px) {
      .where-we-focus-teaser a {
        margin-bottom: 0px; } }
  .where-we-focus-teaser .region-teasers__container {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .where-we-focus-teaser .region-teasers__container > a {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
          flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
      max-width: calc((100% - ((1 - 1) * 30px)) / 1);
      max-width: calc((100% - ((1 - 1) * 30px)) / 1);
      margin-left: 30px; }
      .where-we-focus-teaser .region-teasers__container > a:nth-child(1n + 1) {
        margin-left: 0; }
    @media (min-width: 920px) {
      .where-we-focus-teaser .region-teasers__container > a {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc((100% - ((2 - 1) * 30px)) / 2);
            flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
        max-width: calc((100% - ((2 - 1) * 30px)) / 2);
        margin-left: 30px; }
        .where-we-focus-teaser .region-teasers__container > a:nth-child(1n + 1) {
          margin-left: 30px; }
        .where-we-focus-teaser .region-teasers__container > a:nth-child(2n + 1) {
          margin-left: 0; } }
    @media (min-width: 1170px) {
      .where-we-focus-teaser .region-teasers__container > a {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc((100% - ((4 - 1) * 30px)) / 4);
            flex-basis: calc((100% - ((4 - 1) * 30px)) / 4);
        max-width: calc((100% - ((4 - 1) * 30px)) / 4);
        margin-left: 30px; }
        .where-we-focus-teaser .region-teasers__container > a:nth-child(2n + 1) {
          margin-left: 30px; }
        .where-we-focus-teaser .region-teasers__container > a:nth-child(4n + 1) {
          margin-left: 0; } }
    .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
        max-width: calc((100% - ((1 - 1) * 30px)) / 1);
        max-width: calc((100% - ((1 - 1) * 30px)) / 1);
        margin-left: 30px; }
        .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(1n + 1) {
          margin-left: 0; }
      @media (min-width: 920px) {
        .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a {
          -ms-flex-positive: 0;
              flex-grow: 0;
          -ms-flex-negative: 1;
              flex-shrink: 1;
          -ms-flex-preferred-size: calc((100% - ((2 - 1) * 30px)) / 2);
              flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
          max-width: calc((100% - ((2 - 1) * 30px)) / 2);
          margin-left: 30px; }
          .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(1n + 1) {
            margin-left: 30px; }
          .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(2n + 1) {
            margin-left: 0; } }
      @media (min-width: 1170px) {
        .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a {
          -ms-flex-positive: 0;
              flex-grow: 0;
          -ms-flex-negative: 1;
              flex-shrink: 1;
          -ms-flex-preferred-size: calc((100% - ((5 - 1) * 30px)) / 5);
              flex-basis: calc((100% - ((5 - 1) * 30px)) / 5);
          max-width: calc((100% - ((5 - 1) * 30px)) / 5);
          margin-left: 30px; }
          .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(2n + 1) {
            margin-left: 30px; }
          .where-we-focus-teaser .region-teasers__container.region-teasers__container-count_5 > a:nth-child(5n + 1) {
            margin-left: 0; } }
  .where-we-focus-teaser .region-teasers:after {
    content: ' '; }
    @media (min-width: 1170px) {
      .where-we-focus-teaser .region-teasers:after {
        position: absolute;
        z-index: 0;
        background: white;
        width: 100vw;
        left: 0;
        top: 70%;
        height: 30%; } }
  .where-we-focus-teaser .region-teasers img {
    display: block;
    position: absolute;
    top: -20%;
    z-index: 1;
    /* background-size: 100px; */
    width: 100px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%); }
  .where-we-focus-teaser .region-teasers .region {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 20px;
    -ms-flex: 270px;
        flex: 270px;
    min-height: 180px;
    padding-left: 30px;
    position: relative; }
    .where-we-focus-teaser .region-teasers .region:after {
      content: '';
      background: rgba(53, 133, 158, 0.6);
      transition: background 300ms ease;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 20px; }
    @media (min-width: 1170px) {
      .where-we-focus-teaser .region-teasers .region {
        margin-bottom: 0px;
        padding-left: 20px;
        min-height: 250px;
        height: 250px; } }
  .where-we-focus-teaser .region-teasers h6 {
    margin: 0;
    color: white;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 24px;
    line-height: 1.5; }
    @media (min-width: 920px) {
      .where-we-focus-teaser .region-teasers h6 {
        margin-top: 0px; } }

.where-we-focus {
  position: relative; }
  .where-we-focus .container > h2,
  .where-we-focus .container p {
    margin: 0; }
  .where-we-focus .container > h2 {
    color: #404b4d;
    margin-bottom: 5px; }
    @media (min-width: 920px) {
      .where-we-focus .container > h2 {
        margin-bottom: 10px; } }
  .where-we-focus .container > p {
    color: #647274;
    margin-bottom: 30px;
    max-width: 100%;
    line-height: 1.4; }
    @media (min-width: 920px) {
      .where-we-focus .container > p {
        max-width: 60%;
        margin-bottom: 40px; } }
  .where-we-focus h4 {
    margin: 0;
    margin-bottom: 20px; }
    @media (min-width: 920px) {
      .where-we-focus h4 {
        font-size: 26px; } }
  .where-we-focus p {
    margin-bottom: 30px; }
    @media (min-width: 920px) {
      .where-we-focus p {
        margin-bottom: 60px; } }
  .where-we-focus .region-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8; }
    @media (min-width: 920px) {
      .where-we-focus .region-row {
        -ms-flex-direction: row;
            flex-direction: row;
        padding-top: 40px;
        padding-bottom: 60px; } }
    .where-we-focus .region-row .globe {
      height: 150px;
      width: 150px;
      box-shadow: 0 2px 4px 0 rgba(190, 190, 190, 0.5);
      border-radius: 100%;
      margin: 0 auto;
      margin-bottom: 20px; }
      @media (min-width: 920px) {
        .where-we-focus .region-row .globe {
          height: 200px;
          width: 200px;
          margin: 0;
          margin-right: 70px;
          margin-bottom: 0px; } }
    .where-we-focus .region-row .region-inner-content {
      color: #647274;
      font-weight: 100;
      line-height: 1.5;
      font-size: 16px;
      margin-bottom: 20px; }
      .where-we-focus .region-row .region-inner-content > *:first-child {
        margin-top: 0; }
      .where-we-focus .region-row .region-inner-content > *:last-child {
        margin-bottom: 0; }
    .where-we-focus .region-row .content {
      -ms-flex: 1;
          flex: 1; }
      .where-we-focus .region-row .content a {
        margin: 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px; }
        .where-we-focus .region-row .content a:hover {
          color: #37863f; }
      @media (min-width: 920px) {
        .where-we-focus .region-row .content p {
          max-width: 80%; } }


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